     :root {
          --main-dark: #001f3f;
          --yellow: #ffc60c;
          --secondary: #e7bd02;
          --white: #fff;
            --gray: rgb(83, 83, 83);
            --black: #161616;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            overflow-x: hidden;
            font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: transparent;
        }

        section.rs-hero {
            position: relative;
            background: url('/img//Frame\ 1.webp') bottom/cover;
            /* background-position: bottom; */
            margin-top: 60px;
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 20px;
        }

        /* .overlay.rs-hero {
            position: absolute;
            inset: 0;
            background: var(--overlay-bg);
            z-index: 0;
        } */

        .container.rs-hero {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
            position: relative;
            z-index: 10;
        }

        .left.rs-hero {
            flex: 1;
            min-width: 280px;
            color: var(--white);
        }

        .left.rs-hero h1 {
            font-size: 56px;
            font-family: "Sansation", sans-serif;
            font-weight: bold;
            margin-bottom: 16px;
            transition: transform 0.3s;
        }

        .left.rs-hero p {
            font-size: 16px;
            margin-bottom: 24px;
            max-width: 400px;
            opacity: 0.9;
            line-height: 1.5;
            font-family: "Poppins", sans-serif;
        }

        .buttons.rs-hero {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }

        .buttons.rs-hero a {
            padding: 10px 24px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            text-decoration: none;
            transition: transform 0.3s, background 0.3s;
        }

        .buttons.rs-hero a:first-child {
            background: var(--white);
            color: var(--main-dark);
        }

        .buttons.rs-hero a:first-child:hover {
            box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.7);
            transform: scale(0.9);
        }

        .buttons.rs-hero a:last-child {
            background: transparent;
            border: 1px solid var(--white);
            color: var(--white);
        }

        .buttons.rs-hero a:last-child:hover {
            background: var(--yellow);
            color: var(--white);
                  box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.7);
            transform: scale(0.9);
        }

        .right.rs-hero {
            flex: 1;
            display: flex;
            justify-content: center;
            min-width: 280px;
        }

        .card-container.rs-hero {
            position: relative;
            width: 280px;
        }

        .card.rs-hero {
            width: 280px;
            background: var(--white);
            padding: 12px 16px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            position: absolute;
            transition: transform 0.5s ease, opacity 0.5s ease;
        }

        .card-top.rs-hero {
            z-index: 20;
        }

        .card-top.rs-hero.clicked {
            transform: translateY(20px);
            opacity: 0;
        }

        .card-bottom.rs-hero {
            transform: rotate(9deg);
            opacity: 0.7;
            margin-top: 24px;
        }

        .card-top.rs-hero:not(.clicked) + .card-bottom.rs-hero {
            transform: rotate(9deg);
            opacity: 0.7;
        }

        .card-top.rs-hero.clicked + .card-bottom.rs-hero {
            transform: rotate(0deg);
            opacity: 1;
        }

        .card.rs-hero .i-tb.rs-hero {
            top: 16px;
            left: 16px;
            font-size: 24px;
            color: var(--main-dark);
        }

        .card.rs-hero img {
            width: 170px;
            height: auto;
            margin: 10px;
            display: block;
            border-radius: 4px;
        }

        .rating.rs-hero {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }

        .stars.rs-hero {
            color: var(--secondary);
            font-size: 16px;
        }

        .rating-text.rs-hero {
            margin-left: 12px;
            font-size: 14px;
            line-height: 1.4;
        }

        .rating-text.rs-hero p:first-child {
            font-weight: 600;
        }

        .card.rs-hero p {
            font-size: 14px;
            color: var(--gray);
        }


















