  :root {
    --orange: #ff7f00;
    --blue: #007fff;
    /* --dark: #545454;
    --bg: #fdfbf5; */
    --dark: #111111;
      --white: #ffffff;
      --text-grey: #555;
  }

  @font-face {
    font-family: "heading";
    src: url("../font/Teko/Teko-VariableFont_wght.ttf");
  }

  @font-face {
    font-family: "content";
    src: url("../font/Inter/static/Inter_18pt-Regular.ttf");
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-transform: capitalize;
    font-family: "heading" !important;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: "content" !important;
    /* background-color: #ffffff;
    background-image: repeating-linear-gradient(
        to right,
        transparent 0 100px,
        #25283b22 100px 101px
      ),
      repeating-linear-gradient(
        to bottom,
        transparent 0 100px,
        #25283b22 100px 101px
      ); */
    overflow-x: hidden !important;
  }

  section {
    overflow: hidden;
  }

  p {
    font-size: 18px;
    font-weight: 400;
    font-family: "content" !important;
  }

  @media (max-width: 765px) {
    section {
      padding: 40px 0;
    }
  }

  @media (min-width: 765px) {
    section {
      padding: 50px 0;
    }
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  a {
    text-decoration: none;
  }

  /* header style start  */

  .logo {
    width: 170px;
    /* padding: 10px 0; */
  }

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
      justify-content: flex-end;
    }
  }

  header {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    font-family: "heading" !important;
    background: white;
    transition: background-color 0.5s ease, box-shadow 0.5s ease;

   

    nav {
      font-size: 17px;

      a {
        font-family: "heading" !important;
      }

      .nav-item {
        margin: 0 8px;
        color: var(--blue) ;

        .nav-link {
                          color: var(--blue);
                  font-size: 21px;
                  text-transform: uppercase;
                  letter-spacing: 1.1px;
                  font-weight: 600;
        }

        .dropdown-item {
          color: white;
        }

        .dropdown-item:hover {
          color: var(--blue);
          background-color: white;
        }
      }

      .dropdown-menu {
        background-color: var(--blue);
        border-radius: 25px;
        overflow: hidden;
      }

      .navbar-nav .nav-link.active,
      .navbar-nav .nav-link.show {
        color: var(--light_green);
      }

      .btn_booking {
        /* background-color: var(--light_green) !important; */
        /* background: linear-gradient(135deg, #FF7F00 0%, #007FFF 100%); */
        background-color: var(--blue);
        border-radius: 20px;
        display: inline-block;
        font-size: 15px;
        line-height: 1;
        padding: 12px 24px;
        fill: var(--blue) !important;
        text-align: center;
        transition: all 0.3s;
        width: 150px;
        /* transition: all 1s ease-in-out; */
        color: white !important;
      }
    }

    .btn_booking:hover {
      background: linear-gradient(135deg, #007fff 0%, #ff7f00 100%);
      transition: opacity 1s ease-in-out;

      color: white;
      /* border:2px solid var(--light_yellow); */
    }
  }

  @media (max-width: 765px) {
    .navbar-toggler {
      color: var(--blue);
      border: 2px solid var(--blue);
    }

    .nav-toggler-top {
      position: relative;
      z-index: 999;
      /* Ensure it's above the popup-overlay */
    }
  }

  /* Scrolled style */
  header.scrolled {
    background-color: white;
    /* Green background */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  @media (max-width: 785px) {
    .navbar-collapse {
      background-color: white;
    }

    .nav-link {
      color: black !important;
    }

    .dropdown-item {
      color: white !important;
    }

    .nav-toggler-top {
      position: relative;
      z-index: 9999;
    }
  }

  /* ===============================================header style end=============================================  */

  /* ============================================================================================ */

  /*_______________________________________________________
  // FOOTER STYLE  //---------------------------- */

  /* --- Imports & Variables --- */
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Outfit:wght@300;400;600;800&family=Space+Grotesk:wght@300;500;700&display=swap');

  /* :root {
      --orange: #ff7f00;
      --blue: #007fff;
      
  } */

  /* body {
      font-family: 'Outfit', sans-serif;
      margin: 0;
  } */

  /* --- Container Utility --- */
  .servc-container { 
      max-width: 1400px; 
      margin: 0 auto; 
      padding: 0 1.5rem; 
      position: relative; 
      z-index: 2; 
  }

/* =========================================
   FULL FOOTER CSS (Centered & Responsive)
   ========================================= */

/* --- General Footer Container --- */
footer {
    background: #09477C; 
    color: white;
    padding: 3rem 2rem 1rem 2rem; 
    border-radius: 60px 60px 0 0; 
    text-align: center;
    margin-top: auto; 
    font-family: 'Space Grotesk', sans-serif;
}

/* --- Top CTA Section --- */
.footer-pre-title {
    opacity: 0.7; 
    text-transform: uppercase; 
    letter-spacing: 2px;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.servc-footer-cta { 
    font-size: clamp(2rem, 5vw, 4rem); 
    font-weight: 800; 
    color: white; 
    text-decoration: none; 
    display: block; 
    margin-bottom: 3rem;
    transition: color 0.3s ease;
}

.servc-footer-cta:hover { 
    color: var(--orange); 
}

/* --- Main Grid Layout --- */
.footer-columns {
    display: grid;
    /* 1 part Office | 2 parts Branches | 1 part Contact */
    grid-template-columns: 1fr 2fr 1fr; 
    gap: 3rem;
    
    /* Center alignment settings */
    text-align: center;
    justify-items: center; 
    margin-top: 3rem;
}

.footer-col {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers content vertically */
    width: 100%;
}

/* --- Typography & Icons --- */
.footer-heading {
    margin-bottom: 1.5rem; 
    font-size: 1.8rem; 
    color: var(--orange); 
    font-weight: 700;
}

.footer-icon { 
    color: var(--orange); 
    margin-right: 10px; 
}

/* --- Column 1: Office, Logo & Socials --- */
.head-office-box {
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Logo Section */
.footer-logo-section {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.footer-logo {
    max-width: 200px; 
    height: auto;
    display: block;
    margin: 0 auto 10px auto; 
}

.footer-caption {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--white);
    margin: 0;
}

/* Social Icons */
.footer-socials {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--orange);
    border-color: var(--orange);
    transform: translateY(-3px);
}

/* --- Column 2: Branches Grid --- */
.branch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 2rem;
    width: 100%;
}

.branch-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.branch-name {
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.branch-phone {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    margin-left: 0; /* No indent needed when centered */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.branch-phone i { font-size: 0.75rem; }
.branch-phone:hover { color: var(--orange); }

/* --- Column 3: Contact --- */
.contact-list {
    width: 100%;
}

.contac-lst {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.contact-link {
    text-decoration: none !important;
    color: white;
    transition: color 0.3s ease;
}
.contact-link:hover { color: var(--orange); }

.footer-email {
    margin-top: 2rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* --- Copyright --- */
.footer-copyright {
    margin-top: 4rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    opacity: 0.6;
}
.footer-copyright a { color: white; text-decoration: none; }


/* =========================================
   RESPONSIVE MEDIA QUERIES
   ========================================= */

/* Tablet (Portrait) / Small Laptops */
@media (max-width: 1024px) {
    .footer-columns {
        grid-template-columns: 1fr 1fr; /* Switch to 2 main columns */
        gap: 2rem;
    }
    
    /* Make branches take up a full row on tablet */
    .branches-col {
        grid-column: span 2; 
        margin-top: 1rem;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    footer { padding: 2rem 1.5rem; }
    
    .footer-columns {
        grid-template-columns: 1fr; /* Stack everything vertically */
        gap: 2.5rem;
    }

    .branches-col {
        grid-column: span 1; /* Reset span */
        margin-top: 0;
    }

    .branch-grid {
        grid-template-columns: 1fr; /* Stack branches vertically */
        gap: 1.5rem;
    }
    
    .footer-heading { font-size: 1.5rem; }
}


/* ________________________footer style end_______________________________*/

  /* =========================================================================================== */
  /* =========================================================================================== */

  /* ================FLOATING ICON STYLE START==================================  */

  /* Container position */
  /* Container position */
.floating-solar-icon1 {
  position: fixed;
  top: 18%;
  left: -3%;
  width: 100px;
  height: 100px;
  z-index: 90;
  pointer-events: none;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- FIXED: Logo Styling --- */
.center-solar-logo {
  position: absolute;
  top: 55%;
  left: 62%;
  transform: translate(-74%, -50%) rotate(-289deg);
  width: 175%;
  height: auto;
  z-index: 3;
  object-fit: contain;
}

/* rotating shape container */
.rot-bar2-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; 
}

/* Bar styling */
.rot-bar2 {
  position: absolute;
  top: 50%;
  left: 50%;
  
  /* 1. INCREASE WIDTH: Made wider (26px) so the bottom doesn't look too thin */
  width: 26px;  
  height: 50px; 
  border-radius: 5px;
  /* 2. THE SHAPE FIX: clip-path cuts the sides to make it tapered */
  /* Top is full width (0% to 100%), Bottom is narrower (25% to 75%) */
  clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 10% 100%);
  
  /* Removed border-radius as clip-path defines the sharp edges now */
  
  /* REDUCED DISTANCE: -90px -> -60px */
  transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translateY(-60px);
  
  background: #ff7f00; 
}

/* Animation Keyframes */
.rotating .rot-bar2 {
  animation: rot-bar2-move 4s linear infinite;
}

@keyframes rot-bar2-move {
  from {
    transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translateY(-60px);
  }
  to {
    transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg + 360deg)) translateY(-60px);
  }
}

/* --- Mobile Adjustments --- */
@media (max-width: 768px) {
  .floating-solar-icon1 {
    position: fixed;
    top: 20%;
    left: -10%;
    width: 70px;
    height: 70px;
    z-index: 90;
    opacity: 0.9;
  }

  .center-solar-logo {
    width: 175%;
    left: 62%;
  }

  .rot-bar2 {
    /* Mobile: Made slightly wider (20px) to handle the taper effect */
    width: 22px; 
    height: 36px; 
    
    /* Apply the tapered shape to mobile too */
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 7% 100%);

    /* REDUCED DISTANCE */
    transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translateY(-42px);
  }

  /* Keep animation speed same */
  .rotating .rot-bar2 {
    animation: rot-bar2-move 1.2s linear infinite;
  }

  /* UPDATE ANIMATION KEYFRAMES TO MATCH NEW DISTANCE (-42px) */
  @keyframes rot-bar2-move {
    from {
      transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translateY(-42px);
    }
    to {
      transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg + 360deg)) translateY(-42px);
    }
  }
}
/* ================FLOATING ICON STYLE END==================================  */

  /* =========================================================================================== */

  /* =========================================================================================== */

  /* =======================================home banener section style start==================================================== */
  /* ================================
    MAIN BANNER WRAPPER
  ================================ */
  .solar-home-banner {
  width: 100%;
  min-height: 100vh;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.solar-home-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  padding: 30px;
  margin: 0px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

/* ================================
   2. VIDEO & OVERLAY
================================ */
.solar-home-banner-video-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -1;
}

.solar-home-banner-overlay {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  /* Darkens video slightly for readability */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  z-index: 0;
  pointer-events: none;
}

/* ================================
   3. LEFT CONTENT AREA
================================ */
.solar-home-banner-content {
  max-width: 550px;
  color: #fff;
  z-index: 2;
}

/* Base H2 Style */
.solar-home-banner-content h2 {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  margin: 0; /* Reset margin */
}

/* --- ANIMATED TEXT STYLES (NEW) --- */
#typewriter {
  /* 1. The Gradient: White -> Solar Orange -> White */
  background: linear-gradient(
    90deg, 
    #ffffff 0%, 
    #ff7f00 25%, 
    #ffffff 50%, 
    #ff7f00 75%, 
    #ffffff 100%
  );
  
  /* 2. Size & Clip */
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  
  /* 3. Text Transparency */
  -webkit-text-fill-color: transparent;
  color: transparent;
  
  /* 4. The Flow Animation */
  animation: gradient-wave 3s linear infinite;
  
  display: inline-block;
}

