* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'calibriregular';
    color: #242547;
}



html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'calibribold';
    src: url('../fonts/calibri-bold-webfont.woff2') format('woff2'),
        url('../fonts/calibri-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibribold_italic';
    src: url('../fonts/calibri-bold-italic-webfont.woff2') format('woff2'),
        url('../fonts/calibri-bold-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibriitalic';
    src: url('../fonts/calibri-italic-webfont.woff2') format('woff2'),
        url('../fonts/calibri-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri-regular-webfont.woff2') format('woff2'),
        url('../fonts/calibri-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


a {
    text-decoration: none;
}

.list-sltyle-none li {
    list-style: none;
}


.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-32 {
    font-size: 32px !important;
}


.section-heading {
    font-size: 35px !important;
    font-weight: 600;
}

.h3-heading {
    font-size: 24px !important;
}

.line-28 {
    line-height: 28px;
}

.line-21 {
    line-height: 21px;
}

.line-24 {
    line-height: 24px;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

.container {
    position: relative;
    z-index: 1;
}

.panel-space {
    padding: 80px 0;
}

.text-black {
    color: #242547 !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-blue {
    background-color: #F5F5FF !important;
}


.header {
    background-color: #ffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #2425471A;
}

/* .fixed-header {
    background-color: #000;
} */

.navbar-brand img {
    width: 90px;
}


.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 25px;
    font-size: 14px;
    position: relative;
    transition: color 0.2s, letter-spacing 0.18s;
    text-decoration: none;
    color: #242547;
    font-family: 'calibribold';
    padding: 12px 0;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: linear-gradient(90deg, #242547 0%, #242547 80%);
    border-radius: 2px;
    transform: scaleX(0);
    opacity: 0;
    transition: transform 0.23s, opacity 0.18s;
}

.navbar-expand-lg .navbar-nav .current_page_item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: #242547;
    border-radius: 2px;
    transform: scaleX(1);
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-expand-lg .navbar-nav .current_page_item .nav-link::before,
.navbar-expand-lg .navbar-nav .current-menu-item .nav-link::before,
.navbar-expand-lg .navbar-nav .current-menu-parent .nav-link::before {
    transform: scaleX(1);
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .current_page_item .nav-link,
.navbar-expand-lg .navbar-nav .current-menu-item .nav-link {
    font-weight: 600;
    color: #000;
}

.current_page_item .nav-link {
    color: #242547 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #242547 !important;
    /* font-family: 'calibribold'; */
}

.navbar-expand-lg .navbar-nav .current_page_item .nav-link:hover,
.navbar-expand-lg .navbar-nav .current_page_item .nav-link:focus,
.navbar-expand-lg .navbar-nav .current_page_item .nav-link.active {
    color: #242547 !important;
    /* font-family: 'calibribold'; */
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-expand-lg .navbar-nav .nav-link:focus::before,
.navbar-expand-lg .navbar-nav .nav-link.active::before {
    transform: scaleX(1);
    opacity: 1;
}


.action-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* --- 1. Language Dropdown Styling --- */
.custom-select-option {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #7e849c;
    border-radius: 50px;
    padding: 10px 29px 10px 14px;
    font-size: 14px;
    color: #242547;
    font-weight: 700;
    width: 100px;
}

.custom-select-option:focus {
    border-color: #266cb6;
}

.action-buttons .custom-btn {
    /* width: 120px; */
}

.custom-btn,
.search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 24px 13px;
    border-radius: 50px;
    background: linear-gradient(90deg, #1FFEE8 -21.78%, #009EDB 61.45%, #393D7E 106.68%);

    transition: box-shadow 0.3s ease, opacity 0.3s ease;
}

.custom-btn:hover {
    opacity: 0.9;
    box-shadow: 0 4px 10px rgba(38, 108, 182, 0.3);
    color: #ffffff;
}

.hero-banner {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 60%;
    height: 660px;
    display: flex;
    align-items: center;
}

.hero-content h1 {
    font-size: 46px;
    color: #242547;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.3;
}

.gradient-text {
    background: linear-gradient(90.38deg, #1FFEE8 -16.89%, #009EDB 12.63%, #393D7E 97.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.hero-desc {
    font-size: 20px;
    margin-bottom: 25px;
    max-width: 80%;
    line-height: 1.6;
}

.hero-bold-text {
    font-size: 14px;
    font-weight: 700;
    color: #2c314a;
    margin-bottom: 40px;
}

.btn-link-custom {
    color: #242547;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 40px;
    font-size: 14px;
}

.btn-link-custom:hover {
    color: #266cb6;
}


.banner-slider .owl-dots .owl-dot.active span {
    background: #1FFEE8 !important;
}

.banner-slider .owl-dots .owl-dot span {
    display: block;
    width: 35px !important;
    height: 6px !important;
    margin: 5px 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #DDDDDD99 !important;
}

.banner-slider .owl-controls {
    position: absolute;
    bottom: 50px;
    left: 130px;
}

.badge-custom {
    display: inline-block;
    padding: 6px 24px;
    font-size: 14px;
    font-style: italic;
    color: #242547;
    border: 2px solid transparent;
    border-radius: 50px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #16E3E5 0%, #03A8DD 52.89%, #2E5091 100%) border-box;
}

.product-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.product-image-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
    height: 230px;
}

.product-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}

.product-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #F5F5FF;
    color: #000;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 1;
}

.product-badge p {
    margin-bottom: 0 !important;
}

.product-info {
    text-align: center;
    padding-bottom: 12px;
}

.product-title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    min-height: 53px;
    color: #242547;


}

.energy-storage,
.certified-client {
    border-radius: 30px;
}

.btn-more-products {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border-radius: 60px;
    padding: 4px 4px 4px 35px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #0000001A;
}

.btn-more-products .btn-text {
    color: #242547;
    font-size: 14px;
    font-weight: 600;
    margin-right: 30px;
}

.btn-more-products .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(90deg, #1FFEE8 -21.78%, #009EDB 61.45%, #393D7E 106.68%);
}

.btn-more-products:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(38, 108, 182, 0.15);
}

.product-slider {
    position: relative;
}

.product-slider::before,
.product-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 72px;
    height: 100%;
    background: #fff;
    z-index: 2;
    border-radius: 10px;
}

.product-slider::before {
    left: 0;
}

.product-slider::after {
    right: 0;
}

.owl-nav {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    z-index: 9;
    height: 0;
}

.owl-prev,
.owl-next {
    width: 30px !important;
    height: 30px !important;
    background-color: #b5b6c6 !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0 !important;
    border: none !important;
    outline: none !important;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #9ea0b4 !important;
    transform: translateY(-2px);
}

.owl-prev::before,
.owl-next::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}


