html {
  scroll-behavior: smooth;
   scroll-padding-top: 100px;
}
body {
    overflow-x: hidden;
    /* font-family: "Helvetica Neue" !important;  */
  }



  :root{
    --primary-color: #961a3b;
    --secondary-color: #f9f6f3;
    --bg-color: #FFFAF0;
    --black: #222222;
    --white: #fff;

  }
  h1,h2,h3,h4,h5,h6{
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
    font-weight: 500;
  }

  body p {
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
    font-weight: Bold;
    font-style: normal;
    font-display: swap;
  }

  body {
    overflow-x: hidden;
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
  }
  body p {
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
  }
  /* @font-face {
    font-family: "Airbnb Cereal VF";
    src:
      url("../fonts/AirbnbCerealVF.woff2") format("woff2"),
      url("../fonts/AirbnbCerealVF.woff") format("woff"),
      url("../fonts/AirbnbCerealVF.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  } */

  /* @font-face {
    font-family: "Circular";
    src:
      url("../fonts/Circular.woff2") format("woff2"),
      url("../fonts/Circular.woff") format("woff"),
      url("../fonts/Circular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  } */




   /* for all css start */


   section {
    max-width: 100%;
    overflow-x: hidden;
  }

  .text-justify{
    text-align: justify;
  }

  .main-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 29px;
    height: 40px;
    border: none;
    border-radius: 7px;
    font-weight: 600;
    color: #fff;
    background-color: var(--primary-color);
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
  }

  .main-button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: black;
    background-color: #fff;
    transform: translateY(100%);
    transition: transform 0.6s ease;
    z-index: -1;
    border-radius: 0;
  }

  .main-button:hover::before {
    transform: translateY(0);
  }

  .main-button:hover {
    color: var(--color-primary);
  }

  .main-button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    border: 2px solid var(--primary-color);
    border-radius: 7px;
    transition: width 0.4s ease;
    z-index: 0;
  }

  .main-button:hover::after {
    width: 100%;
  }




/* reverse */
.main-button-rev {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 29px;
  height: 40px;
  border: 0.5px solid  var(--primary-color);
  border-radius: 7px;
  font-weight: 600;
  color: var(--primary-color);
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.main-button-rev::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  transform: translateY(-100%);
  transition: transform 0.6s ease;
  z-index: -1;
  border-radius: 0;
}

.main-button-rev:hover::before {
  transform: translateY(0);
}

.main-button-rev:hover {
  color: #fff;
}

.main-button-rev::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  border: 1px solid #fff;
  border-radius: 7px;
  transition: width 0.4s ease;
  z-index: 0;
}

