/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

h1,
h2,
h4 {
    margin: 0;
}

p {
    margin: 10px 0;
}

/* Navbar Styles */
.navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#navbarNav li {
    font-weight: bold;
}

.navbar-brand img {
    max-height: 30px;
    margin-left: 50px;
}

.nav-link {
    transition: color 0.3s;
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.nav-link:hover {
    color: #007bff;
}

/* Style the video: 100% width and height to cover the entire window */
.hero .hero_background{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.hero .hero_background::before {
    content: ""; 
    position: absolute; 
    top: 0;  
    left: 0;  
    width: 100%; 
    height: 100%; 
    background-color: #000000a8; /* White background for the pseudo-element */ 
    filter: grayscale(100%); 
  }
  
/* Hero Section Styles */
.hero {
    /* background: url('https://ninetheme.com/themes/cryptoland/wp-content/uploads/2018/10/1.png?id=412') no-repeat center center/cover; */
    color: #fff;
    /* text-align: center; */
    height: 550px;
}

.hero-box {
    /* background-color: rgba(222, 235, 253, 0.836); */
    /* margin-top: 30px; */
    max-width: 800px;
    /* margin: 0 auto; */
    padding: 1rem !important
    /* border-radius: 100px; */
    /* color: #007bff; */
    /* border-bottom-left-radius: 100px;
    border-top-right-radius: 100px; */
}

.hero .hero_line{
    padding: 0px 0px 0px 30px;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    border-color: #007bff;
}

.hero h1 {
    font-size: 2.5rem;
    /* margin: 0px 20px; */
    font-weight: 100;
    font-weight: bold;
    /* color: #02169e; */
}

.hero p {
    font-size: 1.2rem;
    color: #b9b9b9;
}

/* Model style */

.strengths-section h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.read-more-btn {
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.read-more-btn:hover {
    background-color: #0056b3;
}

.services-container {
    margin-top: 20px;
    display: none;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(20px);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 320px;
    margin: 20px auto;
}

.service-item {
    margin: 10px 0;
    font-size: 1rem;
    color: #555;
}

/* Services Section Styles */
#services-1 {
    background: url("https://wpriverthemes.com/HTML/sland/assets/images/feedbacks/feedback-bg.png");
    height: fit-content;
    background-color: #f7f7f7;
    align-items: center;
    text-align: center;
    object-fit: cover;
}

#services-1 h2 {
    color: #000000;
    font-size: 50px;
    font-weight: bolder;
}

#services-1 h4 {
    font-size: 2rem;
    margin: 50px 0px 40px 0;
    font-weight: bold;
}

/* .service-item {
    font-size: 16px;
    font-weight: bold;
} */
.services-1-image img,
.services-2-image img,
.services-3-image img,
.services-4-image img {
    max-width: 80%;
    padding-top: 50px;
}

.services-container {
    text-align: left;
}

#services-1 p {
    margin: 30px 0;
    font-size: larger;
}

#services-2 {
    background: url("https://wpriverthemes.com/HTML/sland/assets/images/feedbacks/feedback-bg.png");
    height: fit-content;
    background-color: #ffffff;
    align-items: center;
    text-align: center;
}

/* .services-2-image img{
    max-width: 500px;
} */

/* #services-2 h2 {
    color: white;
    font-size: 50px;
    font-weight: bolder;
} */

#services-2 h4 {
    font-size: 2rem;
    /* margin: 50px 0px 40px 0; */
    font-weight: bold;
}

#services-2 p {
    margin: 20px 0;
    font-size: larger;
}

#services-3 {
    background: url("https://wpriverthemes.com/HTML/sland/assets/images/feedbacks/feedback-bg.png");
    height: fit-content;
    background-color: #f7f7f7;
    align-items: center;
    text-align: center;
}

/* #services-3 h2 {
    color: white;
    font-size: 50px;
    font-weight: bolder;
} */

#services-3 h4 {
    font-size: 2rem;
    /* margin: 20px 0px 20px 0; */
    font-weight: bold;
}

/* .services-3-image img {
    margin-bottom: 90px;
    max-width: 500px;
} */

#services-3 p {
    margin: 20px 0;
    font-size: larger;
}


#services-4 {
    background: url("https://wpriverthemes.com/HTML/sland/assets/images/feedbacks/feedback-bg.png");
    height: fit-content;
    background-color: #ffffff;
    align-items: center;
    text-align: center;
}

#services-4 h2 {
    color: white;
    font-size: 50px;
    font-weight: bolder;
}

#services-4 h4 {
    font-size: 2rem;
    /* margin: 50px 0px 40px 0; */
    font-weight: bold;
}

/* .services-4-image img{
    max-width: 600px;
} */

#services-4 p {
    margin: 20px 0;
    font-size: larger;
}

/*key stregth section */
.strengths-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #f7f7f7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.strengths-section h2 {
    color: #000000;
    font-size: 45px;
    font-weight: bold;
}

.strengths-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.strength-box {
    width: 200px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s;
}

.strength-box:hover {
    transform: translateY(-10px);
}

.strength-number {
    font-size: 2rem;
    font-weight: bold;
    color: #007bff;
}

.strength-label {
    margin-top: 10px;
    font-size: 1.1rem;
    color: black;
}

/*  Our Valuable Clients Section  */
.client_section .section_heading{
    color: #000000;
    font: size 45px;
    font-weight: bolder;
}

.client_logos .client_logos_card {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    max-width: 170px;
    min-height: 80px;
    display: flex;
    height: auto;
    width: auto;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 4px #ccc;
}

.client_logos .client_logos_card img {
    max-width: 150px;
    max-height: 60px;
    padding: 10px;
}


/*Our Industry Expertise*/
.industry_exp {
    background-color: #ffffff;
}