.owl-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10 19l-7-7m0 0l7-7m-7 7h18'/%3E%3C/svg%3E");

}

.owl-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14 5l7 7m0 0l-7 7m7-7H3'/%3E%3C/svg%3E");

}

.partner-img-left,
.partner-img-right {
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
}


.partner-img-left {
    margin-top: -280px;
}

.partner-img-right {
    margin-top: 330px;
}


.accordion-item {
    border: none;
    border-bottom: 1px solid #d4d7e3;
    background-color: transparent;
}

.accordion-item:first-of-type {
    border-top: 1px solid #d4d7e3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-button {
    font-size: 17px;
    color: #242547;
    font-weight: 500;
    background-color: transparent;
    padding: 22px 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #1a1f36;
    font-weight: 700;
    font-size: 19px;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    display: none;
}

.accordion-body {
    font-size: 14px;
    color: #242547;
    line-height: 1.6;
    padding: 0 0 22px 0;
}

.cert-card {
    background: linear-gradient(137.96deg, #1FFEE8 -14.03%, #009EDB 25.57%, #393D7E 99.06%);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: 480px;
    position: relative;
}

.cert-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.cert-card-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    position: relative;
    z-index: 2;
}

.cert-logo img {
    width: 240px;
}

.residential-commercial {
    background-size: cover;
    height: 635px;
    background-repeat: no-repeat;
}

