*{
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.about-breadcrumb-section {
  background: linear-gradient(135deg, #f3f6fb, #e6effc);
  text-align: center;
  padding: 60px 20px;
  margin-top: 46px;
   width: 100vw; 
  
}
.about-breadcrumb-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}
.about-breadcrumb-box {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.about-breadcrumb-box a {
  color: #666;
  text-decoration: none;
}
.about-breadcrumb-box span {
  margin: 0 5px;
}

 #aboutus-description {
  max-width: 900px;
  font-size: 1.2rem;
  margin-left: 300px;
  margin-top: 90px;
}
.aboutus-description-heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 31px;
  color: #202124;
  margin-bottom: 31px;
}
.aboutus-text-1,
.aboutus-text-2 {
  font-size: 15px;
  line-height: 26px;
  color: dimgray;
  margin-bottom: 26px;
}

/* Responsive media queries start here */

/* For tablets and below (≤ 900px) */
@media (max-width: 900px) {
  #aboutus-description {
    margin-left: 40px;
    margin-right: 40px;
    max-width: 100%;
    margin-top: 60px;
    font-size: 1rem;
  }
  .aboutus-description-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .about-breadcrumb-section {
    padding: 40px 10px;
    margin-top: 40px;
  }
}

/* For small tablets and large phones (≤ 600px) */
@media (max-width: 600px) {
  .about-breadcrumb-section {
    padding: 30px 5px;
    margin-top: 40px;
  }
  .about-breadcrumb-section h2 {
    font-size: 21px;
  }
  .about-breadcrumb-box {
    font-size: 12px;
  }
  #aboutus-description {
    margin: 30px 10px 0 10px;
    max-width: 100%;
    font-size: 0.98rem;
    margin-top: 35px;
  }
  .aboutus-description-heading {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .aboutus-text-1,
  .aboutus-text-2 {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 14px;
  }
}

/* For very small screens (≤ 400px) */
@media (max-width: 400px) {
  .about-breadcrumb-section {
    padding: 38px 2px;
    margin-top: 40px;
  }
  .about-breadcrumb-section h2 {
    font-size: 15px;
  }
  .about-breadcrumb-box {
    font-size: 10px;
  }
  #aboutus-description {
    margin: 18px 2px 0 2px;
    font-size: 0.87rem;
    margin-top: 20px;
  }
  .aboutus-description-heading {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 11px;
  }
}
body {
  overflow-x: hidden;
}