/* Animation Keyframes */
@keyframes gradient-wave {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.solar-home-banner-subtext {
  font-size: 1.4rem;
  margin: 15px 0 30px;
  line-height: 1.4;
  font-weight: 700;
  color: #f0f0f0;
}

.solar-home-banner-btn {
  padding: 15px 35px;
  font-size: 1.2rem;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  background: #fff;
  color: #111;
  font-weight: 900;
  transition: transform 0.3s ease;
}

.solar-home-banner-btn:hover {
  transform: translateY(-3px);
  background: #ff7f00;
  color: #fff;
}

/* ================================
   4. RESPONSIVE MEDIA QUERIES
================================ */

/* Tablet & Mobile (Below 900px) */
@media (max-width: 768px) {
  .solar-home-container {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    margin: 0px 5px;
    justify-content: center; /* Center content vertically */
  }

  .solar-home-banner-content {
    max-width: 100%;
    width: 100%;
    /* Removed large translateY, centered instead */
    margin-top: 100px; 
  }

  .solar-home-banner-content h2 {
    font-size: 3.9rem;
  }
  
  #typewriter {
      font-size: 3.9rem; /* Ensure ID matches H2 size on mobile */
  }
}


  }

  /* ========================================home banener section style end=================================================== */

  /* energy-feature-section style start */

  /* =============================
    GLOBAL UTILITIES
  ============================== */
  .section-padding {
    padding: 60px 30px;
  }

  .fe-container {
    width: 100%;
    /* max-width: 1400px; */
    margin: auto;
  }

  /* =============================
    FEATURE CARDS LAYOUT
  ============================== */
  .feature-cards__wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: stretch;
  }

  /* =============================
    BASE CARD STYLE
  ============================== */
  .feature-card {
    position: relative;
    flex: 1;
    background: rgba(228, 153, 83, 0.75);
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s ease;
    overflow: hidden;
    padding: 35px;
  }

  .feature-card:hover {
    transform: translateY(-6px);
  }

  /* =============================
    CARD CONTENT & ELEMENTS
  ============================== */
  .feature-card__content {
    position: relative;
    z-index: 2;
  }

  .feature-card__icon img {
    width: 70px;
    margin-bottom: 15px;
    filter: invert(100%) sepia(87%) saturate(0%) hue-rotate(346deg)
      brightness(104%) contrast(102%);
  }

  .feature-card__text {
    font-size: 1.15rem;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 12px;
  }

  .feature-card__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
  }

  /* =============================
    CENTER IMAGE CARD
  ============================== */
  .feature-card--image {
    padding: 0;
    background: none;
  }

  .feature-card__image-container {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
  }

  .feature-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .feature-card__image.scrolled {
    transform: scale(1.12);
  }

  /* =============================
    RIGHT HIGHLIGHT CARD
  ============================== */
  .feature-card--highlight {
    background: transparent;
    padding: 35px;
  }

  .feature-card__background {
    position: absolute;
    inset: 0;
    z-index: -2;
  }

  .feature-card__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .feature-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(228, 153, 83, 0.75);
    z-index: -1;
  }

  .feature-card__percent {
    font-size: 4.5rem;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
  }

  .feature-card__title--white,
  .feature-card__icon--white img {
    color: #fff;
    filter: brightness(200%);
  }

  .feature-card__icon--white img {
    filter: invert(100%) sepia(87%) saturate(0%) hue-rotate(346deg)
      brightness(104%) contrast(102%);
  }

  /* =============================
    RESPONSIVE
  ============================== */
  @media (max-width: 900px) {
    .feature-cards__wrapper {
      flex-direction: column;
    }
  }

  /* energy-feature-section style end */

  /* =========================================================================================== */

  /* ========================================cta section style =================================================== */
 .awards-section {
            width: 100%;
            /* max-width: 1200px; */
            /* padding: 80px 20px; */
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 60px;
        }

        /* --- Left Side: The Rotating Gallery --- */
        .gallery-container {
            flex: 1;
            min-width: 350px;
            height: 500px; /* Fixed height for the layout structure */
            position: relative;
        }

        /* The Card Base Style */
        .award-card {
            position: absolute;
            background: white;
            border-radius: var(--card-radius);
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
            cursor: pointer;
            border: 4px solid white;
            border-radius: 20px;
        }

        .award-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* --- Decoration (Orange curve) --- */
        .award-card::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            background: var(--orange);
            border-radius: 0 0 0 100%;
            opacity: 0; /* Hidden by default, shown on specific positions */
            transition: opacity 0.3s ease;
        }

        /* --- Positions (The Magic Logic) --- */
        
        /* Position 1: The BIG Image (Left side) */
        .award-card.pos-1 {
            width: 55%;
            height: 100%; /* Full height */
            top: 0;
            left: 0;
            border-radius: 20px;
            z-index: 10;
        }

        /* Position 2: Small Top (Right side) */
        .award-card.pos-2 {
            width: 40%;
            height: 45%;
            top: 0;
            left: 60%; /* Pushed to right */
            z-index: 5;
            border-radius: 20px;
        }
        .award-card.pos-2::after { opacity: 1; } /* Show orange corner decoration */

        /* Position 3: Small Bottom (Right side) */
        .award-card.pos-3 {
            width: 40%;
            height: 45%;
            top: 55%; /* Pushed to bottom */
            left: 60%; /* Pushed to right */
            z-index: 5;
            border-radius: 20px;
        }
        .award-card.pos-3::after { opacity: 1; }

        /* Hover effect for interactivity */
        .gallery-container:hover .award-card.pos-1 {
            transform: scale(1.02);
        }

        /* --- Right Side: Content --- */
        .content-container {
            flex: 1;
            min-width: 300px;
        }

    .awards-section .badge {
            display: inline-block;
            background: rgba(255, 107, 53, 0.1);
            color: var(--orange);
            padding: 8px 16px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

.awards-section h2 {
            font-size: 3rem;
            line-height: 1.2;
            color: var(--blue);
            margin-bottom: 25px;
        }

        .awards-sectionh2 span {
            color: var(--orange);
        }

       .awards-section p {
            font-size: 1.1rem;
            line-height: 1.7;
            /* color: var(--text-grey); */
            margin-bottom: 35px;
        }

        .stats-row {
            display: flex;
            /* gap: 40px; */
            margin-top: 20px;
            justify-content: space-between;
        }

        .stat-item h3 {
            font-size: 2.5rem;
            color: var(--blue);
            font-weight: 700;
        }

        .stat-item p {
            font-size: 1.1rem;
            margin: 0;
            font-weight: 900;
            /* color: var(--text-grey); */
        }

        /* --- Button --- */
        .awards-section.btn-premium {
            display: inline-block;
            margin-top: 30px;
            padding: 15px 40px;
            background: var(--blue);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: 0.3s;
            box-shadow: 0 10px 20px rgba(0, 51, 102, 0.2);
        }

        .awards-section.btn-premium:hover {
            background: var(--orange);
            transform: translateY(-3px);
            box-shadow: 0 15px 25px rgba(255, 107, 53, 0.3);
        }

        /* --- Responsive Design --- */
        @media (max-width: 900px) {
            .awards-section {
                flex-direction: column-reverse; /* Put text on top or bottom as preferred */
                gap: 40px;
                padding: 40px 20px;
            }

            .gallery-container {
                width: 100%;
                height: 400px; /* Shorten slightly for tablet */
            }
            
            .awards-section h2 { font-size: 2.2rem; }
        }

        @media (max-width: 600px) {
            .gallery-container {
                height: 320px; /* Square-ish area for mobile */
            }
            
            /* On mobile, we adjust percentages so they fit on a narrow screen */
            .award-card.pos-1 { width: 50%; left: 0; }
            .award-card.pos-2 { width: 45%; left: 55%; height: 48%; }
            .award-card.pos-3 { width: 45%; left: 55%; top: 52%; height: 48%; }
            
           .awards-section h2 { font-size: 1.8rem; }
            .stats-row { justify-content: space-between; }
        }

        /* --- RESPONSIVE FIX --- */

@media (max-width: 900px) {
    .awards-section {
        flex-direction: column-reverse; /* Stack vertically */
        padding: 50px 20px;
        gap: 50px;
    }

    /* Fix the container width so it fits mobile screens */
    .gallery-container {
        flex: none; /* Disable flex growing/shrinking */
        width: 100%; /* Take full width of the screen */
        min-width: auto; /* REMOVE the 350px limit */
        height: 350px; /* Give it specific height so images don't collapse */
        margin: 0 auto; /* Center it */
    }
}

@media (max-width: 480px) {
    .gallery-container {
        height: 280px; /* Slightly shorter for small phones */
    }

    /* Adjust image positions for very small screens */
    .award-card.pos-1 { 
        width: 52%; 
        left: 0; 
    }
    
    .award-card.pos-2 { 
        width: 44%; 
        left: 56%; 
        height: 48%; 
    }
    
    .award-card.pos-3 { 
        width: 44%; 
        left: 56%; 
        top: 52%; 
        height: 48%; 
    }

    .awards-section h2 {
        font-size: 2rem; /* Make font slightly smaller */
    }
}


/* 1. Base style: Hide cards by default */
.award-card {
    position: absolute;
    background: white;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    border: 4px solid white;
    border-radius: 20px;
    
    /* Default state: hidden/stacked in the center or invisible */
    opacity: 0;
    z-index: 0;
    transform: scale(0.8); /* Optional: creates a zoom-in effect when appearing */
    visibility: hidden;    /* Ensure it's not clickable when hidden */
}

/* 2. Active States: Make them visible */
.award-card.pos-1,
.award-card.pos-2,
.award-card.pos-3 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* --- Keep your existing position logic exactly the same --- */

/* Position 1: The BIG Image (Left side) */
.award-card.pos-1 {
    width: 55%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

/* Position 2: Small Top (Right side) */
.award-card.pos-2 {
    width: 40%;
    height: 45%;
    top: 0;
    left: 60%;
    z-index: 5;
}

/* Position 3: Small Bottom (Right side) */
.award-card.pos-3 {
    width: 40%;
    height: 45%;
    top: 55%;
    left: 60%;
    z-index: 5;
}

/* Decoration Logic (Orange Corner) */
.award-card::after {
    /* ... your existing after styles ... */
    opacity: 0;
}
.award-card.pos-2::after, 
.award-card.pos-3::after { 
    opacity: 1; 
}

  /* =============================
    award SECTION end
  ============================== */

  /* ======================================================
    GLOBAL UTILITIES
  ====================================================== */
  .section-padding-lg {
    padding: 80px 50px;
  }

  .layout-wrapper {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
  }

  .layout-row {
    display: flex;
    flex-wrap: wrap;
  }

  .layout-gap-lg {
    gap: 50px;
  }

  .layout-center {
    align-items: center;
  }

  .layout-align-between {
    justify-content: space-between;
  }

  /* ======================================================
    CTA SECTION MAIN COMPONENT
  ====================================================== */
  .cta-section {
    position: relative;
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    z-index: 1;
  }

  /* Background + overlay layering */
  .cta-section__bg-layer {
    position: absolute;
    inset: 0;
    z-index: -1; /* background layer */
  }

  .cta-section__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.9s ease;
    z-index: -1; /* below overlay */
  }

  .cta-section__bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to right,
      rgba(1, 49, 97, 0.827),
      /* lighter opacity */ rgba(1, 59, 117, 0.552)
    );
    z-index: 0; /* above image */
  }

  /* ======================================================
    CTA CONTENT AREA
  ====================================================== */
  .cta-section__wrapper {
    position: relative;
    z-index: 2; /* content above overlay */
  }

  .cta-content {
    flex: 1;
    color: #fff;
  }

  .heading-xl {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
  }

  .cta-content__quote {
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .cta-content__description {
    font-size: 1.25rem;
    max-width: 520px;
    margin-bottom: 30px;
  }

  .btn {
    display: inline-block;
    font-weight: 700;
    padding: 18px 55px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .btn-primary {
    background: #fff;
    color: #0a3a3d;
  }

  .btn-rounded-xl {
    border-radius: 50px;
  }

  .btn:hover {
    transform: translateY(-4px);
  }

  /* ======================================================
    CAROUSEL IMAGE SIDE
  ====================================================== */
  .cta-section__media {
    max-width: 520px;
    width: 100%;
  }

  .media-carousel__item {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
  }

  .media-carousel__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    transform: scale(1);
    transition: transform 0.6s ease;
  }

  /* Scroll zoom effect */
  .media-carousel__image.scrolled,
  .cta-section__bg-image.scrolled {
    transform: scale(1.12);
  }

  /* Remove dots + arrows */
  .owl-dots,
  .owl-nav {
    display: none !important;
  }

  /* ======================================================
    RESPONSIVE
  ====================================================== */
  @media (max-width: 950px) {
    .layout-align-between {
      justify-content: center;
      text-align: center;
    }

    .cta-section__media {
      max-width: 100%;
    }

    .heading-xl {
      font-size: 2.6rem;
    }
  }

  /* ========================================cta section style end=================================================== */

  /* =========================================================================================== */

  /* =========================================================================================== */

  /* =========================================================================================== */
  .rotating-img-sec {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    /* margin-top: 100px; */
    display: flex;
    align-items: center;
    padding: 0;
  }

  /* FLEX WRAPPER */
  .rot-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(1400px, 92vw);
    margin: 0 auto;
    height: 100%;
    gap: 30px;
  }

  /* LEFT CONTENT (3 ratio) */
  .rot-content {
    width: 40%; /* 3/12 ratio */
    color: #222;
  }

  .rot-content h2 {
        font-size: 6rem;
      font-weight: 700;
      margin-bottom: 15px;
      line-height: 1;
  }

  .rot-content p {
    font-size: 23px;
      line-height: 1.3;
      margin-bottom: 20px;
      font-weight: 500;
  }

  .rot-btn {
    display: inline-block;
    background: #ff7a00;
    padding: 12px 22px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 25px;
  }

  /* RIGHT ROTATING GROUP (9 ratio) */
  .rot-banner {
    width: 60%; /* 9/12 ratio */
    height: 100%;
    position: relative;
  }

  /* ROTATING IMAGE RING */
  /* .rot-banner .rot-slider {
    position: absolute;
    width: 260px;
    height: 200px;
    top: 20%;
    left: calc(50% - 130px);
    transform-style: preserve-3d;
    transform: perspective(900px);
    animation: rotatingAutoRun 16s linear infinite;
    z-index: 2;
  } 

  @keyframes rotatingAutoRun {
    from {
      transform: perspective(900px) rotateX(-14deg) rotateY(0deg);
    }
    to {
      transform: perspective(900px) rotateX(-14deg) rotateY(360deg);
    }
  }

  */

  .rot-banner .rot-slider {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 22%;
    left: calc(50% - 100px);
    transform-style: preserve-3d;
    transform: perspective(900px);
    animation: rotatingAutoRun 16s linear infinite;
  }

  @keyframes rotatingAutoRun {
    from {
      transform: perspective(900px) rotateY(0deg);
    }
    to {
      transform: perspective(900px) rotateY(360deg);
    }
  }

  /* .rot-banner .rot-slider .rot-item {
    position: absolute;
    inset: 0 0 0 0;
    transform: rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg))
      translateZ(420px);
  } */

  .rot-banner .rot-slider .rot-item {
    position: absolute;
    inset: 0 0 0 0;
    transform: rotateY(
        calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
      )
      translateZ(300px); /* smaller radius */
  }

  .rot-banner .rot-slider .rot-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    /* box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.18); */
  }

  /* MOBILE RESPONSIVE - stacked */
  @media (max-width: 768px) {
    .rotating-img-sec {
      height: 95vh;
    }

    .rot-container {
      flex-direction: column;
      text-align: center;
      gap: 30px;
    }

    .rot-content {
      width: 100%;
      margin-top: 50px;
    }

    .rot-banner {
      width: 100%;
      height: 65%;
    }

    .rot-btn {
      font-size: 15px;
    }

    /* .rot-banner .rot-slider {
      width: 160px;
      height: 120px;
      left: calc(50% - 80px);
      top: 0%;
      transform: perspective(600px);
    }

    .rot-banner .rot-slider .rot-item {
      transform: rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg))
        translateZ(260px);
    } */

    .rot-banner .rot-slider {
      width: 205px;
      height: 180px;
      left: calc(40% - 65px);
      transform: perspective(500px);
    }

    .rot-banner .rot-slider .rot-item {
      transform: rotateY(
          calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
        )
        translateZ(180px);
    }

    .rot-content h2 {
      font-size: 2.5rem;
    }
    .rot-content p {
      font-size: 15px;
    }
  }
  /* =========================================================================================== */

  /* =========================================================================================== */


  /* =================================================meet out team section style start========================================== */

  /* =========================================
         8. TEAM SCROLL
         ========================================= */
  /* Existing CSS (Kept unchanged) */