.main-button-rev:hover::after {
  width: 100%;
}






  /* for all css end  */






  /* Nav Bar start*/

  .logo {
    height: 50px;
    width: auto;
    max-width: 100%;
     }

    .navbar-nav {
        margin: 0 auto;
    }
    .navbar-nav .nav-item {
    margin: 0 20px; /* Add horizontal spacing */
  }
    .nav-item a {
        color: #000000;
        font-weight: 500;
    }
    .nav-item a:hover {
        color: var(--primary-color);
    }
    .navbar-brand img {
        height: 40px;
    }
    .language-dropdown {
        margin-left: auto;
    }

    .globe-icon {
    color: var(--black);
    font-size: 1.2em;
    }
    .navbar-toggler, .navbar-toggler:focus {
      border: none !important;
      box-shadow: none;
    }

    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        background-color: white;
        padding: 5px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      .nav-item.dropdown {
        position: relative;
    }

      .nav-item a {
        color: #000;
        font-weight: 500;
        transition: color 0.3s ease-in-out;
    }

    .nav-item .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: var(--white);
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 7px;
      min-width: 200px;
      z-index: 1000;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.3s ease, transform 0.3s ease;

  }

  .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.mobile-dropdown-toggle {
  margin-left: 5px;
  cursor: pointer;
}
    .nav-item a:hover {
        color: var(--primary-color);
    }
    .navbar-brand img {
      height: 50px;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #fff;
}
#nav-main-button{
  margin-left: 17px;
}
    /* Nav Bar end*/




    /* home page header start */
     .banner-three-box-clip-area {
      clip-path: polygon(0 0, 100% 0, 100% 85.059%, 83.523% 100%, 16.406% 100%, 0 84.941%, 0 0);
      height: 90vh;
      margin-top: 70px;
      width: 100%;
      display: flex;
      align-items: center;
      position: relative;
      background: var(--secondary-color);
      overflow: hidden;
  }
  .digital{
    font-size: 20px;
  }

  .banner-three-box-clip-area .right-thumbnail {
      clip-path: polygon(59.225% 100%, 0% 100%, 0% 14.588%, 43.944% 0, 100% 0, 100% 100%, 59.225% 100%);
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50%;
      height: 100%;
  }

  .banner-three-box-clip-area .right-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .banner-inner-conten {
      padding: 2rem 1rem;
  }

  .banner-inner-conten h1 {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.2;
      color: #0d0d0d;
      max-width: 550px;
  }
  .banner-inner-conten-page h1 {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.2;
      color: #ffffff;
      /* max-width: 550px; */
  }
   .section-heading {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.2;
      color: #0d0d0d;
  }
  .section-heading-contact {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.2;
      color: #0d0d0d;
  }
  .section-subheading-contact {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.5;
      color: #0d0d0d;
      padding: 10px 100px;
  }


  .banner-inner-conten .pre {
      font-weight: 500;
      letter-spacing: .4rem;
      margin-bottom: 1rem;
      display: block;
      color: #666;
  }


  .all-shape img.one,
  .all-shape img.two,
  .all-shape img.three {
      position: absolute;
      max-width: 200px;
  }

  .all-shape img.one {
      top: 0;
      left: 0;
      animation: floatUpDown 4s ease-in-out infinite;
  }

  .all-shape img.two {
      top: 10%;
      left: 37%;
      animation: rotateIt 8s linear infinite;
  }

  .all-shape img.three {
      bottom: 0;
      left: 33%;
      animation: jump-2 3s linear infinite;
  }


  .letter {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0d0d0d;
    animation: fadeIn 0.5s forwards;
  }
   .letter-one {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    animation: fadeIn 0.5s forwards;
  }

  .d-flex span {
    animation-iteration-count: infinite;
    animation-direction: normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes rotateIt {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }

  @keyframes jump-2 {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
  }

  @keyframes floatUpDown {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-15px); }
  }







    /* home page header end */





    /* Home page onboarding start */
    .onboard {
      padding: 80px 0;
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .onboard::-webkit-scrollbar {
      display: none;
    }

    .s-sub-title {
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      letter-spacing: 0.5em;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #333;
      margin-bottom: 0;
    }

    .steps {
      background-color: var(--secondary-color);
      border-radius: 7px;
      padding: 15px 20px;
    }

    .register{
      color: var(--primary-color);
    }

    .steps-onbording{
      font-size: 18px;
    font-weight: 600;
    }


    .step-label {
      background-color: var(--primary-color);
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 4px;
      padding: 6px 16px;
      border-radius: 7px;
      display: inline-block;
    }

    .text-crimpson {
      color: var(--primary-color);
    }

    .section-heading {
      font-size: 3rem;
      font-weight: 600;
    }

    .icon-heading {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 15px;
    }

    .circle-icon {
      background-color: var(--primary-color);
      border-radius: 50%;
      padding: 4px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .small-img {
      height: 370px;
      object-fit: cover;
      width: 100%;
      border-radius: 10px;
    }
    /* home page onboarding end */



    /* home page offering start */
    .offering {
      background-color: var(--secondary-color);
      min-height: 100vh;
      display: flex;
      align-items: center;
    }
    .card-red {
      background-color: var(--primary-color);
      color: white;
    }
    .feature-list svg {
      margin-right: 8px;
      color: var(--primary-color);
    }

    .card-title{
      font-weight: 600;
    }


    .card-img-top {
    height: 240px;
    border-radius: 5px 5px 0px 0px;
    padding: 0px;
    object-fit: cover;
    }

    #section1 , #section2 , #section3 {
      background-color: var(--secondary-color);
      padding: 20px;
      border-radius: 7px;
      margin: 0px 0px 15px 0px;
    }



    .card {
      height: 100%;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .card-body {
      flex: 1;
    }
    .btn-custom {
      margin-top: 1rem;
    }
    .card {
      height: 100%;
    }
    .card-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
   /* home page offering end */




   /* home page team start */
   .our-team {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px;
  }

  .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .card-member {
    max-width: 300px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    background-color: #fff;
  }

  .card-member .image {
    position: relative;
    overflow: hidden;
  }



  .card-member:hover .image::before {
    left: 125%;
  }

  .card-member img {
    width: 100%;
    height: auto;
    display: block;
  }

  .card-member .content {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    background-color: #fff;
    border-radius: 7px 7px 0px 0px;
    padding: 10px 10px 10px 10px;
    z-index: 3;
    height: 80px;
    transition: all 0.4s ease;
    overflow: hidden;
    color: black;
    text-align: left;
  }


  .team-card {
  transition: all 0.3s ease;
}

.team-card:hover {
  justify-content: space-around !important;
}
  .card-member:hover .content {
    height: 80px;
    background-color: var(--primary-color);
    color: white;
  }

  .card-member .name {
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
  }

  .card-member .duty {
    margin: 5px 0;
    font-size: 16px;
    color: inherit;
    transition: color 0.3s;
  }

  .social-list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 10px 0 0;
    gap: 5px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    visibility: hidden;
  }

  .social-list:hover {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 25px;
    margin: 10px 0 0;
    gap: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    visibility: hidden;
}

  .card-member:hover .social-list {
    opacity: 1;
    transform: translatex(15px);
    visibility: visible;
  }

  .social-list li {
    opacity: 0;
    transform: translateY(10px);
    animation: none;
  }

  .card-member:hover .social-list li {
    animation: fadeInUp 0.4s ease forwards;
  }

  .card-member:hover .social-list li:nth-child(1) { animation-delay: 0.1s; }
  .card-member:hover .social-list li:nth-child(2) { animation-delay: 0.2s; }
  .card-member:hover .social-list li:nth-child(3) { animation-delay: 0.3s; }
  .card-member:hover .social-list li:nth-child(4) { animation-delay: 0.4s; }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .social-list li a {
    color: var(--primary-color);
    background-color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
  }





























  .team-card {
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    height: 100%;
  }

  .team-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .team-image img {
    width: 220px;
    height: 250px;
    object-fit: cover;
    border-radius: 7px;
  }

  .team-name {
    font-size: 20px;
    font-weight: 600;
    color: #600b18;
    margin-bottom: 5px;
  }

  .team-position {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
  }

  .team-desc {
    color: #333;
    margin-bottom: 0;
  }

  @media (max-width: 767.98px) {
    .team-card {
      text-align: center;
    }

    .team-content {
      padding-top: 15px;
    }
  }


   /* home page team end */











/* home page testimonial start */
.rts-client-reviews-h2 {
  background-color: white;
  color: black;
  padding: 20px;
  border: 0.5px solid #0000002e;
  border-radius: 7px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.review-header .thumbnail img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.review-body .star-icon i {
  color: gold;
}
.carousel-right{
  position: absolute;
  top: -50px;
  right: 20px;
  background-color: var(--primary-color);
  border-radius: 7px;
}
.carousel-left{
  position: absolute;
  top: -50px;
  right: 70px;
  background-color: var(--primary-color);
  border-radius: 7px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  height: 20px;
  width: 20px;
 margin-top: 4px;
}
/* home page testimonial end */



/* event page start */
      .card-section .event-card {
            margin-bottom: 20px;
            border: 1px solid #ddd;
            border-radius: 7px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .card-section .carousel-item img {
            height: 250px;
            object-fit: cover;
            width: 100%;
            cursor: pointer;
        }
        .card-section .event-title {
            background-color: var(--primary-color);
            color: white;
            padding: 10px;
            text-align: center;
            font-weight: bold;
            font-size: 1.1rem;
        }
        .card-section .event-description {
            padding: 15px;
            font-size: 0.9rem;
            color: #333;
            background-color: var(--secondary-color);
            margin: 0;
            min-height: 75px;

        }



        /* Modal Styles */
        .card-modal .modal-dialog {
            max-width: 100%;
            margin: 0;
            height: 100%;
        }
        .card-modal .modal-content {
            border: none;
            height: 100%;
        }
        .card-modal .modal-content-form {
          border: none;
          height: 100%;
      }
        .card-modal .modal-body {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }
        .card-modal .carousel-item img {
            max-height: 90vh;
            max-width: 100%;
            object-fit: contain;
            margin: 0 auto;
            display: block;
        }
        .card-modal .btn-close {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 999;
            opacity: 1;
        }

        .carousel-control-prev, .carousel-control-next {
            width: 50px;
            height: 50px;
            background-color: rgba(0,0,0,0.3);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 1;
        }
        .carousel-control-prev {
            left: 20px;
        }
        .carousel-control-next {
            right: 20px;
        }
        .carousel-control-prev-icon, .carousel-control-next-icon {
            width: 30px;
            height: 30px;
            background-size: 100%;
        }

        /* Remove modal backdrop */
        .modal-backdrop {
            display: none !important;
        }
        .card-modal {
            background-color: rgba(0,0,0,0.9);
        }


/* envent page end */










   /* home page form start */
   .tf-container {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
  }

  .s-contact .content-wrap {
    border-radius: 20px;
    background-color: var(--secondary-color);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 20px;
  }

  .s-contact .content-left {
    flex: 1 1 100%;
    padding: 20px;
  }

  .s-sub-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5em;
    text-transform: uppercase;
    color: var(--Text);
    margin-bottom: 17px;
    display: flex;
    align-items: center;
  }

  .s-sub-title i {
    padding-right: 6px;
    font-size: 11px;
  }

  .s-title {
    font-family: Manrope, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--Main-black);
    margin-bottom: 40px;
  }

  .s-contact .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .s-contact .list .cap {
    font-size: 18px;
    font-weight: 700;
    color: var(--Main-black);
    margin-bottom: 5px;
  }

  .s-contact .content-right {
    flex: 1 1 100%;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }



  .s-contact .content-right .title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }





  textarea.h-100px {
    height: 100px;
    resize: none;
  }

