
    :root {
      --orange-color: #FF5500;
      --dark-color: #000000;
      --light-bg: #F7F5F2;

      --primary-blue: #0052cc;
    --dark-blue: #001a40;
    --sidebar-bg: #031329;
    --text-muted: #6c7a9c;
    --light-bg: #f8fafc;
    }

    * {
      margin: 0;
      padding: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      box-sizing: border-box !important;
    }

    body {
   
      font-family: 'Questrial', sans-serif !important;
   
      overflow-x: hidden;
    }

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 121px;
  color: white;
  position: relative;
  z-index: 900;
  background: linear-gradient( to bottom, #F3F3F3 0%, #FFF 50%, #F3F3F3 100% );
}
    .logo {
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 1px;
      display: flex;
    }

   

    .nav-links {
      display: flex;
      list-style: none;
      gap: 25px;
      margin: 0;
      padding: 0;
    }



    .nav-links a {
    color: #000000a6;
    text-decoration: none;
   
}

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 15px;
    }


   
    .orange-grid-btn {
      background-color:#991b1b;
      border: none;
      width: 45px;
      height: 45px;
      border-radius: 4px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .grid-dots {
      display: grid;
      grid-template-columns: repeat(3, 4px);
      gap: 4px;
    }

    .grid-dots span {
      width: 4px;
      height: 4px;
      background-color: white;
      border-radius: 50%;
    }

    .info-sidebar {
      position: fixed;
      top: 0;
      right: -450px; 
      width: 400px;
      max-width: 100%;
      height: 100vh;
      background-color: #ffffff;
      box-shadow: -5px 0 25px rgba(0,0,0,0.15);
      transition: right 0.4s ease-in-out;
      z-index: 1000;
      padding: 40px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .info-sidebar.active {
      right: 0;
    }

    .close-sidebar-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      background: #F5F5F5;
      border: none;
      font-size: 24px;
      width: 40px;
      height: 40px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      transition: 0.2s;
    }

    .close-sidebar-btn:hover {
      background: #EAEAEA;
    }

    .sidebar-content {
      margin-top: 40px;
      text-align: left;
    }

    .large-logo-container {
      display: flex;
      justify-content: center;
      margin-bottom: 40px;
    }

    .large-logo {
      width: 120px;
      height: 120px;
    }

    .subtitle {
      font-size: 12px;
      letter-spacing: 2px;
      color: #777;
      margin-bottom: 5px;
      font-weight: bold;
    }

    .sidebar-content h2 {
      font-size: 28px;
      margin-top: 0;
      margin-bottom: 30px;
      font-weight: 800;
      color: var(--dark-color);
    }

    .contact-details p {
      font-size: 18px;
      line-height: 1.6;
      color: #333;
      margin-bottom: 20px;
    }

    .contact-details .email, .contact-details .phone {
      font-weight: 500;
    }

    .btn-contact-sidebar {
      background-color: var(--dark-color);
      color: white;
      border: none;
      width: 100%;
      padding: 16px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      cursor: pointer;
      margin-top: 20px;
      border-radius: 4px;
    }

  
    .sidebar-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      z-index: 999;
    }

    .sidebar-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    #container {
      width: 100%;
      min-height: calc(100vh - 75px); 
      position: relative;
      overflow: visible;
    }

    #holder {
     max-width: 1289px;
      width: 98%;
      min-height: 360px;
      height: 360px;
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      margin: auto;
    }

    #image {
      width: 60%;
      height: 100%;
      float: left;
      position: relative;
      z-index: 200;
      box-shadow: 0px 40px 120px 0px rgba(0,0,0,.52);
      overflow: visible;
    }

    #right {
      width: 60%;
      height: 100%;
      float: right;
      position: relative;
    }

    #text {
      width: 40%;
      height: 420px;
      position: absolute;
      top: 0; right: 0; bottom: 0;
      margin: auto;
      z-index: 100;
      background: rgba(255,255,255,.57);
      box-shadow: 0px 40px 120px 0px rgba(0,0,0,.52);
    }

    a {
      display: block;
      text-decoration: none;
      outline: none;
    }

    
    nav.slider-nav {
      width: 140px;
      height: 50px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin: 0 0 -25px -70px;
      z-index: 800;
      box-shadow: 0px 7px 24px 3px rgba(0,0,0,.52);
      display: none; 
    }

    #leftBtn {
      width: 50%;
      height: 100%;
      float: left;
      color: rgba(255,255,255,.57);
      background: #232323;
      font-size: 25px;
      line-height: 200%;
      text-align: center;
      border-right: 1px solid rgba(255,255,255,.57);
      cursor: pointer;
      transition: all .3s ease-in;
    }

    #rightBtn {
      width: 50%;
      height: 100%;
      float: right;
      color: rgba(255,255,255,.57);
      background: #232323;
      font-size: 25px;
      line-height: 200%;
      text-align: center;
      border-left: 1px solid rgba(255,255,255,.57);
      cursor: pointer;
      transition: all .3s ease-in;
    }

    #leftBtn:hover, #rightBtn:hover {
      color: #fff;
    }

    #nav-cirlces {
      width: 96px;
      height: 20px;
      position: absolute;
      bottom: 8%;
      left: 50%;
      margin-left: -50px;
      z-index: 600;
    }

    .circle {
      width: 20px;
      height: 100%;
      float: left;
      border-radius: 100%;
      border:  2px solid #991b1b;
      margin: 0 6px;
      cursor: pointer;
      transition: all .75s cubic-bezier(.86,.3,.07,1);
    }

    #centerText {
      width: 100%;
      height: 200px;
      position: absolute;
      top: 20%;
      margin-top: -100px;
      padding: 10px 0;
      overflow: visible;
    }

    p.quote { 
      width: 100%;
      height: 150px;
      position: absolute;
      top: 45px;
      left: 0; right: -150px; bottom: 0;
      margin: auto; 
      font-size: 20px;
      color: #232323;
      padding: 0 25px;
      text-align: center;
      opacity: 0;
      vertical-align: middle;
      transition: all 2s cubic-bezier(.86,.3,.03,1), opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
    }

    p.quote.active {
      right: 0;
      opacity: 1;
      background: transparent;
    }

    p.quote:nth-child(2) {
      top: 25px;
    }

    .circle.active {
      background:#991b1b;
    }

    .img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain !important;
      position: absolute;
      right: -100%;
      background-position: center !important;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      opacity: 0;
      z-index: 400;
      transition: all 2s cubic-bezier(.86,.3,.03,1), opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
    }

    .img.active {
      right: 0;
      opacity: 1;
      z-index: 500;
    }

    .jobs {
      background: #fff url(slide1.jpg);
    }
    .zuck {
      background: #fff url(slide2.jpg);
    }
    .musk {
      background: #fff url(slide1.jpg);
    }

    #bg {
      width: 100%;
      height: 100%;
      position: absolute;
    }

    .slide {
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0; 
      transition: all 1.5s ease; 
    }

    .slide.active {
      opacity: 1;
    }

    .jobs-bg, .zuck-bg, .musk-bg {
      background: #fff url(bg-img.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

  
    @media screen and (max-width:700px) {
      #centerText p {
        font-size: 20px;
      }
    }

    @media screen and (max-width:580px) {
      #holder {
        max-width: 700px;
        width: 100%;
        min-height: 360px;
        height: 100%;
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: red;
        margin: auto;
      }
      .img {
        background-position: top center !important;
      }
      #image {
        width: 220px;
        height: 250px;
        float: left;
        position: absolute;
        top: 50%; left: 50%;
        margin-top: -280px;
        margin-left: -110px;
      }
      #right {
        width: 100%;
        height: 100%;
        float: right;
        position: relative;
        background: blue;
      }
      #text {
        width: 90%;
        height: 320px;
        position: absolute;
        top: 150px; left: 0; right: 0; bottom: 0;
        margin: auto;
      }
      #nav-cirlces {
        display: none;
      }
      #centerText {
        width: 100%;
        height: 200px;
        position: absolute;
        top: 34%;
        margin-top: -100px;
        padding: 150px 0 !important;
        overflow: visible;
      }
    }

    @media screen and (max-width:450px) {
      #image {
        width: 200px;
        height: 230px;
        float: left;
        position: absolute;
        top: 50%; left: 50%;
        margin-top: -250px;
        margin-left: -100px;
      }
      #text {
        width: 100%;
        height: 320px;
        position: absolute;
        top: 150px; left: 0; right: 0; bottom: 0;
        margin: auto;
      }
      #nav-cirlces {
        display: none;
      }
      #centerText {
        width: 100%;
        height: 200px;
        position: absolute;
        top: 34%;
        margin-top: -100px;
        padding: 120px 0 !important;
        overflow: visible;
      }
    }