.residential-commercial .section-heading {
    font-size: 44px !important;
}

/* sadasdasdasdasdsdasdasdasdasdddddddddddddddddddddddddddddddd */

.trusted-partner-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.custom-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 1.8rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 110px;

}

.custom-card h3 {
    font-size: 43px;
    margin-bottom: 0.5rem;
}

.custom-card p {
    font-size: 20px;
    line-height: normal;
    min-height: 46px;
}

.globe-img {
    max-width: 80%;
    height: auto;
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}


.badge-custom {
    display: inline-block;
    padding: 11px 36px;
    font-size: 14px;
    font-style: italic;
    color: #242547;
    border-radius: 50px;
    position: relative;
    background: transparent;
}

.badge-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(90deg, #16E3E5 0%, #03A8DD 52.89%, #2E5091 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.trusted-partner-section .badge-custom {
    color: #fff;
}


.process-card {
    background-color: #f4f5f8;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.step-label {
    color: #a0a6b5;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.step-title {
    color: #222b40;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    min-height: 3rem;
}

.wf-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    flex-grow: 1;
    min-height: 140px;
}

.wf-row {
    display: flex;
    gap: 8px;
    width: 100%;
    height: 100%;
}

.wf-box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.wf-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f0f2f5;
    margin-bottom: 15px;
}

.wf-line {
    height: 4px;
    background-color: #f0f2f5;
    border-radius: 2px;
    margin-bottom: 8px;
    width: 100%;
}

.wf-line.short {
    width: 50%;
}

.wf-arrow {
    color: #c4c8d0;
    font-size: 18px;
    display: flex;
    align-items: center;
}



.ready-to-start .btn-more-products .btn-text {
    color: #242547;
    font-size: 18px;
    font-weight: 600;
    margin-right: 30px;
}

.ready-to-start .btn-more-products .btn-icon {
    width: 40px;
    height: 40px;
}

.ready-to-start .section-heading {
    font-size: 44px !important;
}

.ready-to-start .header-desc {
    font-size: 18px;
}

.ready-to-start {
    background-size: cover;
    background-position: center;
}

.ready-to-start .small {
    font-size: 0.675em;
    margin-top: 5px;
}

.stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 50px;

}

.stat-box h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.stat-box p {
    margin: 5px 0 0;
    font-size: 16px;
}

.divider {
    width: 1px;
    height: 60px;
    background: #ccc;
}

/* footer section ssssssssssssss */
.custom-footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-heading {
    color: #8392a5;
    font-size: 0.85rem;
    font-weight: 500;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a {
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding: 0;
}


.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footer-text {
    color: #e1e4e9;
    font-size: 0.9rem;
    line-height: 1.6;
}

.custom-input {
    border-radius: 6px;
    padding: 9px 24px 10px;
    border: none;
    font-size: 0.95rem;
}

.custom-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 210, 255, 0.25);
    outline: none;
}



.social-icons a {
    color: #ffffff;
    font-size: 1.1rem;
    margin-right: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #00d2ff;
}

.back-to-top {
    font-size: 0.85rem;
    color: #ffffff;
    background-color: transparent;
}

.back-to-top i {
    vertical-align: middle;
    margin-left: 3px;
}

.back-to-top:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: #ffffff;
}

.footer-divider {
    border-color: #fff;
    margin: 1.5rem 0;
    background-color: #fff;
}

.footer-bottom-text {
    color: #cbd5e1;
    font-size: 0.8rem;
}

.footer-bottom-text a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom-text a:hover {
    color: #ffffff;
}

.footer-bottom {
    background: #00000040;
    padding: 23px 0px;
}