header {
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: white;
    box-shadow: 1px 1px 15px rgba(148, 147, 147, 0.539);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.logo {
    font-weight: 700;
    font-size: 25px;
    color: #174eb6;
}

a {
    text-decoration: none;
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.menu {
    margin: 0 10px;
    position: relative;
}

.menu a {
    color: black;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
}

.menu a:hover {
    color: #174eb6;
}

/* Header Buttons */
.header-buttons {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.files {
    margin: 0 8px;
}
.upload a{
  color: rgb(40, 104, 243);
}
.access a {
    color: rgb(40, 104, 243);
}

.login-access {
    border: 1px solid rgb(40, 104, 243);
    border-radius: 5px;
    padding: 4px 15px;
    padding-bottom: 8px;
    /* background-color: rgba(220, 216, 216, 0.845); */
    transition: all 0.3s;
    margin-bottom: -5px;
}

.login-access:hover {
  cursor: pointer;
}

.login-access a{
    color: rgb(40, 104, 243);
    font-weight: 600;
}
.register-access{
  border: 1px solid rgb(40, 104, 243);
  border-radius: 5px;
  padding: 4px 15px;
  margin-bottom: -5px;
  padding-bottom: 8px;
  background-color: rgb(40, 104, 243) ;
}
.register-access a{
  color: white;
  font-weight: 600;
}
.job-post {
    border: 0px;
    border-radius: 5px;
    /* padding: 8px 15px; */
    /* background-color: rgb(59, 124, 253); */
    transition: all 0.3s;
}

.job-post a {
    color: rgb(40, 104, 243);
    font-weight: 600;
}

/* .job-post:hover {
    background-color: rgb(14, 85, 228);
} */

/* Dropdown Styles */
.pages-dropdown {
    position: relative;
}

.pages-dropdown-toggle i {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s;
}

.pages-dropdown-content {
    display: none;
    position: absolute;
    right: -50px;
    padding-top: 25px;
    min-width: 180px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: fadeInDown 0.25s ease forwards;
    z-index: 1000;
}

.pages-dropdown-content a {
    padding: 12px 20px;
    color: #333;
    display: block;
    font-size: 14px;
    transition: all 0.2s;
}

.pages-dropdown-content .border {
    border-top: 1px solid #174eb6;
}

.pages-dropdown-content a:hover {
    color: #174eb6;
    background-color: rgba(23, 78, 182, 0.05);
    padding-left: 25px;
}

.pages-dropdown:hover .pages-dropdown-content {
    display: block;
}

.pages-dropdown:hover .pages-dropdown-toggle i {
    transform: rotate(180deg);
}

/* Hamburger Menu */
.hamburger {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #174eb6;
}

/* Animation */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width: 950px){
  .header-container {
      flex-wrap: wrap;  
    }
    
  .hamburger{
    display: block;
  }
  .nav-menu {
    display: none;
    width: 100%;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    }
  .nav-menu.active {
    display: flex;
    flex-direction: column;
  }
  .header-buttons{
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    align-items: start;
  }
  .access{
    height: 25px;
    width: 80px;
    text-align: center;
    padding: 10px 20px;
  }
    .pages-dropdown {
     width: 80px;
    }
    
    .pages-dropdown-content {
        position: static;
        box-shadow: none;
        padding-left: 0px;
        animation: none;
        display: none;
    }
    .pages-dropdown-content a{
      padding: 0px;
      padding-top: 10px;
    }
    
    .pages-dropdown:hover .pages-dropdown-content {
        display: none;
    }
    
    .pages-dropdown.active .pages-dropdown-content {
        display: block;
    }
    .animation-box1{
      margin-top: -550px;
    }
}


.feedback-title {
        text-align: center;
        position: relative;
        top: 60px;
        /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
      }

      .feedback-section {
        padding: 40px 20px;
        background-color: #ecf6f7;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        margin: 0;
        /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
      }

      .feedback-slideshow {
        position: relative;
        width: 100%;
        max-width: 1200px;
        overflow: hidden;
        height: 350px;
      }

      .feedback-row {
        display: flex;
        gap: 20px;
        position: relative;
        transition: transform 1s ease-in-out;
        
      }

      .feedback-container {
        background-color: white;
        padding: 30px;
        border-radius: 12px;
        height: 270px;
        position: relative;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
        display: flex;
        gap: 15px;
        align-items: center;
        margin-top: 35px;
        flex-shrink: 0;
        width: calc(50% - 10px);
      }

      .feedback-container:hover {
        transform: translateY(-5px);
      }

      .feedback-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #cdcfe6;
      }

      .feedback-header {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        z-index: 1;
      }

      .feedback-header h2 {
        color: rgb(65, 140, 232);
        font-size: 15px;
        letter-spacing: 0.7px;
        position: relative;
        right: 120%;
      }

      .client-image {
        flex: 0 0 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        top: 60px;
      }

      .client-image img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #e1e2e2;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
      }

      .client-image:hover img {
        transform: scale(1.05);
      }

      .client-feedback {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        position: relative;
      }

      .feedback-text {
        font-style: italic;
        margin: 0 0 20px 0;
        color: rgb(90, 87, 87);
        line-height: 1.6;
        font-size: 13px;
        position: relative;
        right: 30%;
      }

      .client-info {
        display: flex;
        flex-direction: column;
      }

      .client-name {
        font-weight: bold;
        color: rgb(57, 55, 55);
        margin: 0 0 3px 0;
        font-size: 14px;
        position: relative;
        top: 20px;
      }

      .client-role {
        font-style: italic;
        color: #476af8;
        font-weight: 400;
        font-size: 13px;
        position: relative;
        top: 20px;
      }









      .arrow-btn {
   background-color: #ecf6f7; 
  border: none;
  font-size: 30px;
  padding: 8px 16px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #696363;
  transition: background 0.3s;
  
}

.arrow-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.feedback-section {
  position: relative; /* Required to position arrows inside */
}






      @media (max-width: 975px) {
        .feedback-container {
          width: 100%;
          flex-direction: column;
          text-align: center;
          height: auto;
        }

        .client-image {
          top: 10px;
          margin-bottom: 10px;
        }

        .feedback-header h2 {
          right: 0;
          position: relative;
          bottom: 15px;
        }

        .feedback-text {
          right: 0;
          font-size: 13px;
        }

        .client-name,
        .client-role {
          font-size: 13px;
          top: 0;
        }

        .feedback-slideshow {
          height: auto;
        }
      }
@media(max-width:440px){
  .feedback-part{
    width: 100%;
  }
}


