* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white-color: #fff;
    --black-color: #000;
    --blue-primary-color: #00458F;
    --green-primary-color: #02B277;
    --green-secondary-color: #33CC99;
    --text-color: #585858;
    --gray-bg: #F5F5F5;

    --tx_h1: clamp(2.8125rem, 2.4165rem + 1.9802vw, 4.0625rem);
    --tx_h2: clamp(2rem, 1.7426rem + 1.2871vw, 2.8125rem);
    --tx_28: 28px;
    --tx_24: 24px;
    --tx_22: 22px;
    --tx_20: 20px;
    --tx_18: 18px;
    --tx_16: 16px;
    --tx_14: 14px;
    --tx_12: 12px;

}

:is(.inner-banner, .home-hero) :where(h1, h2, h3, h4, h5, h6) {
    font-family: 'Segoe UI This';
    font-weight: normal;
}

:is(.inner-banner, .home-hero) :where(h1, h2, h3, h4, h5, h6) span {
    font-weight: bold !important;
}

body {
    background-color: var(--white-color);
    color: var(--text-color);
    font-family: "Albert Sans", sans-serif;
}

.pt {
    padding: 80px 0;
}

.pb {
    padding-bottom: 0 !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.btn {
    font-size: var(--tx_18);
    font-weight: 500;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    outline: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: fit-content;
}

.green-btn,
.project-btn {
    background-color: var(--green-primary-color);
    color: var(--white-color);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.green-hover-btn {
    background-color: var(--green-primary-color);
    color: var(--white-color);
}

.green-fill-btn {
    background-color: var(--green-primary-color);
    color: var(--white-color);
    font-size: var(--tx_16);
    font-weight: 600;
}

.project-btn:hover,
.green-hover-btn:hover {
    background-color: var(--blue-primary-color);
}

.fill-btn {
    background-color: var(--green-primary-color);
    color: var(--white-color);
}

.blue-btn {
    background-color: var(--blue-primary-color);
    color: var(--white-color);
}

.blue-btn:hover {
    background-color: var(--green-primary-color);
}

.outline-white-btn {
    border: 2px solid var(--white-color);
    color: var(--white-color);
}

.outline-white-btn:hover {
    border-color: var(--green-secondary-color);
}

.outline-green-btn {
    border: 1px solid var(--green-primary-color);
    color: var(--blue-primary-color);
    font-size: var(--tx_16);
    padding: 10px 25px 10px 25px;
}

.outline-green-btn:hover {
    background-color: var(--green-primary-color);
    color: var(--white-color);
}

h2 {
    font-size: var(--tx_h2);
    line-height: 1.3;
    color: var(--black-color);
    font-weight: 600;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

h2 span {
    font-weight: 700;
    color: var(--green-primary-color);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

h2 span:hover {
    color: var(--blue-primary-color);
}

h1 {
    font-size: var(--tx_h1);
    font-weight: 500;
    line-height: 120%;
    color: var(--white-color);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

h1 span {
    font-weight: 700;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

h1:hover span {
    color: var(--green-secondary-color)
}

.container {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
}

.top-bar-wrapper {
    background-color: var(--blue-primary-color);
    padding: 8px 0;
}

.top-bar-wrapper .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.top-bar-wrapper .top-bar .time {
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-bar-wrapper .top-bar .time img {
    flex: none;
    width: 16px;
    height: 16px;
}

.top-bar-wrapper .top-bar .time p {
    font-size: var(--tx_16);
    color: var(--white-color);
    line-height: 120%;
    font-weight: 400;
}

.top-bar-wrapper .top-bar .social-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar-wrapper .top-bar .social-menu img {
    width: 30px;
    height: 30px;
}

header {
    display: contents;
}

.header-wrapper {
    background-color: var(--white-color);
    padding: 10px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-wrapper.sticky {
    position: sticky;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.header-wrapper .header-content {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.header-wrapper .header-content .logo {
    max-width: 236px;
    display: inline-block;
}

.header-wrapper .header-content .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar .menu {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
}

.navbar .menu a,
.navbar .menu .dropdown-toggle {
    color: var(--black-color);
    font-size: var(--tx_18);
    font-weight: 600;
    line-height: 120%;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

.navbar .menu a:hover,
.navbar .dropdown-toggle:hover {
    color: var(--green-primary-color);
}

.navbar .menu a.active,
.navbar .dropdown-toggle.active {
    color: var(--blue-primary-color);
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
}

.arrow {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    min-width: 240px;
    background: var(--white-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    list-style: none;
    padding: 10px 0;
    border-radius: 6px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;
}

.dropdown-menu li a {
    display: block;
    padding: 14px 20px;
    color: var(--black-color);
    transition: all 0.3s ease;
}

.dropdown-menu li a:hover {
    color: var(--white-color) !important;
    background: var(--blue-primary-color);
}

.dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-cross,
.mobile-menu {
    display: none;
}

.home-hero {
    background-color: var(--blue-primary-color);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}

.home-hero .hero-content {
    padding: 100px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 740px;
    margin: auto;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 185px;
    height: 38px;
    border: 1px solid var(--white-color);
    border-radius: 50px;
    font-size: var(--tx_16);
    font-weight: 700;
    color: var(--green-primary-color);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
}

.blue-tag {
    border: 1px solid var(--green-primary-color);
    color: var(--blue-primary-color);
}


.hero-content p {
    font-size: var(--tx_22);
    font-weight: 400;
    color: var(--white-color);
    line-height: 150%;
}

.hero-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.home-hero .hero-image,
.home-hero .hero-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.about-left,
.about-right {
    width: calc(50% - 40px);
}

.about-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-image-wrap {
    position: relative;
}

.about-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image-wrap img {
    width: 75%;
    border-style: solid;
    border-width: 0px 0px 40px 25px;
    border-color: #EBF3ED;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-bg-text {
    position: absolute;
    left: -130px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 95px;
    font-weight: 800;
    color: #F9F9F9;
    letter-spacing: 10px;
    pointer-events: none;
}

.experience-badge {
    position: absolute;
    right: 0;
    top: -30px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: var(--green-primary-color);
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.experience-badge h3 {
    font-size: 40px;
    font-weight: 500;
}

.experience-badge p {
    font-size: var(--tx_22);
    line-height: 100%;
    font-weight: 400;
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.stat-card {
    padding: 14px;
    border: 1px solid var(--green-primary-color);
    border-radius: 6px;
    box-shadow: 0px 8px 24px 0px rgba(148.99999999999997, 156.99999999999997, 164.99999999999997, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stat-card h4 {
    color: var(--blue-primary-color);
    font-size: var(--tx_22);
    font-weight: 700;
}

.stat-card p {
    color: var(--black-color);
    font-size: var(--tx_14);
    font-weight: 500;
    line-height: 110%;
}

.about-desc {
    font-size: var(--tx_18);
    line-height: 1.5;
    font-weight: 400;
}

.about-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.about-list li {
    font-size: var(--tx_18);
    line-height: 1.6;
    position: relative;
    color: var(--black-color);
    padding-left: 30px;
}

.about-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M6.4 12.8C2.865 12.8 0 9.935 0 6.4C0 2.865 2.865 0 6.4 0C9.935 0 12.8 2.865 12.8 6.4C12.8 9.935 9.935 12.8 6.4 12.8ZM9.35 3.6425C9.0825 3.4475 8.7075 3.5075 8.5125 3.775L5.5275 7.88L4.225 6.5775C3.99 6.3425 3.61 6.3425 3.3775 6.5775C3.145 6.8125 3.1425 7.1925 3.3775 7.425L5.1775 9.225C5.3025 9.35 5.4725 9.4125 5.6475 9.4C5.8225 9.3875 5.9825 9.2975 6.085 9.155L9.4825 4.48C9.6775 4.2125 9.6175 3.8375 9.35 3.6425Z' fill='%2302B277'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.services-section {
    background-color: var(--gray-bg);
}

.section-heading {
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.section-heading p {
    font-size: var(--tx_16);
    line-height: 1.5;
    font-weight: 400;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.service-card {
    background: var(--white-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all .35s ease;
    padding: 24px 24px 30px;
    margin-top: 54px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.service-img {
    margin-top: -54px;
}

.service-card .service-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.service-content h3 {
    font-size: var(--tx_22);
    font-weight: 600;
    color: var(--blue-primary-color);
    line-height: 120%;
    flex: 1;
}

.service-content p {
    flex: 1;
    font-size: var(--tx_16);
    font-weight: 400;
    line-height: 120%;
}

.service-page .service-card {
    padding: 0;
    border-radius: 6px;
    box-shadow: 0px 8px 24px 0px rgba(148.99999999999997, 156.99999999999997, 164.99999999999997, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    gap: 0;
    margin: 0;
}

.service-page .service-card:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.service-page .service-img {
    margin: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-page .service-img img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-page .service-card:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.service-page .service-card .service-content {
    padding: 20px;
}

.service-page .service-card .service-content h3 {
    font-size: var(--tx_18);
    font-weight: 700;
    color: var(--black-color);
}

.service-page .service-card:hover .service-content h3 {
    color: var(--blue-primary-color);
}

.services-section .blue-btn,
.project-section .green-hover-btn {
    margin: 30px auto 0;
    display: flex;
}

.services-text {
    max-width: 900px;
    margin: 50px auto 0;
    text-align: center;
    font-size: var(--tx_16);
    line-height: 1.6;
    font-weight: 400;
}

.process-section {
    position: relative;
    background-image:
        linear-gradient(90deg,
            #0000004d 0%,
            #0000004d 40%,
            #0000004d 100%),
        url("../img/Process.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-attachment: fixed;
}

.process-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.process-content,
.cta-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-tag {
    font-size: var(--tx_16);
    font-weight: 700;
    color: var(--blue-primary-color);
}

.process-content h2 {
    color: var(--white-color);
}

.process-content h2 span {
    color: var(--white-color);
}

.process-content h2 span:hover {
    color: var(--blue-primary-color);
}

.process-content p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.process-cards {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.process-card {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;

    background: linear-gradient(180deg,
            rgba(2, 178, 119, 0.95) 0%,
            rgba(0, 69, 143, 0.55) 100%);

    backdrop-filter: blur(8px);
    text-align: center;
}

.process-cards .process-card:nth-child(3),
.process-cards .process-card:nth-child(4) {
    background: linear-gradient(180deg,
            rgba(0, 69, 143, 0.55) 0%,
            rgba(2, 178, 119, 0.95) 100%);
}

.process-card h3 {
    color: var(--white-color);
    font-size: var(--tx_22);
    line-height: 1.3;
}

.process-card p {
    color: var(--white-color);
    font-size: var(--tx_16);
    line-height: 1.4;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    min-height: 430px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.project-card:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.project-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #00000033 44%, #000 100%);
    z-index: 1;
}

.project-overlay {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 50px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-overlay h3 {
    color: var(--white-color);
    font-size: var(--tx_24);
    line-height: 1.2;
}

.project-overlay p {
    color: var(--white-color);
    font-size: var(--tx_16);
    line-height: 1.5;
    margin-bottom: 10px;
}

.faq-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: var(--gray-bg);
}

.faq-content {
    padding: 100px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 665px;
    margin: auto 0 auto auto;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.faq-item {
    background: var(--white-color);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}

.faq-question {
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    font-size: var(--tx_18);
    font-weight: 700;
    color: var(--black-color);
    padding-right: 5px;
}

.faq-icon {
    transition: .3s;
    color: #00458F;
    flex: none;
    display: flex;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 22px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.faq-answer p {
    color: var(--white-color);
    font-size: var(--tx_16);
    line-height: 1.4;
}

.faq-answer ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 25px;
}

.faq-answer ul li {
    color: var(--white-color);
    font-size: var(--tx_16);
    line-height: 1.4;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 22px;
    background: var(--blue-primary-color);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-image {
    background-position: 350px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/solar-img.jpg);
    background-attachment: fixed;
}

.testimonial-section {
    background-color: var(--green-primary-color);
}

.testimonial-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.testimonial-left,
.testimonial-right {
    width: calc(50% - 20px);
}

.testimonial-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial-left .section-tag,
.testimonial-left h2 {
    color: var(--white-color);
}

.testimonial-left h2 span {
    color: var(--blue-primary-color);
}

.testimonial-left h2 span:hover {
    color: var(--white-color);
}

.testimonial-left p {
    color: var(--white-color);
    font-size: var(--tx_18);
    line-height: 1.5;
}

.testimonialSlider {
    width: 120%;
}

.review-card {
    border-bottom: 3px solid var(--blue-primary-color);
    padding: 30px;
    text-align: center;
    background-color: var(--white-color);
    box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    height: 100%;
}

.review-card .quote {
    position: absolute;
    top: 10px;
    left: 10px;
}

.review-card .quote svg {
    width: 40px;
    height: 40px;
}

.review-content {
    margin: 20px 0 10px;
    position: relative;
}

.review-content::after {
    content: '';
    height: 2px;
    width: 50px;
    background-color: var(--blue-primary-color);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.review-card p {
    color: var(--text-color);
    font-size: var(--tx_16);
    line-height: 1.4;
    font-weight: 400;
}

.review-owners {
    margin-top: 20px;
    text-align: center;
}

.review-owners h4 {
    font-size: var(--tx_18);
    font-weight: 700;
    color: var(--black-color);
    line-height: 1.7;
}

.review-owners span {
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    font-size: var(--tx_12);
}

.testimonial-right {
    height: 450px;
}

.testimonial-right img {
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: var(--white-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: .35s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: .5s;
}

.blog-card:hover .blog-image img {
    transform: scale(1.08);
}

.blog-date {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 62px;
    height: 62px;
    background: var(--blue-primary-color);
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: var(--tx_12);
}

.blog-date strong {
    font-size: var(--tx_22);
}

.blog-content {
    padding: 35px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.blog-content h3 {
    font-size: var(--tx_24);
    line-height: 1.3;
    color: var(--black-color);
    font-weight: 600;
}

.blog-content p {
    color: var(--black-color);
    font-size: var(--tx_16);
    line-height: 1.8;
    flex: 1;
}

.blog-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-primary-color);
    font-size: var(--tx_18);
    font-weight: 400;
    transition: .3s;
}

.footer {
    background-color: var(--blue-primary-color);
    color: var(--white-color);
}

.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid var(--white-color);
}

.footer-about {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-about p {
    font-size: var(--tx_16);
    font-weight: 400;
    line-height: 1.4;
}

.newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter input {
    padding: 10px 15px;
    background: var(--white-color);
    color: var(--black-color);
    border: none;
    outline: none;
    box-shadow: none;
}

.submit-btn {
    background-color: var(--green-primary-color);
    color: var(--white-color);
    font-size: var(--tx_14);
    font-weight: 400;
    min-width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 12px 20px;
}

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-links h3,
.footer-contact h3 {
    font-size: var(--tx_24);
    font-weight: 500;
    color: var(--white-color);
}

.footer-links ul,
.footer-contact ul {
    padding-left: 30px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact ul {
    padding-left: 0;
}

.footer-links ul li {
    position: relative;
    list-style: none;
}

.footer-links ul li a {
    font-size: var(--tx_16);
    font-weight: 400;
    color: var(--white-color);
}

.footer-links ul li::after {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.666687 5.33333H12.3334" stroke="%2302B277" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 10L12.6667 5.33333L8 0.666667" stroke="%2302B277" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: -30px;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contact ul li a,
.footer-contact ul li span {
    font-size: var(--tx_16);
    font-weight: 400;
    color: var(--white-color);
}

.footer-contact ul li span:first-child {
    flex: none;
    display: flex;
}

.footer-contact ul li span svg {
    width: 20px;
    height: 20px;
}

.footer-bottom {
    padding: 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.footer-bottom p {
    font-size: var(--tx_16);
    font-weight: 400;
    color: var(--white-color);
}

.footer-bottom .social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-bottom .social-icons svg {
    width: 28px;
    height: 28px;
}

.inner-banner {
    padding: 100px 0;
}

.about-banner,
.service-banner,
.project-banner,
.solar-works-banner,
.faq-banner,
.blog-banner,
.blog-details-banner,
.contact-banner {
    background: linear-gradient(190deg, #FFFFFF4A 0%, rgba(3, 71, 144, 0.3) 55%), url(../img/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-page .about-image-wrap img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 80%;
    height: 580px;
    aspect-ratio: unset;
}

.about-page .experience-badge {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    bottom: 80px;
    -o-border-radius: 0;
    top: unset;
    padding: 40px;
    height: auto;
    text-align: left;
    align-items: flex-start;
}

.about-page .experience-badge p {
    text-align: left;
    font-size: var(--tx_18);
    line-height: 1.2;
    font-weight: 500;
}

.cta-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.cta-image img {
    width: 100%;
    max-height: 500px;
}

.process-section .stats-grid {
    margin: 0;
}

.process-section .stats-grid .stat-card {
    padding: 20px;
    text-align: center;
    border-width: 2px;
}

.process-section .stats-grid .stat-card h4 {
    color: var(--white-color);
    font-size: 40px;
}

.process-section .stats-grid .stat-card p {
    color: var(--white-color);
    font-size: var(--tx_20);
}

.energy-section {
    border-bottom: 10px solid var(--green-primary-color);
}

.energy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.energy-card {
    background: #EBF3ED;
    box-shadow: 0px 8px 10px 0px rgba(148.99999999999997, 156.99999999999997, 164.99999999999997, 0.2);
    border-radius: 6px;
    padding: 35px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-bottom: 3px solid transparent;
}

.energy-card:hover {
    border-bottom: 3px solid var(--blue-primary-color);
}

.energy-icon {
    width: 80px;
    height: 80px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.energy-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.energy-card h3 {
    font-size: var(--tx_28);
    font-weight: 600;
    line-height: 1.2;
    color: var(--black-color);
}

.energy-card p {
    font-size: var(--tx_16);
    font-weight: 400;
    line-height: 1.6;
    color: var(--black-color);
}

.choose-section {
    background-color: var(--blue-primary-color);
}

.choose-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.choose-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
}

.choose-content .choose-heading .section-tag {
    color: var(--white-color);
}

.choose-content .choose-heading h2 {
    color: var(--white-color);
}

.choose-content .choose-heading h2 span {
    color: var(--green-primary-color);
}

.choose-content .choose-heading h2 span:hover {
    color: var(--white-color);
}

.choose-content .choose-heading p {
    font-size: var(--tx_16);
    font-weight: 400;
    color: var(--white-color);
    line-height: 1.5;
}

.choose-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.choose-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    background-color: var(--white-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.choose-icon {
    width: 56px;
    height: 56px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--blue-primary-color);
    color: var(--white-color);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.choose-icon svg {
    width: 28px;
    height: 28px;
}

.choose-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.choose-text h3 {
    font-size: var(--tx_20);
    font-weight: 600;
    line-height: 1.3;
    color: var(--black-color);
}

.choose-text p {
    font-size: var(--tx_16);
    font-weight: 400;
    line-height: 1.5;
    color: var(--black-color);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.team-card {
    background: var(--white-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.team-card:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    height: 300px;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

.team-card:hover .team-image img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.team-social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    background: var(--blue-primary-color);
    transition: bottom 0.35s ease;
    -webkit-transition: bottom 0.35s ease;
    -moz-transition: bottom 0.35s ease;
    -ms-transition: bottom 0.35s ease;
    -o-transition: bottom 0.35s ease;
}

.team-card:hover .team-social {
    bottom: 0;
}

.team-social a {
    width: 34px;
    height: 34px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    color: var(--blue-primary-color);
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.team-social a:hover {
    background: var(--green-primary-color);
    color: var(--white-color);
}

.team-social a svg {
    width: 16px;
    height: 16px;
}

.team-info {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.team-info h3 a {
    font-size: var(--tx_22);
    font-weight: 600;
    line-height: 1.2;
    color: var(--blue-primary-color);
    transition: color 0.3s ease;
}

.team-info h3 a:hover {
    color: var(--green-primary-color);
}

.team-info span {
    font-size: var(--tx_14);
    font-weight: 400;
    color: var(--text-color);
}

.pricing-section {
    background-color: var(--gray-bg);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pricing-card {
    background: var(--white-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-bottom: 50px;
}

.pricing-card:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.pricing-head {
    padding: 20px 60px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-head p {
    font-size: var(--tx_16);
    line-height: 1.5;
    color: var(--black-color);
}

.pricing-head h3 {
    font-size: var(--tx_28);
    font-weight: 600;
    color: var(--blue-primary-color);
}

.pricing-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 20px 60px 10px;
    background-color: var(--white-color);
}

.pricing-price strong {
    font-size: 40px;
    font-weight: 700;
    color: var(--black-color);
}

.pricing-price sup {
    font-size: var(--tx_16);
    font-weight: 400;
}

.pricing-card .about-list {
    flex: 1;
    padding: 20px 60px 10px;

}

.pricing-card .btn {
    width: fit-content;
    margin: 0 60px;
}

.pricing-card .about-list li::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 512 512"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" fill="%2302B277"/></svg>');
}

.active-pricing-price {
    background-color: var(--green-primary-color);
}

.active-pricing-price .pricing-head h3,
.active-pricing-price .pricing-head p,
.active-pricing-price .about-list li {
    color: var(--white-color);
}

.active-pricing-price.pricing-card .about-list li::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 512 512"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" fill="%23ffffff"/></svg>');
}

.active-pricing-price .btn.green-fill-btn {
    color: var(--green-primary-color);
    background-color: var(--white-color);
}


/* How Solar Works page */
.intro-section .section-heading {
    max-width: 100%;
    margin: 0 auto;
}

.intro-section .section-heading p {
    color: var(--black-color);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.step-card {
    position: relative;
    background: var(--white-color);
    padding: 40px 24px 28px;
    margin-top: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
}

.step-badge {
    position: absolute;
    top: -16px;
    left: -6px;
    background: var(--green-primary-color);
    color: var(--white-color);
    font-size: var(--tx_14);
    font-weight: 600;
    padding: 6px 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.step-card h3 {
    color: var(--blue-primary-color);
    font-size: var(--tx_18);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.step-card p {
    color: var(--black-color);
    font-size: var(--tx_16);
    line-height: 1.8;
    text-align: center;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-column .faq-item.active .faq-question {
    background-color: var(--green-primary-color);
    color: var(--white-color);
}

.faq-column .faq-item.active .faq-question h3 {
    color: var(--white-color);
}

.faq-column .faq-item.active .faq-answer {
    background-color: var(--white-color);
}

.faq-column .faq-item.active .faq-answer p,
.faq-column .faq-item.active .faq-answer li {
    color: var(--black-color);
}

.faq-column .faq-item.active .faq-icon {
    color: var(--white-color);
}

/* pricing plan page */

.why-plans-section {
    background-color: var(--gray-bg);
}

.pricing-banner {
    background: linear-gradient(190deg, #FFFFFF4A 0%, rgba(3, 71, 144, 0.3) 55%), url(../img/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-page .pricing-section {
    background-color: var(--white-color);
}

/* appointment section */

.appointment-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
}

.appointment-image {
    background: linear-gradient(190deg, #FFFFFF4A 0%, rgba(3, 71, 144, 0.3) 55%), url(../img/contact-plan.png);
    background-size: cover;
    background-position: -425px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.appointment-content {
    padding: 100px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 665px;
    margin: auto auto auto 0;
}

.appointment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.appointment-form input,
.appointment-form textarea {
    width: 100%;
    padding: 16px 20px;
    font-family: "Albert Sans", sans-serif;
    font-size: var(--tx_16);
    color: var(--black-color);
    background: var(--white-color);
    border: 1px solid #F5F7F4;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.appointment-form textarea {
    min-height: 150px;
    resize: none;
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
    color: var(--text-color);
    opacity: 1;
}

.appointment-form input:focus,
.appointment-form textarea:focus {
    border-color: var(--green-primary-color);
}

.appointment-form .btn {
    margin-top: 10px;
    min-width: 150px;
}

/* team page */

.team-banner {
    background: linear-gradient(190deg, #FFFFFF4A 0%, rgba(3, 71, 144, 0.3) 55%), url(../img/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* team.html reuses the shared .team-grid/.team-card/.team-image/.team-info
   component (defined above for aboutus.html). Only the page-specific
   differences are overridden here under the .team-page wrapper. */

.team-page .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.team-page .team-card {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.team-page .team-image img {
    width: 100%;
    height: 320px;
    border-radius: 0px 0px 0px 75px;
    -webkit-border-radius: 0px 0px 0px 75px;
    -moz-border-radius: 0px 0px 0px 75px;
    -ms-border-radius: 0px 0px 0px 75px;
    -o-border-radius: 0px 0px 0px 75px;
}

.team-page .team-card:hover {
    transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
}

.team-page .team-card:hover .team-image img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.team-page .team-info {
    gap: 12px;
    text-align: left;
}

.team-page .team-info h3 {
    color: var(--black-color);
    font-size: var(--tx_28);
    font-weight: 600;
    line-height: 1.2;
}

.team-info .designation {
    color: var(--black-color);
    font-size: var(--tx_20);
    font-weight: 500;
}

.team-socials {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-top: 4px;
}

.team-socials a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--green-primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-socials a:hover {
    background-color: var(--blue-primary-color);
}

.team-highlights-section {
    background-color: var(--gray-bg);
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.highlight-card {
    background: var(--white-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.highlight-card:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
}

.highlight-icon {
    width: 64px;
    height: 64px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-primary-color);
    background: rgba(2, 178, 119, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.highlight-card:hover .highlight-icon {
    color: var(--white-color);
    background: var(--green-primary-color);
}

.highlight-card h3 {
    color: var(--blue-primary-color);
    font-size: var(--tx_20);
    font-weight: 700;
    line-height: 1.3;
}

.highlight-card p {
    font-size: var(--tx_16);
    line-height: 1.6;
    font-weight: 400;
}

/* blog details page */
.post,
.post-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post-thumb {
    border-radius: 10px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.post-thumb img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    display: block;
}

.post-meta {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post-meta li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--tx_16);
    font-weight: 500;
    color: var(--black-color);
}

.post-meta li svg {
    color: var(--black-color);
    flex: none;
}

.post-body h2 {
    font-size: var(--tx_h2);
    line-height: 1.3;
    color: var(--blue-primary-color);
}

.post-body h3 {
    color: var(--blue-primary-color);
    font-size: var(--tx_28);
    font-weight: 700;
    line-height: 1.3;
}

.post-body p {
    font-size: var(--tx_16);
    line-height: 1.7;
    color: var(--black-color);
}

.post-body ul,
.post-body ol {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 22px;
}

.post-body ul li,
.post-body ol li {
    font-size: var(--tx_16);
    line-height: 1.6;
    color: var(--black-color);
}

.post-body ul li {
    list-style: disc;
}

.post-body ol li {
    list-style: decimal;
}

.post-body li strong {
    color: var(--black-color);
}

.post-ol-strong li strong {
    display: block;
}

.post-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.post-share span {
    font-size: var(--tx_16);
    font-weight: 600;
    color: var(--black-color);
}

.post-share-links {
    display: flex;
    gap: 10px;
}

.post-share-links a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--green-primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.post-share-links a:hover {
    background-color: var(--blue-primary-color);
}

.related-posts h2 {
    margin: 30px 0;
    font-size: var(--tx_22);
    font-weight: 600;
    color: var(--black-color);
}

/* contact page */

.contact-map {
    line-height: 0;
}

.contact-map iframe {
    width: 100%;
    height: 480px;
    border: 0;
    display: block;
}

.contact-section {
    width: 70%;
    margin: 0 auto;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    position: relative;
    z-index: 1;
    margin-top: -160px;
    overflow: hidden;
}

.contact-info {
    background-color: var(--green-primary-color);
    padding: 50px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.contact-info h2,
.contact-info h2 span {
    color: var(--white-color);
    font-size: 34px;
}

.contact-detail h3 {
    font-size: var(--tx_22);
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 8px;
}

.contact-detail p,
.contact-detail a {
    display: block;
    font-size: var(--tx_20);
    line-height: 1.6;
    color: var(--white-color);
}

.contact-socials {
    display: flex;
    gap: 12px;
    margin-top: 5px;
}

.contact-socials a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue-primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-socials a svg path {
    fill: var(--white-color);
}

.contact-socials a:hover {
    background-color: var(--white-color);
}

.contact-socials a:hover svg path {
    fill: var(--blue-primary-color);
}

.contact-form-box {
    background-color: var(--white-color);
    padding: 50px 45px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 80px;
}

.contact-form-box h2,
.contact-form-box h2 span {
    color: var(--blue-primary-color);
    font-size: var(--tx_20);
}

.contact-form-box .appointment-form {
    gap: 16px;
}

.contact-form-box .appointment-form input,
.contact-form-box .appointment-form textarea {
    padding: 14px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.contact-form-box .appointment-form input:focus,
.contact-form-box .appointment-form textarea:focus {
    border-color: var(--green-primary-color);
}

.contact-form-box .appointment-form textarea {
    min-height: 110px;
}

@media(max-width:1280px) {
    .faq-image {
        background-position: 160px 0px;
    }
}

@media(max-width:1200px) {
    .navbar .menu {
        gap: 24px;
    }

    .home-hero .hero-content {
        padding: 70px 15px;
    }
}

@media(max-width:1100px) {
    .faq-image {
        background-position: 90px 0px;
    }
}

@media (max-width: 1024px) {
    .pt {
        padding: 60px 0;
    }

    .dropdown-menu li a:hover {
        color: var(--black-color) !important;
        background: transparent;
    }

    .mobile-menu {
        width: 50px;
        height: 30px;
        background: var(--blue-primary-color);
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: auto;
    }

    .mobile-cross {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: var(--blue-primary-color);
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .navbar {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        height: 100vh;
        height: 100dvh;
        background: #f7f7f7;
        padding: 80px 20px 20px;
        z-index: 9999;
        transition: left 0.35s ease;
        overflow-y: auto;
    }

    .navbar.active {
        left: 0;
    }

    .navbar .menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .navbar .menu li {
        width: 100%;
    }

    .navbar .menu li a,
    .navbar .dropdown-toggle {
        width: 100%;
        padding: 15px 0;
        justify-content: space-between;
        display: inline-flex;
    }

    body.menu-open {
        overflow: hidden;
    }

    .dropdown-menu {
        position: unset;
        max-height: 0;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .dropdown-menu a {
        opacity: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .dropdown.active .dropdown-menu {
        max-height: 420px;
        padding: 0px 20px;
    }

    .dropdown.active .dropdown-menu a {
        opacity: 1;
    }

    .arrow {
        width: auto;
        height: 16px;
        border: 1px solid var(--black-color);
        padding: 10px;
        border-radius: 30px;
    }

    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 9998;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .home-hero {
        grid-template-columns: 1fr;
    }

    .home-hero .hero-content {
        max-width: 100%;
    }

    .hero-content h1 br {
        display: none;
    }

    .about-wrapper,
    .choose-wrapper {
        gap: 30px;
    }

    .about-left,
    .about-right,
    .choose-image,
    .choose-content {
        width: 100%;
    }

    .choose-image {
        height: 420px;
    }

    .team-grid,
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .about-image-wrap img {
        width: 45%;
    }

    .experience-badge {
        display: none;
    }

    .services-grid,
    .energy-grid,
    .choose-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .process-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .project-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .faq-section {
        grid-template-columns: 1fr;
    }

    .faq-content {
        padding: 60px 15px;
        max-width: 665px;
        margin: auto;
    }

    .faq-content .section-tag,
    .faq-content h2 {
        text-align: center;
    }

    .faq-image {
        display: none;
    }

    .testimonial-left,
    .testimonial-right {
        width: 100%;
    }

    .testimonialSlider {
        width: 100%;
    }

    .testimonial-wrapper {
        gap: 24px;
    }

    .testimonial-right {
        height: 350px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .about-page .experience-badge {
        display: flex;
        width: 300px;
    }

    .cta-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .contact-section {
        width: 100%;
    }

    .contact-wrapper,
    .contact-form-box {
        margin-top: 0;
    }
}

@media(max-width:992px) {
    .process-section .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-head,
    .pricing-price,
    .pricing-card .about-list {
        padding: 20px 30px 10px;
    }

    .pricing-card .btn {
        margin: 0 30px;
    }

    .appointment-image {
        background-position: 0px 0px;
        min-height: 300px;
    }

    .appointment-section {
        padding-bottom: 0 !important;
    }

    .appointment-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .appointment-image img {
        max-height: 420px;
    }

    .appointment-content {
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 90%;
        margin: auto;
        width: 100%;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        margin-top: -90px;
        text-align: center;
    }

    .team-page .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {
    .pt {
        padding: 40px 0;
    }

    .header-content>.btn {
        display: none;
    }

    .top-bar-wrapper {
        display: none;
    }

    .home-hero .hero-content {
        padding: 50px 15px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .home-hero .hero-image {
        display: none;
    }

    .about-bg-text {
        display: none;
    }

    .choose-image {
        height: 340px;
    }

    .about-image-wrap img {
        max-width: 55%;
        width: 100%;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-item.active .faq-answer {
        padding: 0 15px;
    }

    .faq-question,
    .faq-item.active .faq-answer {
        padding: 15px;
    }

    .faq-question h3 {
        font-size: var(--tx_16);
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-page .about-image-wrap img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .about-page .experience-badge {
        display: none;
    }

    .steps-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .contact-map iframe {
        height: 360px;
    }

    .contact-info,
    .contact-form-box {
        padding: 35px 25px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}

@media(max-width:576px) {
    .testimonial-right {
        height: 200px;
    }

    .services-grid,
    .process-cards,
    .project-grid,
    .blog-grid,
    .energy-grid,
    .team-grid,
    .pricing-grid,
    .choose-list,
    .team-page .team-grid,
    .highlights-grid {
        grid-template-columns: 1fr;
    }

    .energy-card {
        padding: 18px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .process-section .stats-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .team-page .team-image img {
        height: auto;
    }

    .blog-content {
        padding: 25px;
        gap: 10px;
    }
}

@media(max-width:500px) {
    .hero-btns {
        justify-content: center;
        flex-wrap: wrap;
    }

    .about-image-wrap img {
        max-width: 90%;
    }
}

@media(max-width:430px) {
    .header-wrapper .header-content .logo {
        max-width: 200px;
    }
}

@media(max-width:360px) {
    .stats-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}