        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        :root {

            --wb-black: #111111;
            --wb-blue: #2B398B;
            --white: #fff;
            --wb-dark-blue: #1D224E;
            --wb-grey: #444;
            --wb-light-grey: #808080;
            --wb-body-typography-font-family: "Manrope", sans-serif;
            --wb-heading-typography-font-family: "Playfair Display", sans-serif;
            /*  
             --bg-grey: #F5F5F5;
             --wb-purple: #2C0E3A;
             --wb-light-purple: #9F80AE;
             --white: #fff;
             --wb-golden: #AD8E59; */
        }

        .mt_30 {
            margin-top: 30px;
        }

        a {
            text-decoration: none !important;
        }

        body {
            font-family: var(--wb-body-typography-font-family);
            color: var(--wb-grey);
            font-size: 18px;
        }

        /* .sub_text_p16{font-family: var(--wb-body-typography-font-family); color: var(--wb-black);font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px; 150%} */
        .title {
            margin-bottom: 0px;
            color: var(--wb-black);
            font-family: var(--wb-heading-typography-font-family);
            font-size: 60px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

        .title_blue {
            color: var(--wb-blue);
            font-family: var(--wb-heading-typography-font-family);
            font-size: 60px;
            font-style: italic;
            font-weight: 700;
            line-height: normal;
        }

        /* .title_f27{color:var(--wb-black);font-size: 27.24px;font-style: normal; font-weight: 700; line-height: 27.24px;} */
        .section_padding_top {
            padding-top: 100px;
        }

        .section_padding_bottom {
            padding-bottom: 100px;
        }

        .comman_space {
            padding: 100px 0px;
        }

        .darkblue_bg {
            background-color: var(--wb-dark-blue);
        }

        .f_18 {
            font-size: 18px;
            color: var(--wb-black);
        }

        .g_15 {
            gap: 15px;
        }

        /*****header Section *****/
        #header .navbar-collapse.show {
            height: 90vh;
        }

        #header {
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 999;
            background-color: transparent;
            transition: all 0.3s ease-in-out;
            /* Smooth transition */
        }

        #header.scrolled {
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            background-color: #f8f9fa;
            transform: translateY(0);
            /* Ensures it's back in position */
            animation: slideDown 0.5s ease;
        }

        /* Optional: Smooth slide-in effect */
        @keyframes slideDown {
            from {
                transform: translateY(-100%);
            }

            to {
                transform: translateY(0);
            }
        }

        .logo_img {
            width: 200px;
        }

        .navbar-nav {
            gap: 10px;
        }

        .nav-link {
            color: var(--wb-light-black);
        }

        .dark-btn {
            display: flex;
            padding: 7px 25px;
            justify-content: center;
            color: var(--wb-blue);
            align-items: center;
            background-color: transparent;
            border-radius: 30px;
            border: 1px solid var(--wb-blue);
        }

        .navbar-toggler i {
            transition: transform 0.3s ease;
        }

        .navbar-toggler i.fa-times {
            transform: rotate(90deg);
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        /*****  End header Section *****/

        /*****footer Section *****/
        .footer {
            background-color: var(--wb-dark-blue);
            padding-bottom: 80px;
        }

        .footer_social a {
            font-size: 30px;
            margin: 0px 10px;
            color: var(--white);
        }

        .ft_content {
            color: var(--white);
            padding-top: 100px;
        }

        .ft_24 {
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 30px;
            margin-bottom: 20px;
        }

        .footer_menu p {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            /* 166.667% */
        }

        /* .ft_content{ position: relative;z-index: 1;padding: 35px 0px;border-top: 1px solid transparent;border-image: linear-gradient(90deg, rgba(87, 187, 187, 0.00) 0%, #BBB 49.92%, rgba(187, 187, 187, 0.00) 100%);border-image-slice: 1;border-bottom: 1px solid transparent;margin: 35px 0px;} */
        /* .ft_rightborder{  border-right: 2px solid transparent; border-image: linear-gradient(180deg, rgba(87, 187, 187, 0.00) 0%, #BBB 49.92%, rgba(187, 187, 187, 0.00) 100%); border-image-slice: 1;} */
        .footer_menu li a,
        .footer_menu a {
            color: var(--white);
            font-weight: 400;
            line-height: 24px;
        }

        .footer_menu {
            margin: 0;
            padding: 0;
        }

        .footer_menu li {
            list-style: none;
            margin-bottom: 10px;
        }

        /***** End footer Section *****/

        /***** index page *****/
        .banner_wrapper{position:relative;}
        .banner_head {
            position: absolute;
        }

        .banner_head {
            /* max-width: 64%; */
            top: 15%;
            left: 0;
            right: 0;
            text-align: center;
        }

        .solar_img {
            display: flex;
            justify-content: flex-end;
            position: absolute;
            right: 0;
        }

        .solar_leftimg {
            display: flex;
            justify-content: flex-start;
            position: absolute;
            left: 0;
        }

        .future_item {
            display: flex;
            align-items: flex-start;
            gap: 25px;
        }

        /* counter */
        .counter_section .title {
            font-size: 40px;
            font-weight: 500;
            color: var(--white);
        }

        .counter_section .title_blue {
            color: #ddd;
            font-size: 40px;
            font-weight: 500;
            font-style: normal;
        }

        .counter_section .title_blue span {
            color: var(--white);
            font-size: 40px;
            font-weight: 600;
            font-style: italic;
        }

        .counters {
            padding-top: 30px;
        }

        .counter-box p {
            color: #DFE8FA;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

        .counter-box {
            font-size: 54px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            color: var(--white);
        }

        .counter_border {
            border: 1px solid #5563BC;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .sub_text_solar span {
            color: var(--wb-light-grey);
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            /* text-transform: capitalize;
            padding: 0px 40px 0px 0px;
           position: relative; */
        }

        .sub_text_solar span::after {
            content: "";
            position: relative;
            border: 1px solid #ddd;
            height: 20px;
            margin: 0px 21PX;
        }

        .sub_text_solar span:last-child::after {
            content: none;
            border: none;
        }

        .sub_text_solar {
            margin-bottom: 45px;
            display: flex;
            flex-wrap: wrap;
        }

        .demo_btn {
            padding: 12px 34px;
            border-radius: 6px;
            background: #111;
            color: #FFF;
            font-size: 18px;
            font-weight: 500;
        }

        .Manufacturer_subtex {
            color: #FFF;
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
        }

        .Manufacturer_title {
            color: #FFF;
            font-size: 24px;
            font-weight: 600;
            line-height: 30px;
        }

        .Manufacturer {
            border-right: 1px solid #ddd;
            padding-left: 25px;
        }

        .Manufacturer:last-child {
            border-right: none;
        }

        .downlode_btn {
            display: flex;
            padding: 31px 100px;
            align-items: center;
            gap: 30px;
            border-radius: 6px;
            border: 1px solid #D6DCFF;
            color: #FFF;
            font-size: 24px;
            font-weight: 600;
            line-height: 30px;
            /* 125% */
        }

        .fixed_div {
            position: sticky;
            top: 15%;
        }

        .faq_wrapper .accordion-button {
            color: var(--wb-black);
            background-color: transparent;
            box-shadow: none;
            font-size: 18px;
        }

        .faq_wrapper .accordion-body {
            color: var(--wb-grey);
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            text-transform: capitalize;
        }

        .contact_wrapper {
            border-radius: 6px;
            border: 1px solid #2B398B;
            margin-top: 30px;
        }

        .contact_form {
            padding: 30px;
        }

        .contact_form label {
            color: var(--wb-black);
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 30px;
        }

        .contact_form .form-control,
        .contact_form .form-select {
            color: var(--wb-grey);
            font-size: 18px;
            font-weight: 400;
            border-bottom: 1px solid #C6C5C2 !important;
            border: none;
            border-radius: 0px;
            padding: 12px 0px;
        }

        .contact_form .form-control:focus,
        .contact_form .form-select:focus,
        .accordion-button:focus {
            box-shadow: none;
        }

        /***** End abous our Values sesction  *****/
        /***** End index page  *****/
        /* / General Marquee Styling / */
        .header-marquee {
            background-color: transparent;
            color: #5C63A7;
            height: 48px;
            text-align: center;
            align-items: center;
            display: flex;
            font-weight: 700;
            white-space: nowrap;
            overflow: hidden;
        }

        .runner {
            justify-content: flex-start;
        }

        /* / Animation Container for Start and End / */
        .runner-start {
            display: flex;
            animation: ticker 25s linear infinite;
            will-change: transform;
        }

        /* / Text Styling / */
        .marquee-line,
        .marquee-line_text {
            display: inline-flex;
            align-items: center;
        }

        /* / Marquee Animation / */
        @keyframes ticker {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }
        
        /*  ////   thank you css ////  */
        .thak_you_space{
                padding-top: 75px ;
                padding-bottom:50px;
        }
       .thank_you_wrapper {
    background-color: #263b7f;
    text-align: center;
    padding: 50px 0;
}
.thank_you_inner{
    background-color: white;
    box-shadow: 2px 5px 11px 2px;
    margin: 0 50px;
    padding: 20px;
    border-radius: 5px;
}
.thank_you_wrapper h1{
    color: #263b7f; 
    font-family: Asap, sans-serif;
    font-size: 50px;
    line-height: 48px;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}
.thank_you_wrapper h4{
    color: #263b7f;
    font-family: Asap, sans-serif;
    font-size: 26px;
    line-height: 30px;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}
.thank_you_wrapper a{
    color: #263b7f;
    font-family: Asap, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
}

/* blog css */
.blog-list {
  padding: 50px 0;
  background: #f9f9f9; /* light background for contrast */
}
 
.list-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  padding: 20px;
  height: 100%; /* ensures equal height for all cards */
  display: flex;
  flex-direction: column;
}
.blog-detail{
    padding-bottom:60px;
}
 
.list-box:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
 
.list-box img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}
 
