html,body{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

@media screen and (min-width: 773px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }

  body,html {
    scroll-behavior: smooth;
  
  }

  body > .header {
    position: fixed;
    top:0;
    z-index:99;
    background-color: #ffffff6d;
  }

  section{
    height:100vh;
    width:100%;
    box-sizing: border-box;
    
  }

  .container{
    background-image: url("./assets/img84.jpg");
    background-size: cover;
   
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;

    
  }

  .container .content  {
    display: flex;
    row-gap: 10px;
    align-items: center;
  
    flex-direction: column;
    height: 100vh ;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;


  }

  section.container .backdrop {
    position: absolute;
   
    top: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    /* background: #fff; */
    z-index: 0;
    opacity: 0.35;
  }

  .container .content{
    position: absolute;
    padding-top:6rem;
    z-index: 1;
    top:0;
    width:100%;
    height: 100vh;
  }

  

  .container .content  header {
    font-size: 60px;
    color: #0d6a81;
    font-weight: 600;
    text-align: center;
    padding-top: 1.5rem;
  
    /* text-shadow: 0px 2px 4px rgba(0,0,0,0.95); */
  }

  .container .content  p {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    
    max-width: 60%;
    text-align: center;
    /* padding-top:5.5rem; */
    text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.7);
  }

  .container .content  .time-content {
    display: none;
    column-gap: 30px;
    visibility: none;
    align-items: center;
    margin: 2rem;
    border: 1px solid white;
    padding: 2rem 2.5rem;
    border-radius: 10rem;
    background: rgba(250, 250, 250, 0.2);
    background: rgba(32, 146, 129, 0.349);
    ;
  }

  .time-content .time {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .time .number {
    font-weight: 800;
    font-size: 80px;
    line-height: 1;
    color: #eee;
  }

  .time .text {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
  }

  .email-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .email-content p {
    font-size: 13px;
  }

  .input-box {
    display: flex;
    align-items: center;
    height: 40px;
    max-width: 360px;
    width: 100%;
    margin-top: 20px;
    column-gap: 20px;
  }

  .input-box input,
  .input-box button {
    height: 100%;
    outline: none;
    border: none;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
  }

  .input-box input {
    width: 100%;
    padding: 0 15px;
    color: #000;
  }

  input::placeholder {
    color: #0d6a81;
  }

  .input-box button {
    cursor: pointer;
    color: #eee;
    background-color: #0d6a81;
    white-space: nowrap;
    padding: 0 20px;
    transition: all 0.3s ease;
  }

  .input-box button:hover {
    background-color: #fff;
    color:#0d6a81;
  }

  a>button {
    margin-top: .5rem;
    padding: .5rem;
    background-color: blue;
    color: #fff;
    border-radius: .5rem;
  }

  footer {
    position: absolute;
    bottom: 2rem;
    padding: 1rem;
    font-size: .75rem;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  }

  .embed-pdf iframe {
    width: 100vw;
    height: 100vh;
    /* You can adjust the height as needed */
    border: none;
  }

  .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 1rem 2rem;
    
  }

  .logo-holder {

    z-index: 1;
    left: 5rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #033c33;
    font-weight: 500;
    font-size: 1.125rem;
  }

  .logo-holder img {
    height: 3.5rem;
  }

  .nav-items-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 3.5rem;
    background-color: rgba(255,255,255,.35);
    background-color: rgba(32, 146, 129,1);

    box-shadow: 0px 4px 16px rgba(0,0,0,0.3);
  }

  .nav-items-holder .nav-item {
    padding:1.25rem;
    cursor: pointer;
    color:#fff;
    text-decoration: none;
  }

  .nav-items-holder .nav-item:hover {
    padding:1.25rem;
    padding-bottom: 1rem;
    font-weight: 600;
    color:#033c33;
    color:gold;
    background-color: #033c33;
    text-shadow: none;
    border-bottom: 6px solid #0d6a81;
    border-radius: 3.5rem;
  }

  b, strong {
    color:#0d6a81;
    color:#033c33;
  }

  i,em{
    color:#0d6a81;
    font-weight: 600;
  }


  section.about-us {
    /* padding:1.5rem; */
    box-sizing: border-box;
    width:100%;
    background-image: url("./assets/img410.jpg");
    background-repeat: no-repeat;
    background-size: contain;

    display: flex;
    justify-content: flex-end;
  }

  .about-us .content h2.section-heading
  {
    color:#eee;
    font-size: 2.25rem;
    background-color: #0d6a81;
    padding:0 1.5rem;
  }

  .about-us .content {
    width:36%;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    /* background-color: rgba(32, 146, 129,1); */
    background: linear-gradient(-90deg, rgba(32, 146, 129, 1), #fff);
    padding:1rem;
    padding-top:5.5rem;
    box-sizing: border-box;
    box-sizing: border-box;
    transition: background 2s ease-in-out;



  }

  .about-us .content:hover {
    width:36%;
    height: 100vh;
    transition: background 2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    background-color: rgba(32, 146, 129,1);
    background: linear-gradient(145deg, #fff, #fff, rgba(32, 146, 129, 1));
    padding:1rem;
    padding-top:3rem;
    box-sizing: border-box;
  }

  .about-us .content p{
    margin:1rem 0;
    color:#000;
  }

  .products-categories {
    background-image: url("./assets/sm-home-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 100vh;
  }

  .products-categories .backdrop{
    width:100%;
    height: 100vh;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background: linear-gradient(-45deg, #000,rgba(255, 217, 0, 0.474), #fff);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
    opacity: .45;
    position: absolute;
    z-index: 1;

  }

  .flex-row{
    display: flex;
    flex-direction: row;
    

  }

  .products-categories .content {
    width:100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    padding:2.5rem;
    /* padding-top:10rem; */
    
    box-sizing: border-box;
    justify-content: flex-start;
    /* align-items: center; */

    position: absolute;
    z-index: 2;
  }

  .content > .categories-list {
    width:100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    /* gap:1.5rem; */
    /* justify-content: space-evenly;
    align-items: center; */
    flex-wrap: wrap;
    /* padding-top:22vh; */
  }

  .categories-list > .category-tile {
    cursor: pointer;
    padding:1.25rem;
    /* min-width: 20%;
    max-width: 20%; */
    
    box-sizing: border-box;
    background-color: #fff; 
    color:white;
    border-radius: 18px;
    margin:1rem;
    flex: 1 0 20%;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    overflow-y: auto;
    transform: scale(1);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .categories-list > .category-tile:hover {
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
  }

  .categories-list > .category-tile.shrink {
  
    transition: transform 3s ease-in-out;
    animation: shrink-animation 0.5s forwards; /* Adjust the duration as needed */
  }

  .category-tile > .product-info
  {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
  }
  .product-info > .product-info-container
  {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
  }
  .product-info-container > .back-btn-main
  {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: flex-end;
    box-sizing: border-box;
    margin-right: 1rem;
    padding: .5rem;
    cursor: pointer;
  }
  .back-btn-main > .back-btn
  {
    width: 18px;
    height: 18px;
  }
  .back-btn > img
  {
    width: 100%;
    height: 100%;
  }
  .product-info-container > .product-top-container
  {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
  }
  .product-top-container > .product-info-main
  {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      padding: 1rem;
  }
  .product-info-main > .product-img
  {
      width: 20%;
      height: 15%;
      margin-top: 2rem;
  }
  .product-img > img
  {
      width: 100%;
      height: 100%;
      border-radius: 12px;

  }
  .product-info-main > .product-details
  {
    margin-right: 8rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 2px solid black;
  }
  .product-details > .product-title
  { 
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .product-title > .title
  {
    font-size: 28px;
    font-family: 'Inter';
    color: #000;

    font-weight: 600;
    text-align: left;
  }
  .product-title > .product-details-info
  {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
  }
  .product-details-info > p
  {
    font-size: 16px;
    font-family: "Inter";
    font-weight: 500;
    text-align: left;
    padding: 1rem 0;
    color: #000;

  }
  .product-info-top > .btn-main
  {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .btn-main
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: 5rem;
}
.btn-main > .btn-container
{
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}
.btn-container > .all-btns
{
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    /* margin: 1rem; */
}
.all-btns > .buy-btn
{
    width: 5rem;
    height: 5rem;
}
.buy-btn > img
{
    width: 100%;
    height: 100%;
}
.all-btns > .add-to-cart
{
    border: 2px solid #000;
    padding: .5rem;
    border-radius: 8px;
    margin-left: .5rem;
    
}
.add-to-cart > .title
{
    font-size: 16px;
    font-family: 'Inter';
    text-align: center;
    color: #000;
}
.all-btns > .view-photo
{
    border: 2px solid #000;
    padding: .5rem;
    border-radius: 8px;
    margin-left: .5rem;

}
.view-photo > .title
{
    font-size: 16px;
    font-family: 'Inter';
    text-align: center;
    color: #000;
    cursor: pointer;
}
.all-btns > /* Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border-radius: 10px;
  width: 80%; /* Could be more or less depending on screen size */
  max-width: 600px;
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  cursor: pointer;
}

/* Photo gallery inside modal */
.photo-gallery > img {
  display: inline-block;
  width: 5rem;
  margin: 5rem;
}


.btn-container > .sku-details
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    color: #000;

    width: 58%;
    box-sizing: border-box;
}
.btn-container > /* Modal Container */
.photo-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
}

/* Modal Content */
.photo-modal-content {
  position: relative;
  background-color: #fff;
  margin: 10% auto; /* 10% from top and centered */
  padding: 20px;
  border-radius: 10px;
  width: 80%; /* Could be more or less depending on screen size */
  max-width: 700px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close Button (X) */
.photo-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}

.photo-modal-close:hover {
  color: #FF6347; /* Change color on hover */
}

/* Photo Gallery */
.photo-gallery {
  display: flex;
  justify-content: space-around; /* Space between the images */
  gap: 10px;
}

.photo-gallery img {
  width: 100%; /* Responsive image */
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.photo-gallery img:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}

.product-info-container > .product-info-bottom
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
} 

.product-info-bottom > .tabs {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
  background-color: #f9f9f9;
  padding: 0 15px;
  box-sizing: border-box;
}

/* List of tabs */
.tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between; /* Space tabs evenly */
  border-bottom: 2px solid #ccc;
  background-color: #f0f0f0;
  overflow-x: auto; /* For better responsiveness */
}

/* Individual tab */
.tab {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  text-align: center;
  flex-grow: 1; /* Make each tab equal in width */
  background-color: #f0f0f0;
  color: #000;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

/* Hover effect for tabs */
.tab:hover {
  background-color: #e0e0e0;
}

/* Active tab styling */
.tab.active {
  border-bottom: 2px solid #000;
  background-color: #fff;
  color: #000;
}

/* Panel for the tab content */
.tab-panel {
  display: none;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  margin-top: -1px; /* To avoid double border when active */
}
.tab-content > #description
{
  color: #000;
}
.tab-content > #additional-info
{
  color: #000;
}
.tab-content > #technical-info
{
  color: #000;
}
/* Show active tab panel */
.tab-panel.active {
  display: block;
}

.search-job-main
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 10rem;
}
.search-job-main > .search-job-container
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.search-job-container > .search-job-backdrop
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* justify-content: center;
  align-items: center; */
  /* width: 80%; */
  border-radius: 12px;
  /* box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3); */
}
.search-job-backdrop > .search-job-nav
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.search-job-nav > .title
{
    font-size: 56px;
    font-weight: 800;
    text-align: center;
    color: #000;
    padding: 1rem;
}
.search-job-nav > .select-job-container
{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 1rem;
  box-sizing: border-box;
}
.search-job-container > .search-position
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  /* margin: .5rem; */
}
.search-position > input
{
  width: 100%;
  border: 2px solid #fff;
  padding: .45rem;
  border-radius: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.search-position > label
{
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 600;
  margin-bottom: .5rem;

}
.select-job-container > .job-location
{
  display: flex;
  flex-direction: column;
  width: 20%;
  box-sizing: border-box;
  /* padding: .5rem 0; */

}
.job-location > label
{
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 600;
  margin-bottom: .5rem;
}
.job-location > input
{
  width: 100%;
  border: 2px solid #fff;
  padding: .45rem;
  border-radius: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.select-job-container > .submit-btn-container
{
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  border: 2px solid #f7f7f7;
  align-items: center;
  margin: 0rem;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.submit-btn-container > .submit-btn
{
  font-size: 14px;
  font-family: 'Inter';
  margin: 0rem;
  font-weight: 600;
  padding: .5rem;
  text-align: center;
  cursor: pointer;
}

.search-job-container > .about-company-container
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 3rem;
}
.about-company-container > h3
{
  font-size: 44px;
  font-family: 'Inter';
  font-weight: 600;
}
.about-company-container > span
{
  font-size: 28px;
  font-family: 'Inter';
  padding: 1rem 0;
  font-weight: 500;
}
.about-company-container > p
{
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 400;
  padding: 0;
}
.search-job-container > #about-company
{
  background: purple;
}
#about-company > h3 
{
  color: #fff;
}
#about-company > span
{
  color: #6dc24b;
  ;
}
#about-company > p
{
  color: #fff;
}
.search-job-container > .meet-our-people-main
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.meet-our-people-main > .meet-our-people-container
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.meet-our-people-container > .meet-our-people-nav
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.meet-our-people-nav > .nav-item
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 3rem;
}
.nav-item > .title
{
  font-size: 28px ;
  font-weight: 600;
  font-family: 'Inter';

}
.nav-item > .meet-people-card-container
{
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    
    flex-wrap: wrap;
    box-sizing: border-box;
}
.meet-people-card-container > .meet-people-card
{
  border: 2px solid #fff;
  border-radius: 8px;
  margin: 1rem ;
  width: 20%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 25vh;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
}
.search-job-container > .welcome-company-main
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 3rem;
}
.welcome-company-main > .welcome-container
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.welcome-container > .employee
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
.employee > .employee-img-container
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.employee-img-container > .employee-img
{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  /* width: 100%;
  height: 100%; */
  box-sizing: border-box;
}
.employee-img > img
{
  width: 20rem;
  background-color: #d7d7d7;
  border-radius: 50%;
  height: 20rem;
  margin-right: 10rem;
}
.employee > .welcome-note
{
  font-size: 44px;
  font-family: 'Inter';
  font-weight: 600;
  color: #000;
  margin-top: -15rem;
  margin-left: 4rem;
  z-index: 20;
}
.employee > .join-btn-container
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 2rem;
  border: 2px solid limegreen;
  border-radius: 8px;
  margin-left: 4rem;
  width: 10%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
}
.join-btn-container > .join-btn
{
  display: flex;
  flex-direction: column;
  padding: .5rem;
  background: limegreen;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}