.about-section {
  padding: 79px 65px;
  background-color: #fff;  
} 

        .image-replacement-area {
            position: relative;
            padding-bottom: 50px; 
        }

       
        .features-grid-layout {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .feature-box {
            background: #ffffff;
            padding: 30px 22px;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
            border: 1px solid #f0f0f0;
        }

        .feature-box.light-gray {
            background-color: #f7f7f7;
            border: none;
        }

        .feature-box.dark-maroon {
            background-color: #4a0e0e;
            color: #ffffff;
            border: none;
        }

        .feature-icon {
            font-size: 24px;
            color: #e74c3c;
            margin-bottom: 12px;
            display: inline-block;
        }

        .feature-box.dark-maroon .feature-icon {
            color: #ff7675;
        }

        .feature-title {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #1e2229;
        }

        .feature-box.dark-maroon .feature-title {
            color: #ffffff;
        }

        .feature-desc {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
        }

        .feature-box.dark-maroon .feature-desc {
            color: #dddddd;
        }

    

/*
        .image-corner-counter {
    position: absolute;
    bottom: -34px;
    left: -20px;
    background-color: #1e2229;
    padding: 25px 30px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    z-index: 10;
    width: 200px;
}*/


.image-corner-counter {
    position: absolute;
    bottom: -527px;
    left: 60px;
    background-color: #1e2229;
    padding: 25px 30px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    z-index: 10;
    width: 200px;
}

        .counter-highlight {
            font-size: 38px;
            font-weight: 700;
            color: #2ecc71; 
            display: block;
            line-height: 1;
            margin-bottom: 8px;
        }

        .counter-text-label {
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #bdc3c7;
            font-weight: 600;
            line-height: 1.4;
            display: block;
        }

      




      
.content-block-wrapper {
    position: relative;
    padding-top: 40px; 
}


.bg-watermark-text {
    position: absolute;
    top: -81px;
    left: 15px;
    font-size: 140px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #e5e7eb;
    z-index: 0;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: sans-serif;
}










.about-front-content {
    position: relative;
    z-index: 1; 
}




.section-tagline {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
    padding-left: 10px;
    margin-bottom: 12px;

   
    background: linear-gradient(180deg, #e11d48 0%, #991b1b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

   
    border-left: 3px solid;
    border-image: linear-gradient(180deg, #e11d48 0%, #991b1b 100%) 1;
}


.section-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #111827; 
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}


.section-text-desc {
    font-size: 15px;
    color: #4b5563; 
    line-height: 1.6;
    margin-bottom: 25px;
}


.download-brochure-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #111827;
    font-weight: 600;
    gap: 10px;
}

        .brochure-circle-icon {
            width: 55px;
            height: 55px;
         background: linear-gradient(135deg, #ff7675, #4a0e0e);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 16px;
            box-shadow: 0 6px 18px rgba(231, 76, 60, 0.35);
            transition: transform 0.3s ease;
        }

        .download-brochure-link:hover .brochure-circle-icon {
            transform: scale(1.08);
        }

    


.indPd .position-relative {
    position: relative;
    padding-top: 20px;
}


.indPd .bg-watermark-text {
    position: absolute;
top: -42px;
    
    left: 50%;
    transform: translateX(-50%);
    font-size: 110px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #f3f4f6;
    text-transform: uppercase;
    letter-spacing: 6px;
    z-index: 0;
    user-select: none;
    width: 100%;
    text-align: center;
}


.product-title-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
}


.indPd .section-tagline {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    
   
    background: linear-gradient(180deg, #e11d48 0%, #991b1b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.indPd .section-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #111827; 
    margin: 0;
    line-height: 1.2;
}


@media (max-width: 768px) {
    .indPd .bg-watermark-text {
        font-size: 70px;
        top: -10px;
    }
    .indPd .section-main-title {
        font-size: 26px;
    }
}









      
.indPd .row {
    display: flex !important;
    flex-wrap: nowrap !important;
}


.indPd .col-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    width: 33.333333% !important;
}

.energy-card {
    position: relative;
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 35px 25px;
    overflow: hidden;
}

.energy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 100%);
    backdrop-filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.energy-content {
    width: 100%;
    position: relative;
    z-index: 2;
}