.list-title {
  font-size: 22px;
  line-height: 30px;
}
 
.list-box p {
  margin-bottom: 10px;
}
 
.list-box hr {
  margin: 15px 0;
}
 
.list-box .mb-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* show 3 lines only */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
.read-btn {
  margin-top: auto; /* push button to bottom if content is short */
}
 
.blog-list .demo_btn {
  /* keep your existing button color & style */
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
}
.detail-title{
      font-size: 40px;
     line-height: 48px;
}
.list-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
.list-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
 
/* Button hover effect */
.blog-list .demo_btn {
  transition: all 0.3s ease;
}
 
.blog-list .demo_btn:hover {
  background: #333; /* adjust if you want */
  color: #fff;      /* adjust if you want */
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.bottom-whatsapp {
    position: fixed;
    bottom: 20px;
    width: 55px;
    right: 22px;
    height: 55px;
    z-index: 999;
}


        /* / Responsive Adjustments / */
        
        @media (max-width: 1600px) {
            .logo_img {
                width: 200px;
            }

            .navbar-nav {
                gap: 1px;
            }

            .navbar-nav li.nav-item {
                font-size: 14px;
            }

            .title {
                font-size: 50px;
            }

            .title_blue {
                font-size: 48px;
            }
        }
        @media (max-width: 1423px) {
            .logo_img {
                width: 150px !important;
            }

            .navbar-nav li.nav-item {
                font-size: 14px;
            }

            .navbar-nav {
                gap: 5px;
            }

            header .demo_btn {
                padding: 8px 12px;
                border-radius: 6px;
                background: #111;
                color: #FFF;
                font-size: 15px;
                font-weight: 500;
            }
        }
        @media (max-width: 1290px) {
           .downlode_btn{
               padding: 31px 60px;
           }
         }
        @media (max-width: 1170px) {
            #header {

                background-color: var(--white);
            }
        }

        @media (max-width: 1100px) {
            .nav-link {
                font-size: 16px;
            }

            .logo_img {
                width: 150px;
            }

            .navbar-nav {
                gap: 0px;
            }

        }
        @media (max-width: 991px) {
            .ft_24{
                font-size: 20px;
            }
            .downlode_btn {
                padding: 21px 17px;
                gap: 19px;
                font-size: 20px;
                margin-bottom: 20px;
            }

            .downlode_btn svg {
                width: 25px;
            }

            .section_padding_top {
                padding-top: 50px;
            }

            .section_padding {
                padding-top: 50px;
                padding-bottom: 50px;
            }

            .title,
            .title_blue ,.counter_section .title ,.counter_section .title_blue ,.counter_section .title_blue span {
                font-size: 30px;
            }

        }
        @media screen and (max-width: 768px) {
            .title, .title_blue, .counter_section .title, .counter_section .title_blue, .counter_section .title_blue span {
        font-size: 40px;
    }
            .marquee-line_text {
                font-size: 14px;
                padding: 0 16px;
            }

            #Manufacturer {
                padding-top: 50px;
            }

            #certification img {
                margin-bottom: 10px;
            }

            .banner_head {
                top: 24%;
            }

            .comman_space {
                padding: 50px 0px;
            }

            .downlode_btn {
                padding: 30px 24px;
                gap: 20px;
                font-size: 20px;
                margin-bottom: 20px;
            }

            .downlode_btn svg {
                width: 25px;
            }

            .counter-box {
                font-size: 30px;
            }

            .solar_leftimg,
            .solar_img {
                position: relative;
                margin-bottom: 20px;
            }

           

            .Manufacturer {
                border-right: none;

            }
        }
        @media screen and (max-width: 500px){
            .title, .title_blue, .counter_section .title, .counter_section .title_blue, .counter_section .title_blue span {
        font-size: 30px;
    }
        }
        @media screen and (max-width: 766px) {
            .col-md-5.solar_img {
                order: 1;
            }

            .col-md-7.order2 {
                order: 2;
            }
        }

        /* / Add Bullet to Text / */
        .marquee-line_text::after {
            content: "\2022";
            padding: 0 1em;
            color: #F35422;
        }
        @media (min-width: 992px) {
            .dropdown:hover>.dropdown-menu {
                cursor: initial;
                top: 4.25rem;
                opacity: 1;
                pointer-events: initial;
                padding: 30px 0px;
            }

            .dropdown>.dropdown-menu,
            .dropdown.open>.dropdown-menu {
                display: block !important;
                opacity: 0;
                visibility: hidden;
                transition: all ease 0.2s;
            }

            .dropdown:hover>.dropdown-menu,
            .dropdown.open:hover>.dropdown-menu {
                opacity: 1;
                visibility: visible;
            }

            .container-fluid {
                padding-right: calc(var(--bs-gutter-x)* 1.5);
                padding-left: calc(var(--bs-gutter-x)* 1.5);
            }
        }
        @media all and (min-width: 1400px) {

            .container-fluid {
                padding-right: calc(var(--bs-gutter-x)* 2.5);
                padding-left: calc(var(--bs-gutter-x)* 2.5);
            }

        }
        @media (min-width: 1500px) and (max-width: 1610px) {
            header .demo_btn {
                padding: 8px 12px;
                border-radius: 6px;
                background: #111;
                color: #FFF;
                font-size: 15px;
                font-weight: 500;
            }
        }
        @media (min-width: 1680px) and (max-width: 2000px) {
            .slider_area .sub_text_p16 {
                width: 650px;
            }

            .container {
                max-width: 1400px;
            }


        }

      
        @media (min-width: 1900px) {
            .navbar-nav {
                gap: 20px;
            }
        }
        
        table {
          width: 100%;
          border-collapse: collapse;
          font-family: Arial, sans-serif;
          margin: 30px 0;
        }
         
        table th,
        table td {
          border: 1px solid #ddd;
          padding: 12px 16px;
          text-align: left;
        }
         
        table th {
          background-color: rgb(44, 58, 139);
          color: #fff;
          font-weight: 600;
          text-transform: uppercase;
        }
         
        table tr:nth-child(even) {
          background-color: #f9f9f9;
        }
         
        table tr:hover {
          background-color: #f1f1f1;
        }
         
        table td {
          color: #333;
        }
         
        table tr td:first-child {
          font-weight: 500;
        }
         
        table {
          border-radius: 5px;
          overflow: hidden;
        }
         .header-text{
             width:50%;
             margin:0 auto;
         }
         .detail-wrapper ul{
            line-height:35px;             
         }
        @media screen and (max-width: 768px) {
          table, thead, tbody, th, td, tr {
            display: block;
          }
         
          table tr {
            margin-bottom: 15px;
          }
         
          table td {
            text-align: right;
            padding-left: 50%;
            position: relative;
          }
         
          table td::before {
            content: attr(data-label);
            position: absolute;
            left: 16px;
            width: 45%;
            padding-right: 10px;
            font-weight: bold;
            text-align: left;
          }
         
          table th {
            display: none;
          }
         /* .header-text{*/
         /*    display:none;*/
         /*}*/
        }
@media screen and (max-width: 560px){
    .blog-list{
        margin-top:60%;
    }
    .header-text{
        width:100%;
    }
    .blog-list{
        padding:40px 0;
    }
    .blog-head{
        top:14%;
    }
    .list-box{
        margin-bottom:20px!important;
    }
    .blog-list .row{
        row-gap:20px
    }
    
}