/* home page form end */


/* home page testimonial start */

.carousel-inner {
  display: flex;
}

.carousel-item {
  flex: 0 0 100%;
}

.carousel-item > .row {
  flex-wrap: nowrap;
}

.card {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.testimonial-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 1rem;
}

.quote-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #0d6efd;
}

.rating-stars {
  color: #f1c40f;
}




.carousel-controls-top {
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 10;
}


.carousel-controls-top .btn {
  padding: 0.3rem 0.6rem;
  font-size: 0.85rem;
}
button.btn.btn-outline.btn-sm.me-1 {
  background-color: var(--primary-color);
}
button.btn.btn-outline.btn-sm {
  background-color: var(--primary-color);
}
/* home page testimonial end */




/* home page footer start */
footer {
  color: white;
  padding: 20px 30px;
  position: relative;
}

.footetr-bg-img {
   /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://www.shutterstock.com/image-photo/beautiful-abstract-grunge-decorative-dark-600nw-539880856.jpg');   */
  background-color: #1b1e23;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.footer-container {
  margin-top: 20px;
  padding-bottom: 20px;
}

.footer-section h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
  font-weight: 600;
  color: #f6f6f6;
}

.footer-section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 7px;
}

.footer-section p {
    color: #f6f6f6;
    margin-bottom: 20px;
    line-height: 1.7;
    padding-right: 50px;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: #f6f6f6;
  text-decoration: none;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(246, 237, 237, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6f6f6;
}
.subscribe-form {
  display: flex;
  margin-top: 20px;
  position: relative;
}

.subscribe-form input {
  flex-grow: 1;
  padding: 12px 15px;
  border: none;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #f6f6f6;
  transition: var(--transition);
}

.subscribe-form input::placeholder {
  color: #f6f6f6;
}

.subscribe-form input:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.15);
}