.team-scroll-wrapper {
  height: 100vh;
  overflow: hidden;
  display: flex;
}

.team-track {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 50px;
}

.team-intro {
  min-width: 400px;
  padding-right: 50px;
}
.team-intro h2 {
  font-size: 60px;
  font-weight: 900;
  color: #000;
  line-height: 1;
}
.team-intro p {
  font-size: 33px;
  font-weight: 500;
  line-height: 1;
}

.team-card {
  min-width: 350px;
  height: 500px;
  margin: 0 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
/* Ideally add: img { width: 100%; height: 100%; object-fit: cover; } to ensure images fill the card */

.team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, black, transparent);
  color: white;
}
.team-info h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}
.team-info p {
  font-size: 17px;
  font-weight: 500;
}

/* --- NEW CSS FOR THE BUTTON --- */

.team-btn {
  /* Make it take up space like a card so it sits at the end */
  min-width: 350px; 
  height: 500px; /* Same height as cards for symmetry */
  margin: 0 20px;
  
  /* Center the button content */
  display: flex;
  align-items: center; 
  justify-content: center;
}

.team-btn .btn-content {
  text-align: center;
}

.team-btn p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.team-btn .cta-button {
  display: inline-block;
  padding: 15px 35px;
  background-color: #000; /* Or your brand color */
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.team-btn .cta-button:hover {
  background-color: #333;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
  /* NOTE: The mobile media query was intentionally commented out in the original code 
  to maintain horizontal scroll on mobile devices as requested by the user previously. */


  /* =================================================meet out team section style end========================================== */

  /* =========================================================================================== */


      .trst-sec {
    padding: 60px 0;
    background: #FBF8FB;
  }

  .trst-container {
    /* max-width: 1200px; */
    margin: auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  /* LEFT VIDEO */
  .trst-left video {
    width: 100%;
    border-radius: 16px;
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.15); */
  }

  /* RIGHT CONTENT */
  .trst-heading {
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .trst-subh{
    font-size: 24px;
    margin-bottom: 15px;
    color: #ff7f00;
  }

  .trst-subh {
        /* Base Styling */
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #007fff; /* Deep Blue start */
        text-align: center;
        display: inline-block; /* Required for transform animation */
        
        /* The Animation: Name | Duration | Loop type */
        animation: pulse-scale 2s infinite ease-in-out;
    }

    /* Keyframes */
    @keyframes pulse-scale {
        0% {
            transform: scale(1);
            color: #007fff; /* Deep Blue */
        }
        50% {
            transform: scale(1.08); /* Grows 8% bigger */
            color: #ff6b00; /* Turns Orange */
        }
        100% {
            transform: scale(1);
            color: #007fff; /* Back to Blue */
        }
    }

  .trst-highlight {
    font-weight: 800;
  }

  .trst-text {
    font-size: 16px;
    color: #444;
    margin-bottom: 30px;
  }

  /* BUTTONS */
  .trst-btns {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .trst-btn-primary {
    background: #007fff;
    padding: 14px 28px;
    color: #000;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
  }

  .trst-btn-primary:hover {
    
    color: #fff;
  }

  .trst-btn-outline {
    border: 1.5px solid #007fff;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
  }

  /* LOGO SLIDER */
  .trst-logo-slider {
    overflow: hidden;
    width: 100%;
  }

  .trst-logo-track {
    display: flex;
    animation: trst-scroll 14s linear infinite;
  }

  /* EACH LOGO = 50% WIDTH (2 LOGOS VISIBLE) */
  .trst-logo-track img {
    width: 50%;
    max-width: 100px;
      height: 55px;
    object-fit: contain;
    /* filter: grayscale(100%);
    opacity: 0.85; */
    flex-shrink: 0;
    margin-right: 40px;
  }

  /* ANIMATION */
  @keyframes trst-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }


  /* RESPONSIVE */
  @media (max-width: 768px) {
    .trst-container {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .trst-heading {
      font-size: 30px;
    }

    .trst-logo-track {
      animation-duration: 10s;
    }
  }

  @media (max-width: 768px) {
    .trst-logo-track img {
      width: 50%;
      max-width: 160px;
      margin-right: 24px;
    }

    .trst-logo-track {
      animation-duration: 10s;
    }
  }

  /* =========================================================================================== */
  /* =========================================================================================== */

  .soorya-offers-container {
    position: relative; /* changed */
    width: 100%;
    min-height: 600px;
    /* padding: 50px 0; */
    background-color: #f5f5f5;
    box-shadow: 0 30px 50px #dbdbdb;
    overflow: hidden;
    /* margin: 60px auto;  */
  }

  .ofr-mn-head {
    position: relative;
    z-index: 9;
    text-align: center;
    margin: 20px;
    font-weight: bold;
    /* margin-bottom: 20px; */
    h2 {
      font-size: 45px;
    }
  }

  #soorya-offers-slide {
    width: max-content;
    margin-top: 50px;
  }
  .soorya-offers-item {
    width: 200px;
    height: 300px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
  }
  .soorya-offers-item:nth-child(1),
  .soorya-offers-item:nth-child(2) {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
  }
  .soorya-offers-item:nth-child(3) {
    left: 50%;
  }
  .soorya-offers-item:nth-child(4) {
    left: calc(50% + 220px);
  }
  .soorya-offers-item:nth-child(5) {
    left: calc(50% + 440px);
  }
  .soorya-offers-item:nth-child(n + 6) {
    left: calc(50% + 660px);
    opacity: 0;
  }

  .soorya-offers-content {
    /* width: 240px;
    height: 360px; */
    background: rgba(255, 255, 255, 0.12);
    padding: 10px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.5),
      inset 0 -1px 0 rgba(255, 255, 255, 0.1),
      inset 0 0 8px 4px rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
  }

  .soorya-offers-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.8),
      transparent
    );
  }

  .soorya-offers-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.8),
      transparent,
      rgba(255, 255, 255, 0.3)
    );
  }
  .soorya-offers-content {
    position: absolute;
    top: 50%;
    left: 100px;
    width: 300px;
    text-align: left;
    /* padding:0; */
    color: #ffffff;
    transform: translate(0, -50%);
    display: none;
    font-family: system-ui;
  }
  .soorya-offers-item:nth-child(2) .soorya-offers-content {
    display: block;
    z-index: 11111;
  }
  .soorya-offers-name {
    font-size: 40px;
    font-weight: bold;
    opacity: 0;
    animation: showcontent 1s ease-in-out 1 forwards;
  }
  .soorya-offers-des {
    margin: 20px 0;
    opacity: 0;
    animation: showcontent 1s ease-in-out 0.3s 1 forwards;
  }
  .soorya-offers-item button {
    padding: 10px 20px;
    border: none;
    opacity: 0;
    animation: showcontent 1s ease-in-out 0.6s 1 forwards;
  }
  @keyframes showcontent {
    from {
      opacity: 0;
      transform: translate(0, 100px);
      filter: blur(33px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
      filter: blur(0);
    }
  }

  @media (max-width: 768px) {
    .soorya-offers-item {
      top: 66%;
    }

    .soorya-offers-content {
      top: 22%;
      left: 20px;
    }

    .soorya-offers-buttons {
      left: 6%;
    }
  }

  .soorya-offers-buttons {
    position: absolute;
    bottom: 30px;
    left: 1%;
    z-index: 99;
    text-align: center;
    width: 100%;
  }
  .soorya-offers-buttons button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* border:1px solid #555; */
    border: none;
    transition: 0.5s;
    background-color: transparent;
    color: white;
    font-size: 35px;
  }
  .soorya-offers-buttons button:hover {
    background-color: #fefdf537;
  }

  /* =========================================================================================== */
  /* =========================================================================================== */

  /* team section style start */

  /* .slr-team-container {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden;

      background-color: #ffffff;
      background-image:
        url("assets/images/banner/freepik__background__5534.png"), 
        repeating-linear-gradient(
          to right,
          transparent 0 100px,
          #25283b22 100px 101px
        ),
        repeating-linear-gradient(
          to bottom,
          transparent 0 100px,
          #25283b22 100px 101px
        );
      background-size: cover; 
      background-position: center;
      background-repeat: no-repeat;
  } */

  .slr-team-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;

    background-color: #ffffff;
    background-image:
        /* url("../images/banner/freepik__background_.png"), */ repeating-linear-gradient(
        to right,
        transparent 0 100px,
        #25283b22 100px 101px
      ),
      repeating-linear-gradient(
        to bottom,
        transparent 0 100px,
        #25283b22 100px 101px
      );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .slr-team-directional {
    position: absolute;
    bottom: 1px;
    width: 100%;
    text-align: center;
    z-index: 3;
  }
  .slr-team-directional button {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: transparent;
    border: none;
    opacity: 0.2;
  }
  .slr-team-directional button:hover {
    opacity: 1;
  }

  #slr-team-slide {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #slr-team-slide .slr-team-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  #slr-team-slide .slr-team-item .slr-team-image {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    transform: scale(3);
    transition: 1.5s;
  }
  #slr-team-slide .slr-team-item .slr-team-image img {
    width: 45%;
    transition: 0.5s;
  }
  #slr-team-slide .slr-team-item .slr-team-image img:hover {
    transform: scale(1.1);
  }

  .slr-team-content .slr-team-left {
    position: absolute;
    left: 40px;
    top: 0;
    display: none;
  }
  .slr-team-content .slr-team-right h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 10px;
    /* background-color: #f27c00; */
    background: linear-gradient(359deg, #ff7f00, #ffffff);
    padding: 20px;
    border-radius: 20px;
    color: white;
  }

  .slr-team-content .slr-team-right {
    position: absolute;
    right: 3%;
    top: 20%;
    display: none;
  }
  .slr-team-content .slr-team-right h3 {
    font-size: 50px;
    font-weight: 900;
    color: black;
    /* background: linear-gradient(359deg, #007fff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slr-team-content .slr-team-right h4 {
    font-size: 45px;
    color: black;
    font-weight: 900;
    /* background: linear-gradient(359deg, #ff7f00, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    margin: 0px 0px;
  }

  /* Active Slide Animation */
  #slr-team-slide .slr-team-item:nth-child(1) .slr-team-image {
    opacity: 0;
    transform: scale(0) translate(-100px);
  }
  #slr-team-slide .slr-team-item:nth-child(2) .slr-team-image {
    opacity: 1;
    transform: scale(1);
  }
  #slr-team-slide .slr-team-item:nth-child(2) {
    z-index: 3;
  }

  @keyframes slr-team-contentOut {
    from {
      opacity: 1;
      transform: translate(0, 0);
    }
    to {
      opacity: 0;
      transform: translate(0, -100%);
      filter: blur(113px);
    }
  }
  @keyframes slr-team-contentIn {
    from {
      opacity: 0;
      transform: translate(0, 100%);
      filter: blur(33px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  #slr-team-slide .slr-team-item:nth-child(1) .slr-team-left,
  #slr-team-slide .slr-team-item:nth-child(1) .slr-team-right,
  #slr-team-slide .slr-team-item:nth-child(2) .slr-team-left,
  #slr-team-slide .slr-team-item:nth-child(2) .slr-team-right {
    display: block;
  }
  #slr-team-slide .slr-team-item:nth-child(1) .slr-team-left,
  #slr-team-slide .slr-team-item:nth-child(1) .slr-team-right {
    animation: slr-team-contentOut 1s ease-in-out 1 forwards;
  }
  #slr-team-slide .slr-team-item:nth-child(2) .slr-team-left,
  #slr-team-slide .slr-team-item:nth-child(2) .slr-team-right {
    animation: slr-team-contentIn 1s ease-in-out 1 forwards;
  }

  .bg-sol-pnl {
    position: absolute;
    width: 911px;
    /* height: 100%; */
    bottom: -126px;
    right: -280px;
  }

  /* ---------------- RESPONSIVE DESIGN ---------------- */

  /* Mobile */
  @media (max-width: 768px) {
    .bg-sol-pnl {
      width: 684px;
      /* height: 100%; */
      bottom: -77px;
    }

    .slr-team-container {
      height: 100vh;
    }
    #slr-team-slide .slr-team-item .slr-team-image {
      top: 30%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #slr-team-slide .slr-team-item .slr-team-image img {
      width: 100%;
      height: 75%;
    }
    .slr-team-content .slr-team-left,
    .slr-team-content .slr-team-right {
      position: relative;
      width: 100%;
      text-align: center;
      left: 0;
      right: 0;
    }

    .slr-team-content .slr-team-right h2 {
      font-size: 35px;
      font-weight: 700;
      line-height: 1.2;
      border-radius: 0%;
      margin-top: 30px;
    }
    .slr-team-content .slr-team-right h3 {
      font-size: 45px;
      margin: 20px 10px 10px 10px;
    }
    .slr-team-content .slr-team-right h4 {
      font-size: 35px;
      margin: 0 auto;
    }
    .slr-team-directional button {
      width: 40px;
      height: 40px;
    }
  }

  .rot-bar1-circle {
    position: absolute;
    display: none;
    right: -100px;
    top: 70%;
    transform: translateY(-50%);
    width: 350px;
    height: 350px;
    pointer-events: none;
    z-index: 0;
  }

  .rot-bar1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 130px;
    background: #f27c00;
    border-radius: 16px;
    transform: translate(-50%, -50%) rotate(calc(var(--i) * 40deg))
      translateY(-140px);
    animation: rot-bar1-move 7s linear infinite;
    opacity: 0.7;
  }

  @keyframes rot-bar1-move {
    0% {
      transform: translate(-50%, -50%) rotate(calc(var(--i) * 40deg))
        translateY(-140px);
    }
    100% {
      transform: translate(-50%, -50%) rotate(calc(var(--i) * 40deg + 360deg))
        translateY(-140px);
    }
  }
  @media (max-width: 768px) {
    .rot-bar1-circle {
      top: 50%;
    }
  }

  /* team section style end */

  /* =========================================================================================== */
  /* =========================================================================================== */

  /* half rounf image slide section style start  */

  .img-half-scroll {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #fff; */
    overflow: hidden;
  }

  .arc-slider {
    position: relative;
    width: 900px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .arc-card {
    position: absolute;
    width: 220px;
    height: 320px;
    transform-origin: bottom center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0.4;
  }

  .arc-card img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
  }

  /* entrance initial state */
  .arc-card {
    transform: translateY(150px) scale(0.6);
    opacity: 0;
  }

  /* smooth animation */
  .arc-card.animate {
    transition: transform 1.2s ease, opacity 1.2s ease;
  }

  /* half rounf image slide section style end  */

  /* =========================================================================================== */
  /* ================================================offer scrolling section=========================================== */

  /* Helper for spacing */
  /* .spacer {
          height: 20vh;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.5rem;
          font-weight: bold;
          background: rgba(255,255,255,0.8);
      } */

  /* =========================================
        SECTION 1: VERTICAL SCROLL (Sticky Panel)
      ========================================= */


    .soorya-intro-heading-block {
      /* Container styling */
      margin: 40px 20px -100px 20px;
      max-width: 600px;
      transform: translateX(180px);
  }

  .soorya-subtitle {
      /* 'What Soorya Offers' - Green accent */
      color: #007fff; 
      font-size: 1.6em;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 5px;
  }

  .soorya-main-title {
      /* 'Premium Customized Services & Products' - Main statement */
      font-size: 2.9em; /* Large and prominent */
      font-weight: 800; /* Extra bold */
      line-height: 1.2;
      color: #000000ff; /* Dark, readable text */
      margin-top: 0;
  }

  @media (max-width: 768px) {
      .soorya-intro-heading-block {
          transform: translateX(0);
          text-align: center;
          margin: 20px 10px -110px 10px;
      }


      .soorya-subtitle{
        font-size: 1.2em;
      }
      .soorya-main-title {
          font-size: 2.2em;
      }
  }


  .full-rot-main-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    position: relative;
    /* Ensure this sits on top of the body pattern */
    /* background: rgba(255,255,255,0.5);  */
    background: transparent;
  }

  /* Left Column (Sticky 3D Panel) */
  .full-rot-visual-col {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    perspective: 1200px;
    z-index: 1;
  }

  /* Right Column (Scrolling Content) */
  .full-rot-content-col {
    padding: 0;
  }

  .full-rot-section {
    min-height: 80vh; /* Slightly reduced height for better pacing */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
  }

  /* Card Styles */
  .full-rot-soory-offers-card {
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  .full-rot-soory-offers-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--rot-dark);
  }

  .full-rot-soory-offers-para {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #475569;
  }

  .full-rot-offer-image-wrap {
    margin-top: 20px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }

  .full-rot-offer-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
  }

  /* --- 3D PANEL STYLES (Vertical Section) --- */
  .full-rot-solar-panel {
    width: 300px;
    height: 480px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(20deg) rotateY(-20deg);
  }

  .full-rot-face {
    position: absolute;
    backface-visibility: visible;
  }

  .full-rot-face.full-rot-front {
    width: 300px;
    height: 480px;
    transform: translateZ(6px);
    background: #003366;
    border: 6px solid #8c8f94;
    overflow: hidden;
  }

  /* Shared Texture defined later to avoid redundancy, applied here */
  .shared-solar-texture {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        transparent 20px,
        #e6e8ed 20px,
        #e6e8ed 22px,
        transparent 22px
      ),
      linear-gradient(
        0deg,
        transparent 5px,
        rgba(255, 255, 255, 0.1) 5px,
        rgba(255, 255, 255, 0.1) 6px
      ),
      linear-gradient(90deg, transparent 148px, #001a33 148px, #001a33 150px),
      linear-gradient(0deg, transparent 100px, #001a33 100px, #001a33 102px);
    background-size: 150px 100%, 100% 6px, 150px 100%, 100% 102px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
  }

  .shared-sun-glare {
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.9) 0%,
      transparent 60%
    );
    mix-blend-mode: overlay;
    opacity: 0;
    transform: translateZ(1px);
  }

  .full-rot-face.full-rot-side {
    background: linear-gradient(to bottom, #9ca3af, #4b5563);
  }
  .full-rot-face.full-rot-right {
    width: 12px;
    height: 480px;
    left: 100%;
    transform: rotateY(90deg);
    transform-origin: left;
  }
  .full-rot-face.full-rot-left {
    width: 12px;
    height: 480px;
    left: -12px;
    transform: rotateY(-90deg);
    transform-origin: right;
  }
  .full-rot-face.full-rot-top {
    width: 300px;
    height: 12px;
    top: -12px;
    transform: rotateX(90deg);
    transform-origin: bottom;
    background: #d1d5db;
  }
  .full-rot-face.full-rot-bottom {
    width: 300px;
    height: 12px;
    top: 100%;
    transform: rotateX(-90deg);
    transform-origin: top;
    background: #374151;
  }
  .full-rot-face.full-rot-back {
    width: 300px;
    height: 480px;
    transform: translateZ(-6px) rotateY(180deg);
    background: #f1f5f9;
    border: 6px solid #8c8f94;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .full-rot-junction-box {
    width: 80px;
    height: 100px;
    background: #111;
    border-radius: 4px;
  }

  /* MOBILE ADJUSTMENTS (Vertical Section) */

  @media (max-width: 768px) {
    .full-rot-main-wrapper {
      display: none;
    }
  }

  @media (min-width: 768px) {
    .process-wrapper {
      display: none;
    }
  }

  @media (max-width: 768px) {
    /* Stack the grid */
    .full-rot-main-wrapper {
      grid-template-columns: 1fr;
    }
    /* Un-stick the visual column and give it height */
    .full-rot-visual-col {
      position: relative;
      height: 50vh;
      top: 0;
      background: #e2e8f0; /* Give it a background to separate from content */
    }
    /* Scale down the panel slightly */
    .full-rot-solar-panel {
      transform: scale(0.8) rotateX(20deg) rotateY(-20deg);
    }
    .full-rot-section {
      padding: 2rem 1.5rem;
      min-height: auto;
    }
  }

  /* =========================================
        SECTION 2: HORIZONTAL SCROLL (Dark Theme)
      ========================================= */
  .process-wrapper {
    background: var(--rot-dark);
    color: black;
    overflow: hidden;
    position: relative;
    height: 100vh;
  }

  .process-container {
    display: flex;
    width: 600%; /* 6 steps * 100% */
    height: 100vh;
    position: relative;
    z-index: 2;
  }

  .process-step {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 50px;
    /* background: linear-gradient(
      to right,
      rgba(15, 23, 42, 0.95) 0%,
      rgba(15, 23, 42, 0.8) 50%,
      rgba(15, 23, 42, 0.95) 100%
    );
    border-right: 1px solid rgba(255, 255, 255, 0.1); */
  }

  .step-content {
    max-width: 500px;
    position: relative;
    z-index: 3;
  }
  .step-content h2 {
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .step-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #072645;
  }
  .step-num {
    font-size: 8rem;
    opacity: 0.1;
    font-weight: 800;
    line-height: 0.8;
    color: #007fff;
    position: absolute;
    top: -60px;
    left: -20px;
  }
  .step-img {
    width: 400px;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 3;
  }

  /* --- 3D BACKGROUND STYLES (Horizontal Section) --- */
  .process-bg-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .process-rot-panel {
    width: 300px;
    height: 480px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(20deg) rotateY(-20deg);
  }
  /* Reusing the structure defined above, just changing class names for context */
  .process-face {
    position: absolute;
    backface-visibility: visible;
  }
  .process-face.process-front {
    width: 300px;
    height: 480px;
    transform: translateZ(6px);
    background: #003366;
    border: 6px solid #8c8f94;
    overflow: hidden;
  }
  /* Using shared texture/glare classes */
  .process-face.process-side {
    background: linear-gradient(to bottom, #9ca3af, #4b5563);
  }
  .process-face.process-right {
    width: 12px;
    height: 480px;
    left: 100%;
    transform: rotateY(90deg);
    transform-origin: left;
  }
  .process-face.process-left {
    width: 12px;
    height: 480px;
    left: -12px;
    transform: rotateY(-90deg);
    transform-origin: right;
  }
  .process-face.process-top {
    width: 300px;
    height: 12px;
    top: -12px;
    transform: rotateX(90deg);
    transform-origin: bottom;
    /* background: #d1d5db; */
  }
  .process-face.process-bottom {
    width: 300px;
    height: 12px;
    top: 100%;
    transform: rotateX(-90deg);
    transform-origin: top;
    /* background: #374151; */
  }
  .process-face.process-back {
    width: 300px;
    height: 480px;
    transform: translateZ(-6px) rotateY(180deg);
    background: #f1f5f9;
    border: 6px solid #8c8f94;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .process-junction {
    width: 80px;
    height: 100px;
    background: #111;
    border-radius: 4px;
  }

  /* MOBILE ADJUSTMENTS (Horizontal Section) */
  @media (max-width: 768px) {
    .process-step {
      flex-direction: column;
      text-align: center;
      justify-content: center;
      padding: 20px;
      /* background: linear-gradient(
        to bottom,
        rgba(15, 23, 42, 0.9) 0%,
        rgba(15, 23, 42, 0.7) 50%,
        rgba(15, 23, 42, 0.9) 100%
      ); */
    }
    .step-content {
      margin-bottom: 30px;
      background: #ffffff80;
      border-radius: 20px;
      padding: 10px;
      margin-top: 110px;
    }
    .step-content h2 {
      font-size: 2.2rem;
          font-weight: 800;
          letter-spacing: 1;
    }

    .step-content p {
          font-size: 1.3rem;
      line-height: 1.3;
      color: #072645;
    }
    
    .step-img {
      width: 80%;
      height: 250px;
      margin-top: 10px;
    }
    .process-bg-visual {
      transform: scale(0.75);
    }
  }

  /* =========================================================================================== */
  /* ========================================insta video secion style start=================================================== */


  
  .sry-insta-gallery-section {
              background-color: transparent;
              /* padding-bottom: 150px;           */
              padding: 0;
          }

          .sry-insta-myCoverflowSwiper {
              width: 100%;
              padding-top: 20px;
              padding-bottom: 50px;
          }

          .sry-insta-gallery-section{
              h2{
                  color: black;
                  font-size: 50px;
              }
              p{
                  font-size: 30px;
                  font-weight: 500;
              }
          }

          .swiper-slide {
              background-position: center;
              background-size: cover;
              width: 300px;
              height: 400px;
              border-radius: 15px;
              overflow: hidden; /* Important to keep video inside rounded corners */
              /* box-shadow: 0 15px 50px rgba(0,0,0,0.2); */
              border: 4px solid #fff;
              position: relative; /* Needed for absolute positioning of overlay */
              /* background-color: #000;  */
          }

          @media(min-width: 768px) {
              .swiper-slide {
                  width: 450px;
                  height: 500px;
              }
          }

          /* Styling for both Images AND Videos */
          .swiper-slide img, 
          .swiper-slide video {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover; /* Ensures video fills the card without stretching */
          }

          /* --- New Instagram Icon Styles --- */
          .sry-insta-icon {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%) scale(0.8);
              width: 60px;
              height: 60px;
              background: rgba(255, 255, 255, 0.25);
              backdrop-filter: blur(5px);
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 30px;
              color: #fff;
              opacity: 0; /* Hidden by default */
              transition: all 0.3s ease;
              z-index: 10;
              text-decoration: none;
              box-shadow: 0 4px 15px rgba(0,0,0,0.2);
          }

          /* Hover effect: Show icon and scale up slightly */
          .swiper-slide:hover .sry-insta-icon {
              opacity: 1;
              transform: translate(-50%, -50%) scale(1);
          }
          
          .sry-insta-icon:hover {
              background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
              color: #fff;
          }

          /* --- Caption Styles --- */
          .sry-insta-slide-caption {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              padding: 20px;
              background: rgba(255, 255, 255, 0.2);
              backdrop-filter: blur(10px);
              border-top: 1px solid rgba(255,255,255,0.3);
              color: #fff;
              text-shadow: 0 2px 4px rgba(0,0,0,0.5);
              transform: translateY(100%);
              transition: transform 0.3s ease;
              z-index: 5;
          }

          .swiper-slide-active .sry-insta-slide-caption {
              transform: translateY(0);
          }

          .sry-insta-slide-caption h5 {
              font-weight: 700;
              margin-bottom: 5px;
          }

          /* Custom Pagination Colors */
          .swiper-pagination-bullet {
              background: #1565c0;
              opacity: 0.5;
          }
          .swiper-pagination-bullet-active {
              opacity: 1;
              width: 20px;
              border-radius: 5px;
              transition: width 0.3s;
          }

          @media (max-width: 768px) {
            .sry-insta-gallery-section{
              h2{
                  color: black;
                  font-size: 40px;
              }
              p{
                  font-size: 18px;
                  font-weight: 500;
              }
          }
          }



  /* =============================================insta video secion style send============================================== */

  /* ================================================review slider style start=========================================== */ 

  .premium-reviews {
              /* padding: 80px 0; */
              font-family: 'Poppins', sans-serif;
              
          }

          .review-container {
              max-width: 1200px;
              margin: 0 auto;
              padding: 0 20px;
          }

          .slider-header {
              text-align: center;
              margin-bottom: 50px;
          }

          .subtitle {
              color: #ff6600;
              text-transform: uppercase;
              letter-spacing: 2px;
              font-weight: 700;
              font-size: 16px;
              display: block;
              margin-bottom: 10px;
          }

          .section-title {
              font-size: 40px;
              color: #222;
              font-weight: 700;
          }

          .review-item {
              padding: 15px;
          }

          .review-card {
              border: 2px solid transparent; 
              background-image: linear-gradient(white, white), 
                                linear-gradient(135deg, #ff6600 0%, #ffcc00 100%);
              background-origin: border-box;
              background-clip: padding-box, border-box; 
              
              padding: 35px 25px;
              border-radius: 16px;
              transition: all 0.3s ease;
              display: flex !important;
              flex-direction: column;
              min-height: 280px;
              box-shadow: 0 10px 30px rgba(0,0,0,0.05);
          }

          .quote-icon {
              font-size: 45px;
              color: #ff6600;
              opacity: 0.3;
              font-family: serif;
              line-height: 1;
              margin-top: -5px; 
          }

          .review-text {
              font-size: 15px;
              color: #555;
              line-height: 1.6;
              margin-bottom: 25px;
              font-style: italic;
          }

          .user-info {
              display: flex;
              align-items: center;
              gap: 12px;
              border-top: 1px solid #f2f2f2;
              padding-top: 15px;
              margin-top: auto;
          }

          .avatar-initial {
              width: 42px;
              height: 42px;
              background: linear-gradient(135deg, #ff6f00, #ff9900);
              color: white;
              border-radius: 10px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-weight: bold;
              font-size: 16px;
          }

          .user-name {
              margin: 0;
              font-size: 20px;
              font-weight: 600;
              color: #333;
          }

          .stars {
              color: #ffb400;
              font-size: 12px;
          }


  /* =============================================review slider style end============================================== */


  /* =================================== logo slide start ======================================= */

  .logo-slider-container {
      width: 95%;
      margin: 30px auto;
      overflow: hidden; 
  }

  .logo-multi-slider-section{
      h3{
        font-size: 2.8rem;
      }
  }

  .logo-slider-track {
      display: flex;
      /* The track width will be implicitly set by the total flex-basis width */
      /* Remove 'width: 200%' to let flexbox manage the width relative to items */
      transition: transform 0.0s linear; 
  }

  .logo-item {
      flex-shrink: 0; 
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px; 
      height: 80px; 
      
      /* FIX: Set a width that ensures 8 logos fit in the container on desktop, 
        and 4 on mobile. The overall track width is implicitly set by the number of items */
      /* The JS logic will now handle the specific width calculation. */
  }

  .logo-item img {
      /* max-width: 70px;  */
      width: 120px;
      max-height: 70px; 
      object-fit: contain;
      /* filter: grayscale(80%);  */
      /* opacity: 0.8; */
      /* transition: filter 0.3s, opacity 0.3s; */
  }

  .logo-item:hover img {
      /* filter: grayscale(0%);  */
      opacity: 1;
  }

  /* --- RESPONSIBILITY: MOBILE VIEW (4 Visible Logos) --- */
  .logo-item {
      flex-basis: calc(100% / 4); /* 25% of the visible container width */
  }

  /* --- RESPONSIBILITY: DESKTOP VIEW (8 Visible Logos) --- */
  @media (min-width: 992px) {
      .logo-item {
          flex-basis: calc(100% / 8); /* 12.5% of the visible container width */
      }
  }

  @media (max-width: 768px) {
      .logo-item img {
          width: 80px;
      }
  }




  /* banner image section style start  */


/* --- SIMPLE IMAGE SECTION --- */
  .sry-image-only-section {
    padding: 80px 20px;
    /* Spacing around the section */
    /* background-color: var(--white); */
    display: flex;
    justify-content: center;
  }

  .sry-image-wrapper {
     width: 100%; 
    /*max-width: 1400px;*/
    border-radius: 30px;
    /* Soft rounded corners */
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    /* Soft shadow for depth */
    transform: translateZ(0);
    /* Hardware acceleration fix */
  }

  /* --- SHARED IMAGE STYLES --- */
  /* Apply common styles to both images */
  .sry-full-image,
  .mobile-view-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  /* --- DESKTOP DEFAULT --- */
  /* Show desktop image, hide mobile image by default */
  .sry-full-image {
    display: block;
  }

  .mobile-view-image {
    display: none;
  }


  /* Hover Effect: Target whichever image is visible inside the wrapper */
  .sry-image-wrapper:hover img {
    transform: scale(1.05);
  }

  /* --- RESPONSIVE --- */
 
  

  @media (max-width: 768px) {
    .sry-image-only-section {
      padding: 40px 5px;
      /* Less padding on mobile */
    }

    .sry-image-wrapper {
      /* height: 450px; */
      /* Mobile Height */
      border-radius: 20px;
    }

    /* --- MOBILE VIEW TOGGLE --- */
    /* Hide desktop image, show mobile image */
    .sry-full-image {
      display: none;
    }

    .mobile-view-image {
      display: block;
    }
  }




  /* banner image section style end  */

  /* =================================== logo slide start ======================================= */

  /* =========================================================================================== */




  /* ============================================================================================ */
    

  /* ===============================SERVICE PAGE STYLE============================================================= */



  /* srvice page style start  */




        
       
    .servc-hero-main { 
        font-size: clamp(3rem, 10vw, 7rem); 
        font-weight: 700; 
        letter-spacing: -2px; 
        display: block;
    }

    .servc-gradient-text {
        background: linear-gradient(135deg, var(--blue), var(--orange));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .servc-container { max-width: 1400px; margin: 0 auto; padding: 0 1.5rem; position: relative; z-index: 2; }
    .servc-section { padding: 7rem 0; position: relative; }
    
    .servc-logo { font-size: 1.5rem; font-weight: 800; font-family: 'Space Grotesk'; }

    /* --- Hero Section --- */
    .servc-hero { 
        min-height: 100vh; display: flex; align-items: center; 
        position: relative; overflow: hidden; padding-top: 80px;
    }
    .servc-hero-img-shape {
        position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
        width: 40vw; height: 65vh;
        background: url('https://images.unsplash.com/photo-1509391366360-2e959784a276?ixlib=rb-4.0.3&auto=format&fit=crop&w=2072&q=80') no-repeat center/cover;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morph 8s ease-in-out infinite; z-index: 1;
        box-shadow: 20px 20px 50px rgba(0,0,0,0.1);
    }
    @keyframes morph {
        0% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
        50% { border-radius: 50% 20% 30% 70% / 60% 40% 60% 40%; }
        100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    }

    /* --- Marquee --- */
    .servc-marquee-container {
        background: var(--dark); color: white; padding: 1rem 0;
        overflow: hidden; white-space: nowrap; transform: rotate(-1deg);
        margin: 2rem 0;
    }
    .servc-marquee-content { display: inline-block; animation: scroll 20s linear infinite; font-size: 1.5rem; font-weight: 700; text-transform: uppercase; }
    .servc-marquee-content span { margin: 0 1.5rem; color: var(--orange); }
    @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

    /* --- Visual Banner Section --- */
    .servc-sub-banner {
        position: relative;
        height: 500px;
        width: 100%;
        background: url('../images/banner/soorya-solarbanners.jpg') center/cover no-repeat fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        margin-bottom: 0;
        border-radius: 0px 0px 100px 100px;
    }
    .servc-banner-overlay {
        position: absolute; inset: 0;
        background: rgba(0, 0, 0, 0.65);
        z-index: 1;
    }
    .servc-banner-content {
        position: relative;
        z-index: 2;
        color: white;
        padding-top: 50px;
    }
    .servc-banner-title {
        font-size: clamp(3.5rem, 8vw, 6rem);
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif; 
        margin-bottom: 0;
        line-height: 1;
        letter-spacing: 1px;
        color: var(--white);
    }
    .servc-banner-title span {
        color: var(--orange);
    }
    .servc-banner-line {
        width: 80px;
        height: 6px;
        background-color: var(--blue);
        margin: 15px auto 0;
        border-radius: 4px;
    }

    /* --- Service Explainer Section --- */
    .servc-service-explainer {
        padding: 6rem 0;
        background-color: #fdfdfd;
        text-align: center;
    }
    .servc-service-explainer h3 {
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: var(--orange);
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .servc-service-explainer h2 {
        font-size: clamp(2.5rem, 5vw, 4rem);
        line-height: 1.2;
        margin-bottom: 1.5rem;
        color: var(--dark);
    }
    .servc-service-explainer p {
        /*max-width: 800px;*/
        margin: 0 auto;
        color: #666;
        font-size: 1.15rem;
        line-height: 1.8;
    }

    /* --- Horizontal Scroll --- */
    .servc-outer-wrapper { overflow: hidden; }
    
    .servc-horizontal-wrapper {
        /* UPDATED WIDTH: 700% for 7 panels */
        width: 700%;
        height: 100vh;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .servc-panel {
        width: 100vw; height: 100vh;
        display: flex; align-items: center; justify-content: center;
        position: relative; padding: 0 2rem;
        padding-top: 80px; 
    }
    .servc-panel-content {
        display: grid; grid-template-columns: 1fr 1fr; gap: 4rem;
        align-items: center; max-width: 1200px; width: 100%;
    }
    .servc-panel-img {
        width: 100%; height: 50vh; max-height: 500px;
        object-fit: cover; border-radius: 20px;
        box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
    }
    .servc-panel-number {
        font-size: clamp(5rem, 15vw, 10rem); opacity: 0.1; font-weight: 800;
        position: absolute; top: 100px; left: 0; line-height: 0.8; z-index: -1;color: var(--orange);
    }

    /* --- 3D Cards --- */
    .servc-cards-grid {
        display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem; margin-top: 4rem;
    }
    .servc-tilt-card {
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(0,0,0,0.05);
        padding: 2.5rem; border-radius: 24px;
        transform-style: preserve-3d;
        transform: perspective(1000px);
        transition: transform 0.1s;
    }

    /* --- Gallery (DESKTOP) --- */
    .servc-gallery-grid {
        display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
        min-height: 100vh;
    }
    .servc-gallery-item {
        position: relative; border-radius: 16px; overflow: hidden; height: 400px; width: 100%;
    }
    .servc-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
    .servc-gallery-item h3 {
        position: absolute; bottom: 20px; left: 20px;
        color: white; font-size: 1.5rem; z-index: 2;
    }
    .servc-overlay {
        position: absolute; inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    }

    /* --- SLIDER STYLES (MOBILE/TABLET) --- */
    .servc-mobile-industries {
        display: none; /* Hidden on Desktop by default */
        padding-bottom: 4rem;
    }
    /* Style for the slider items to match gallery look */
    .servc-slider-item-wrapper {
        padding: 0 10px; /* Add gap between slides */
    }


    /* --- RESPONSIVE LOGIC --- */
    
    /* Show Slider, Hide Grid on screens smaller than 992px */
    @media(max-width: 992px) {
        .servc-desktop-industries { display: none !important; }
        .servc-mobile-industries { display: block !important; }
        
        .servc-hero-img-shape {
            position: relative; width: 90%; height: 40vh;
            margin: 2rem auto; right: auto; top: auto; transform: none;
        }
        .servc-hero { flex-direction: column; justify-content: center; text-align: center; padding-top: 40px;}
        .servc-panel-content { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
        .servc-panel-img { height: 35vh; order: -1; }
        .servc-panel { padding: 80px 1.5rem 0 1.5rem;  }
        .servc-gallery-grid { grid-template-columns: 1fr; gap: 1rem; }
        .servc-service-explainer { padding: 1rem 1.5rem 0rem 1.5rem;  }
        .servc-section{ padding: 1rem 0;}
    }

    @media(max-width: 480px) {
        .servc-horizontal-wrapper { height: 100vh; } 
        .servc-cards-grid { grid-template-columns: 1fr; }
        .servc-sub-banner { height: 350px;border-radius: 0px 0px 50px 50px;  }
    }

  /* service page style end  */


  /* ============================================================================================ */
    

  /* ===============================SERVICE PAGE STYLE  END============================================================= */











  /* ============================================================================================ */
    

  /* ===============================PORTFOLIO PAGE STYLE start============================================================= */



  :root {
          /* --blue: #003366;
          --orange: #FF6600;
          --dark: #0a0a0a;
          --white: #ffffff; */
          --ease: cubic-bezier(0.23, 1, 0.32, 1);
          
          /* Slider Variables */
          --card-width: 200px;
          --card-height: 280px;
      }

      /* Scoping styles to wrapper to protect Header/Footer */
      .projects-page-wrapper {
          background-color: var(--dark);
          color: var(--dark);
          /* font-family: 'Inter', sans-serif; */
          overflow-x: hidden;
          width: 100%;
      }

      .projects-page-wrapper * { box-sizing: border-box; }

      /* Typography */
      /* .projects-page-wrapper h2, 
      .projects-page-wrapper h3, 
      .projects-page-wrapper h4, 
      .hero-title, 
      .slider-title { 
          font-family: 'Syne', sans-serif; 
      } */

      /* --- 1. MAIN CONTENT WRAPPER --- */
      .main-content {
          position: relative;
          z-index: 10;
          background-color: var(--white);
          min-height: 100vh;
      }

      /* --- 2. HERO SECTION --- */
      .hero {
          height: 80vh; 
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          overflow: hidden;
          background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.5)),
                      url('../images/banner/soorya-solarbanners.jpg');
          background-size: cover;
          background-position: center;
          background-attachment: fixed; 
          margin-top: 0;
          border-radius: 0px 0px 100px 100px;
      }

      @media (max-width: 768px) {
          .hero {
              border-radius: 0px 0px 50px 50px; 
              height: 60vh;
          }
      }



      .hero-text-container { text-align: center; position: relative; z-index: 2; }

      .hero-title {
          font-size: 8vw; 
          line-height: 1;
          font-weight: 800;
          text-transform: uppercase;
          color: var(--white);
          letter-spacing: -2px;
          opacity: 0;
          animation: slideUp 1.2s var(--ease) forwards;
          margin: 0;
      }

      .hero p {
          font-size: 2.5rem; margin-top: 20px; color: var(--orange);
          font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
          opacity: 0; animation: fadeIn 1s var(--ease) forwards 0.8s;
      }

      @keyframes slideUp { from { transform: translateY(100px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
      @keyframes fadeIn { to { opacity: 1; } }



/* same slider in home page a, its button style start */


      .slider-cta-wrapper {
    margin: 15px 0 15px 0;
    text-align: center;
}

/* The Service Link Style */
.slider-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff; /* Assuming dark background, change to #000 if light */
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255, 0.3);
    border-radius: 30px;
    transition: all 0.3s ease;
    background: #ff80004d
}

.slider-service-link:hover {
    background: #fff;
    color: #007fff;
    border-color: #fff;
    transform: translateY(-2px);
}

.slider-service-link i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.slider-service-link:hover i {
    transform: translateX(4px);
}


/* same slider in home page a, its button style end */

      /* --- 3. ARC SLIDER SECTION --- */
    /* --- 1. SLIDER & HERO SECTION --- */
.arc-slider-section {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: var(--white);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
}

.slider-wrapper-inner {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    display: flex; justify-content: center;
}

.wheel {
    position: absolute;
    top: 45%;
    width: 200vw;
    height: 200vw;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease-out;
}

.card {
    position: absolute;
    top: -140px; 
    width: var(--card-width);
    height: var(--card-height);
    background: #222;
    border-radius: 20px;
    overflow: hidden;
    transform-origin: center 100vw; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    will-change: transform;
}

.card img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }

.card::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.8));
    transition: opacity 0.3s;
}

.card:hover { border-color: var(--orange); transform: scale(1.02); }

.card.active {
    border: 2px solid var(--orange);
    filter: brightness(1.2);
    z-index: 100;
}

.card:not(.active) { filter: brightness(0.5) grayscale(0.6); }
.card.hidden { display: none; }

/* Slider Controls */
.slider-content-area {
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 20;
    width: 100%;
}

.slider-title {
    color: var(--blue);
    font-family: 'Syne', sans-serif; font-size: 2rem;
    margin-bottom: 20px;
}

.slider-controls {
    display: flex; justify-content: center; gap: 20px;
}

.slider-nav-btn {
    background: transparent;
    border: 2px solid var(--blue);
    color: var(--blue);
    width: 50px; height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: 0.3s;
}

.slider-nav-btn:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: white;
    transform: scale(1.1);
}

/* --- 2. MODAL & LIGHTBOX OVERLAYS (SHARED) --- */
.slider-modal,
.lightbox-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 99999; 
    display: none; /* Flex applied via JS */
    justify-content: center; align-items: center;
    opacity: 0; transition: opacity 0.3s ease;
    pointer-events: none;
}