.search-job-container > .footer
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 3rem;
  background: purple;
}
.footer > .footer-container
{
  display: flex;
  flex-direction: column;
  width: 100%;

  box-sizing: border-box;
}
.footer-container > .line
{
  border-bottom: 1px solid #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* margin: 0 1rem; */
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.footer-container > .footer-top
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.footer-top > .footer-nav
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  /* padding: .5rem 2rem; */
  box-sizing: border-box;
  /* border-bottom: 1px solid #fff; */
}
.footer-nav > .company-title
{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-family: 'Inter';
}
.footer-nav > .footer-nav-details
{
  display: flex;
  flex-direction: row;
  /* justify-content: space-around; */
  box-sizing: border-box;
}
.footer-nav-details > .details
{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Inter';
  color: #fff;
  margin: 1rem;
}
.footer-container > .footer-bottem
{
  display: flex;
  flex-direction: row;
  /* justify-content: space-around; */
  box-sizing: border-box;
  margin: 0 1rem;
}
.footer-bottem > .bottem-details
{
  display: flex;
  flex-direction: row;
  /* justify-content: space-around; */
  box-sizing: border-box;
}
.bottem-details > .bottem-nav
{
  font-size: 18px;
  font-weight: 500;
  font-family: 'Inter';
  margin: 1rem;
  color: #fff;
}
.support-container {
  position: relative;
  width: 100%;
  background-image: url('./assets/customer-support.png'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}


.support-container .center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0056b3; /* Blue color */
  color: white;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  margin-left: -15rem;
}
.key-offerings
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding:0 2rem;
}
.key-offerings >  h2 {
      color: #333;
      margin-top: 30px;
      border-bottom: 2px solid #007bff;
      padding-bottom: 5px;
      font-family: 'Inter';
    }

    p {
      line-height: 1.6;
      font-family: 'Inter';
    }

    ul {
      margin: 15px 0;
      padding-left: 20px;
      font-family: 'Inter';

    }

    ul li {
      margin-bottom: 10px;
      font-size: 16px;
      font-family: 'Inter';
    }

    .key-offerings, .industry-trajectory, .comprehensive-services {
      margin-bottom: 30px;
        padding:0 2rem;
        font-family: 'Inter';
    }

    .key-offerings ul, .comprehensive-services ul {
      list-style-type: disc;
      font-family: 'Inter';
    }
    .industry-trajectory ul {
      list-style-type: square;
      font-family: 'Inter';
    }
     .footer {
      background-color: #220058; /* Dark blue/purple background */
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 50px;
      bottom: -547px;
      width: 100%;
      font-family: Arial, sans-serif;
    }

    .footer .left-section {
      font-size: 14px;
    }

    .footer .center-section a {
      color: white;
      margin: 0 15px;
      text-decoration: none;
      font-size: 14px;
    }

    .footer .center-section a:hover {
      text-decoration: underline;
    }

    .footer .right-section a {
      margin: 0 10px;
      color: white;
      font-size: 18px;
      text-decoration: none;
    }

    .footer .right-section a:hover {
      color: #00aced; /* Add a color hover effect for social media icons */
    }
    .contact-header {
      position: relative;
      width: 100%;
      height: 60vh;
      background: url('./assets/contactus.png') no-repeat center center/cover;
      display: flex;
      align-items: center;
      
      justify-content: center;
  }
  .contact-content{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-left: 4rem;
  }
  .contact-content h1 {
      color: #fff;
      font-size: 50px;
      text-align: left;
      font-weight: bold;
  }

  .contact-form-section {
    padding: 50px 20px;
    background-color: white;
    text-align: center;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
    align-items: center;
    text-align: left;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
#form-group
{
  align-items: center;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    font-family: inherit;
}

.form-group> #subscribe
{
  width: 5%;  
}
.form-group > #terms
{
  width: 5%;
}
.form-group textarea {
    height: 150px;
    resize: none;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.submit-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 3rem;
}

.submit-btn:hover {
    background-color: #0056b3;
}
.contact-footer
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 50rem;

}
.contact-footer > #footer
{
  background-color: #220058;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  width: 100%;
  font-family: Arial, sans-serif;
}
#footer > #left-section
{
  font-size: 14px;

}
#footer > #center-section > a
{
  margin: .5rem;
}