.subscribe-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background-color: #ff9f1c;
  color: white;
  border: none;
  border-radius: 30px;
  width: 40px;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-form button:hover {
  background-color: #842d13;
}

.copyright {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #f6f6f6;
  font-size: 14px;
}

.copyright a {
  color: var(--accent-color);
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #3a6ea5;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 99;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: #004e98;
  transform: translateY(-5px);
}
ol,
ul {
  padding-left: 0px;
}

#whatsappBtn {
  position: fixed;
  bottom: 80px;
  right: 18px;
  z-index: 1000;
  background-color: #25D366;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}
#whatsappBtn i {
  color: white;
  font-size: 24px;
}

#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 7px 15px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s;
}
a {
  text-decoration: none;
}
#scrollTopBtn:hover {
  background-color: #555;
}
/* home page footer end */



/* internal banner start */
 /* Banner Styling */
    .internal-banner {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                  url('../images/banner-bg-image.jpg') center center / cover no-repeat;
      height: 100vh;
      display: flex;
      align-items: center;
      color: #fff;
    }

    .internal-banner .container {
      z-index: 2;
    }

    .page-title {
      font-size: 2.5rem;
      font-weight: bold;
    }

    .breadcrumb {
      background: transparent;
      padding: 0;
      margin-top: 10px;
    }

    .breadcrumb-item a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
    }

    .breadcrumb-item.active {
      color: #fff;
    }
    .letter-banner {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #0d0d0d;
    animation: fadeIn 0.5s forwards;
}
/* internal banner end */