.slider-modal.open,
.lightbox-overlay.active {
    display: flex; 
    opacity: 1;
    pointer-events: all;
}

/* --- THE IMAGE FIX (Applies to both) --- */
.slider-modal img, 
.lightbox-img {
    /* 1. Reset dimensions */
    width: auto !important;
    height: auto !important;
    
    /* 2. Responsive Limits */
    max-width: 95vw; 
    max-height: 95vh; 
    
    /* 3. Ensure full image visibility */
    object-fit: contain; 
    
    /* 4. Styling */
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    border: none; 
    margin: auto;
    
    /* Animation */
    transform: scale(0.9); 
    transition: transform 0.4s;
}

.lightbox-overlay.active .lightbox-img { transform: scale(1); }

/* Close Buttons */
.slider-close-modal,
.close-lb {
    position: absolute; top: 30px; right: 30px;
    color: white; font-size: 3rem; cursor: pointer; z-index: 100000;
    line-height: 1;
}

/* --- 3. SHOWCASE SECTION --- */
.showcase {
    padding: 80px 4%;
    background: var(--white);
    padding-bottom: 120px;
}

.grid-header {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 60px; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0;
}
.grid-header h2 { font-size: 3rem; color: var(--blue); line-height: 1; }
.grid-header span { font-size: 0.9rem; color: var(--orange); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gallery-grid .column-b { margin-top: 80px; }

.project-card {
    position: relative; margin-bottom: 40px; cursor: pointer; perspective: 1000px;
}

.card-img-holder {
    width: 100%; height: 350px;
    border-radius: 0px 50px 0px 50px;
    overflow: hidden; position: relative;
    transition: all 0.8s var(--ease);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.card-img-holder img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }

.card-caption {
    position: absolute; bottom: 20px; right: -20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 4px;
    border-left: 4px solid var(--orange);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: translateY(20px); opacity: 0;
    transition: all 0.6s var(--ease); z-index: 5;
    min-width: 180px;
}
.card-caption h3 { font-size: 1.1rem; color: var(--blue); margin-bottom: 3px; }
.card-caption p { font-size: 0.75rem; color: #666; text-transform: uppercase; font-weight: 700; }

@media (min-width: 1025px) {
    .project-card:hover .card-img-holder {
        border-radius: 50px 0px 50px 0px; 
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0, 51, 102, 0.2);
    }
    .project-card:hover img { transform: scale(1.1); }
    .project-card:hover .card-caption { opacity: 1; transform: translateY(0); right: -10px; }
}

/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 1024px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid .column-b { margin-top: 0; }
    .column-b { margin-top: 80px; }
    
    /* Slider Adjustments */
    .arc-slider-section { height: 600px; }
    .wheel { top: 50%; }
}