/* ---------------rs-hm2--------------------------- */


  .rs-hm2-values-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 10px;
  }

  .rs-hm2-top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .rs-hm2-top-left {
    flex: 1;
    min-width: 300px;
  }

  .rs-hm2-top-left p {
    font-size: 14px;
    color: var(--secondary);
    font-weight: bold;
    margin-bottom: 8px;
    animation: slideUp 0.8s ease-out forwards;
  }

  .rs-hm2-top-left h2 {
    font-size: 32px;
    color: var(--black);
    animation: slideUp 0.8s ease-out 0.2s forwards;
  }

  .rs-hm2-top-right {
    flex: 1;
    min-width: 300px;
  }

  .rs-hm2-top-right p {
    font-size: 16px;
    color: var(--gray);
    line-height: 1.6;
    text-align: right;
    animation: slideUp 0.8s ease-out 0.4s forwards;
  }

  .rs-hm2-values-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .rs-hm2-value-box {
    flex: 1 1 22%;
    min-width: 200px;
    background: var(--white);
    padding: 12px;
    border-radius: 8px;
    /* text-align: center; */
    animation: slideUp 0.8s ease-out calc(0.6s + var(--delay)) forwards;
    border: 1px solid var(--main-dark);
    opacity: 0;
  }

  .rs-hm2-value-box:nth-child(1) { --delay: 0s; }
  .rs-hm2-value-box:nth-child(2) { --delay: 0.2s; }
  .rs-hm2-value-box:nth-child(3) { --delay: 0.4s; }
  .rs-hm2-value-box:nth-child(4) { --delay: 0.6s; }

  .rs-hm2-value-box i {
    font-size: 18px;
    color: var(--main-dark);
    margin-bottom: 40%;
    display: block;
  }

  .rs-hm2-value-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
  }

  @keyframes slideUp {
    from {
      transform: translateY(50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @media (max-width: 768px) {
    .rs-hm2-top-section {
      flex-direction: column;
      align-items: flex-start;
    }

    .rs-hm2-value-box {
      flex: 1 1 45%;
    }
  }

  @media (max-width: 480px) {
    .rs-hm2-value-box {
      flex: 1 1 100%;
    }
  }





  /* ------------------------Rs-hm-services---------------------- */
  .rs-hmservc-services-section {
      padding: 10px;
      max-width: 1400px;
      margin: 100px auto;
      text-align: left;
    }
    .rs-hmservc-services-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
    .rs-hmservc-services-header h2 {
      margin: 0;
      font-size: 36px;
      color: var(--black);
    }  
    
    .rs-hmservc-services-header p {
    font-size: 16px;
    font-weight: bolder;
    color: var(--yellow);
    }
     .rs-hmservc-services-header .rs-hmservc-btn{
        background: none;
        outline: none;
        border: none;
     }
    .rs-hmservc-services-header .rs-hmservc-btn a{
      background-color: var(--secondary);
      color: white;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      text-decoration: none;
      border-radius: 5px;
      box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.7);
      transition: 0.3s ease-in-out;
    }
    .rs-hmservc-services-header .rs-hmservc-btn a:hover {
      background-color: var(--main-dark);
    }
    .rs-hmservc-services-container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 20px;
    }
    .rs-hmservc-service-box {
        min-width: 400px;
      flex: 1;
      background: #f0f0f0;
      padding: 15px;
      text-align: left;
      position: relative;
      overflow: hidden;
      min-height: 400px;
    }
    .rs-hmservc-service-box h3 {
      color: #fff;
      font-size: 28px;
      position: relative;
      z-index: 2;
    }
    .rs-hmservc-service-box p {
      color: #fff;
      position: absolute;
      bottom: 0px;
      left: 0px;
      padding: 15px;
      font-size: 20px;
      border-bottom: 2px solid #fff;
      margin-bottom: 20px;
      z-index: 2;
    }
    .rs-hmservc-service-box .rs-hmservc-bg-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: transform 2s ease-in-out;
      z-index: 0;
    }
    .rs-hmservc-service-box .rs-hmservc-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); /* Slight overlay */
      z-index: 1;
    }
    .rs-hmservc-service-box:hover .rs-hmservc-bg-image {
      transform: scale(1.1);
    }
    @keyframes zoom {
      0% { transform: scale(1); }
      50% { transform: scale(1.1); }
      100% { transform: scale(1); }
    }
    .rs-hmservc-service-box .rs-hmservc-bg-image {
      animation: zoom 4s infinite;
    }












  /* ----------------------rs-hm3------------------------------ */

  .rs-hm3-feature-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 8px;
  }

  .rs-hm3-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }

  .rs-hm3-image-container {
    flex: 0 0 auto;
  }

  .rs-hm3-feature-image {
    max-width: 600px;
    width: 98%;
    height: auto;
    animation: fadeIn 0.8s ease-out forwards;
  }

  .rs-hm3-text-container {
    flex: 1;
    max-width: 500px;
    min-width: 250px;
  }

  .rs-hm3-heading {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
    animation: slideUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
  }

  .rs-hm3-paragraph {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
  }