.large-number-outline {
    font-size: 8.5rem;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.25);
    position: absolute;
    bottom: 150px;
    left: 103px;
    z-index: 1;
    transition: all 0.4s ease;
}

.energy-title {
    font-size: 1.5rem;
    color: #ffffff !important;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.plus-btn {
    width: 40px;
    height: 40px;
    background-color: #ff6a13;
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


.energy-card:hover .energy-overlay {
    backdrop-filter: grayscale(0%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 100%);
}


.energy-card:hover .large-number-outline {
    -webkit-text-stroke: 2px #fff;
    transform: translateY(-8px);
}

.energy-card:hover .plus-btn {
    transform: rotate(90deg);
    background-color: #ffffff;
    color: #ff6a13 !important;
}


@media (max-width: 767px) {
    .energy-card {
        height: 260px;
        padding: 15px 10px;
    }
    .energy-title {
        font-size: 0.9rem;
    }
    .large-number-outline {
        font-size: 4.5rem;
        bottom: -10px;
    }
    .plus-btn {
        width: 28px;
        height: 28px;
    }
}




.brands-section .position-relative {
    position: relative;
    padding-top: 20px;
}


.brands-section .bg-watermark-text {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 110px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #f3f4f6; 
    text-transform: uppercase;
    letter-spacing: 6px;
    z-index: 0;
    user-select: none;
    width: 100%;
    text-align: center;
}


.brand-title-wrapper {
    position: relative;
    z-index: 1; 
    text-align: center;
}


.brands-section .section-tagline {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    
  
    background: linear-gradient(180deg, #e11d48 0%, #991b1b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.brands-section .section-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.2;
}


@media (max-width: 768px) {
    .brands-section .bg-watermark-text {
        font-size: 70px;
        top: -10px;
    }
    .brands-section .section-main-title {
        font-size: 26px;
    }
}

.logo-slider {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}


.logo-slider-container::before,
.logo-slider-container::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.logo-slider-container::before {
    left: 0;
    top: 0;
}

.logo-slider-container::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}


.logo-track {
    display: flex;
    width: calc(250px * 14); 
    animation: scrollLogos 25s linear infinite;
}


.logo-slide {
    width: 200px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
}




.logo-slide img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: all 0.3s ease;
}