@media (max-width: 768px) {
    .hero-title { font-size: 14vw; }
    .grid-header { flex-direction: column; align-items: flex-start; }
    .gallery-grid { display: block; }
    .project-card { margin-bottom: 60px; width: 100%; }
    .card-img-holder { height: 320px; border-radius: 0 40px 0 40px; }
    
    .card-caption {
        position: relative; right: auto; bottom: auto;
        transform: none; opacity: 1;
        width: 85%; margin: -30px auto 0 auto; 
        background: white; border-bottom: 4px solid var(--orange); border-left: none;
        border-radius: 10px; text-align: center; z-index: 10;
    }

    /* Slider Mobile */
    .arc-slider-section { height: 500px; }
    .wheel { width: 250vw; height: 250vw; top: 35%; } 
    .card { transform-origin: center 125vw; top: -100px; width: 140px; height: 200px; }

    /* IMAGE FIX FOR MOBILE */
    .slider-modal img, 
    .lightbox-img {
        max-height: 85vh; /* Prevents overlap with URL bar */
        max-width: 95vw;
    }
}
      
  /* ============================================================================================ */
    

  /* ===============================PORTFOLIO PAGE STYLE END============================================================= */





  /* ============================================================================================ */
    

  /* ===============================CONTACT PAGE STYLE start============================================================= */




  /* --- HERO SECTION --- */
          .sry-cont-hero {
              position: relative;
              height: 60vh;
                  background: linear-gradient(rgba(0, 51, 102, 1.25), rgba(0, 51, 102, 0.29)), url(../images/banner/soorya-solarbanners.jpg);
              background-size: cover;
              background-position: center;
              background-attachment: fixed;
              display: flex;
              align-items: center;
              justify-content: center;
              text-align: center;
              color: var(--white);
              margin-bottom: 80px;
              border-radius: 0 0 50px 50px;
          }

          /* REPLACED .sry-cont-hero-content h1 with .sry-cont-hero-title */
          .sry-cont-hero-title {
              font-size: 5rem;
              font-weight: 800;
              margin-bottom: 10px;
              letter-spacing: -2px;
              opacity: 0;
              animation: sryContFadeUp 1s var(--ease) forwards;
              line-height: 1.1;
          }

          .sry-cont-hero-content p {
              font-size: 1.2rem;
              color: var(--orange);
              font-weight: 600;
              text-transform: uppercase;
              letter-spacing: 2px;
              opacity: 0;
              animation: sryContFadeIn 1s var(--ease) forwards 0.5s;
          }

          /* --- MAIN CONTAINER --- */
          .sry-cont-wrapper {
              max-width: 1200px;
              margin: 0 auto;
              padding: 0 5%;
              margin-bottom: 100px;
          }

          .sry-cont-grid {
              display: grid;
              grid-template-columns: 1fr 1.5fr;
              gap: 60px;
              align-items: flex-start;
          }

          /* --- LEFT COLUMN: INFO CARD --- */
          .sry-cont-info-card {
              background: var(--blue);
              color: var(--white);
              padding: 50px 40px;
              border-radius: 30px;
              box-shadow: 0 20px 40px rgba(0, 51, 102, 0.3);
              position: relative;
              overflow: hidden;
              z-index: 1; 
          }

          /* Decorative circle behind info */
          .sry-cont-info-card::before {
              content: '';
              position: absolute;
              top: -50px; right: -50px;
              width: 150px; height: 150px;
              background: var(--orange);
              border-radius: 50%;
              opacity: 0.2;
              filter: blur(40px);
              z-index: -1; 
          }

          /* Watermark Text "SOORYA SOLAR" */
          .sry-cont-info-card::after {
              content: 'SOORYA\A SOLAR';
              white-space: pre;
              position: absolute;
              bottom: 40px;
              left: 47px;
              font-family: 'Syne', sans-serif;
              font-weight: 900;
              font-size: 3.4rem;
              line-height: 0.85;
              color: rgba(255, 255, 255, 0.07);
              transform: rotate(-15deg);
              pointer-events: none;
              z-index: -1;
          }

          .sry-cont-info-title,
          .sry-cont-detail-item,
          .sry-cont-socials {
              position: relative;
              z-index: 2;
          }

          .sry-cont-info-title {
              font-size: 2rem;
              margin-bottom: 30px;
          }

          .sry-cont-detail-item {
              display: flex;
              align-items: flex-start;
              margin-bottom: 30px;
          }

          .sry-cont-icon {
              min-width: 50px;
              height: 50px;
              background: rgba(255,255,255,0.1);
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-right: 20px;
              color: var(--orange);
              font-size: 1.2rem;
              transition: 0.3s;
          }

          .sry-cont-detail-item:hover .sry-cont-icon {
              background: var(--orange);
              color: var(--white);
              transform: scale(1.1);
          }

          .sry-cont-text h4 {
              font-size: 1.1rem;
              margin-bottom: 5px;
              opacity: 0.8;
          }

          .sry-cont-text p {
              font-size: 1rem;
              line-height: 1.6;
              font-weight: 500;
          }

          .sry-cont-socials {
              margin-top: 50px;
              display: flex;
              gap: 15px;
          }

          .sry-cont-social-link {
              width: 45px;
              height: 45px;
              border: 1px solid rgba(255,255,255,0.3);
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              color: var(--white);
              text-decoration: none;
              transition: 0.3s;
          }

          .sry-cont-social-link:hover {
              background: var(--orange);
              border-color: var(--orange);
              transform: translateY(-3px);
          }

          /* --- RIGHT COLUMN: FORM --- */
          .sry-cont-form-container {
              background: var(--white);
              padding: 10px;
          }

          .sry-cont-form-header {
              margin-bottom: 40px;
          }

          .sry-cont-form-header h2 {
              font-size: 2.5rem;
              color: var(--blue);
              margin-bottom: 10px;
          }

          .sry-cont-form-header p {
              color: #666;
          }

          .sry-cont-form-group {
              position: relative;
              margin-bottom: 30px;
          }

          .sry-cont-input {
              width: 100%;
              padding: 15px 0;
              font-size: 1rem;
              color: var(--dark);
              border: none;
              border-bottom: 2px solid #ddd;
              outline: none;
              background: transparent;
              transition: 0.3s;
              font-family: 'Inter', sans-serif;
          }

          .sry-cont-label {
              position: absolute;
              top: 15px;
              left: 0;
              color: #999;
              pointer-events: none;
              transition: 0.3s ease all;
              font-size: 1rem;
          }

          /* Floating Label Logic */
          .sry-cont-input:focus ~ .sry-cont-label,
          .sry-cont-input:valid ~ .sry-cont-label {
              top: -10px;
              font-size: 0.8rem;
              color: var(--orange);
              font-weight: 700;
          }

          .sry-cont-input:focus {
              border-bottom-color: var(--orange);
          }

          /* Submit Button */
          .sry-cont-btn-submit {
              display: inline-block;
              padding: 18px 50px;
              background: var(--orange);
              color: var(--white);
              border: none;
              border-radius: 50px;
              font-size: 1rem;
              font-weight: 700;
              cursor: pointer;
              transition: 0.3s;
              box-shadow: 0 10px 20px rgba(255, 102, 0, 0.2);
              font-family: 'Syne', sans-serif;
          }

          .sry-cont-btn-submit:hover {
              background: var(--blue);
              transform: translateY(-3px);
              box-shadow: 0 15px 30px rgba(0, 51, 102, 0.2);
          }

          /* --- MAP SECTION --- */
          .sry-cont-map-section {
              width: 100%;
              height: 450px;
              filter: grayscale(100%);
              transition: 0.5s;
          }

          .sry-cont-map-section:hover {
              filter: grayscale(0%);
          }

          .sry-cont-map-iframe {
              width: 100%;
              height: 100%;
              border: 0;
          }

          /* --- ANIMATIONS --- */
          @keyframes sryContFadeUp {
              from { transform: translateY(50px); opacity: 0; }
              to { transform: translateY(0); opacity: 1; }
          }
          @keyframes sryContFadeIn {
              to { opacity: 1; }
          }

          /* --- RESPONSIVE --- */
          @media (max-width: 900px) {
              .sry-cont-grid {
                  grid-template-columns: 1fr;
                  gap: 50px;
              }
              
              .sry-cont-hero-title { font-size: 3.5rem; }
              
              .sry-cont-info-card { order: 1; } 
              .sry-cont-form-container { order: 2; }
          }

          @media (max-width: 500px) {
              .sry-cont-hero-title { font-size: 2.5rem; }
              .sry-cont-info-card { padding: 30px 20px; }
              .sry-cont-wrapper { padding: 0 20px; }
              
              .sry-cont-info-card::after {
                  font-size: 4rem;
                  bottom: -20px;
              }
          }