.rs-hm3-text-container .p-2{
    margin: 15px;
    padding-left: 20px;
    border-left: 2px solid var(--secondary);
    color: var(--gray);
    animation: slideUp 0.8s ease-out 0.4s forwards;
}


 .rs-hm3-cta-button{
    border: none;
    outline: none;
    background: transparent;
    margin-top: 10px;
 }

  .rs-hm3-cta-button a{
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background: var(--main-dark);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
    box-shadow: inset 0px 4px 5px rgba(26, 26, 26, 0.7);
    animation: slideUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
  }

  .rs-hm3-cta-button a:hover {
    background: var(--secondary);
    /* box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.7); */
  }

  .rs-hm3-cta-button-2 a{
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background: var(--secondary);
    border: none;
    border-radius: 4px;
    box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
    animation: slideUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
  }

  .rs-hm3-cta-button-2 a:hover{
    background-color: var(--main-dark);
  }

  

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  @media (max-width: 768px) {
    .rs-hm3-content-wrapper {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }

    .rs-hm3-text-container {
      text-align: left;
    }
  }

  @media (max-width: 480px) {
    .rs-hm3-heading {
      font-size: 24px;
    }

    .rs-hm3-paragraph {
      font-size: 14px;
    }

    .rs-hm3-cta-button {
      font-size: 14px;
      padding: 8px 16px;
    }
  }










/* ---------------rs-hm4-------------------------------- */

 .rs-hm4-slider-section {
    max-width: 1400px;
    margin: 80px auto;
    padding: 10px;
    overflow: hidden;
  }

  .rs-hm4-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .rs-hm4-heading {
    font-size: 32px;
    color: #333;
    animation: slideUp 0.8s ease-out forwards;
  }

  .rs-hm4-nav-buttons {
    display: flex;
    gap: 10px;
  }

  .rs-hm4-nav-button {
    background: #f0f0f0;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
    animation: slideUp 0.8s ease-out 0.2s forwards;
  }

  .rs-hm4-nav-button:hover {
    background: var(--yellow);
  }

  .rs-hm4-nav-button:hover svg {
    stroke: #fff;
  }

  .rs-hm4-slider-container {
    overflow: hidden;
    position: relative;
  }

  .rs-hm4-slider {
    display: flex;
    transition: transform 0.5s ease;
    width: max-content; /* Ensure slider accommodates all cards */
  }

  .rs-hm4-card {
    max-width: 300px;
    margin-right: 20px;
    padding: 20px;
    padding-top: 100px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    animation: slideUp 0.8s ease-out calc(0.4s + var(--delay)) forwards;
    opacity: 0;
  }

  .rs-hm4-card:nth-child(1) { --delay: 0s; }
  .rs-hm4-card:nth-child(2) { --delay: 0.1s; }
  .rs-hm4-card:nth-child(3) { --delay: 0.2s; }
  .rs-hm4-card:nth-child(4) { --delay: 0.3s; }
  .rs-hm4-card:nth-child(5) { --delay: 0.4s; }
  .rs-hm4-card:nth-child(6) { --delay: 0.5s; }
  .rs-hm4-card:nth-child(7) { --delay: 0.6s; }
  .rs-hm4-card:nth-child(8) { --delay: 0.7s; }
  .rs-hm4-card:nth-child(9) { --delay: 0.8s; }

  .rs-hm4-card-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
  }

  .rs-hm4-icon {
    margin: 20px 0;
  }

  .rs-hm4-card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
  }

  @keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  @media (max-width: 768px) {
    .rs-hm4-heading {
      font-size: 28px;
    }

    .rs-hm4-header {
      flex-direction: column;
      align-items: flex-start;
    }

    .rs-hm4-nav-buttons {
      align-self: flex-end;
    }
  }

  @media (max-width: 480px) {
    .rs-hm4-heading {
      font-size: 24px;
    }

    .rs-hm4-card {
      min-width: 250px;
    }
  }














  /* ------------------------------------rs-hm5-------------------------------- */

    