.logo-slide img:hover {
    filter: grayscale(0%) scale(1.08);
}


.logo-slider-container:hover .logo-track {
    animation-play-state: paused;
}


@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7)); 
    }
}


@media (max-width: 767px) {
    .logo-slide {
        width: 140px;
        margin: 0 15px;
    }
    .logo-track {
        width: calc(170px * 14);
        animation: scrollLogos 18s linear infinite;
    }
    @keyframes scrollLogos {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-170px * 7)); }
    }
}


        .insta-feed-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            font-family: Arial, sans-serif;
        }

    
        .insta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 9rem;
}
      
        .insta-item {
            position: relative;
            overflow: hidden;
            aspect-ratio: 1 / 1; 
            background-color: #f4f4f4;
            border: 1px solid #e6e6e6;
        }

        .insta-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .insta-item:hover img {
            transform: scale(1.05); 
        }

        
        .video-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: none;
        }

        .play-icon {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 18px solid #000;
            border-bottom: 10px solid transparent;
            margin-left: 5px;
        }

     
        @media (max-width: 992px) {
            .insta-grid {
                grid-template-columns: repeat(2, 1fr); 
            }
        }

        @media (max-width: 576px) {
            .insta-grid {
                grid-template-columns: repeat(1, 1fr); 
            }
        }



      
.font-xxs {
    font-size: 0.7rem;
}
.small-text {
    font-size: 0.85rem;
}
.tracking-wider {
    letter-spacing: 1.5px;
}
.head-title {
    font-size: 2.5rem;
}


.video-slider-container {
    padding: 0 30px;
}

.video-card {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: 6px solid #222; 
    background: #fdfdfd;
}

.top-logo-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.main-img {
    height: 480px;
    object-fit: cover;
}

.play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}

.play-icon-circle {
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.play-icon-circle:hover {
    transform: scale(1.1);
}

.client-info-box {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    z-index: 2;
}

.client-info-box .designation {
    font-size: 0.8rem;
    opacity: 0.9;
}

.brand-footer-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}


.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    z-index: 3;
}

.prev-arrow { left: 0; }
.next-arrow { right: 0; }


.cards-slider-container {
    padding: 0 15px;
}

.card-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 10;
}

.card-prev { left: -20px; }

.card-next { right: -20px; }


.review-card {
    transition: y 0.2s;
}

.review-card:hover {
    transform: translateY(-2px);
}



/*why us*/



.why-choose-us-section {
    position: relative;
    padding: 80px 0;
    background-color: #ffffff;
    overflow: hidden;
}