/* ============================================================================================ */
          /* braches section style start  */




           .tm-branch-section {
        padding: 80px 20px;
        background-color: #f8faff; /* Very light blue-grey background */
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .tm-branch-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .tm-branch-title {
        color: #002366; /* Deep Blue */
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .tm-branch-divider {
        width: 80px;
        height: 5px;
        background-color: #ff6b00; /* Orange Accent */
        margin: 0 auto;
        border-radius: 3px;
    }

    /* --- GRID LAYOUT (3 in a row) --- */
    .tm-branch-grid {
        display: grid;
        max-width: 1200px;
        margin: 0 auto;
        gap: 30px;
        /* Responsive Logic:
           - Mobile: 1 column
           - Tablet: 2 columns
           - Desktop: 3 columns (min-width 300px per card)
        */
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }

    /* --- CARD DESIGN --- */
    .tm-branch-card {
        background: #ffffff;
        padding: 40px 30px;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 35, 102, 0.08); /* Soft Blue Shadow */
        border-left: 5px solid #002366; /* Blue left border */
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    /* Hover Effect */
    .tm-branch-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 35, 102, 0.15);
        border-left-color: #ff6b00; /* Border turns Orange on hover */
    }

    /* --- CARD CONTENT --- */
    .tm-branch-name {
        font-size: 1.4rem;
        font-weight: 700;
        color: #002366;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .tm-branch-details {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .tm-branch-item {
        display: flex;
        align-items: flex-start;
        font-size: 0.95rem;
        color: #555;
        line-height: 1.5;
    }

    /* Icons */
    .tm-branch-icon {
        color: #ff6b00; /* Orange Icon */
        font-size: 1.2rem;
        margin-right: 15px;
        margin-top: 2px;
        flex-shrink: 0; /* Prevents icon from squishing */
    }

    /* Phone Link */
    .tm-branch-link {
        color: #002366;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s;
    }

    .tm-branch-link:hover {
        color: #ff6b00;
    }

    /* "Visit Us" Button at bottom of card */
    .tm-branch-action {
        margin-top: 25px;
        display: inline-block;
        padding: 10px 20px;
        background-color: #eef2ff;
        color: #002366;
        border-radius: 5px;
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.3s, color 0.3s;
    }

    .tm-branch-card:hover .tm-branch-action {
        background-color: #002366;
        color: #ffffff;
    }



    /* branches section style end  */