.section-wrapper-rs-hm5 {
    max-width: 100%;
    min-height: 85vh;
    padding: 60px 5%;
    margin: 80px auto;
    background-color: var(--black);
}

.section-main-rs-hm5 {
    max-width: 1400px;
    margin: 0 auto;
}

.section-heading-rs-hm5 h2 {
    font-size: clamp(2rem, 5vw, 2.625rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--yellow);
    text-align: center;
}

.sub-headings-rs-hm5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 20px;
}

.sub-headings-rs-hm5 div {
    flex: 1 1 calc(50% - 20px);
    margin: 10px 0;
    text-align: center;
}

.sub-headings-rs-hm5 b {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: var(--white);
}

.sub-headings-rs-hm5 p {
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
    color: var(--gray);
    margin-top: 5px;
}

.process-cards-rs-hm5 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.process-card-rs-hm5 {
    flex: 1 1 calc(50% - 20px);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    transition: transform 0.3s ease;
    min-height: 300px;
}

.process-card-rs-hm5:hover {
    transform: translateY(-5px);
}

.process-card-rs-hm5:nth-child(1) {
    background-color: #d9dfff;
}

.process-card-rs-hm5:nth-child(2) {
    background-color: #ffe5d9;
}

.process-card-rs-hm5:nth-child(3) {
    background-color: #ffe377;
}

.process-card-rs-hm5:nth-child(4) {
    background-color: #ffffff;
}

.process-card-rs-hm5 i {
    font-size: clamp(1.2rem, 2.5vw, 1.375rem);
    margin-bottom: 30px;
}

.process-card-rs-hm5 h3 {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    margin-bottom: 10px;
}

.process-card-rs-hm5 p {
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
    color: var(--gray);
}

.counter-section-rs-hm5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 20px;
}

.counter-box-rs-hm5 {
    flex: 1 1 calc(50% - 20px);
    background-color: var(--main-dark);
    box-shadow: inset 0px 6px 12px rgba(0, 0, 0, 0.9);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    color: white;
    position: relative;
    transition: transform 0.4s;
    min-height: 150px;
}

.counter-box-rs-hm5:hover {
    transform: translateY(-5px);
}

.counter-number-rs-hm5 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: bold;
    color: #fff;
}

.counter-text-rs-hm5 {
    margin-top: 10px;
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    color: #aaa;
}

/* Tablet and larger screens */
@media (min-width: 768px) {
    .section-wrapper-rs-hm5 {
        padding: 60px 5%;
        margin: 60px auto;
    }

    .section-heading-rs-hm5 h2 {
        font-size: clamp(2.25rem, 5vw, 3rem);
    }

    .sub-headings-rs-hm5 div {
        flex: 1 1 calc(33.33% - 20px);
        text-align: left;
    }

    .process-card-rs-hm5 {
        flex: 1 1 calc(33.33% - 20px);
    }

    .counter-box-rs-hm5 {
        flex: 1 1 calc(33.33% - 20px);
    }
}

/* Desktop screens */
@media (min-width: 1024px) {
    .section-wrapper-rs-hm5 {
        padding: 80px 5%;
        margin: 80px auto;
    }

    .section-heading-rs-hm5 h2 {
        font-size: 2.625rem;
        text-align: left;
    }

    .sub-headings-rs-hm5 div {
        flex: 1 1 calc(25% - 20px);
    }

    .process-card-rs-hm5 {
        flex: 1 1 calc(25% - 20px);
    }

    .counter-box-rs-hm5 {
        flex: 1 1 calc(25% - 20px);
    }

    .process-card-rs-hm5 i {
        margin-bottom: 60px;
    }
}