.content-block-wrapper {
    position: relative;
}


.bg-watermark-text {
    position: absolute;
    top: -45px;
    left: 0;
    font-size: 130px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #f1f3f5;
    text-transform: uppercase;
    letter-spacing: 6px;
    z-index: 0;
    user-select: none;
}

.why-front-content {
    position: relative;
    z-index: 1;
}


.section-tagline {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: lowercase;
    padding-left: 10px;
    margin-bottom: 15px;
    background: linear-gradient(180deg, #e11d48 0%, #991b1b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border-left: 3px solid;
    border-image: linear-gradient(180deg, #e11d48 0%, #991b1b 100%) 1;
}

.section-main-title {
    font-size: 38px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.25;
}


.features-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-icon-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff7ed;
    border: 1px solid #ffedd5;
    border-radius: 50%;
    color: #ea580c;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 3px;
}

.feature-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 5px 0;
}

.feature-text p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}


.image-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 280px); 
    width: 100%;
}

.grid-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}


.orange-box {
    background-color: #f26522; 
    color: #ffffff;
}

.green-box {
    background-color: #39b54a; 
    color: #ffffff;
}


.img-box-1 {
    background: url('office-wind-model.jpg') center/cover no-repeat;
}

.img-box-2 {
    background: url('windmill-field.jpg') center/cover no-repeat;
}


.box-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
    position: relative;
}

.box-line {
    width: 25px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}

.box-content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 25px 0;
}


.plus-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.plus-btn:hover {
    transform: scale(1.1);
}


@media (max-width: 576px) {
    .image-grid-wrapper {
        grid-template-rows: repeat(2, 220px);
    }
    .section-main-title {
        font-size: 28px;
    }
    .bg-watermark-text {
        font-size: 90px;
        top: -30px;
    }
}


.footer-section {
    background-color: #1e232b; 
    color: #9ca3af;
    padding: 80px 0 0 0;
    font-family: sans-serif;
}

.footer-col {
    margin-bottom: 40px;
}


.footer-heading h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}


.footer-logo-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}



.footer-logo-text span {
    background: linear-gradient(180deg, #e11d48 0%, #991b1b 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #9ca3af;
    margin-bottom: 25px;
}


.footer-social-icons {
    display: flex;
    gap: 10px;
}


.footer-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #282e38;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}


.footer-social-icons a:hover {
    background: linear-gradient(180deg, #e11d48 0%, #991b1b 100%);
}


.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}


.footer-contact-list .contact-icon {
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
}

.footer-contact-list .contact-text {
    font-size: 14px;
    line-height: 1.5;
    color: #e5e7eb;
}


.footer-contact-list .highlight-phone {
    font-weight: 700;
    font-size: 15px;
}


.footer-double-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}


.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.footer-links-list li {
    margin-bottom: 15px;
}


.footer-links-list li a {
    color: #9ca3af;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}


.footer-links-list li a:hover {
    color: #ffffff;
}


.footer-subscribe-form {
    margin-bottom: 10px;
}


.input-group-wrapper {
    position: relative;
    display: flex;
    border-bottom: 1px solid #4b5563; 
    padding-bottom: 8px;
}


.input-group-wrapper input {
    width: 100%;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 14px;
    outline: none;
}


.input-group-wrapper input::placeholder {
    color: #4b5563;
}


.input-group-wrapper button {
    background: transparent;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    font-size: 16px;
}


.input-group-wrapper button:hover {
    color: #ffffff;
}


.spam-disclaimer {
    font-size: 12px;
    color: #6b7280;
    display: block;
}


.footer-bottom-bar {
    border-top: 1px solid #282e38;
    margin-top: 40px;
    padding: 25px 0;
}


.footer-bottom-bar p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}





.energix {
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.energix:before {
    top: 0;
    content: "";
    position: absolute;
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    opacity: .95;
}

.heading {
    position: relative;
}

.heading .line {
    display: block;
    width: 83px;
    height: 3px;
    background-color: #fe5716;
    margin-bottom: 18px;
    margin-top: 4px;
}

.use-energix {
    position: relative;
    align-items: flex-start;
    margin-bottom: 44px;
}

.use-energix-icon {
    position: relative;
    margin-right: 20px;
}


.use-energix i {
    background-color: white;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #991b1b;
    position: relative;
    z-index: 1;
}

.use-energix-icon i:before {
    transition: .7s ease-in-out;
}



.use-energix-icon i:before {
    transform: rotate(100deg);
    width: 110px;
    height: 110px;
    position: absolute;
    background-color: white;
    content: "";
    border-radius: 64%;
    z-index: -15;
    border: 10px solid #991b1b;
    clip-path: inset(50% 0 0 50%);
}



.use-energix h4 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 8px;
}

