body,ul{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}

html, body {
  overflow-x: hidden; /* Prevent horizontal scrolling */
}

@media (max-width: 768px) {
  .container {
    width: 100%; /* Adjust layout for smaller screens */
  }
  }
  header {
    position: fixed;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    padding: 2px 20px;
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    transition: top 0.3s ease;
  }
  
  /* Logo image styles */
  .logo img {
    width: 177px;
    height: 66px;
  }
  
  /* Desktop navigation - default for larger screens */
  #desktopNav {
    display: flex;
  }
  
  #desktopNav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 60px;
  }
  
  #desktopNav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(23, 26, 32, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  #desktopNav ul li a:hover {
    color: rgb(0, 0, 0);
  }
  
  /* Profile icon styles */
  .profile-icon {
    cursor: pointer;
    padding: 0px 35px;
  }
  
  .menu-icon {
    display: none; /* Hidden by default on desktop */
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 15px;
    cursor: pointer;
    margin-top: -20px;
  }
  
  
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
  }
  
  
  /* Mobile sliding menu (hidden by default) */
  #mobileMenu {
    position: fixed;
      top: 1px;
      right: -450px; /* Initially off-screen */
      width: 320px;
      height: 100vh;
      background-color: #fff;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
      transition: right 0.3s ease-in-out;
      padding-top: 10px; /* Offset to align with header */
      display: none; /* Hidden by default */
      z-index: 1000;
  }
  /* Active states */
  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  
  #mobileMenu.active {
    right: 0;
  }
  #mobileMenu ul {
    list-style: none;
    padding: 20px 0 60px 20px;
    gap: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  
  #mobileMenu ul li {
    padding: 5px 20px;
  }
  
  #mobileMenu ul li a {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
  }
  
  #mobileMenu ul li a:hover {
    color: rgb(0, 0, 0);
  }
  
  #mobileMenu .close-btn {
    display: flex; /* Aligns children horizontally */
    align-items: center; /* Vertically centers items */
    padding: 15px 20px; /* Add some padding */
    font-size: 24px; /* Increase size of the close icon */
  }
  
  #mobileMenu .close-btn .menu-logo {
    width: 24px; /* Set the width of the image */
    height: 24px; /* Set the height of the image */
    margin-right: 10px; /* Add space between the image and the close icon */
  }
  
  #mobileMenu .close-btn span {
    cursor: pointer;
    font-size: 22px; /* Size of the close icon */
    color: #000; /* Close icon color */
  }
  /* Media query for mobile view (max-width: 768px) */
  @media screen and (max-width: 768px) {
    /* Hide the desktop navigation on mobile */
    #desktopNav {
        display: none;
    }
  
    /* Show the hamburger menu icon only on mobile */
    .menu-icon {
        display: flex;
        margin-right: 60px;
  
    }
  
    /* Mobile sliding menu styles when toggled */
    #mobileMenu {
        display: block;
    }
  
    .profile-icon {
        display: none;
  
    }
  }

/* Career Info */
.career section {
  width: 1440px;
  height: 650px;
  top: 130px;
  gap: 0px;
  opacity: 0px;    
}

.head-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 620px;
 
}

.text {
  width: 700px;
  padding-top: 20px; 
  padding-left: 180px;
  color: #000000; 
  text-align: center;
}



.text h1 {
  height: 56px;
  top: 290px;
  gap: 0px;
  opacity: 0px;
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 500;
  margin: 10px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.text h3 {
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 18.29px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 20px;

}

.text p {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.8);

}



.image{
  width: 692px;
  height: 617px;
  top: 163px;
  left: 711px;
  gap: 0px;
  opacity: 0px;
}

.img-fluid{
  width: 692px;
  height: 617px;
  top: 163px;
  left: 711px;
  gap: 0px;
  opacity: 0px;
}

.content-section{
  display: flex;
  margin: 0 auto;
}

/* Opportunities */
.opportunities {
  text-align: left;
  padding-left: 160px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.opportunities h2 {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 1);
  text-align: left; 
  padding-right: 30px;
  width: 400px;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 400;
  line-height: 37.5px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.job-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  gap: 15px;
  padding-left: 10px; 
}

.job-card {
  width: 250px;
  padding: 15px;
  border-radius: 8px;
  background: rgba(217, 217, 217, 0.4);
  color: rgba(0, 0, 0, 1);
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.job-card:hover {
  color: #000000;
  transform: scale(1.1); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contents{
  margin: 40px 20px;
  text-align: left;
  padding-left: 20px;
  padding-top: 200px;

}

.main-heading {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);

}

.sub-heading {
  padding-top: 30px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.7);


}