/* product detail page css */

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 12px;
    color: #2b2e4a;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb a {
    text-decoration: none;
    color: inherit;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb li:not(:last-child)::after {
    content: '>';
    margin: 0 15px;
    font-weight: 300;
    color: #2b2e4a;
}

.product-gallery .main-image {
    position: relative;
    width: 100%;
    height: 438px;
}

.product-gallery .main-image img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.product-gallery .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    background: #24254757;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .prev {
    left: -15px;
}

.nav i {
    font-size: 18px;
}

.product-gallery .next {
    right: -15px;
}

.product-gallery .thumbnail-images {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    overflow: hidden;
}

.product-gallery .thumbnail-images img {
    width: 80px;
    cursor: pointer;
    border-radius: 8px;
    opacity: 0.6;
    transition: 0.3s;
    height: 80px;
}

.product-gallery .thumbnail-images img.active {
    opacity: 1;
    border: 2px solid #000;
}

.accordion-content {
    display: none;
    padding: 0 20px 24px 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.custom-accordion .accordion-button::after {
    content: '+';
    background-image: none !important;
    font-size: 26px;
    font-weight: 300;
    color: #1a1b35;
    width: auto;
    height: auto;
    margin-left: auto;
    display: block;
    transform: none !important;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: '-';
    background-image: none !important;
    transform: none !important;
}

.custom-accordion .accordion-collapse {
    padding: 20px;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: #1a1f36;
    font-weight: 700;
    font-size: 19px;
    background-color: #F5F5FF;
    box-shadow: none;
}

.custom-accordion .accordion-button {
    padding: 40px 20px;
    font-size: 19px;
    font-weight: 700;
}

.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

/* .custom-accordion .accordion-item:first-child {
    border-bottom: 0;
} */

.product-buttons {
    margin: 40px 0;
}

.read-more {
    color: #242547;
    text-decoration: underline;
    font-size: 16px;
}

.product-heading {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 23px;
}

.product-gallery {
    position: sticky;
    top: 100px;
}

/* bootrap modal custom css */

.custom-modal {
    border-radius: 16px;
    border: none;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.custom-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    opacity: 0.5;
}

.custom-close:hover {
    opacity: 1;
}

.left-panel {
    border-right: 1px solid #f0f0f0;
}



.form-title {
    color: #1a1b35;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 8px;
}

.form-subtitle {
    color: #7a7d94;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.form-label i {
    font-style: italic;
    font-weight: 400;
    color: #7a7d94;
}

.custom-input,
.custom-input-group {
    background-color: #F7F7F7;
    border: 1px solid #F9F9F9;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
}

.custom-input::placeholder {
    color: #9ba0b5;
}

.custom-input:focus,
.custom-input-group:focus-within {
    background-color: #fff;
    border-color: #c0c5e9;
    box-shadow: 0 0 0 0.2rem rgba(59, 64, 125, 0.1);
    outline: none;
}

.custom-input-group {
    display: flex;
    padding: 0;
    overflow: hidden;
}

.custom-input-group .input-group-text {
    font-size: 14px;
}

.custom-input-group .form-control {
    background-color: transparent;
    padding: 12px 16px 12px 0;
}

.custom-input-group .form-control:focus {
    box-shadow: none;
}

textarea.custom-input {
    resize: none;
    height: 100px;
}

.submit-btn {
    background-color: #393D7E;
    color: #fff;
    font-weight: 600;
    border-radius: 24px;
    padding: 12px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #2c305a;
    color: #fff;
}

.footer-text {
    margin-bottom: 0;
}


.custom-footer .custom-input {
    padding: 11px 24px 13px;
}


.solutions-banner {
    height: 610px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 40px;
}

.solutions-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.cms-subtitle {
    font-size: 20px;
    font-family: 'calibribold_italic';
}

.cms-heading {
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
    width: 920px;
    margin: 0 auto;
}

.cms-cont {
    width: 800px;
    margin: 25px auto 65px;
    font-size: 20px;
    font-weight: 300 !important;
}

.benefits-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.benefits-list {
    list-style-type: disc;
    padding-left: 28px;
    margin: 0;
}

.benefits-list li {
    margin-bottom: 18px;
    line-height: 0.8;
}

.benefits-list li::marker {
    color: #1a1b35;
}

.benefits-list li:last-child {
    margin-bottom: 0;
}

.energy-visibility-section {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.content-wrapper {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}



.section-description {
    font-size: 18px;
    color: #aeb3bd;
    line-height: 1.6;
    margin-bottom: 60px;
    margin-top: 20px;
}

.features-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    text-align: left;
}

.feature-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    color: #ffffff;
}