.use-energix h6 {
    color: #666;
}

.video {
    position: relative;
}

.video img {
    border-radius: 30px;
    width: 100%;
}

.call-for {
    position: relative;
    width: 54%;
    border-radius: 30px;
    padding: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.call-for p {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.call-for a {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.call-for.mail-for {
    background-color: white;
    border-radius: 30px;
    margin-left: -25px;
}


.call-for.mail-for p {
    color: #666;
}
.call-for p {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.call-for.mail-for a {
    color: #000;
}




.call-for{
    background-color: #045f95;
}

.quote i{
    font-size: 30px;
    color: #991b1b;
}


/*

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/




.youtube-video-link {
    text-decoration: none;
    display: block;
}
.youtube-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    background-color: #000;
    border-radius: 8px;
}
.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.youtube-video-container:hover .custom-play-btn {
    background: #ff0000;
    transform: translate(-50%, -50%) scale(1.1);
}
.play-icon {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    margin-left: 5px;
}


/*
.wrapper { width: 980px; margin: 30px auto; position: relative;}
*/

.wrapper {
    /* width: 980px; */
   
    margin: -30px 72px;
    position: relative;
    gap: 75px;
    display: flex;
}


.counter {
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 15px 35px rgba(3, 19, 41, 0.18);
}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }

.count-text {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #b31b30;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #c25352;
}




/*
.solutions-section {
    padding: 10px 0;
    background-position: -154px 0px;
    background-color: var(--light-bg);
    background-image: url(solutions-wrapper.jpg);
    background-size: auto;
}






.text-center { text-align: center; }
.section-header { margin-bottom: 40px; }
.section-header .sub-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-blue);
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #e6efff;
    padding: 4px 12px;
    border-radius: 4px;
}
.section-header h2 {
    font-size: 36px;
    color: var(--dark-blue);
    font-weight: 800;
    margin: 15px 0;
}
.section-header .text-blue { color: var(--primary-blue); }
.section-header .desc {
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
}


.solutions-wrapper {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}


.building-visual {
    flex: 1.3;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
}


.features-bar {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 15px 10px;
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(0,0,0,0.05);
}
.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: var(--dark-blue);
}
.feature-item i {
    margin-bottom: 6px;
    font-size: 18px;
    color: var(--primary-blue);
}


.solutions-sidebar {
    flex: 0.5;
    background-color: var(--sidebar-bg);
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.solution-tab {
    padding: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    display: flex;
    gap: 20px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease;
}



.solution-tab:last-child { border-bottom: none; }


.solution-tab.active {
    background-color: var(--primary-blue);
}

.solution-tab.active::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--primary-blue);
}

.tab-icon i {
    font-size: 24px;
    background: rgba(255,255,255,0.1);
    padding: 12px;
    border-radius: 50%;
    display: inline-block;
}
.solution-tab.active .tab-icon i {
    background: rgba(255,255,255,0.2);
}

.tab-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.tab-content p {
    font-size: 13px;
    color: #a0aec0;
    line-height: 1.5;
    margin-bottom: 12px;
}
.solution-tab.active .tab-content p { color: #e2e8f0; }

.explore-link {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}





.cta-banner {
    background: #fff;
    border-radius: 12px;
    margin-top: -2rem;
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgb(0 0 0 / 14%);
    border: 1px solid #e2e8f0;
}


.cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-icon i {
    font-size: 32px;
    color: var(--primary-blue);
}

.cta-text h3 {
    font-size: 18px;
    color: var(--dark-blue);
    font-weight: 700;
    margin-bottom: 4px;
}

.cta-text p {
    font-size: 13px;
    color: #718096;
    margin: 0;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-primary {
    background: var(--primary-blue);
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}
.btn-primary:hover { background: #0041a3; }
.btn-phone {
    border: 1px solid #cbd5e1;
    padding: 12px;
    border-radius: 50%;
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


@media (max-width: 991px) {
    .solutions-wrapper { flex-direction: column; }
    .cta-banner { flex-direction: column; text-align: center; gap: 20px; }
    .cta-left { flex-direction: column; }
    .solution-tab.active::before { display: none; }
}



.section-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; 
    gap: 40px;
    margin-bottom: 50px;
    font-family: 'Inter', sans-serif;
}


.header-left {
    flex: 1;
    text-align: left;
}

.header-left .sub-title {
    font-size: 12px;
    font-weight: 700;
    color: #0052cc; 
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #e6efff;
    padding: 6px 14px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

.header-left h2 {
    font-size: 38px;
    color: #001a40; 
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.header-left .text-blue {
    color: #0052cc;
}


.header-right {
    flex: 1;
    max-width: 500px;
    text-align: left;
}

.header-right .desc {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding-bottom: 5px; 
}


@media (max-width: 768px) {
    .section-header-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .header-right {
        max-width: 100%;
    }
}
*/

/* ==========================================================================
           Solutions Section Styles
           ========================================================================== */
        .solutions-section {
            padding: 80px 0;
            background-color: var(--light-bg);
        }

        /* Flex Header Configuration */
        .section-header-flex {
            display: flex;
            justify-content: space-between;
            align-items: flex-end; /* बॉटम से एलिमेंट्स को एलाइन रखने के लिए */
            gap: 40px;
            margin-bottom: 50px;
        }


        /*
        .header-left {
            flex: 1.2;
            text-align: left;
        }

        .header-left .sub-title {
            font-size: 12px;
            font-weight: 700;
            color: var(--primary-blue);
            letter-spacing: 1px;
            text-transform: uppercase;
            background: #e6efff; 
            padding: 6px 14px;
            border-radius: 4px;
            display: inline-block;
            margin-bottom: 15px;
        }

        .header-left h2 {
            font-size: 38px;
            color: var(--dark-blue);
            font-weight: 800;
            line-height: 1.3;
            margin: 0;
        }

        .header-left .text-blue {
            color: var(--primary-blue);
        }*/


.header-left {
    position: relative;
    padding-top: 58px;
    z-index: 1;
}
   

.header-left::before {
    content: attr(data-watermark);
    position: absolute;
    top: -10px;                 
    left: 0;                   
    font-size: 5rem;             
    font-weight: 900;            
    text-transform: uppercase;
    letter-spacing: 5px;
    
 
    color: rgba(0, 0, 0, 0.03);
    
   

    z-index: -1;                 
    pointer-events: none;      
    white-space: nowrap;
}

/* Your existing styles (Examples) */
.header-left .sub-title {
    display: block;
    font-size: 0.85rem;
    color: #666;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.header-left h2 {
    font-size: 2.5rem;
    color: #111;
    line-height: 1.3;
    margin: 0;
}

. header-left .text-blue {
    color: #0056b3; /* Replace with your theme's blue */
}

        .header-right {
            flex: 1;
            text-align: left;
        }

        .header-right .desc {
            font-size: 16px;
            color: var(--text-muted);
            line-height: 1.6;
            margin: 0;
        }

        /* Solutions Main Wrapper Layout */
        .solutions-wrapper {
            display: flex;
            gap: 0; /* गैप को 0 किया ताकि ओवरलैप सही से हो */
            align-items: center; /* वर्टिकली सेंटर एलाइन करने के लिए */
            position: relative;
        }

        /* Left Column: Building Visual Container */
        .building-visual {
            flex: 1.5; 
            min-height: 520px;
            margin-left:-7rem;
            /* इमेज वाले हिस्से को डिज़ाइन के मुताबिक थोड़ा बड़ा रखा है */
            background-image: url('solutions-wrapper.jpg'); /* आपकी इमेज का नाम */
            background-size: cover;
            background-position: center;
            border-radius: 12px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(3, 19, 41, 0.08);
            z-index: 1; /* यह पीछे रहेगा */
        }

   .solutions-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: -66px;
    position: relative;
    z-index: 2;
    margin-top: -44px;
}

        /* Tabs Basic Styling */
        .solution-tab {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 16px;
            background: #ffffff;
            border-radius: 12px;
            border-left: 4px solid transparent;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            /* डिज़ाइन की तरह गहरा उभार (Shadow) देने के लिए */
            box-shadow: 0 10px 30px rgba(3, 19, 41, 0.12); 
        }

        /* Hover & Active Status */
        .solution-tab:hover,
        .solution-tab.active {
            background: #ffffff;
            border-left-color: var(--primary-blue);
            transform: translateY(-4px);
            box-shadow: 0 15px 35px rgba(3, 19, 41, 0.18);
        }

        /* Icons Inside Tab */
        .tab-icon {
            font-size: 24px;
            color: #a0aec0;
            background: #f1f5f9;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            transition: all 0.3s ease;
            flex-shrink: 0; /* आइकॉन का साइज न सिकुड़े */
        }

        .solution-tab:hover .tab-icon,
        .solution-tab.active .tab-icon {
            color: #ffffff;
            background: var(--primary-blue);
        }

        /* Content Inside Tab */
        .tab-content {
            flex: 1;
        }

        .tab-content h3 {
            font-size: 20px;
            color: var(--dark-blue);
            font-weight: 700;
            margin: 0 0 8px 0;
        }

        .tab-content p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.6;
            margin: 0 0 15px 0;
        }

        /* Links inside Tabs */
        .explore-link {
            font-size: 14px;
            font-weight: 600;
            color: var(--primary-blue);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: all 0.2s ease;
        }

        .explore-link .arrow {
            transition: transform 0.2s ease;
        }

        .explore-link:hover .arrow {
            transform: translateX(5px); /* एरो को आगे खिसकाने के लिए */
        }


.features-bar {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    margin-top: -4rem;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 15px 35px rgba(3, 19, 41, 0.18);
    padding: 15px 10px;
    backdrop-filter: blur(5px);
    /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
}


.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: var(--dark-blue);
}
.feature-item i {
    margin-bottom: 6px;
    font-size: 18px;
    color: var(--primary-blue);
}