.industry_exp .section_heading {
    color: #000000;
    font-size: 2.5rem;
    font-weight: bolder;
}

.Industry-row-container .ind_div_gif img {
    margin-bottom: 20px;
    max-width: 100%;
    /* max-height: 120px; */
    /* height: auto; */
}

.industry_exp .industry_item {
    font-size: 1.5rem;
    /* display: flex; */
    align-items: center;
    gap: 10px;
}

.industry_exp .industry_item i {
    color: #007bff;
    /* Checkmark color */
}

/*Tools & Technologies */
.tools_main .section_heading{
    color: #fff;
}
.tools_logos {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.tools_logos .tools_logos_card {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    max-width: 170px;
    min-height: 80px;
    display: flex;
    height: auto;
    width: auto;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 4px #ccc;
}

.tools_logos .tools_logos_card img {
    max-width: 150px;
    max-height: 60px;
    padding: 10px;
}

/*  Get in touch section  */

.contact_us .section_heading {
    color: #000000;
    font-size: 45px;
    font-weight: bolder;
}

.contact_us .contact_us_box {
    /* border: 1px solid #000000; */
    /* height: 800px; */
    /* width: 95%; */
    /* padding: 15px; */
    border-radius: 20px;
    /* background: linear-gradient(145deg, #007bff, #0056b3); */
    /* box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2),
        -5px -5px 15px rgba(255, 255, 255, 0.3),
        0 10px 20px rgba(0, 0, 0, 0.1); */
    /* transform: perspective(800px) rotateX(10deg) rotateY(-10deg); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* overflow-x: hidden; */
    /* position: relative; */

}

.contact_us .contact_us_box:hover {
    /* transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateZ(10px); */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3),
        -5px -5px 15px rgba(255, 255, 255, 0.4),
        0 10px 20px rgba(0, 0, 0, 0.2);
}

.contact_us {
    background-color: #f8f9fa;
    font-family: 'Arial', sans-serif;
}

.contact_us .contact_us_box .form-container {
    /* max-width: 600px; */
    /* margin: 50px auto; */
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact_us .contact_us_box .form-header {
    text-align: center;
    margin-bottom: 20px;
}

.contact_us .contact_us_box .form-header h1 {
    font-size: 2rem;
    color: #007bff;
}

.contact_us .contact_us_box .form-header p {
    font-size: 1rem;
    color: #6c757d;
}

.contact_us .contact_us_box.btn-primary {
    background-color: #007bff;
    border: none;
    transition: background-color 0.3s ease;
}

.contact_us .contact_us_box .btn-primary:hover {
    background-color: #0056b3;
}

/* Footer Styles */
footer {
    background: #343a40;
    color: #fff;
    margin-top: 30px;
}

.footer_section {
    height: auto;
    /* margin-top: 70px; */
}

/* .footer_section #footer_logo_box{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
} */
.footer_section .footer_logo img {
    height: 50px;
}

.footer_section .footer_address {
    color: #fff;

}

.footer_section .footer_address h4 {
    font-size: 20px;
}

.footer_section .footer_address span {
    font-size: 14px;
}

.owl-carousel .owl-item img{
    object-fit: contain
}

/* File name container */
#fileNameContainer {
    padding: 10px;
    font-size: 12px !important;
    position: absolute;
    background: white;
    width: 98%;
    text-align: center;
    height: 50%;
    z-index: 999;
    margin-top: 27px;
    font-size: 12px;
    font-weight: 100;
  }

  #fileName {
    font-weight: bold;
  }

  .contact_us .show_border {
    border: 1px solid red;
  }
  .show_resume_text_div .col-md-6{
    width: 100%;
  }
  .show_resume_text_div.show_resume_text_contant .col-md-6{
    width: 50%;
  }

  .show_resume_text_div #resumeSection input{
    min-height: 132px;
  }


  /* Container for the file upload */
.file-upload-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.contact_us .file-upload-container .file-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8rem;
  border: 2px dashed #dee2e6; 
  border-radius: 0.5rem;
  cursor: pointer;
  background-color: #fff; 
      overflow: hidden;
    position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}


.contact_us .file-upload-container .file-upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem; 
  padding-bottom: 1.5rem; 
}


.contact_us .file-upload-container .file-upload-icon {
  width: 2rem; 
  height: 2rem; 
  /* margin-bottom: 1rem;  */
  color: #6b7280; 
}


.contact_us .file-upload-container .file-upload-text{
  margin:0; 
  font-size: 0.875rem; 
  color: #6b7280; 
}

.contact_us .file-upload-container .file-upload-bold {
  font-weight: 600; 
}


.contact_us .file-upload-container .file-upload-subtext {
  font-size: 0.75rem; 
  color: #6b7280; 
}

.contact_us .file-upload-container .file-upload-subtext {
  color: #9ca3af; 
}

.contact_us .file-upload-container .file-upload-input {
     opacity: 0;
    position: absolute;
}
  .contact_us .show_border_resume .file-upload-label{
    border-color: red;
  }
  .fileNameContainer_text{
    display: none !important;
  }
  .fileNameContainer_text.fileNameContainer_show{
    display: block !important;
  }


/* Responsive Styles */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .service-card {
        margin-bottom: 20px;
    }

    .nav-link {
        text-align: center;
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.5rem;
    }

    .hero h1 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 0.9rem;
    }

    .footer_section .footer_logo,
    .footer_section .footer_address {
        text-align: center;
    }

    .footer_section .footer_address h4 {
        margin-top: 1rem;
    }

    .footer_section .footer_address span,
    .footer_section .footer_address a {
        display: inline-block;
    }

    .industry_item_container{
        padding-left: 100px;
    }
}