.feature-list li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.feature-list li::marker {
    font-size: 12px;
}

.phone-mockup {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 300px;
    z-index: 1;
}


.lfp-battery-technology {
    background-size: cover;
    background-position: center;
    color: #ffffff;
    background-repeat: no-repeat;
    height: 560px;
    display: flex;
    align-items: center;
}

.lfp-battery-technology .benefits-list li::marker,
.build-in-protection .benefits-list li::marker {
    color: #fff;
}

.build-in-protection {
    background-color: #242547;
}

.all-fleg-panel {
    margin-top: -120px;
}

.certified-residential {
    background: #ECFBFF;
}


/* download page css  */

.product-container {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-card-box {
    background-color: #F2F1F1;
    border-radius: 20px;
    padding: 16px 32px 16px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.product-image {
    width: 85px;
    height: 85px;
    border-radius: 16px;
    object-fit: cover;
}

.product-infomations {
    flex-grow: 1;
}

.product-infomations h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

/* company page css */

.ticker-container {
    background-color: #1CCAFF;
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
    display: flex;
    white-space: nowrap;
}

.ticker-content {
    display: flex;
    width: max-content;
    animation: scroll-ticker 25s linear infinite;
}

.ticker-container:hover .ticker-content {
    animation-play-state: paused;
}

.ticker-group {
    display: flex;
    align-items: center;
}

.ticker-item {
    color: #1a2342;
    font-size: 15px;
    font-weight: 700;
    padding: 0 40px;
}

.ticker-icon {
    display: flex;
    align-items: center;
}

.ticker-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

@keyframes scroll-ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.about-box {
    border-radius: 30px;
}

.belive-cnt {
    width: 770px;
    border-radius: 30px;
    margin: auto;
    padding: 30px 30px 36px;
}


/* contact us page css  */

.features-container {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 90px;
}

.feature-badge {
    background-color: #00ffd1;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 255, 209, 0.3);
}

.icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.contact-form {
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
}

.contact-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.contact-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.card-icon {
    width: 28px;
    height: 28px;
    fill: #222544;
    flex-shrink: 0;
}

.whatsapp-icon {
    fill: #25D366;
}

.card-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.card-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.link-text {
    color: #666c8a;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-color: #cacedb;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.link-text:hover {
    color: #222544;
    text-decoration-color: #222544;
}

.sub-text {
    color: #666c8a;
    font-size: 14px;
}

.whatsapp-btn {
    background-color: #4BC95A;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 6px;
    transition: background-color 0.2s ease;
    width: fit-content;
}

.whatsapp-btn:hover {
    background-color: #3cb852;
}



/* 404 page css */

/* 404 Styling */
.error-404-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.error-content {
    max-width: 600px;
}

.error-code {
    font-size: 120px;
    font-weight: 900;
    margin: 0;
    color: #333;
    line-height: 1;
    background: linear-gradient(45deg, #ff416c, #ff4b2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.error-content h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.error-content p {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}

/* Search Bar Styling */
.search-input-group {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
}

.search-field {
    padding: 9px 20px;
    border: 2px solid #ddd;
    border-radius: 30px;
    width: 40%;
    outline: none;
    transition: 0.3s;
    margin-left: 0;
    background-color: transparent;
}

.search-field:focus {
    border-color: #ff416c;
    background-color: #fff;
}

.search-submit {
    border: 0 !important;
}

.search-form label {
    display: none;
}


/* Button Styling */
.btn-home {
    display: inline-block;
    padding: 15px 30px;
    background: #ff416c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(255, 65, 108, 0.3);
    transition: 0.3s ease;
}

.btn-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 65, 108, 0.4);
}

.product-card-box .product-img {
    width: 80px !important;
    height: 80px !important;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

/* newslatter section css */

.tnp-field.tnp-field-email label {
    display: none;
}

.widget_newsletterwidget {
    list-style: none;
}

.tnp-email {
    background-color: #F7F7F7;
    border: 1px solid #F9F9F9;
    border-radius: 8px;
    padding: 15px 16px !important;
    font-size: 14px;
}

.tnp-widget input.tnp-submit {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(90deg, #1FFEE8 -21.78%, #009EDB 61.45%, #393D7E 106.68%);
    transition: box-shadow 0.3s ease, opacity 0.3s ease;
    padding: 15px 16px !important;
    border: 0;
}

.tnp-widget input.tnp-submit:hover {
    opacity: 0.9;
    box-shadow: 0 4px 10px rgba(38, 108, 182, 0.3);
    color: #ffffff;
}

.custom-modal .contact-form {
    padding: 0 !important;
}

.wpcf7 p {
    margin: 0 !important;
    width: 100%;

}

.wpcf7 p:focus,
.custom-input-group .form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}




.gtranslate_wrapper {
    position: relative;
    display: inline-block;
}

/* Select styling */
.gt_selector {
    padding: 10px 40px 10px 16px;
    border-radius: 30px;
    border: 1px solid #7e849c;
    background-color: #fff;
    font-size: 14px;
    color: #242547;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 120px;
}

/* Arrow */
.gtranslate_wrapper::after {
    content: "\f078";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    font-family: 'FontAwesome';
}

.gt_selector:focus {
    outline: 0;
    box-shadow: 0;
}



.menu-item-has-children .sub-menu-toggle {
    display: none;
}


.sub_menu_dropdown {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    padding: 25px 0 0 0;
    position: absolute;
    top: 46px;
    width: 356px;
    perspective: 1000px;
    display: none;
    animation: rotateMenu 800ms ease-in-out forwards;
    transform-origin: top center;
}

.sub_menu_dropdown .sub-menu {
    padding: 9px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px -2px rgb(42 42 42 / 40%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.menu-item-has-children:hover .sub_menu_dropdown {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}

.menu-item-has-children>.nav-link:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 6px;
}

.sub_menu_dropdown .sub-menu li {
    list-style: none;
}

.menu-item-has-children .sub_menu_dropdown .sub-menu .nav-item .nav-link {
    color: #000;
    padding: 4px 0 !important;
    margin: 0;
    font-size: 15px;
    border-radius: 0 !important;
}

.menu-item-has-children .sub_menu_dropdown .sub-menu .nav-item .nav-link:hover {
    border-radius: 0;
    border-bottom: 0;
}


.drop_icon {
    display: none;
}



/* product page detail page css */

:root {
    --primary: #17d4ea;
    --secondary: #1d4db8;
    --dark: #0d2248;
    --text: #2b3445;
    --border: #e8edf5;
    --light: #f7f9fc;
}

/* =========================
   APPLICATIONS
   ========================= */

.applications-section {
    background: #fafbfd;
}

.applications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.app-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: .3s;
}

.app-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}

.app-card i {
    font-size: 38px;
    color: var(--primary);
    margin-bottom: 18px;
}

.app-card h4 {
    font-size: 18px;
}

/* =========================
   BENEFITS
   ========================= */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.benefit-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: .3s;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}

.benefit-card i {
    font-size: 42px;
    color: var(--primary);
    margin-bottom: 20px;
}

.benefit-card h4 {
    margin-bottom: 12px;
    font-size: 20px;
}

.benefit-card p {
    font-size: 15px;
    color: #666;
}

/* =========================
   TECHNICAL TABLE
   ========================= */

.tech-section {
    background: #f8f9fc;
}

.tech-table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .04);
}