/* about us page mission vision start */
 .mission-section {
            background-color: white;
        }

        .mission-text, .vision-text {
            font-weight: 700;
            font-size: 27px;
            color: #333;
            padding-left: 15px;
        }
        .mission-para{
          font-weight: 400;
          font-size: 16px;
          line-height: 30px;
          letter-spacing: 0;
          padding: 15px 30px;
        }

        .mission-image img {
            border-radius: 7px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .mission-image img:hover {
            transform: scale(1.02);
        }

        .mission-left {
            background-color: var(--secondary-color);
            padding: 15px 30px;
            border-radius: 7px;
        }

        .mission-icon {
            background-color: white;
            padding: 12px;
            border-radius: 7px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .mission-icon img {
            width: 40px;
            height: 40px;
        }

/* about us page mission vision page end  */

/* about us page founder section start */
.founder-img {
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-width: 250px;
}

.founder-quote-icon {
  background-color: #facc15;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #111827;
}

.founder-text {
  font-size: 21px;
  font-weight: 600;
  color: #4a4d50;
  text-align: center;
}



.founder-position {
  color: #6b7280;
  font-size: 0.9rem;
}

.founder-info {
  background-color: var(--secondary-color);
  padding: 60px 20px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-radius: 7px;
}



/* about us page founder section end */



/* hyper local arketplace start */
  .whyus{
    background-color: var(--secondary-color);
     padding: 50px 0;
      display: flex;
  align-items: center; /* Vertical centering */
  justify-content: center; /* Optional: horizontal centering */
  }
  .whyus-inner-page-service-box {
      background-color: #fff;
      padding: 30px 30px;
      border-radius: 7px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }
    .whyus-inner-page-service-box:hover {
      transform: translateY(-5px);
    }
    .whyus-inner-page-service-icon {
          font-size: 25px;
          color: #4c4c4c;
          background-color: #ededed82;
          padding: 10px 20px;
          border-radius: 7px;
    }
    .whyus-inner-page-section-title {
      font-weight: 700;
      font-size: 32px;
    }
    .whyus-inner-page-section-subtitle {
      color: #7c7c7c;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
    }
    .whyus-inner-page-section-desc {
      font-size: 14px;
      color: #777;
      margin-top: 15px;
    }
    .whyus img {
  height: 100%;
  min-height: 620px; /* Adjust as needed */
  width: 100%;
  object-fit: cover; /* Ensures it fills the box nicely */
}
  .whyus-heading{
    font-size: 20px;
    font-weight: 600;
  }
/* hyper local end */

/* overview start */
  /* .Unique{
    background-color: var(--secondary-color);
  } */
/* overvview end */



/* market place start */
 .Marketplace {
      background-color: var(--secondary-color);

      display: flex;
      align-items: center;
    }

    .card-red {
      background-color: var(--primary-color);
      color: white;
    }

    .feature-list svg {
      margin-right: 8px;
      color: var(--primary-color);
    }

    .card-title {
      font-weight: 600;
    }

    .card-img-top {
      height: 240px;
      border-radius: 5px 5px 0 0;
      padding: 0;
      object-fit: cover;
    }

    #section1,
    #section2,
    #section3 {
      background-color: var(--secondary-color);
      padding: 20px;
      border-radius: 7px;
      margin: 0 0 15px 0;
    }

    .card {
      height: 100%;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .card-body {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 25px;
    }


    .card-body-two {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
  }

    .market-icon {
  background-color: var(--secondary-color);
  padding: 15px;
  margin: 0px 0px 30px 0px ;
  border-radius: 7px;
  width: 55px;
  height: 55px;
  }
     .market-icon-two {
  background-color: #ffffff; /* light gray */
 padding: 15px;
  margin: 0px 0px 30px 0px ;
  border-radius: 7px;
  width: 55px;
  height: 55px;
  color: black;

  }

    .btn-custom {
      margin-top: 1rem;
    }




    /* Animated letters styles */
    .letter {
      font-size: 2rem;
      font-weight: 700;
      display: inline-block;
      opacity: 0;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
    }

    .text-crimpson {
      color: var(--primary-color);
    }

    @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
/* market place end */





/* features start */
    .feature-card {
      background-color: var(--secondary-color);
      border-radius: 7px;
       border: 1px solid #f5f0ea;
      transition: background-color 0.3s ease, border 0.3s ease;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .feature-card:hover {
      background-color: white;
      border: 1px solid rgb(160, 160, 160);
    }

   .feature-card:hover .feature-number {
  background-color: var(--primary-color);
  color: white;
  border: 1px solid wheat;
  }

    .feature-number {
      display: inline-block;
      background-color: white;
      border: 2px solid #000;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 36px;
      font-weight: bold;
      color: #000;
      margin-bottom: 1rem;
      transition: background-color 0.3s ease, border 0.3s ease;
    }

    .feature-card h5 {
      font-weight: 600;
    }

    .feature-card p {
      font-size: 15px;
    }

/* features end */

/*  */
 .about-thumbnail-one {
      position: relative;
    }
.about-thumbnail-one img.img-fluid {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%, 0 80%);
    transition: clip-path 0.3s ease;
}
.about-thumbnail-one img.shape {
    position: absolute;
    right: -35px;
    top: -40px;
    z-index: -1;
    animation: jump-2 7s linear infinite;
    width: 250px;
    height: 450px;
}
/*  */



/* advantage start */
   .advantage-image {
      width: 100%;
      height: auto;
      border-radius: 7px;
      display: block;
    }

    .advantage-card-main {
      position: relative;
      margin-top: -315px; /* fixed instead of bottom */
      left: 30px;
    }


    .advantage-card:hover .number-circle {
  background-color: var(--primary-color);
  color: #ffffff;
}

.advantage-card:hover {
  background-color: #ffffff;
  border: 1px solid rgb(160, 160, 160);
}


    .advantage-card {
      position: relative;
      background-color: var(--secondary-color);
       border: 1px solid var(--secondary-color);
      border-radius: 15px;
      padding: 20px 20px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      transition: background-color 0.3s ease, border 0.3s ease;
    }

    .advantage-card h5 {
      color: #0f2f2f;
      font-weight: 600;
      margin-top: 20px;
      font-size: 16px;
    }

    .advantage-card .number-circle {
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      font-weight: bold;
      color: #0f2f2f;
      border: 1px solid #ddd;
      font-size: 14px;
      transition: background-color 0.3s ease, border 0.3s ease;
    }

    .advantage-card hr {
      margin: 15px 0;
      opacity: 0.2;
    }

    .text-subtitle {
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 2px;
      color: #666;
    }

    .text-title {
      font-size: 36px;
      font-weight: 700;
      color: #0f2f2f;
    }

    .text-title span {
      font-weight: 400;
    }


/* advantage end */




/* about hero start */

    .about-thumbnail {
      position: relative;
    }
    .about-thumbnail img.shape {
    position: absolute;
    left: -35px;
    top: -30px;
    z-index: -1;
    animation: jump-2 7s linear infinite;
    width: 250px;
    height: 450px;
  }


  .about-thumbnail img.img-fluid {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 60% 100%, 0 100%);
  transition: clip-path 0.3s ease;
}


    @keyframes jump-2 {
      0%, 100% {
        transform: translate3d(0px, 0px, 0px);
      }
      50% {
        transform: translate3d(0px, 29.0579px, 0px);
      }
    }
    .bg-title {
      font-size: 72px;
      color: #f0f0f0;
      position: absolute;
      top: -40px;
      left: 0;
      z-index: 0;
    }
    .title {
      font-weight: 700;
      font-size: 25px;
      position: relative;
      z-index: 1;
    }
    .about-feature .single-feature-wrap {
      margin-bottom: 1rem;
    }
    .about-feature .single {
      font-weight: 500;
    }
    .rts-btn {
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 50px;
    }

/* about hero end */

/* offering section start */
    .tab-nav-wrapper {
      position: sticky;
      top: 100px;
      align-self: start;
      height: max-content;
      background-color: var(--secondary-color);
      color: #000;
      padding: 20px;
      border-radius: 7px;
    }



    .tab-nav {
      width: 100%;
    }
    .custom-icon-bg {
       background-color: white; /* Or any desired color */
       padding: 12px;
       border-radius: 7px;
       display: inline-flex;
       align-items: center;
       justify-content: center;
    }

    .feature p {
      margin: 0;
      padding: 4px 0;
    }


    .feature-item {
   border-radius: 7px;
   display: flex;
    align-items: center;
    gap: 8px;
      margin-bottom: 8px;
  }
  .selling-img {
      max-height: 400px;
      object-fit: cover;
      width: 100%;
    }

.icon-check {
  color: var(--primary-color);
  flex-shrink: 0;
  margin-top: 2px;
   background-color: white; /* light gray */
   padding: 5px 9px;
    border-radius: 50%;
}
    .about-tabs {
      cursor: pointer;
      background-color: white;
      color: black;
      padding: 15px 20px;
      margin-bottom: 10px;
      text-decoration: none;
      border-radius: 7px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 500;
      transition: background-color 0.3s ease;
    }

    .about-tabs.active,
    .about-tabs:hover {
      background-color: white;
      color: black;
    }
     .about-tabs:hover {
    background-color: var(--primary-color);
    color: white;
    }

    .about-tabs::after {
      content: '\2192';
      font-size: 16px;
    }

    .content-section {
      padding: 0px 20px;
      border-bottom: 1px solid #ddd;
    }

    .full-width-img {
      width: 100%;
      height: 50vh;
      object-fit: cover;
      border-radius: 7px;
    }


    .text-justify{
      text-align: justify;
    }
/* offering section end */



/* faq start */
/* Accordion overall styling */
.accordion-item {
  background-color: var(--secondary-color); /* Light gray background */
  color: #000; /* Default text color */
  border: none;
  border-radius: 7px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Accordion header button styling */
.accordion-button {
  background-color: var(--secondary-color);
  color: #000;
  font-weight: 600;
  padding: 16px;
  font-size: 16px;
}

/* Remove default focus and hover styles */
.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: var(--secondary-color);
  color: #000;
}

/* Accordion body styling */
.accordion-body {
  background-color: var(--secondary-color);
  color: #000;
  padding: 20px;
}
/* faq end */


  /* career page start */

.job-header {
    text-align: center;
    padding: 15px 20px;
}
.jon-header h2 {
    font-weight: bold;
    color: #212529;
}
.filters {
    margin-bottom: 30px;
}
.filters .btn {
    margin: 5px;
    border-radius: 7px;
    cursor: pointer;
}
.job-card {
    background: #fff;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 -2px 4px rgba(0, 0, 0, 0.04), 2px 0 4px rgba(0, 0, 0, 0.04), -2px 0 4px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    display: none;
}
.apply-link {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.apply-link:hover {
    text-decoration: underline;
}
.badge {
    font-size: 0.9rem;
    margin-right: 5px;
}



  .main-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 29px;
    height: 40px;
    border: none;
    border-radius: 7px;
    font-weight: 600;
    color: #fff;
    background-color: var(--primary-color);
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
  }

  .main-button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: black;
    background-color: #fff;
    transform: translateY(100%);
    transition: transform 0.6s ease;
    z-index: -1;
    border-radius: 0;
  }

  .main-button:hover::before {
    transform: translateY(0);
  }

  .main-button:hover {
    color: var(--color-primary);
  }

  .main-button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    border: 2px solid var(--primary-color);
    border-radius: 7px;
    transition: width 0.4s ease;
    z-index: 0;
  }

  .main-button:hover::after {
    width: 100%;
  }