.cta-banner {
    background: #fff;
    border-radius: 12px;
    margin-top: -2rem;
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgb(0 0 0 / 14%);
    border: 1px solid #e2e8f0;
}


.cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-icon i {
    font-size: 32px;
    color: var(--primary-blue);
}

.cta-text h3 {
    font-size: 18px;
    color: var(--dark-blue);
    font-weight: 700;
    margin-bottom: 4px;
}

.cta-text p {
    font-size: 13px;
    color: #718096;
    margin: 0;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-primary {
    background: var(--primary-blue);
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}
.btn-primary:hover { background: #0041a3; }
.btn-phone {
    border: 1px solid #cbd5e1;
    padding: 12px;
    border-radius: 50%;
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


        /* ==========================================================================
           Responsive (Mobile & Tablet) Media Queries
           ========================================================================== */
        @media (max-width: 991px) {
            .section-header-flex {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
                margin-bottom: 35px;
            }

            .header-right {
                max-width: 100%;
            }

            .solutions-wrapper {
                flex-direction: column;
                gap: 30px;
            }

            .building-visual {
                min-height: 350px;
                width: 100%;
            }
            
            .solutions-sidebar {
                margin-left: 0; /* मोबाइल पर ओवरलैप हटाकर नार्मल नीचे सेट किया */
                width: 100%;
            }

            .solution-tab {
                padding: 25px;
            }
        }

        @media (max-width: 576px) {
            .header-left h2 {
                font-size: 28px;
            }
            
            .solution-tab {
                flex-direction: column;
                gap: 15px;
            }
        }

 .testimonial-header {
    position: relative;
    padding-top: 98px;
    z-index: 1;
    overflow: hidden;
}



.bg-watermark-text {
    position: absolute;
    top: -20px;         
    left: 0;
    font-size: 110px;  
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #f1f3f5; 
    text-transform: uppercase;
    letter-spacing: 6px;
    z-index: 0;
    pointer-events: none; 
    user-select: none;
    white-space: nowrap;
}


.z-2 {
    z-index: 2;
}




/* Container framework safely holding the watermark */
.insta-feed-container {
    position: relative;
    padding-top: 40px;    /* Watermark vertical space spacing align karne ke liye */
    z-index: 1;
    overflow: hidden;     /* Responsive design mobile layout protection */
}

/* Big Outline Watermark Background */
.insta-feed-container .bg-watermark-text {
    position: absolute;
    top: -15px;           /* Isko heading ke exact piche adjust karne ke liye badal sakte hain */
    left: 0;
    font-size: 120px;     /* 'INSTAGRAM' text balance ke liye perfect display size */
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #f1f3f5; /* Clean light gray outline contour */
    text-transform: uppercase;
    letter-spacing: 6px;
    z-index: 0;
    pointer-events: none; /* Mouse selection lock blocking prevent karega */
    user-select: none;
    white-space: nowrap;
}

/* Red Highlight Text Style */
.text-social {
    color: #e11d48;       /* Clean premium red shade */
    font-weight: 800;
}

/* Safeguard indexing layering */
.z-2 {
    position: relative;
    z-index: 2;
}