.tech-table td {
    padding: 18px 25px;
    border: 1px solid #edf1f7;
}

.tech-table td:first-child {
    font-weight: 600;
    width: 40%;
}

.tech-table td:last-child {
    color: #4b5563;
}

/* =========================
   MODELS
   ========================= */

.models-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.model-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}

.model-card h3 {
    background: linear-gradient(90deg, #1FFEE8 -21.78%, #009EDB 61.45%, #393D7E 106.68%);
    transition: box-shadow 0.3s ease, opacity 0.3s ease;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 24px;
}

.model-card ul {
    list-style: none;
    padding: 30px;
}

.model-card ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.model-card ul li:last-child {
    border: none;
}

/* =========================
   COMMUNICATION
   ========================= */

.communication-section {
    background: linear-gradient(90deg, #1FFEE8 -21.78%, #009EDB 61.45%, #393D7E 106.68%);
    transition: box-shadow 0.3s ease, opacity 0.3s ease;
}

.comm-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.comm-item {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
    text-align: center;
    padding: 35px 20px;
    color: #fff;
}

.comm-item i {
    font-size: 38px;
    margin-bottom: 15px;
}

.comm-item span {
    display: block;
    font-weight: 500;
}

/* =========================
   GENERAL SPECIFICATIONS
   ========================= */

.general-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.general-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 35px;
}

.general-card h3 {
    margin-bottom: 20px;
    color: #1f2d4a;
}

.general-card ul {
    padding-left: 18px;
}

.general-card li {
    margin-bottom: 12px;
}

/* =========================
   CERTIFICATIONS
   ========================= */

.cert-section {
    background: #f7f9fc;
}

.cert-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.cert-grid span {
    background: #fff;
    border-radius: 50px;
    padding: 12px 22px;
    font-size: 14px;
    transition: .3s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.cert-grid span:hover {
    background: linear-gradient(90deg, #1FFEE8 -21.78%, #009EDB 61.45%, #393D7E 106.68%);
    transition: box-shadow 0.3s ease, opacity 0.3s ease;
    color: #fff;
    border-color: transparent;
}

/* =========================
   WHY CHOOSE
   ========================= */

.why-section {
    background: linear-gradient(90deg, #16d4e7, #1d4db8);
}

.why-grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 50px;
    max-width: 1000px;
    margin: auto;
}

.why-grid li {
    color: #fff;
    font-size: 18px;
    position: relative;
    list-style: none;
}

.why-grid li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}

.why-grid i {
    margin-right: 10px;
}

/* =========================
   CTA
   ========================= */

.cta-section {
    background: var(--dark);
    color: #fff;
    text-align: center;
}

.cta-section h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.cta-section p {
    max-width: 850px;
    margin: auto;
    font-size: 18px;
    margin-bottom: 35px;
    opacity: .9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    color: #fff;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-outline {
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 600;
}

/* =========================
   RESPONSIVE
   ========================= */

@media(max-width:991px) {

    .applications-grid,
    .benefits-grid,
    .comm-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .models-grid,
    .general-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }


    .cta-section h2 {
        font-size: 38px;
    }

    .why-grid {
        grid-template-columns: auto auto;
    }
}

@media(max-width:768px) {

    .applications-grid,
    .benefits-grid,
    .comm-grid {
        grid-template-columns: 1fr;
    }

    .status-publish {
        max-width: 540px;
        margin: 90px auto 30px;
    }

    .why-grid {
        grid-template-columns: auto;
    }

    .why-grid p {
        font-size: 16px;
    }
}

.status-publish {
    max-width: 1320px;
    margin: 110px auto 60px;
    padding: 0 15px;
}

.why-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    margin: 0 auto;
}


.why-grid p {
    color: #fff;
    font-size: 18px;
}

.custom-footer .current_page_item .nav-link {
    color: #fff !important;
}