.read-more {
     position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 29px;
    height: 40px;
    border: none;
    border-radius: 7px;
    font-weight: 600;
    color: #fff;
    background-color: var(--primary-color);
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}



.read-more::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: black;
    background-color: #fff;
    transform: translateY(100%);
    transition: transform 0.6s ease;
    z-index: -1;
    border-radius: 0;
  }

   .read-more:hover::before {
    transform: translateY(0);
  }

  .read-more:hover {
    color: var(--color-primary);
  }

  .read-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    border: 2px solid var(--primary-color);
    border-radius: 7px;
    transition: width 0.4s ease;
    z-index: 0;
  }

  .read-more:hover::after {
    width: 100%;
  }




.job-description {
    display: none;
    margin-top: 10px;
    color: #333;
}
.job-description-title{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.careers-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.careers-header-img {
  flex: 1;
  min-width: 300px;
}
.careers-header-img img {
  max-width: 100%;
  height: auto;
  border-radius: 7px;
}
.job-header {
  flex: 1;
  text-align: left;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 7px;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.modal-content-form {
  background: #fff;
  padding: 30px;
  border-radius: 7px;
  width: 90%;
  max-width: 1000px;
  position: relative;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.btn1{
  background-color: var(--primary-color);
  color: white;
  padding: 7px 20px;
  font-weight: 600;
  border-radius: 7px;
}
.btn1:hover{
  color: var(--primary-color);
  background:transparent ;
  border: 1px solid var(--primary-color);
  transition-duration: 0.5s;
}
  /* career page end */






/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
   .banner-inner-conten h1 {
          font-size: 2.5rem;
      }
  .navbar-nav .nav-item {
  margin: 10px 10px; /* Add horizontal spacing */
  }
}

@media (max-width: 1024px) {
  .advantage-card-main {
    position: relative;
    margin-top: -240px;
    left: 30px;
}
}

@media (min-width:1024){
  .s-contact .list {
    flex-direction: row;
    gap: 40px;
  }
}

@media (max-width: 992px) {
   .banner-inner-conten h1 {
          font-size: 2.2rem;
      }


  .dropdown-toggle::after {
    display: none !important;
  }

  .nav-item a:hover {
    color: #080808;
}

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 88%;
    height: 100vh;
    background-color: #fff;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
    padding-top: 60px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-collapse.show {
    left: 0;
  }

  .navbar-nav .nav-item {
    margin: 5px 30px;
  }

  .dropdown-menu {
    display: none !important;
    position: relative !important;
    transform: none !important;
    width: 100%;
    padding-left: 20px;
    border-left: 2px solid #ff8e3e;
    margin-top: 5px;
    background: rgba(255, 142, 62, 0.05);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    border: none;
    box-shadow: none;
  }


  .nav-item.dropdown.show .dropdown-menu {
    display: block !important;
    max-height: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .dropdown-item {
    padding: 8px 15px;
    transform: translateX(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .nav-item.dropdown.show .dropdown-item {
    transform: translateX(0);
    opacity: 1;
  }

  .nav-item.dropdown.show .dropdown-item:nth-child(1) { transition-delay: 0.1s; }
  .nav-item.dropdown.show .dropdown-item:nth-child(2) { transition-delay: 0.15s; }
  .nav-item.dropdown.show .dropdown-item:nth-child(3) { transition-delay: 0.2s; }
  .nav-item.dropdown.show .dropdown-item:nth-child(4) { transition-delay: 0.25s; }
  .nav-item.dropdown.show .dropdown-item:nth-child(5) { transition-delay: 0.3s; }

  .nav-item.dropdown.show .fa-plus:before {
    content: "\f068";
  }
  .advantage-card-main {
    margin-top: 0;
    left: 0;
  }

  .founder-quote-icon {
    margin: 0 auto 20px auto;
  }
  .founder-name,
  .founder-position {
    text-align: center;
  }
  .ready{
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .ready{
    margin-bottom: 99px;
  }


}

@media (max-width: 768px) {


  .navbar-nav .nav-item {
      margin: 4px 30px;
      }

      .banner-three-box-clip-area {
          flex-direction: column;
          clip-path: none;
          height: auto;
          padding-top: 2rem;
          padding-bottom: 2rem;
          position: relative;
      }

      .banner-three-box-clip-area .right-thumbnail {
          position: absolute;
          clip-path: none;
          width: 100%;
          height: 100%;
          z-index: -1;
      }

      .banner-three-box-clip-area .right-thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
      }

      .banner-inner-conten {
          background: white;
          padding: 2rem;
          margin: 1rem;
          border-radius: 10px;
          z-index: 1;
          position: relative;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      }

      .banner-inner-conten h1,
      .banner-inner-conten .pre,
      .rts-btn {
          text-align: center;
          display: block;
          margin-left: auto;
          margin-right: auto;
      }


  .footer-container {
    margin-top: 20px;
    padding-bottom: 20px;

  }



  .copyright {
      margin-top: 0px;
      text-align: left;
      padding: 0px 10px;
  }
  .card-member {
    max-width: 100%;
  }
  .carousel-item > .row > .col-12 {
    flex: 0 0 100%;
  }


    .s-contact .list {
        flex-direction: row;
        gap: 40px;

}

}

@media (min-width: 768px) {

  .s-contact .content-left,
    .s-contact .content-right {
      flex: 1 1 48%;
    }

    .s-contact .list {
      flex-direction: row;
     justify-content: space-between;
    }






    .s-title {
      font-size: 48px;
    }
  .footer-section h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 10px;
  }



}

@media (max-width: 576px) {
  .section-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0d0d0d;
}

   .banner-inner-conten h1 {
          font-size: 2rem;
      }
  .carousel-controls-top {
    position: absolute;
    top: 150px;
    right: 20px;
    z-index: 10;
}

#testimonialCarousel{
  margin-top: 50px;
}
.about-thumbnail img.shape {
  position: absolute;
  left: -35px;
  top: -20px;
  z-index: -1;
  animation: jump-2 7s linear infinite;
  width: 190px;
  height: 400px;
}



  footer {
    padding: 30px 10px;
    position: relative;
  }
  .copyright {
    margin-top: 0px;
  }
  .letter {
    font-size: 2.5rem;
  }
  .step-label {
    min-width: 38%;
  }

    .s-contact .list {
        flex-direction: column;
        gap: 20px;
        padding-top: 20px ;
    }

    .s-contact .content-wrap {
    border-radius: 20px;
    background-color: var(--secondary-color);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 15px;
}

.mission-left {
  background-color: var(--secondary-color);
  padding: 40px 0px;
  border-radius: 7px;
}
.terms {
  padding-right: 25px;
}
.whyus-inner-page-service-box {
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.whyus-inner-page-service-icon {
  font-size: 25px;
  color: #4c4c4c;
  background-color: #ededed82;
  padding: 5px 15px;
  border-radius: 7px;
}
.section-subheading-contact {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #0d0d0d;
  padding: 10px 15px;
}
.team-image img {
  width: 330px;
  height: 360px;
  object-fit: cover;
  border-radius: 7px;
}
.s-contact .content-wrap {
  border-radius: 20px;
  background-color: var(--secondary-color);
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  padding: 40px 20px;
}

.modal-content-form {
  background: #fff;
  padding: 30px;
  border-radius: 7px;
  width: 90%;
  max-width: 1000px;
  position: relative;
  margin-top: 900px;
  margin-bottom: 40px;
}

}

@media (min-width: 576px) {
  .s-sub-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    display: flex;
    align-items: start;
    justify-content: start;
    color: #333;
    margin-bottom: 0;
}

}

@media (max-width: 767.98px) {
  .tab-nav-wrapper {
    position: static;
    margin-bottom: 20px;
  }
  .mission-image img {
    width: 100%; /* Adjust this value as needed */
    margin: 0 auto;
    display: block;
  }

}

@media only screen and (max-width: 767px) {
  .carousel-control-prev, .carousel-control-next {
      width: 40px;
      height: 40px;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
      width: 18px;
      height: 18px;
  }
}