/* footer style */
  .superio-footer {
    background: #fff;
    /* font-family: "Poppins", Arial, sans-serif; */
    color: #222;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f0f0f0;
  }
  .footer-main {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 40px 30px 40px;
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-logo-block {
    flex: 1 1 320px;
    min-width: 270px;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-circle {
    display: none;
  }
  .logo-title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-left: 8px;
    display: inline-block;
  }
  .footer-contact {
    margin-top: 10px;
    font-size: 1.08rem;
  }
  .call-us {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
  .phone {
    display: block;
    color: #3664f5;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.2s;
  }
  .phone:hover {
    color: #1d46c4;
    text-decoration: underline;
  }
  .address,
  .email {
    font-size: 1.01rem;
    margin-bottom: 8px;
    color: #555;
  }
  .footer-section {
    flex: 1 1 180px;
    min-width: 160px;
  }
  .footer-title {
    font-weight: 700;
    color: #2e2d56;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-section li {
    margin-bottom: 12px;
  }
  .footer-section a {
    color: #555;
    text-decoration: none;
    font-size: 1.05rem;
    transition: color 0.2s;
    position: relative;
  }
  .footer-section a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #3664f5;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  .footer-section a:hover {
    color: #3664f5;
  }
  .footer-section a:hover::after {
    width: 100%;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding: 25px 40px 15px 40px;
    max-width: 1600px;
    margin: 0 auto;
    flex-wrap: wrap;
    font-size: 1.04rem;
  }
  .footer-bottom-group {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .footer-socials {
    display: flex;
    gap: 26px;
    margin: 0 22px 0 0;
  }
  .footer-social {
    color: #3664f5;
    font-size: 1.35rem;
    transition: color 0.2s, transform 0.2s;
  }
  .footer-social:hover {
    color: #1d46c4;
    transform: scale(1.18) rotate(-10deg);
  }
  .scroll-to-top {
    border: none;
    /* background: transparent; */
    background: white;
    cursor: pointer;
    outline: none;
    margin-left: 24px;
    /* transition: transform 0.3s, box-shadow 0.3s; */
    /* box-shadow: 0 2px 10px rgba(54, 100, 245, 0.12); */
    border-radius: 50%;
    padding: 4px;
    opacity: 0.8;
  }
  .polyline-button{
    background: transparent;
      transition: transform 0.3s, box-shadow 0.3s;
      /* text-shadow: 0 2px 10px rgba(54, 100, 245, 0.12); */
  }
  .polyline-button:hover{
    box-shadow: 0 6px 18px rgba(54, 100, 245, 0.19);
  }
  .scroll-to-top:hover,
  .scroll-to-top:focus {
    transform: translateY(-8px) scale(1.08);
    /* box-shadow: 0 6px 18px rgba(54, 100, 245, 0.19); */
    opacity: 1;
  }
  @media (max-width: 1200px) {
    .footer-main {
      flex-wrap: wrap;
      padding: 40px 16px 20px 16px;
      gap: 16px;
    }
    .footer-section {
      min-width: 120px;
    }
    .footer-logo-block {
      min-width: 200px;
      margin-right: 30px;
    }
    .footer-bottom {
      padding: 20px 16px 10px 16px;
      font-size: 0.97rem;
    }
  }
  @media (max-width: 800px) {
    .call-us {
    font-size: 1.5rem;
    }
    .phone {
    font-size: 1.4rem;
    }
    .address,
  .email {
    font-size: 1.1rem;
  }
  .footer-title {
    font-size: 1.3rem;
  }
  .footer-section ul {
    font-size: 1rem;
  }
    .footer-logo-block{
      margin-bottom: -100px;
    }
    .footer-main {
      flex-direction: column;
      align-items: flex-start;
      gap: 36px;
    }
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
    }
    .footer-bottom-group {
      margin-left: 0;
      margin-top: 10px;
    }
  }
  @media (max-width: 440px){
    .superio-footer{
      width: 100%;
    }
  }
  /* @media (max-width: 400px) {
    .call-us {
    font-size: 1.5rem;
    }
    .phone {
    font-size: 1.4rem;
    margin-bottom: 25px;
    }
  .address,
  .email {
    font-size: 1.1rem;
    color: #555;
    margin-right: -50px;
  }
  .footer-section {
    margin-top: -20px;
  }
  .footer-title {
    font-size: 1.3rem;
  }
  .footer-section ul {
    font-size: 1rem;
  }
  .footer-bottom {
    padding-left: 50px;
  }
  .footer-socials {
    padding-left: 70px;
  }
  .scroll-to-top {
    margin-left: 70px;
  }

  } */
  /* @media (max-width: 360px) {
    .footer-logo-block{
      margin-bottom: -80px;
    }
    .call-us {
    font-size: 1.5rem;
    }
    .phone {
    font-size: 1.4rem;
    margin-bottom: 15px;
    }
  .address,
  .email {
    font-size: 1.1rem;
    color: #555;
    margin-right: -90px;
  }
  .footer-section {
    max-width: 30px;
    margin-top: -20px;
  }
  .footer-title {
    font-size: 1.3rem;
  }
  .footer-section ul {
    font-size: 1rem;
  }
  .footer-bottom {
    padding-left: 50px;
  }
  .footer-socials {
    padding-left: 70px;
  }
  .scroll-to-top {
    margin-left: 70px;
  }

  }  */