/* Optional styles for responsiveness */
@media (max-width: 768px) {
    .contact-content h1 {
        font-size: 36px;
    }

    .back-button {
        font-size: 16px;
        padding: 8px 12px;
    }

    .form-container h2 {
        font-size: 28px;
    }
}
/* Responsive design adjustments */
@media (max-width: 768px) {
  .tab-list {
    flex-wrap: wrap; /* Tabs wrap to new line */
  }

  .tab {
    flex-basis: 50%; /* Make tabs 50% width for better stacking */
  }
}


  @keyframes shrink-animation {
      0% {
          transform: scale(1);
      }
      90% {
          transform: scale(0);
      }
      100% {
        transform: scale(0);
        display: none;
    }
  }
  

  @keyframes Gradient {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }



}



@media screen and (max-width: 772px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }

  body,html {
    scroll-behavior: smooth;
  
  }

  body > .header {
    position: absolute;
    top:0;
    z-index:99;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  section{
    height:100vh;
    width:100%;
    overflow-y: auto;
    box-sizing: border-box;
    
  }

  .container{
    background-image: url("./assets/mobile-bg.jpeg");
    background-size: cover;
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-sizing: border-box;
  }

  .container .content  {
    display: flex;
    row-gap: 10px;
    align-items: center;

    flex-direction: column;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;


  }

  section.container .backdrop {
    position: absolute;
   
    top: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    /* background: #fff; */
    z-index: 0;
    opacity: 0.2;
  }

  section.container .content{
    position: absolute;
    padding-top:6rem;
    z-index: 1;
    top:0;
    width:100%;
    height: 100vh;
    /* overflow-y: auto; */
    box-sizing: border-box;
  }

  

  .container .content  header {
    font-size: 1.5rem;
    color: #0d6a81;
    font-weight: 600;
    text-align: center;
    padding:1rem;
    padding-top: 1.5rem;
    line-height: 3.5rem;
  
    /* text-shadow: 0px 2px 4px rgba(0,0,0,0.95); */
  }

  .container .content  p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  
    
    max-width: 100%;
    text-align: center;
    /* padding-top:5.5rem; */
    padding: 0 1rem;
    text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.7);
  }

  .container .content  .time-content {
    display: none;
    column-gap: 30px;
    align-items: center;
    margin: 2rem;
    border: 1px solid white;
    padding: 2rem 2.5rem;
    border-radius: 10rem;
    background: rgba(250, 250, 250, 0.2);
    background: rgba(32, 146, 129, 0.349);
    ;
  }

  .time-content .time {
    display: none;
    align-items: center;
    flex-direction: column;
  }

  .time .number {
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
    color: #eee;
  }

  .time .text {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
  }

  .email-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .email-content p {
    font-size: 13px;
  }

  .input-box {
    display: flex;
    align-items: center;
    height: 40px;
    max-width: 360px;
    width: 100%;
    margin-top: 20px;
    column-gap: 20px;
  }

  .input-box input,
  .input-box button {
    height: 100%;
    outline: none;
    border: none;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
  }

  .input-box input {
    width: 100%;
    padding: 0 15px;
    color: #000;
  }

  input::placeholder {
    color: #0d6a81;
  }

  .input-box button {
    cursor: pointer;
    color: #eee;
    background-color: #0d6a81;
    white-space: nowrap;
    padding: 0 20px;
    transition: all 0.3s ease;
  }

  .input-box button:hover {
    background-color: #fff;
    color:#0d6a81;
  }

  a>button {
    margin-top: .5rem;
    padding: .5rem;
    background-color: blue;
    color: #fff;
    border-radius: .5rem;
  }

  footer {
    position: absolute;
    bottom: 2rem;
    padding: 1rem;
    font-size: .75rem;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  }

  .embed-pdf iframe {
    width: 100vw;
    height: 100vh;
    /* You can adjust the height as needed */
    border: none;
  }

  .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 1rem 2rem;
    
  }

  .logo-holder {

    z-index: 1;
    left: 5rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
  }

  .logo-holder img {
    height: 3.5rem;
  }

  .nav-items-holder {
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 3.5rem;
    background-color: rgba(255,255,255,.35);
    background-color: rgba(32, 146, 129,1);

    box-shadow: 0px 4px 16px rgba(0,0,0,0.3);
  }

  .nav-items-holder .nav-item {
    padding:1.25rem;
    cursor: pointer;
    color:#fff;
    text-decoration: none;
  }

  .nav-items-holder .nav-item:hover {
    padding:1.25rem;
    padding-bottom: 1rem;
    font-weight: 600;
    color:#033c33;
    color:gold;
    background-color: #033c33;
    text-shadow: none;
    border-bottom: 6px solid #0d6a81;
    border-radius: 3.5rem;
  }

  b, strong {
    color:#0d6a81;
    color:#033c33;
  }

  i,em{
    color:#0d6a81;
    font-weight: 600;
  }


  section.about-us {
    /* padding:1.5rem; */
    box-sizing: border-box;
    width:100%;
    background-image: url("./assets/img410.jpg");
    background-repeat: no-repeat;
    background-size: contain;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .about-us .content h2.section-heading
  {
    color:#eee;
    font-size: 2.25rem;
    background-color: #0d6a81;
    padding:0 1.5rem;
  }

  .about-us .content {
    width:100%;
    /* height: 100vh; */

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    /* background-color: rgba(32, 146, 129,1); */
    background: linear-gradient(-90deg, rgba(32, 146, 129, 1), #fff);
    padding:1rem;
    padding-top:9.5rem;
    box-sizing: border-box;
    box-sizing: border-box;
    transition: background 2s ease-in-out;

    overflow-y: auto;

  }

  .about-us .content:hover {
    width:36%;
    /* height: 100vh; */
    transition: background 2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    background-color: rgba(32, 146, 129,1);
    background: linear-gradient(145deg, #fff, #fff, rgba(32, 146, 129, 1));
    padding:1rem;
    padding-top:3rem;
    box-sizing: border-box;
  }

  .about-us .content p{
    margin:1rem 0;
    color:#000;
  }

  .products-categories {
    background-image: url("./assets/categories-products.jpg");
    background-repeat: repeat-y;
    background-size: contain;
    width:100%;
  
  }

  .products-categories .backdrop{
    width:100%;
   
   
    background: linear-gradient(-45deg, #000,rgba(255, 217, 0, 0.474), #fff);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
    opacity: .5;
    position: absolute;
    z-index: 1;

  }

  .flex-row{
    display: flex;
    flex-direction: row;
    

  }

  .products-categories .content {
    width:100%;
    /* height: 100vh; */
    display: flex;
    flex-direction: row;
    padding:1.25rem;
    /* padding-top:10rem; */
    /* overflow-y: auto; */
    box-sizing: border-box;
    justify-content: flex-start;
    /* align-items: center; */

    position: relative;
    z-index: 10;
  }

  .content > .categories-list {
    width:100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding:1rem 0;
    position: relative;
    /* padding-bottom: 3.5rem; */
    z-index: 5;
    overflow-y: none;
  }

  .categories-list > .category-tile {
    cursor: pointer;
    padding:1rem;
    
    box-sizing: border-box;
    background: #fff;
    color:white;
    border-radius: 4rem;
    margin:1rem;
    
    text-align: center;
    font-weight: 600;
  
    transform: scale(1);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .categories-list > .category-tile:hover {
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
  }

  .categories-list > .category-tile.shrink {
  
    transition: transform 3s ease-in-out;
    animation: shrink-animation 0.5s forwards; /* Adjust the duration as needed */
  }

  .category-tile > .product-info
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.product-info > .product-info-container
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.product-info-container > .product-top-container
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.product-top-container > .product-info-main
{
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}
.product-info-main > .product-img
{
    width: 25%;
    height: 20%;
}
.product-img > img
{
    width: 100%;
    height: 100%;
}

.products-categories > .downloads {
  width:100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  padding:2.5rem;
  padding-top:10rem;
  
  box-sizing: border-box;
  justify-content: flex-start;
  /* align-items: center; */
  
  /* position: absolute; */
  z-index: 46;
}

.downloads > .download-list {
  width:100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  /* gap:1.5rem; */
  /* justify-content: space-evenly;
  align-items: center; */
  flex-wrap: wrap;
  /* padding-top:22vh; */
}

.download-list > .download-tile {
  cursor: pointer;
  padding:1.25rem;
  /* min-width: 20%;
  max-width: 20%; */
  
  box-sizing: border-box;
  background-color: #fff; 
  color:white;
  border-radius: 18px;
  margin:1rem;
  flex: 1 0 20%;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(1);
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.download-list > .download-tile:hover {
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.download-list > .download-tile.shrink {

  transition: transform 3s ease-in-out;
  animation: shrink-animation 0.5s forwards; /* Adjust the duration as needed */
}

.content > .categories-list {
  width:100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  /* gap:1.5rem; */
  /* justify-content: space-evenly;
  align-items: center; */
  flex-wrap: wrap;
  /* padding-top:22vh; */
}

.categories-list > .category-tile {
  cursor: pointer;
  padding:1.25rem;
  /* min-width: 20%;
  max-width: 20%; */
  
  box-sizing: border-box;
  background-color: #fff; 
  color:white;
  border-radius: 18px;
  margin:1rem;
  /* flex: 1 0 20%; */
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(1);
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.categories-list > .category-tile:hover {
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.categories-list > .category-tile.shrink {

  transition: transform 3s ease-in-out;
  animation: shrink-animation 0.5s forwards; /* Adjust the duration as needed */
}

.category-tile > .product-info
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.product-info > .product-info-container
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.product-info-container > .back-btn-main
{
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: flex-end;
  box-sizing: border-box;
  margin-right: 1rem;
  padding: .5rem;
  cursor: pointer;
}
.back-btn-main > .back-btn
{
  width: 18px;
  height: 18px;
}
.back-btn > img
{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-info-container > .product-top-container
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.product-top-container > .product-info-main
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    /* padding: 1rem; */
}
.product-info-main > .product-img
{
    width: 100%;
    height: 10%;
    margin-top: 2rem;
}
.product-img > img
{
    width: 100%;
    height: 100%;
    border-radius: 12px;

}
.product-info-main > .product-details
{
  margin-right: 8rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 1rem;
  width: 100%;
  border-bottom: 2px solid black;
}
.product-details > .product-title
{ 
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.product-title > .title
{
  font-size: 28px;
  font-family: 'Inter';
  color: #000;

  font-weight: 600;
  text-align: center;
}
.product-title > .product-details-info
{
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.product-details-info > p
{
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  text-align: center;
  padding: 1rem 0;
  color: #000;

}
.product-info-top > .btn-main
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.btn-main
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* margin-left: 5rem; */
}
.btn-main > .btn-container
{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.btn-container > .all-btns
{
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
  /* margin: 1rem; */
}
.all-btns > .buy-btn
{
  width: 5rem;
  height: 5rem;
}
.buy-btn > img
{
  width: 100%;
  height: 100%;
}
.all-btns > .add-to-cart
{
  border: 2px solid #000;
  padding: .5rem;
  border-radius: 8px;
  margin-left: .5rem;
  
}
.add-to-cart > .title
{
  font-size: 14 px;
  font-family: 'Inter';
  text-align: center;
  color: #000;
}
.all-btns > .view-photo
{
  border: 2px solid #000;
  padding: .5rem;
  border-radius: 8px;
  margin-left: .5rem;

}
.view-photo > .title
{
  font-size: 16px;
  font-family: 'Inter';
  text-align: center;
  color: #000;
  cursor: pointer;
}
.all-btns > /* Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 9999; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
}

/* Modal Content */
.modal-content {
background-color: #fff;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
border-radius: 10px;
width: 80%; /* Could be more or less depending on screen size */
max-width: 600px;
}

/* Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
cursor: pointer;
}

/* Photo gallery inside modal */
.photo-gallery > img {
display: inline-block;
width: 5rem;
margin: 5rem;
}


.btn-container > .sku-details
{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #000;
  margin-left: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.btn-container > /* Modal Container */
.photo-modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1000; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
}

/* Modal Content */
.photo-modal-content {
position: relative;
background-color: #fff;
margin: 10% auto; /* 10% from top and centered */
padding: 20px;
border-radius: 10px;
width: 80%; /* Could be more or less depending on screen size */
max-width: 700px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close Button (X) */
.photo-modal-close {
position: absolute;
top: 10px;
right: 20px;
font-size: 30px;
font-weight: bold;
color: #333;
cursor: pointer;
transition: 0.3s;
}

.photo-modal-close:hover {
color: #FF6347; /* Change color on hover */
}

/* Photo Gallery */
.photo-gallery {
display: flex;
justify-content: space-around; /* Space between the images */
gap: 10px;
}

.photo-gallery img {
width: 100%; /* Responsive image */
max-width: 200px;
height: auto;
border-radius: 8px;
transition: transform 0.3s ease;
}

.photo-gallery img:hover {
transform: scale(1.05); /* Slight zoom on hover */
}

.product-info-container > .product-info-bottom
{
display: flex;
flex-direction: column;
box-sizing: border-box;
} 

.product-info-bottom > .tabs {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
width: 100%;
background-color: #f9f9f9;
padding: 0 15px;
box-sizing: border-box;
}

/* List of tabs */
.tab-list {
display: flex;
list-style: none;
padding: 0;
margin: 0;
justify-content: space-between; /* Space tabs evenly */
border-bottom: 2px solid #ccc;
background-color: #f0f0f0;
overflow-x: auto; /* For better responsiveness */
}

/* Individual tab */
.tab {
padding: 10px 20px;
cursor: pointer;
border-bottom: 2px solid transparent;
font-weight: bold;
text-align: center;
flex-grow: 1; /* Make each tab equal in width */
background-color: #f0f0f0;
color: #000;
transition: background-color 0.3s ease;
white-space: nowrap;
}

/* Hover effect for tabs */
.tab:hover {
background-color: #e0e0e0;
}

/* Active tab styling */
.tab.active {
border-bottom: 2px solid #000;
background-color: #fff;
color: #000;
}

/* Panel for the tab content */
.tab-panel {
display: none;
padding: 20px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border: 1px solid #ddd;
margin-top: -1px; /* To avoid double border when active */
}
.tab-content > #description
{
color: #000;
}
.tab-content > #additional-info
{
color: #000;
}
.tab-content > #technical-info
{
color: #000;
}
/* Show active tab panel */
.tab-panel.active {
display: block;
}

.search-job-main
{
display: flex;
flex-direction: column;
box-sizing: border-box;
margin-top: 10rem;
}
.search-job-main > .search-job-container
{
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.search-job-container > .search-job-backdrop
{
display: flex;
flex-direction: column;
box-sizing: border-box;
/* justify-content: center;
align-items: center; */
/* width: 80%; */
border-radius: 12px;
/* box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3); */
}
.search-job-backdrop > .search-job-nav
{
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.search-job-nav > .title
{
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #000;
  padding: 1rem;
}
.search-job-nav > .select-job-container
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
padding: 1rem;
box-sizing: border-box;
}
.select-job-container > .search-position
{
display: flex;
flex-direction: column;
box-sizing: border-box;
width: 100%;
/* margin: .5rem; */
}
.search-position > input
{
width: 100%;
border: 2px solid #fff;
padding: .25rem;
margin-top: .5rem;
border-radius: 18px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.search-position > label
{
font-size: 16px;
font-family: 'Inter';
font-weight: 600;
margin-bottom: .5rem;

}
.select-job-container > .job-location
{
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
/* padding: .5rem 0; */
margin-top: 1rem;

}
.job-location > label
{
font-size: 16px;
font-family: 'Inter';
font-weight: 600;
margin-bottom: .5rem;
}
.job-location > input
{
width: 100%;
border: 2px solid #fff;
padding: .45rem;
border-radius: 18px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.select-job-container > .submit-btn-container
{
display: flex;
flex-direction: row;
box-sizing: border-box;
border: 2px solid #f7f7f7;
align-items: center;
justify-content: flex-start;
/* width: 100%; */
/* padding-top: 1rem; */
margin: 1rem 0;
/* height: auto; */
border-radius: 12px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.submit-btn-container > .submit-btn
{
font-size: 14px;
font-family: 'Inter';
font-weight: 600;
margin: 0;
/* padding: .5rem; */
text-align: center;
cursor: pointer;
}

.search-job-container > .about-company-container
{
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 3rem;
}
.about-company-container > h3
{
font-size: 44px;
font-family: 'Inter';
font-weight: 600;
}
.about-company-container > span
{
font-size: 28px;
font-family: 'Inter';
padding: 1rem 0;
font-weight: 500;
}
.about-company-container > p
{
font-size: 20px;
font-family: 'Inter';
font-weight: 400;
padding: 0;
}
.search-job-container > #about-company
{
background: purple;
}
#about-company > h3 
{
color: #fff;
}
#about-company > span
{
color: #6dc24b;
;
}
#about-company > p
{
color: #fff;
}
.search-job-container > .meet-our-people-main
{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.meet-our-people-main > .meet-our-people-container
{
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.meet-our-people-container > .meet-our-people-nav
{
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.meet-our-people-nav > .nav-item
{
display: flex;
flex-direction: column;
box-sizing: border-box;
/* padding: 3rem; */
}
.nav-item > .title
{
font-size: 28px ;
font-weight: 600;
font-family: 'Inter';
padding: 1rem;

}
.nav-item > .meet-people-card-container
{
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.meet-people-card-container > .meet-people-card
{
border: 2px solid #fff;
border-radius: 8px;
margin: 1rem ;
width: 35%;
display: flex;
/* justify-content: center; */
flex-direction: row;
box-sizing: border-box;
text-align: center;
align-items: center;
justify-content: center;
height: 25vh;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
}
.search-job-container > .welcome-company-main
{
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 3rem;
}
.welcome-company-main > .welcome-container
{
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.welcome-container > .employee
{
display: flex;
flex-direction: column;
box-sizing: border-box;
width: 100%;
}
.employee > .employee-img-container
{
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.employee-img-container > .employee-img
{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-left: 8rem;
width: 100%;
/* height: 100%; */
box-sizing: border-box;
}
.employee-img > img
{
width: 15rem;
background-color: #d7d7d7;
border-radius: 50%;
height: 15rem;
margin-right: 10rem;
}
.employee > .welcome-note
{
font-size: 34px;
font-family: 'Inter';
font-weight: 600;
color: #000;
margin-top: -10rem;
margin-left: 0rem;
z-index: 20;
}
.employee > .join-btn-container
{
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
margin-top: 5rem;
border: 2px solid limegreen;
border-radius: 8px;
margin-left: 4rem;
width: 50%;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
}
.join-btn-container > .join-btn
{
display: flex;
flex-direction: column;
justify-content: center;
padding: .5rem;
background: limegreen;
text-align: center;
box-sizing: border-box;
color: #fff;
}
.search-job-container > .footer
{
display: none;
flex-direction: column;
box-sizing: border-box;
margin-top: 3rem;
background: purple;
}
.footer > .footer-container
{
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
}
.footer-container > .line
{
border-bottom: 1px solid #fff;
width: 100%;
display: flex;
flex-direction: column;
/* margin: 0 1rem; */
box-sizing: border-box;
justify-content: center;
align-items: center;
}
.footer-container > .footer-top
{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
}
.footer-top > .footer-nav
{
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100vw;
align-items: center;
/* padding: .5rem 2rem; */
margin-left: -2rem;
box-sizing: border-box;
/* border-bottom: 1px solid #fff; */
}
.footer-nav > .company-title
{
font-size: 14px;
font-weight: 600;
text-align: center;
color: #fff;
font-family: 'Inter';
}
.footer-nav > .footer-nav-details
{
display: flex;
flex-direction: row;
/* justify-content: space-around; */
box-sizing: border-box;
}
.footer-nav-details > .details
{
font-size: 12px;
font-weight: 400;
font-family: 'Inter';
color: #fff;
margin: 1rem;
}
.footer-container > .footer-bottem
{
display: flex;
flex-direction: row;
/* justify-content: space-around; */
box-sizing: border-box;
margin: 0 1rem;
}
.footer-bottem > .bottem-details
{
display: flex;
flex-direction: row;
/* justify-content: space-around; */
box-sizing: border-box;
}
.bottem-details > .bottem-nav
{
font-size: 12px;
font-weight: 500;
font-family: 'Inter';
margin: 1rem;
color: #fff;
}
.support-container {
position: relative;
width: 100%;
background-image: url('./assets/customer-support.png'); /* Replace with your image path */
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 400px;
}


.center-circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #0056b3; /* Blue color */
color: white;
width: 170px;
height: 170px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: 16px;
margin-left: -2rem;
}
.key-offerings
{
display: flex;
flex-direction: column;
box-sizing: border-box;
padding:0 2rem;
}
.key-offerings >  h2 {
    color: #333;
    margin-top: 30px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    font-family: 'Inter';
  }

  p {
    line-height: 1.6;
    font-family: 'Inter';
  }

  ul {
    margin: 15px 0;
    padding-left: 20px;
    font-family: 'Inter';

  }

  ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Inter';
  }

  .key-offerings, .industry-trajectory, .comprehensive-services {
    /* margin-bottom: 30px; */
      padding:0 2rem;
      font-family: 'Inter';
  }

  .key-offerings ul, .comprehensive-services ul {
    list-style-type: disc;
    font-family: 'Inter';
  }
  .industry-trajectory ul {
    list-style-type: square;
    font-family: 'Inter';
  }
   .footer {
    background-color: #220058; /* Dark blue/purple background */
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    bottom: -875px;
    width: 100%;
    font-family: Arial, sans-serif;
  }

  .footer .left-section {
    font-size: 14px;
  }

  .footer .center-section a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-size: 14px;
  }

  .footer .center-section a:hover {
    text-decoration: underline;
  }

  .footer .right-section a {
    margin: 0 10px;
    color: white;
    font-size: 18px;
    text-decoration: none;
  }

  .footer .right-section a:hover {
    color: #00aced; /* Add a color hover effect for social media icons */
  }
  .contact-header {
    position: relative;
    width: 100%;
    height: 60vh;
    background: url('./assets/contactus.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    
    justify-content: center;
}
.contact-content{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-left: 4rem;
}
.contact-content h1 {
    color: #fff;
    font-size: 50px;
    text-align: left;
    font-weight: bold;
}

.contact-form-section {
  padding: 50px 20px;
  background-color: white;
  text-align: center;
}

.form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
  align-items: center;
  text-align: left;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#form-group
{
align-items: center;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  font-family: inherit;
}

.form-group> #subscribe
{
width: 5%;  
}
.form-group > #terms
{
width: 5%;
}
.form-group textarea {
  height: 150px;
  resize: none;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.submit-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 3rem;
}

.submit-btn:hover {
  background-color: #0056b3;
}
.contact-footer
{
display: flex;
flex-direction: column;
box-sizing: border-box;
/* margin-top: 50rem; */

}
.contact-footer > #footer
{
background-color: #220058;
color: white;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 50px;
width: 100%;
font-family: Arial, sans-serif;
}
#footer > #left-section
{
font-size: 14px;

}
#footer > #center-section > a
{
margin: .5rem;
}


/* Optional styles for responsiveness */
@media (max-width: 768px) {
  .contact-content h1 {
      font-size: 36px;
      color: blue;
  }

  .back-button {
      font-size: 16px;
      padding: 8px 12px;
  }

  .form-container h2 {
      font-size: 28px;
  }
}

  @keyframes shrink-animation {
      0% {
          transform: scale(1);
      }
      90% {
          transform: scale(0);
      }
      100% {
        transform: scale(0);
        display: none;
    }
  }
  

  @keyframes Gradient {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }



}