/* ============================================================================================ */


    

  /* ===============================CONTACT PAGE STYLE end============================================================= */



/* 
===========================================
home page faq section style start
=========================================== */


    /* =================soorya-faq============================== */

    @media (max-width:765px) {
        .soorya-faq-section {

            /* h5 {
            font-size: 25px !important;
        } */
            h2 {
                font-size: 2rem !important;
            }
        }
    }

    .soorya-faq-section {
        position: relative;

        h2 {
            font-weight: bold;
            font-size: 3rem;
            color: transparent;

            background: linear-gradient(135deg, #ff7f00 0%, #ff7f00 100%);

            background-clip: text !important;
            text-align: center;
        }

        .qstn {
            font-weight: bold;
            font-size: 3rem;
            color: transparent;

            background: linear-gradient(135deg, #ff7f00 0%, #ff7f00 100%);

            background-clip: text !important;
            text-align: center;
        }

        .accordion {
            border-radius: 15px;
            color: black;
            cursor: pointer;
            padding: 20px 15px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 14px;
            display: flex;
            justify-content: space-between;
            transition: all 0.3s ease;
        }

        .accordion:hover,
        .accordion.active {
            background: linear-gradient(135deg, #fbd1a7 0%, #ff7f00 100%);
        }

        .accordion:hover p,
        .accordion.active p {
            color: white;
        }

        .accordion p {
            margin-bottom: 0;
        }

        .accordion span {
            font-weight: bold;
            font-size: 1.5rem;
            color: transparent;
            background: linear-gradient(135deg, #fbd1a7 0%, #ff7f00 100%);
            background-clip: text !important;
            margin-right: 10px;
        }

        .accordion i {
            color: #0486BF;
            font-size: 22px;
            transition: transform 0.3s ease;
        }

        .panel {
            padding: 0px 18px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.8s ease-out;
        }

        .panel p {
            padding-top: 10px;
            font-size: 15px;
        }

        /* On mobile view */
        @media screen and (max-width: 600px) {
            .accordion {
                width: 100%;
            }

            p {
                font-size: 18px;
            }
        }
    }

    /* ==========================soorya-faq======================= */




/* 
===========================================
home page faq section style start
=========================================== */

/* 
===========================================
home page new added section style start
===========================================  */


 :root {
      --primary-blue: #007fff;
      --accent-orange: #ff7f00;
      --bg-white: #ffffff;
      --text-dark: #1f2937;
      --t: .8s;
    }


    /* Flex Grid System with slr-nwp-cnt prefix */
    .slr-nwp-cnt-section-container { 
      display: flex; 
      flex-wrap: wrap; 
      max-width: 1200px; 
      margin: 0 auto; 
      padding: 30px 20px; 
      align-items: center;
    }

    .slr-nwp-cnt-col-md-6 { flex: 0 0 50%; padding: 20px; }
    .slr-nwp-cnt-col-12 { flex: 0 0 100%; padding: 40px; text-align: center; }

    /* Mobile handling: Image Top, Content Bottom */
    @media (max-width: 768px) {
      .slr-nwp-cnt-section-container { flex-direction: column; text-align: center; }
      .slr-nwp-cnt-col-md-6 { flex: 0 0 100%; width: 100%; }
      .slr-nwp-cnt-order-mobile-first { order: -1; } 
    }

    /* Stacking logic for Section 2 */
    .slr-nwp-cnt-stack-wrapper {
      display: grid;
      grid-template-areas: "stack";
      height: 400px;
      place-items: center;
    }

    .slr-nwp-cnt-article-item {
      grid-area: stack;
      --abs-top: max(var(--k) - var(--i), var(--i) - var(--k));
      --top: calc(1 - min(1, var(--abs-top)));
      z-index: calc(10 - var(--abs-top));
      opacity: var(--top);
      transition: opacity var(--t) ease;
    }

    /* Styling Elements */
    .solar-more-content{
    h2 { color: var(--primary-blue); font-size: 2.5rem; margin-bottom: 1rem; }
    p { margin-bottom: 1rem; color: #4b5563; }
    
    }
    .slr-nwp-cnt-img-wrapper {
      width: 100%;
      max-width: 100%;
      border-radius: 15px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      border: 2px solid #eee;

      img{
        width: 100%;
        height: auto;
        max-width: fit-content;
        border-radius: 15px;
      }
    }
   
    .slr-nwp-cnt-img-responsive {
      width: 100%;
      max-width: 100%;
      border-radius: 15px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      border: 2px solid #eee;
    }

    .slr-nwp-cnt-gallery-img { 
      border: 4px solid var(--primary-blue);
      transform: rotate(var(--a)); 
    }

    .slr-nwp-cnt-controls { display: flex; gap: 10px; margin-top: 20px; }
    .slr-nwp-cnt-btn {
      background: var(--accent-orange);
      color: white;
      border: none;
      padding: 12px 24px;
      font-weight: 700;
      cursor: pointer;
      border-radius: 8px;
      transition: 0.3s;
    }
    .slr-nwp-cnt-btn:hover { background: var(--primary-blue); transform: translateY(-2px); }

    .slr-nwp-cnt-divider { border-bottom: 1px solid #eee; }



     /* ================= WHY NO 1 SOLAR SECTION ================= */
.why-solar-no1 {
  /* background: linear-gradient(180deg, #f8fbff, #ffffff); */
  padding: 80px 20px;
  
}

.why-solar-container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-solar-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.why-solar-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(0,127,255,0.1);
  color: #007fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 14px;
}

.why-solar-header h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: #1f2937;
  margin-bottom: 16px;
}

.why-solar-header p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

/* Grid */
.why-solar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Cards */
.why-solar-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-left: 4px solid #ff7f00;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-solar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

.why-solar-card h3 {
  font-size: 20px;
  color: #1f2937;
  margin-bottom: 10px;
}

.why-solar-card p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

/* Footer Text */
.why-solar-cntt {
  text-align: center;
  max-width: 900px;
  margin: 60px auto 0;
}

.why-solar-cntt p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.why-solar-cntt strong {
  font-size: 35px;
  color: #007fff;
}

/* Mobile */
@media (max-width: 768px) {
  .why-solar-grid {
    grid-template-columns: 1fr;
  }

  .why-solar-card {
    padding: 24px;
  }
}


  .solar-more-content {
    display: none;
    margin-top: 15px;
    transition: all 0.3s ease;
    /* margin-bottom: 200px; */
  }

  .solar-home-banner-overlay {
    pointer-events: none;
  }




  /* ================= WHY NO 1 SOLAR SECTION ================= */
.why-solar-no1 {
  /* background: linear-gradient(180deg, #f8fbff, #ffffff); */
  padding: 80px 20px;
  
}

.why-solar-container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-solar-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.why-solar-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(0,127,255,0.1);
  color: #007fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 14px;
}

.why-solar-header h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: #1f2937;
  margin-bottom: 16px;
}

.why-solar-header p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

/* Grid */
.why-solar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Cards */
.why-solar-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-left: 4px solid #ff7f00;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-solar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

.why-solar-card h3 {
  font-size: 20px;
  color: #1f2937;
  margin-bottom: 10px;
}

.why-solar-card p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

/* Footer Text */
.why-solar-cntt {
  text-align: center;
  max-width: 900px;
  margin: 60px auto 0;
}

.why-solar-cntt p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.why-solar-cntt strong {
  font-size: 35px;
  color: #007fff;
}

/* Mobile */
@media (max-width: 768px) {
  .why-solar-grid {
    grid-template-columns: 1fr;
  }

  .why-solar-card {
    padding: 24px;
  }
}







  /* ================= UNIQUE MISSION FLOW SECTION ================= */

.sry-mission-flow-section {
  padding: 10px 20px;
  /* background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); */
}

.sry-mission-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

/* LEFT STORY */
.sry-mission-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #007fff;
  margin-bottom: 16px;
}

.sry-mission-heading {
  font-size: clamp(30px, 4vw, 44px);
  color: #1f2937;
  margin-bottom: 24px;
}

.sry-mission-para {
  font-size: 16px;
  line-height: 1.9;
  color: #4b5563;
  margin-bottom: 18px;
}

/* RIGHT FLOW */
.sry-flow-tag {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff7f00;
  display: block;
  margin-bottom: 12px;
}

.sry-flow-heading {
  font-size: 28px;
  color: #1f2937;
  margin-bottom: 40px;
}

.sry-flow-item {
  display: flex;
  gap: 20px;
  margin-bottom: 34px;
  position: relative;
}

.sry-flow-step {
  font-size: 30px;
  font-weight: 700;
  color: #007fff;
  min-width: 40px;
}

.sry-flow-content h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #111827;
}

.sry-flow-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
}

/* Subtle vertical guide */
.sry-flow-item::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 30px;
  width: 1px;
  height: calc(100% + 20px);
  background: rgba(0,0,0,0.08);
}

.sry-flow-item:last-child::before {
  display: none;
}

/* Mobile */
@media (max-width: 768px) {
  .sry-mission-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sry-flow-item::before {
    left: 14px;
  }
}


/* 
===========================================
home page new added section style end
===========================================  */



  /* ============================================================================================ */