/* Large desktop screens */
@media (min-width: 1440px) {
    .section-main-rs-hm5 {
        max-width: 1400px;
    }

    .section-heading-rs-hm5 h2 {
        font-size: 3rem;
    }

    .sub-headings-rs-hm5 {
        gap: 30px;
    }

    .process-card-rs-hm5 {
        padding: 25px;
    }

    .counter-box-rs-hm5 {
        padding: 30px;
    }
}

/* Small mobile screens */
@media (max-width: 576px) {
    .section-wrapper-rs-hm5 {
        padding: 40px 5%;
        margin: 40px auto;
        min-height: auto;
    }

    .section-heading-rs-hm5 h2 {
        font-size: clamp(1.75rem, 5vw, 2rem);
    }

    .sub-headings-rs-hm5 {
        margin-bottom: 30px;
    }

    .process-card-rs-hm5 {
        flex: 1 1 100%;
        min-height: 250px;
    }

    .counter-box-rs-hm5 {
        flex: 1 1 40%;
        min-height: 120px;
    }

    .counter-section-rs-hm5 {
        margin-top: 40px;
    }
}











/* --------------------rs-hm6------------------------------ */

        .rs-hm6-reviews-section {
            text-align: center;
            padding: 10px;
            margin: 80px auto;
            position: relative;
        }

        .rs-hm6-reviews-section h2 {
            font-size: 36px;
            color: var(--yellow);
            margin-bottom: 10px;
        }

        .rs-hm6-reviews-section p {
            font-size: 16px;
            color: var(--gray);
            margin-bottom: 40px;
        }

        .rs-hm6-carousel {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            overflow: hidden;
        }

        .rs-hm6-carousel::before,
        .rs-hm6-carousel::after {
            content: '';
            position: absolute;
            top: 0;
            width: 100px;
            height: 100%;
            z-index: 5;
        }

        .rs-hm6-carousel::before {
            left: 0;
            background: linear-gradient(to right, rgba(249, 249, 249, 1), rgba(249, 249, 249, 0));
        }

        .rs-hm6-carousel::after {
            right: 0;
            background: linear-gradient(to left, rgba(249, 249, 249, 1), rgba(249, 249, 249, 0));
        }

        .rs-hm6-carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .rs-hm6-review-card {
            flex: 0 0 33.33%;
            padding: 20px;
            box-sizing: border-box;
            transition: transform 0.3s, filter 0.3s;
        }

        .rs-hm6-review-card.rs-hm6-active {
            transform: scale(1.1);
            z-index: 10;
            filter: none;
        }

        .rs-hm6-review-card:not(.rs-hm6-active) {
            filter: blur(2px);
            opacity: 0.7;
        }

        .rs-hm6-review-content {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: left;
            transition: 0.3s ease-in-out;
        }

        .rs-hm6-review-content p {
            font-size: 1rem;
            color: var(--gray);
            margin: 0 0 15px;
        }


        .rs-hm6-review-content h3 {
            font-size: 1.2rem;
            color: var(--main-dark);
            margin: 0 0 5px;
        }

        .rs-hm6-review-content span {
            font-size: 0.9rem;
            color: var(--gray);
        }



        .rs-hm6-review-card.rs-hm6-active .rs-hm6-review-content{
            background-color: var(--main-dark);
            color: var(--white);
        }


        .rs-hm6-review-card.rs-hm6-active .rs-hm6-review-content p{
            color: var(--white);
        }


        .rs-hm6-review-card.rs-hm6-active .rs-hm6-review-content h3{
            color: var(--white);
        }

        .rs-hm6-review-card.rs-hm6-active .rs-hm6-review-content span{
            color: var(--yellow);
        }


        .rs-hm6-dots {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .rs-hm6-dot {
            width: 8px;
            height: 8px;
            background: #e0e0e0;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s, width 0.3s, height 0.3s;
        }

        .rs-hm6-dot.rs-hm6-active {
            background: var(--main-dark);
            width: 12px;
            height: 12px;
        }

        @media (max-width: 768px) {
            .rs-hm6-review-card {
                flex: 0 0 80%;
            }

            .rs-hm6-carousel::before,
            .rs-hm6-carousel::after {
                width: 50px;
            }
        }









/* ----------------rs-hm7---------------------------------- */
    .section-rs-hm7 {
      max-width: 1200px;
      margin: 120px auto;
      padding: 10px;
      opacity: 0;
      transform: translateY(50px);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }
    .section-rs-hm7.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .container-rs-hm7 {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    .row-rs-hm7 {
      display: flex;
      width: 100%;
      gap: 20px;
    }
    .box-rs-hm7 {
      height: 400px;
      max-height: 300px;
      box-sizing: border-box;
      padding: 20px;
      color: #000;
      border-radius: 20px;
      background-size: cover;
      background-position: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }
    .box-rs-hm7:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    }
    .top-left-rs-hm7 {
      width: 30%;
      background-image: url('/img/rs-hm-img-5.png');
      border: 1px solid #00000034;
            background-repeat: none;
    }
    .top-right-rs-hm7 {
      width: 70%;
     background-color: #f1e211c9;
      background-image: url('/img/rs-hm-img-1.webp');
            background-repeat: none;
    }
    .bottom-left-rs-hm7 {
      width: 70%;
      
       background-color: #213cd860;
      background-image: url('/img/rs-hm-img-3.webp');
            background-repeat: none;
    }
    .bottom-right-rs-hm7 {
      width: 30%;
      background-image: url('/img/rs-hm-img-2.webp');
            background-repeat: none;
       border: 1px solid #00000034;
    }
    @media (max-width: 768px) {
      .box-rs-hm7 {
        height: 300px;
        width: 100% !important;
      }
      .row-rs-hm7 {
        flex-direction: column;
      }
    }
    /* Globe styles */
    .globe-container-rs-hm7 {
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 100px;
      height: 100px;
      perspective: 1000px;
    }
    .globe-rs-hm7 {
      width: 100%;
      height: 100%;
      position: absolute;
      transform-style: preserve-3d;
      animation: rotateGlobe 10s infinite linear;
      border: 2px solid #666;
      border-radius: 50%;
      background: radial-gradient(circle at 50% 50%, rgba(102, 102, 102, 0.2), transparent 70%);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(0, 0, 0, 0.3);
    }
    .globe-rs-hm7:hover {
      animation-play-state: paused;
      cursor: pointer;
    }
    @keyframes rotateGlobe {
      0% { transform: rotateX(0deg) rotateY(0deg); }
      100% { transform: rotateX(360deg) rotateY(360deg); }
    }








/* ---------------rs-hmct------------------------------- */

    .rs-hmct-section-container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      max-width: 1000px;
      padding: 20px;
      margin: 100px auto;
      overflow: hidden;
    }

    .rs-hmct-image-container {
      width: 300px;
      flex-shrink: 0;
    }

    .rs-hmct-image-container img {
      width: 100%;
      min-height: 360px;
      height: 100%;
      border-radius: 12px;
      object-fit: cover;
      object-position: top;
    }

    .rs-hmct-form-container {
      flex: 1;
      padding: 40px;
      min-width: 350px;
    }

    form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .rs-hmct-form-row {
      display: flex;
      gap: 20px;
    }

    .rs-hmct-form-row input {
      flex: 1;
    }

    input, textarea {
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 16px;
      width: 100%;
    }

    textarea {
      resize: vertical;
      min-height: 120px;
    }

    .rs-hmct-btn {
      padding: 8px 20px;
      background: var(--main-dark);
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      width: fit-content;
      cursor: pointer;
      box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.7);
      transition: background 0.3s ease;
    }

    button:hover {
      background: var(--yellow);
    }

    #rs-hmct-thankYouMessage {
      display: none;
      font-size: 18px;
      color: green;
      font-weight: bold;
    }

    @media (max-width: 768px) {

      .rs-hmct-image-container {
        width: 100%;
        height: 300px;
      }

      .rs-hmct-form-row {
        flex-direction: column;
      }
    }