.button-container {
  display: flex; /* Flexbox for centering */
  justify-content: center; /* Horizontal centering */
  margin-top: 20px; /* Spacing between sub-heading and button */
}




.footer {
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 10px;
}

address {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-style: normal;
  color: #000;
  
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

.nav-links, .terms-links, .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section {
  text-align: center;
  
}

.footer-section h4 {
  margin-bottom: 30px;
  color: #000000;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.nav-links  {
  list-style: none;
  margin-bottom: 30px;
  padding-top: 30px;
  display: flex;
  gap: 45px; /* Adjust spacing between items */
  font-family: 'Montserrat';
  font-size: 16px;
  color: rgba(23, 26, 32, 1)  ;
  font-weight: 600;
  line-height: 19.5px;
  text-align: left;
  font-style:solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.terms-links {
  margin-bottom: 30px;
  display: flex;
  gap: 45px; /* Adjust spacing between items */
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  font-style:solid;
  line-height: 23.44px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(23, 26, 32, 1)  ;

}

.nav-links li, .terms-links li {
  display: inline;
}

.nav-links a, .terms-links a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.nav-links a:hover, .terms-links a:hover {
  text-decoration: underline;
}

.social-media{
  margin-bottom: 30px;
  display: flex;
  gap: 10px; /* Adjust spacing between items */
  line-height: 23.44px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-size:20px;
  width: 300px;
  padding-left: 25px;
}
.logo1 img{
  margin-left:0px;
  margin-bottom: -10px;
}
.media{
  background-color: rgb(190, 190, 190);
  width: 52px;
  height: 52px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.media:hover {
  transform: scale(0.9); /* Scales the element to 90% of its size */
}

.social-icon {
  display: flex;
  flex-direction: column;
}

.social-icon .circle {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
}

.bottom {
  background-color: #ffffff; /* Footer background color */
  color: rgb(0, 0, 0); /* Text color */
  text-align: center; /* Center align the text */
  padding-top: 30px;
}

.bottom p {
  margin: 0; /* Remove extra spacing */
  white-space: nowrap; /* Prevent text wrapping */
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.bottom hr {
  border: none;
  border-top: 1px solid #ccc; /* Line color */
  margin: 0 20px 10px; /* Line spacing and padding */
  width: auto;
}

.social-media {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 14px;
  margin-left: -30px;

}

.social-icon {
  display: block;
  margin: 10px auto; /* Space between icons */
  font-size: 30px; /* Adjust size of icons */
  color: #000; /* Default icon color */
  transition: transform 0.3s ease, color 0.3s ease; /* Hover effects */
}

.social-icon:hover {
  transform: scale(1.2); /* Scale up on hover */
  color: #007bff; /* Change to your hover color */
}

/*                                          Mobile Responsive View                             */


/*Career*/
@media only screen and (max-width: 768px) {
  /* Adjust Text Alignment and Padding on Mobile */
  
  .head-info {
      flex-direction: column;
      height: 570px; /* Let the content determine height */
      text-align: center; /* Center align text */
  }

  .text {
      width: 100%; /* Use full width for smaller screens */
      padding: 0 80px;
  }

  .text h1 {
      font-size: 32px; /* Further reduce font size */
  }

  .text h3 {
      font-size: 14px;
      line-height: 1.4;
  }

  .text p {
      font-size: 14px;
      padding: 0 15px;
      line-height: 1.4;
  }

  /*.text {
      width: 90%;
      padding: 0 80px;
      text-align: center;
  }

  .text h1 {
      font-size: 24px;
      margin-bottom: 5px;
  }

  .text h3 {
      font-size: 12px;
      line-height: 1.4;
      padding-top: 10px;
      padding-bottom: 20px;
  }

  .text p {
      font-size: 12px;
      line-height: 1.6;
  }*/

  /* Image */
  .image {
      width: 100%;
      padding-top: 20px;
  }

  .img-fluid {
      width: 100%;
      height: auto;
  }
}


/*Contents*/
@media only screen and (max-width: 768px) {
  .content-section {
      display: flex;
      margin: 100px auto;
      flex-direction: column;  /* Stack items vertically on mobile */
  }
  
  .opportunities {
      text-align: left;
      padding-left: 20px; /* Reduced padding for mobile */
      padding-top: 70px;
      padding-bottom: 30px;
  }
  
  .opportunities h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: rgba(0, 0, 0, 1);
      text-align: left; 
      font-family: 'Roboto Condensed';
      font-size: 32px;
      font-weight: 400;
      line-height: 37.5px;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin-left: -10px;
  }
  
  /* Adjust Job Cards for Mobile */
  .job-cards {
      display: flex;
      flex-direction: column;
      align-items: flex-start; 
      gap: 15px;
      margin: 0 25px;
  }
  
  .job-card {
      width: 100%;  /* Make job cards take full width on mobile */
      max-width: 250px;  /* Restrict max width for better readability */
      padding: 15px;
      border-radius: 8px;
      background: rgba(217, 217, 217, 0.4);
      color: rgba(0, 0, 0, 1);
      text-align: center;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      cursor: pointer;
      font-family: 'Poppins';
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
  }
  
  .job-card:hover {
      color: #000000;
      transform: scale(1.05);  /* Slight scale on hover for mobile */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  /* Main content section */
  .contents {
      margin: 20px;
      text-align: left;
      padding-left: 20px;  /* Adjusted padding for mobile */
      padding-top: 100px;  /* Reduced padding-top for better spacing */
  }
  
  /* Main heading */
  .main-heading {
      font-family: 'Montserrat';
      font-size: 20px;
      font-weight: 400;
      line-height: 24.38px;
      text-align: center;
      color: rgba(0, 0, 0, 0.8);
  }
  
  /* Sub-heading */
  .sub-heading {
      padding-top: 20px;
      font-family: 'Montserrat';
      font-size: 16px;
      font-weight: 400;
      line-height: 19.5px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: rgba(0, 0, 0, 0.7);
  }
  
  /* Button container for mobile */
  .button-container {
      display: flex; /* Flexbox for centering */
      justify-content: center; /* Horizontal centering */
      margin-top: 20px; /* Spacing between sub-heading and button */
  }
  
  /* Call-to-Action Button */
  .cta-button {
      background-color: rgb(217, 217, 217, 0.4); 
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease;
      font-family: 'Roboto';
      font-size: 18px; /* Slightly smaller button text */
      font-weight: 400;
      line-height: 23.44px;
      width: 180px; /* Adjusted button width for mobile */
      height: 45px;  /* Adjusted height */
      border-radius: 8px;
      box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
      border: none;
  }
  
  .cta-button:hover {
      transform: translateY(-2px);
  }
  
  .opportunities {
      padding: 20px 10px 20px 10px;
  }

  .opportunities h2 {
      font-size: 1.5rem; /* Smaller heading size on mobile */
     text-align: center;  /* Remove extra padding */
  }

  .job-cards{
      text-align: center;
      padding: 0 55px 0 55px;
  }

  .job-card {
      width: 100%;
      padding: 12px;
  }

  .contents {
      padding-left: 10px;
      padding-top: 10px; /* Adjust padding-top for mobile */
  }

  .main-heading {
      font-size: 14px; /* Smaller font size for mobile */
  }

  .sub-heading {
      font-size: 12px; /* Slightly smaller sub-heading font on mobile */
  }

  .cta-button {
      font-size: 16px; /* Smaller font for mobile button */
      width: 100px; /* Smaller button width */
      height: 40px; /* Smaller height for mobile */
  }
}


/*Footer Section*/
@media (max-width: 768px) {
  .map-container {
    border-radius: 15px; /* Adjust the radius value as needed */
    overflow: hidden; /* Ensures the iframe respects the border-radius */
    margin-left: 40px;
    margin-right: 40px;

    height:300px; /* Ensures it spans the full height */}}

        @media (max-width: 768px) {
          .footer-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 10px;
      
    }
   .footer-section2{
    max-width:85%;
   }
  .logo1 img{
    margin-left: -10px;
  }
  
    address {
        font-size: 12px; /* Smaller font size for better readability */
        line-height: 1.5; /* Adjust line height for better spacing */
        padding: 0 10px; /* Add padding for a consistent layout */
    }
    
    a {
        font-size: 16px; /* Adjust font size for mobile screens */
    }
    
    .nav-links,
    .terms-links {
      flex-direction: column;
      gap: 10px;
      align-items: center;
    }
    .social-media {
        justify-content: space-evenly; /* Space items evenly for smaller screens */
        gap: 10px; /* Adjust spacing for mobile */
        margin: 0 auto;
        padding-right: 20px;
    }

    .media {
        width: 50px; /* Reduce size on smaller screens 40*/
        height: 50px;
    }
  
    .footer-section h4 {
      font-size: 18px;
      text-align: center;
    }
  
    .nav-links a,
    .terms-links a {
      font-size: 16px;
    }
  
    .social-icon {
      font-size: 30px;
      margin-bottom: 5px;
    }

    .bottom {
        text-align: center; /* Center align text */
        padding: 5px 20px;
      }

    .bottom p {
            margin: 0; /* Remove extra spacing */
            font-family: 'Roboto';
            font-size: 12px;
            font-weight: 400;
            line-height: 1.5; /* Add spacing between lines */
            word-wrap: break-word; /* Allow text wrapping */
            white-space: normal; /* Enable wrapping */
    }
  }