
	.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0% !important;
    margin-right: 0px;
    width: 160px !important;
    height: 90px;
    position: relative;
    z-index: 9;
}



.product-card h6 {
    font-size: 30px;
    text-align: center;
}
.rdmrbtn {
     display: inline-block;
  text-align: center;
  margin: 10px auto 0;
  position: relative;
  left: 28%;
  transform: translateX(-100%);
}


.is-fixed .logo-header img {
    max-width: 64%;
    height: auto;
    margin-left: -96%;
}

.logo-header img {
    max-width: 72%;
    height: auto;
    margin-left: -102%;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.header-curve .logo-header:before {
    right: 130% !important;
    width: 70% !important;
    transform: skew(360deg);
}

    @media only screen and (max-width: 1366px) {
    .logo-header img {
    margin-left: -50px !important;
    width: 100% !important;
    }
    }
    .header-nav .nav.nav-style > li > a {
    font-size: 18px !important;
    }
    /* Styles for fixed header */
    .is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    /* Adjust logo curve and image when header is fixed */
    .is-fixed .header-curve .logo-header:before {
    right: 60% !important;
    width: 100% !important;
    transform: skew(30deg);
    }
    /*.logo-header img {
    max-width: 70%;
    height: auto;
    margin-left: -50px;
    }*/
    /* Mobile only */
    @media (max-width: 768px) {
    .header-curve .logo-header:before {
    right: 60% !important;
    width: 70% !important;
    transform: skew(360deg);
    }
    }
    .header-curve .logo-header:after {
    right: -159px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/header-curv.png);
    width: 130px;
    background-size: cover;
    }
    .carousel-inner {
    height: 520px; /* slider height */
    }
    .carousel-img-wrapper {
    height: 100%;
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
    }
    .carousel-img-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;      /* keep aspect ratio */
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
    background-color: red;        /* solid red background */
    border-radius: 50%;           /* make them round */
    width: 40px;
    height: 40px;
    background-size: 60% 60%;     /* resize arrow */
    }
    .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0l-4 4 4 4V0z'/%3E%3C/svg%3E");
    }
    .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0l4 4-4 4V0z'/%3E%3C/svg%3E");
    }
    .product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    }
    .product-card img {
    width: 100%;
    height: 250px;          /* fixed height for all images */
    object-fit: cover;      /* cover = crop, contain = fit with gap */
    display: block;
    }
    .dlab-post-info {
    padding: 15px;
    flex-grow: 1;           /* makes all text areas align bottom */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    .stat-box {
    margin-bottom: 20px; /* adjust as needed */
    }
    .me-2 {
    margin-right: .5rem!important;
    }
    .testimonial-wrapper {
    position: relative;
    margin-top: 25px;
    }
    .customer-header {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 10;
    background: #ffffff;
    border-radius: 30px;
    padding: 0 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    min-width: 270px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    }
    .testimonial-wrapper:nth-child(1) .customer-photo {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    }
    .customer-photo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: 4px solid #000;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.25);
    flex-shrink: 0;
    }
    .customer-info {
    padding-top: 15px;
    }
    .testimonial-card {
    height: 260px;
    }
    .testimonial-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 20px 20px;
    position: relative;
    height: 230px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.9);
    }
    .testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 5rem;
    color: rgba(220, 53, 69, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
    }
    .testimonial-text {
    height: 150px;
    overflow-y: auto;
    }
    .testimonial-text {
    color: #2c3e50;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 8%;
    }
    .customer-info {
    padding-top: 15px;
    }
    .customer-info h3 {
    color: #2c3e50;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.1;
    }
    .customer-info p {
    color: #7f8c8d;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: 1.2;
    }
    .popular-products-container {
    padding: 46px 0;
    }
    .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
    }
    .product-card-custom {
    position: relative;
    overflow: hidden;
    }
    .product-card-custom {
    background: #F5F5F5;
    border-radius: 32px;
    transition: all 0.3s ease;
    position: relative;
    padding: 2rem;
    }
    .product-image {
    position: relative;
    }
    .product-image {
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 16px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 31px;
    border-radius: 14px;
    padding: 2rem;
    }
    .product-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    }
    .logo-footer1 img {
    max-width: 200%;
    width: 30%;
    height: auto;
    background: #fff;
    border-radius: 0px;
    padding: 20px;
    }
    @media (max-width: 768px) {
    .logo-header .web_logo {
    width: 50% !important;
    height: auto; /* keeps aspect ratio */
    display: block; /* ensures no inline size overrides */
    max-width: 100%; /* avoids overflow */
    }
    }
    /* Mobile screens only */
    @media (max-width: 768px) {
    .carousel-inner {
    height: auto !important;   /* let images define height */
    }
    .carousel-inner img {
    width: 100% !important;
    height: auto !important;   /* keep aspect ratio */
    object-fit: cover;
    }
    }
    @media (max-width: 768px) {
    .carousel-control-prev-icon, 
    .carousel-control-next-icon {
    width: 28px;   /* smaller size */
    height: 28px;
    background-size: 50% 50%; /* scale arrow inside */
    }
    /* Adjust button position slightly inward */
    .carousel-control-prev {
    left: 10px;
    }
    .carousel-control-next {
    right: 10px;
    }
    }
    /* Tablets and smaller (<= 1024px) */
    @media (min-width: 768px) and (max-width: 1024px) {
    .header-curve .logo-header:before {
    right: 46% !important;
    width: 70% !important;
    transform: skew(0deg);
    }
    .logo-header .web_logo {
    width: 75% !important;
    height: auto;
    display: block;
    max-width: 100%;
    margin-left: -20% !important;
    }
    .carousel-inner {
    height: auto !important;
    }
    .carousel-inner img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    }
    .carousel-control-prev-icon, 
    .carousel-control-next-icon {
    width: 28px;
    height: 28px;
    background-size: 50% 50%;
    }
    .carousel-control-prev {
    left: 10px;
    }
    .carousel-control-next {
    right: 10px;
    }
    }
    /* mobile screen */
    @media (max-width: 767px) {
    .header-curve .logo-header:before {
    right: 50% !important;
    width: 80% !important;
    transform: skew(0deg);
    }
    .logo-header .web_logo {
    width: 65% !important;
    height: auto;
    display: block;
    max-width: 100%;
    margin-left: -10% !important;
    }
    .carousel-inner {
    height: auto !important;
    }
    .carousel-inner img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
    width: 24px;
    height: 24px;
    background-size: 50% 50%;
    }
    .carousel-control-prev {
    left: 8px;
    }
    .carousel-control-next {
    right: 8px;
    }
    }
    .product-section {
    padding: 20px 20px;
    background: #fff;
    }
    .g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
    }
    .product-card {
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    height: 100%;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    overflow: hidden;
    transition: 0.50s;
    }
    .product-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    transition: transform 0.5s ease;
    }
    .rdmrbtn {
    width: 50% !important;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 29px;
    border: 1px solid #fa2b2b;
    color: #fa2b2b;
    transition: 0.50s;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    }
    .rdmrbtn i {
    margin-left: 5px;
    }
    .fa-solid, .fas {
    font-weight: 900;
    }
    [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
    }
    .g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
    }
    .product-card h6 {
    font-weight: bold;
    margin: 37px 0 30px;
    transition: color 0.3s ease;
    }
    .grey_bg{
    background-color: #eee !important;
    }
    .widget-title:after {
    background-color: #ffffff !important;
    }
    .product-card img {
    width: 100%;
    height: 250px;          /* fixed height for all images */
    object-fit: cover;      /* cover = crop, contain = fit with gap */
    display: block;
    }
    .dlab-post-info {
    padding: 15px;
    flex-grow: 1;           /* makes all text areas align bottom */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    .stat-box {
    margin-bottom: 20px; /* adjust as needed */
    }
    .me-2 {
    margin-right: .5rem!important;
    }
    .testimonial-wrapper {
    position: relative;
    margin-top: 25px;
    }
    .customer-header {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 10;
    background: #ffffff;
    border-radius: 30px;
    padding: 0 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    min-width: 270px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    }
    .testimonial-wrapper:nth-child(1) .customer-photo {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    }
    .customer-photo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: 4px solid #000;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.25);
    flex-shrink: 0;
    }
    .customer-info {
    padding-top: 15px;
    }
    .testimonial-card {
    height: 260px;
    }
    .testimonial-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 20px 20px;
    position: relative;
    height: 230px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.9);
    }
    .testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 5rem;
    color: rgba(220, 53, 69, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
    }
    .testimonial-text {
    height: 150px;
    overflow-y: auto;
    }
    .testimonial-text {
    color: #2c3e50;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 8%;
    }
    .customer-info {
    padding-top: 15px;
    }
    .customer-info h3 {
    color: #2c3e50;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.1;
    }
    .customer-info p {
    color: #7f8c8d;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: 1.2;
    }
    .popular-products-container {
    padding: 46px 0;
    }
    .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
    }
    .product-card-custom {
    position: relative;
    overflow: hidden;
    }
    .product-card-custom {
    background: #F5F5F5;
    border-radius: 32px;
    transition: all 0.3s ease;
    position: relative;
    padding: 2rem;
    }
    .product-image {
    position: relative;
    }
    .product-image {
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 16px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 31px;
    border-radius: 14px;
    padding: 2rem;
    }
    .product-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    }
    .logo-footer1 img {
    max-width: 200%;
    width: 30%;
    height: auto;
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    }
    @media (max-width: 768px) {
    .logo-header .web_logo {
    width: 50% !important;
    height: auto; /* keeps aspect ratio */
    display: block; /* ensures no inline size overrides */
    max-width: 100%; /* avoids overflow */
    }
    }
    /* Mobile screens only */
    @media (max-width: 768px) {
    .carousel-inner {
    height: auto !important;   /* let images define height */
    }
    .carousel-inner img {
    width: 100% !important;
    height: auto !important;   /* keep aspect ratio */
    object-fit: cover;
    }
    }
    @media (max-width: 768px) {
    .carousel-control-prev-icon, 
    .carousel-control-next-icon {
    width: 28px;   /* smaller size */
    height: 28px;
    background-size: 50% 50%; /* scale arrow inside */
    }
    /* Adjust button position slightly inward */
    .carousel-control-prev {
    left: 10px;
    }
    .carousel-control-next {
    right: 10px;
    }
    }
    /* Tablets and smaller (<= 1024px) */
    @media (min-width: 768px) and (max-width: 1024px) {
    .header-curve .logo-header:before {
    right: 46% !important;
    width: 70% !important;
    transform: skew(0deg);
    }
    .logo-header .web_logo {
    width: 75% !important;
    height: auto;
    display: block;
    max-width: 100%;
    margin-left: -20% !important;
    }
    .carousel-inner {
    height: auto !important;
    }
    .carousel-inner img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    }
    .carousel-control-prev-icon, 
    .carousel-control-next-icon {
    width: 28px;
    height: 28px;
    background-size: 50% 50%;
    }
    .carousel-control-prev {
    left: 10px;
    }
    .carousel-control-next {
    right: 10px;
    }
    }
    .product-section {
    padding: 20px 20px;
    background: #fff;
    }
    .g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
    }
    .product-card {
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    height: 100%;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    overflow: hidden;
    transition: 0.50s;
    }
    .product-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    transition: transform 0.5s ease;
    }
    .rdmrbtn {
    width: 50% !important;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 29px;
    border: 1px solid #fa2b2b;
    color: #fa2b2b;
    transition: 0.50s;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    }
    .rdmrbtn i {
    margin-left: 5px;
    }
    .fa-solid, .fas {
    font-weight: 900;
    }
    [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
    }
    .g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
    }
    .product-card h6 {
    font-weight: bold;
    margin: 37px 0 30px;
    transition: color 0.3s ease;
    }
    .grey_bg{
    background-color: #eee !important;
    }
    .solar-img img {
    width: 100%;
    /* max-width: 100%; */
    /* height: auto; */
    max-height: 35%;
    /* object-fit: contain; */
    border-radius: 10px;
    box-shadow: 0 11px 15px #dc3545ba;
    background: #fff;
    padding: 10px;
    border: 2px solid #ff6b6b; 
    }
    .grey-table {
    width: 100%;
    background-color: #f5f5f5; /* grey background */
    border-collapse: collapse;
    }
    .grey-table th,
    .grey-table td {
    padding: 10px;
    border: 1px solid #ddd;
    }
    /* ---- wrapper & viewport ---- */
    .neel-product-slider-wrapper {
    position: relative;
    width: 100%;
    padding: 18px 48px;
    box-sizing: border-box;
    background: #fff;
    }
    /* arrow buttons */
    .neel-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    border: none;
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .neel-slider-btn.neel-prev { left: 12px; }
    .neel-slider-btn.neel-next { right: 12px; }
    /* viewport that scrolls */
    .neel-product-slider-viewport {
    overflow-x: hidden;
    width: 100%;
    outline: none;
    }
    /* track (flex row) */
    .neel-product-slider-track {
    display: flex;
    align-items: stretch;
    gap: 20px;                /* space between cards */
    will-change: scroll-left;
    }
    /* each card */
    .neel-slide {
    flex: 0 0 260px;         /* change card width here */
    box-sizing: border-box;
    }
    .neel-slide-inner {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    border: 2px solid rgba(255,107,107,0.08); /* subtle red outline */
    min-height: 320px;       /* ensures space for image+name+btn */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    /* image styling */
    .neel-slide img {
    max-height: 180px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto 12px;
    background: #fff;
    border-radius: 8px;
    }
    /* product title and "read more" */
    .neel-title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin: 8px 0;
    flex: 0 0 auto;
    min-height: 40px; /* reserve space for 2-line names */
    }
    .neel-read-more {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 22px;
    border: 1px solid #ff4d4d;
    color: #ff4d4d;
    text-decoration: none;
    font-size: 13px;
    align-self: flex-start;
    transition: all .18s ease;
    }
    .neel-read-more:hover {
    background: #ff4d4d;
    color: #fff;
    }
    /* responsive tweaks */
    @media (max-width: 900px) {
    .neel-slide { flex: 0 0 210px; }
    .neel-slide-inner { padding: 14px; min-height: 300px; }
    .neel-slide img { max-height: 150px; }
    }
    @media (max-width: 520px) {
    .neel-slide { flex: 0 0 170px; }
    .neel-slider-btn { display: none; } /* hide arrows on tiny screens if desired */
    }
    .header-nav .nav.nav-style > li, .is-fixed .header-nav .nav.nav-style > li {
    padding: 22px 10px !important;
    }
    /* from these css used for products  */
    .header-nav .nav > li .sub-menu li a {
    transition: all 0.15s linear;
    color: #000000 !important;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 20px;
    text-transform: capitalize;
    }
    .product_footer {
    background: #ffffff;
    color: #333;
    padding: 10px 0px 10px 0px !important;
    text-align: center;
    }
    .product_footer h2 {
    margin: 0 0 15px 0;
    color: #d00;
    font-size: 30px;
    font-weight: bold;
    }
    .footer_info{
    color: #333 !important;
    }
    .footer_info a {
    color: #333;
    text-decoration: none;
    }
    .footer-item a:hover {
    text-decoration: underline;
    }
    p {
    font-size: 17px !important;
    }
    .product_border{
    border: 12px solid #FF8C4B !important;
    }
    .page-content{
    padding-bottom:0px !important;
    }
    /* === Inverter Section Styling === */
    .inverter-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    }
    .grey-bar {
    width: 10px;
    height: 40px;
    background: grey;
    }
    .inverter-title h4 {
    color: #cb192a;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    }
    .inverter-list {
    list-style-type: disc;
    padding-left: 25px;
    line-height: 1.8;
    font-size: 16px;
    }
    .blue-text {
    color: #0046ad;
    font-weight: 600;
    }
    .vertical-separator {
    border-left: 2px dotted #3F7DBF;
    height: 100%;
    width: 0;
    }
    .horizontal-separator {
    border-bottom: 2px dotted #3F7DBF;
    margin: 30px 0;
    width: 100%;
    }
    .spec-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    }
    .icon-row {
    font-size: 15px;
    line-height: 1.4;
    }
    .icon-row .blue-text {
    color: #0046ad;
    font-weight: 700;
    }
    .product_border {
    border: 12px solid #FF8C4B !important;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    }
    @media (max-width: 992px) {
    .product_border {
    padding: 15px;
    }
    .vertical-separator {
    display: none;
    }
    .inverter-title h4 {
    font-size: 18px;
    }
    }


    /* === FINAL TOUCHES TO MATCH CLIENT DESIGN === */

/* Title Section */
h2[b] {
  font-size: 42px !important;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
}

/* Blue & Orange Labels (UDAY SERIES / ON GRID INVERTERS) */
h3[style*="background: #0046ad"] {
  border-radius: 5px;
  letter-spacing: 0.5px;
}

h3[style*="background: #FF8C4B"] {
  border-radius: 5px;
  letter-spacing: 0.5px;
}

/* Image Alignment */
.img-fluid {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

/* SALIENT FEATURES & SPECIFICATIONS Headers */
.inverter-title h4 {
  color: #cb192a;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Grey vertical bar */
.grey-bar {
  background: #7d7d7d;
  width: 6px;
  height: 40px;
  border-radius: 2px;
}

/* Lists */
.inverter-list {
  font-size: 16px;
  color: #222;
  margin-top: 10px;
  line-height: 1.7;
}

/* Specification Text */
.spec-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Blue Highlight Text */
.blue-text {
  color: #0046ad;
  font-weight: 700;
}

/* Bottom Info Row */
.icon-row {
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
}

.icon-row b {
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Dotted Lines */
.vertical-separator {
  border-left: 2px dotted #3F7DBF;
}


.horizontal-separator {
    border-bottom: 2px dotted #3F7DBF;
    margin: 3% 0;
}

/* Footer Section */
.product_footer {
  background: #fff;
  border-top: 3px solid #FF8C4B;
  padding: 25px 0 10px;
}

.product_footer h2 {
  color: #d00000;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.6px;
}

.footer_info {
  font-size: 15px;
  margin: 5px 0;
}

.footer_info i {
  color: #d00000;
  margin-right: 8px;
}

/* === INVERTER HEADER FINAL FIX === */
.inverter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 15px 50px; /* reduced padding from 25px 60px */
  border-top: 6px solid #FF8C4B;
  border-bottom: 6px solid #FF8C4B;
  margin-bottom: 0; /* remove extra bottom gap */
}

/* Common logo styles */
.inverter-header img {
  height: 70px;
  width: auto;
  object-fit: contain;
  display: block;
  vertical-align: middle;
}

/* Center heading styling */
.header-center h1 {
  font-size: 36px;
  font-weight: 700;
  color: #0046ad;
  text-align: center;
  margin: 0;
  line-height: 1.1;
  vertical-align: middle;
}

/* Align left & right logos with heading */
.header-left,
.header-right {
  display: flex;
  align-items: center;
}

/* === Responsive adjustment === */
@media (max-width: 992px) {
  .inverter-header {
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px;
  }

  .header-center h1 {
    font-size: 28px;
  }

  .inverter-header img {
    height: 55px;
  }
}

/* === ICON SPEC SECTION FINAL DESIGN === */
.icon-spec-section {
  margin-top: 25px;
  margin-bottom: 20px;
  background: #fff;
}

.spec-block {
  text-align: center;
  margin-bottom: 25px;
}

.spec-title {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
}

.spec-icon {
  display: block;
  margin: 0 auto 10px;
  max-width: 85px;
  height: auto;
}

.cert-icon {
  display: inline-block;
  margin: 5px 6px;
  max-height: 40px;
  width: auto;
}

/* Ensure consistent vertical spacing on all screens */
@media (max-width: 768px) {
  .spec-block {
    margin-bottom: 20px;
  }
  .spec-title {
    font-size: 14px;
  }
  .spec-icon {
    max-width: 65px;
  }
  .cert-icon {
    max-height: 30px;
  }
}

