/* TechPlugs final layout and responsive corrections */

:root {
    --techplugs-banner-green: radial-gradient(circle at 80% 25%, rgba(80, 198, 45, 0.24), transparent 35%), linear-gradient(115deg, #052d2d 0%, #075636 100%);
}

img {
    max-width: 100%;
}

.dropdown-arrow {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 7px;
    vertical-align: middle;
    flex: 0 0 auto;
}

.dropdown-arrow::after {
    position: absolute;
    inset: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
    transform-origin: center;
}

.top-navbar {
    min-height: 92px;
    padding: 10px 40px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(4, 43, 28, 0.08);
}

.header-logo {
    width: auto;
    height: 62px;
    max-width: 285px;
    object-fit: contain;
}

.top-navbar.sticky {
    padding: 10px 40px;
    background: #fff;
    backdrop-filter: none;
    box-shadow: 0 8px 28px rgba(4, 43, 28, 0.1);
}

@media (min-width: 1200px) {
    .top-navbar .submenu {
        top: calc(100% + 14px);
        border: 1px solid #e3ebe5;
        border-top: 4px solid #339f2d;
        border-radius: 10px;
        background: #fff;
        transform: translateY(8px);
    }

    .top-navbar .dropdown:hover > .submenu {
        transform: translateY(0);
    }

    .top-navbar .dropdown::after {
        top: 100%;
        height: 18px;
        pointer-events: auto;
    }
}

.hero-slide {
    height: clamp(320px, 39.3vw, 620px);
    background-position: center;
    background-size: cover;
}

.why-choose-us-container {
    margin-left: auto;
    margin-right: auto;
}

.home-about-section,
.about-page-layout,
.detail-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 550px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(35px, 6vw, 90px);
    padding-top: 40px;
    padding-bottom: 40px;
}

.why-choose-us-left-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us-left-container img,
.about-section-image,
.detail-page-image {
    display: block !important;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border-radius: 24px;
    object-fit: contain;
    object-position: center;
}

.about-rich-content,
.rich-description {
    overflow-wrap: anywhere;
}

.about-rich-content h2 {
    margin-bottom: 22px;
}

.about-rich-content p,
.rich-description p {
    margin: 0 0 14px;
    color: #222;
    font-size: 17px;
    line-height: 1.65;
}

.about-rich-content p:last-child,
.rich-description p:last-child {
    margin-bottom: 0;
}

.clean-energy-container {
    align-items: center;
}

.clean-energy-star-container,
.clean-energy-star-container img {
    width: 100%;
}

.who-we-are-image {
    display: block;
    height: auto;
    max-height: 390px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.clean-energy-right-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.clean-energy-financial-savings {
    max-width: none;
    text-align: left;
}

.clean-energy-financial-savings > img {
    display: block;
    margin: 0 auto 5px;
    object-fit: contain;
}

.service-solutions-section {
    padding-bottom: 72px;
}

.service-container-main {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}

.service-solutions-autoplay .slick-list {
    width: 100%;
}

.service-solutions-autoplay .slick-track {
    display: flex;
}

.service-solutions-autoplay .slick-slide {
    display: flex;
    height: auto;
    margin: 0;
    padding: 0 12px;
}

.service-solutions-autoplay .slick-slide > .service-solutions-card-link {
    display: flex;
    width: 100%;
}

.service-solutions-card {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.service-solutions-bottom-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.service-solutions-img {
    display: block;
    width: 100%;
    height: 270px;
    margin: 0 auto;
    background: #fff;
    object-fit: contain;
    object-position: center;
}

.product-section-heading,
.product-card-title {
    text-transform: uppercase;
}

.service-solutions-autoplay .slick-prev,
.service-solutions-autoplay .slick-next {
    z-index: 5;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.service-solutions-autoplay .slick-prev {
    left: 0;
}

.service-solutions-autoplay .slick-next {
    right: 0;
}

.service-solutions-autoplay .slick-prev::before,
.service-solutions-autoplay .slick-next::before {
    color: #236d20;
    opacity: 1;
}

.service-solutions-autoplay .slick-dots {
    bottom: -42px;
}

.service-solutions-autoplay .slick-dots li button::before {
    color: #fff;
    opacity: 0.55;
}

.service-solutions-autoplay .slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 1;
}

.our-expert-container {
    padding-top: 20px;
    padding-bottom: 70px;
}

.our-expert-grid-container {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    align-items: stretch;
}

.our-expert-grid-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #edf0ed;
    border-radius: 20px;
    background: #fff;
}

.our-expert-grid-card > a {
    display: flex;
    min-height: 230px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.our-expert-grid-card > a .our-expert-img {
    display: block;
    width: 100%;
    height: 230px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    object-fit: contain;
    object-position: center;
}

.our-expert-grid-content {
    flex: 1;
}

.process-step-image {
    display: block;
    width: 140px;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
    object-position: center;
}

.how-it-works-grid-box-para p {
    margin: 0;
}

.projects-container {
    min-height: 0;
}

.project-main-img {
    display: block;
    height: 250px;
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
}

.testimonial-container {
    align-items: stretch;
    margin-top: 70px;
    margin-bottom: 70px;
    gap: clamp(30px, 6vw, 80px);
}

.testimonial-left-container,
.testimonial-right-container {
    max-width: none;
    width: calc(50% - 20px);
}

.testimonial-left-container {
    display: flex;
}

.testimonial-left-container .testimonial-feature-image {
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 420px;
    max-height: 500px;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}

.testimonial-right-container {
    min-height: 420px;
}

.testimonial-slide {
    gap: 42px;
}

.latest-news-container:has(.masonry-grid:empty),
.projects-container:has(.projects-slider:empty) {
    display: none;
}

.service-solutions-section3 {
    padding: 58px 15px 82px;
}

.service-solutions-grid-container {
    grid-template-columns: repeat(auto-fit, minmax(260px, 310px));
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}

.service-solutions-grid-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 420px;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dfe8e1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(5, 48, 32, 0.08);
    line-height: normal;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-solutions-grid-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(5, 48, 32, 0.14);
}

.service-solutions-grid-card > a {
    display: flex;
    width: 100%;
    height: 285px;
    min-height: 285px;
    padding: 12px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0;
    background: #f3f7f3;
}

.service-solutions-grid-card .services2-img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    border-radius: 14px;
    transform: none;
}

.service-solutions-grid-card:hover .services2-img {
    transform: none;
}

.service-solutions-grid-card-content {
    position: static;
    display: flex;
    width: 100%;
    min-height: 135px;
    padding: 20px 18px 22px;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 0;
    background: #fff;
    transform: none;
}

.service-solutions-grid-card:hover .service-solutions-grid-card-content {
    transform: none;
}

.service-solutions-grid-card-content h3 {
    display: -webkit-box;
    width: 100%;
    min-height: 52px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #08110d;
    font-size: 18px;
    font-weight: 650;
    line-height: 26px;
    text-align: center;
}

.service-solutions-grid-card .green-circle-arrow {
    position: static;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    flex: 0 0 auto;
    transform: none;
    box-shadow: 0 8px 18px rgba(51, 159, 45, 0.22);
}

.service-solutions-grid-card .green-circle-arrow img {
    width: 27px;
    height: 27px;
}

/* The decorative cursor looked like a stuck loading indicator in screenshots. */
.cursor {
    display: none !important;
}

.gallery-container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.gallery-card-container,
.clients-gallery .gallery-card-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.gallery-wrapper {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
}

.gallery-wrapper .gallery-img {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-form-message {
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
}

.contact-form-message p {
    margin: 0;
}

.contact-form-success {
    border: 1px solid #92d69a;
    background: #eaf8ec;
    color: #155d20;
}

.contact-form-error {
    border: 1px solid #e5a3a3;
    background: #fff0f0;
    color: #8a1c1c;
}

.submit-now-btn {
    cursor: pointer;
}

.footer-top-container {
    gap: 50px;
}

.footer-top-right-container {
    max-width: none;
    flex: 1;
}

.contact-home-rakshak-solar h3 {
    text-align: left !important;
}

.floating-btn img {
    object-fit: contain;
}

/* Premium, responsive home hero. The background file remains admin controlled. */
.tech-hero {
    position: relative;
    min-height: 0;
    margin-top: 100px;
    overflow: hidden;
    aspect-ratio: var(--hero-image-ratio, 1949 / 807);
    background-color: #03120d;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.tech-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 14, 10, 0.97) 0%, rgba(1, 14, 10, 0.87) 35%, rgba(1, 14, 10, 0.18) 66%, rgba(1, 14, 10, 0.03) 100%);
}

.tech-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 1320px;
    min-height: 100%;
    margin: 0 auto;
    padding: 70px 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.tech-hero-eyebrow,
.inner-hero-label {
    margin: 0 0 15px;
    color: #8fe638;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.tech-hero h1 {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 5vw, 76px);
    font-weight: 750;
    line-height: 1.04;
}

.tech-hero h1 span {
    color: #f3d610;
}

.tech-hero-copy {
    max-width: 565px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.65;
}

.tech-hero-actions {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 14px;
}

.tech-hero-actions a {
    display: inline-flex;
    min-height: 50px;
    padding: 12px 24px;
    border: 1px solid #83d42d;
    border-radius: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 650;
    transition: 0.25s ease;
}

.tech-hero-primary {
    background: #78c82c;
    color: #06110a;
}

.tech-hero-secondary {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.tech-hero-actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(91, 214, 44, 0.24);
}

.tech-hero-points {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 12px 28px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
}

.tech-hero-points span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.tech-hero-points i,
.tech-hero-points b {
    color: #8ee72c;
    font-size: 17px;
    line-height: 1;
}

/* Compact inner banners: database title, copy, and image are rendered dynamically. */
.inner-hero {
    position: relative;
    background: var(--techplugs-banner-green);
}

/* Use the Services green theme consistently on every menu-page banner. */
.inner-page .common-page-section,
.inner-page .common-page-wrapper {
    background: var(--techplugs-banner-green);
}

.inner-page .common-page-wrapper .about-page-left-img,
.inner-page .common-page-wrapper .about-page-right-img {
    display: none !important;
}

.inner-hero-inner {
    display: grid;
    max-width: 1320px;
    min-height: 270px;
    margin: 0 auto;
    padding: 125px 15px 35px;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 45px;
}

.inner-hero-with-image .inner-hero-inner {
    min-height: 390px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
}

.inner-hero-copy h1,
.common-page-container h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 750;
    line-height: 1.1;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.inner-hero-description {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.83);
    font-size: 18px;
    line-height: 1.6;
}

.inner-hero-media {
    display: flex;
    height: 270px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.inner-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.common-page-container {
    min-height: 245px;
    padding-top: 125px;
    padding-bottom: 35px;
}

.common-page-container h1 {
    text-align: center;
}

/* Compact About/Who We Are blocks with balanced image and copy proportions. */
.home-about-section,
.about-page-layout {
    grid-template-columns: minmax(340px, 500px) minmax(0, 1fr);
    gap: clamp(34px, 5vw, 72px);
}

.home-about-section .about-section-image,
.about-page-layout .about-section-image {
    height: 340px;
}

.clean-energy-section {
    padding-top: 15px;
    padding-bottom: 55px;
}

.clean-energy-container {
    padding: 36px;
    gap: 36px;
    border: 1px solid #e5ebe6;
    border-radius: 24px;
}

.clean-energy-left-container {
    max-width: 38%;
}

.who-we-are-image {
    max-height: 350px;
}

.clean-energy-financial-savings {
    min-height: 245px;
    padding: 26px;
    border: 1px solid #dfe8df;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.clean-energy-financial-savings h3,
.clean-energy-financial-savings p {
    width: 100%;
    text-align: center;
}

/* Four distinct process icons and accent colours. */
.how-it-works-container {
    padding-top: 55px;
    padding-bottom: 65px;
}

.process-icon {
    display: inline-flex;
    width: 92px;
    height: 92px;
    margin-top: 28px;
    border-radius: 26px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 38px;
    box-shadow: 0 16px 35px rgba(11, 31, 23, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works-grid-box:hover .process-icon {
    transform: translateY(-7px) rotate(-3deg);
    box-shadow: 0 22px 42px rgba(11, 31, 23, 0.23);
}

.process-discover { background: linear-gradient(135deg, #00a86b, #087f5b); }
.process-design { background: linear-gradient(135deg, #ffb000, #f27622); }
.process-develop { background: linear-gradient(135deg, #3977f6, #6d45d8); }
.process-support { background: linear-gradient(135deg, #ef426f, #d72f93); }

/* Testimonial should support the message, not dominate the page. */
.testimonial-container {
    max-width: 1180px;
    margin-top: 60px;
    margin-bottom: 60px;
    gap: 42px;
}

.testimonial-left-container .testimonial-feature-image {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    border-radius: 24px;
}

.testimonial-right-container {
    min-height: 360px;
    border-radius: 24px;
}

/* Compact home-only footer. */
.tech-footer {
    margin: 0;
    padding: 0 28px;
    background: #03064f;
    color: #fff;
}

.tech-footer-grid {
    display: grid;
    max-width: 1320px;
    margin: 0 auto;
    padding: 52px 0 38px;
    grid-template-columns: minmax(260px, 1.45fr) repeat(2, minmax(130px, 0.7fr)) minmax(270px, 1fr);
    gap: clamp(30px, 4vw, 65px);
}

.tech-footer-logo-wrap {
    display: inline-flex;
    max-width: 240px;
    padding: 8px 12px;
    border-radius: 10px;
    background: #fff;
}

.tech-footer-logo-wrap img {
    display: block;
    width: 100%;
    height: 48px;
    object-fit: contain;
}

.tech-footer-brand > p {
    max-width: 350px;
    margin: 20px 0 22px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.7;
}

.tech-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tech-footer-socials a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.25s ease;
}

.tech-footer-socials a:hover {
    transform: translateY(-3px);
    background: #2eaa35;
}

.tech-footer-socials img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.tech-footer-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.tech-footer-column h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.tech-footer-column > a {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.5;
}

.tech-footer-column > a:hover,
.tech-footer-contact a:hover {
    color: #79dc43;
}

.tech-footer-contact p {
    display: grid;
    width: 100%;
    margin: 0;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.tech-footer-contact p span {
    color: #63d844;
    font-size: 18px;
}

.tech-footer-contact a {
    color: inherit;
    overflow-wrap: anywhere;
}

.tech-footer-bottom {
    max-width: 1320px;
    margin: 0 auto;
    padding: 18px 0 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tech-footer-bottom p,
.tech-footer-bottom a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.floating-btn {
    position: fixed;
    right: 20px;
    z-index: 9999;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.floating-btn:hover { transform: scale(1.08); }
.floating-btn img { width: 24px; height: 24px; object-fit: contain; }
.whatsapp-btn { bottom: 150px; background: #25d366; }
.call-btn { bottom: 96px; background: #0d6efd; }

@media (max-width: 1199px) {
    .top-navbar,
    .top-navbar.sticky {
        min-height: 86px;
        padding: 10px 20px;
        background: #fff;
        backdrop-filter: none;
    }

    .header-logo {
        height: 58px;
        max-width: 265px;
    }

    .tech-hero {
        margin-top: 86px;
        background-position: center top;
    }

    .tech-hero-shade {
        background: linear-gradient(90deg, rgba(1, 14, 10, 0.97) 0%, rgba(1, 14, 10, 0.9) 45%, rgba(1, 14, 10, 0.24) 78%);
    }

    .inner-hero-with-image .inner-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(250px, 35%);
    }

    .hero-slide {
        height: clamp(280px, 42vw, 500px);
    }

    .home-about-section,
    .about-page-layout,
    .detail-page-layout {
        grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
        gap: 35px;
    }

    .why-choose-us-left-container img,
    .about-section-image,
    .detail-page-image {
        height: 360px;
    }

    .clean-energy-container {
        padding: 45px;
        gap: 45px;
    }

    .clean-energy-left-container {
        max-width: 36%;
    }

    .clean-energy-right-container {
        max-width: none;
        flex: 1;
    }

    .service-solutions-grid-container {
        grid-template-columns: repeat(auto-fit, minmax(260px, 310px));
    }

    .gallery-card-container,
    .clients-gallery .gallery-card-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .tech-hero {
        min-height: 600px;
        aspect-ratio: auto;
        background-position: center top;
        background-size: 100% auto;
    }

    .tech-hero-shade {
        background: linear-gradient(90deg, rgba(1, 14, 10, 0.97) 0%, rgba(1, 14, 10, 0.9) 58%, rgba(1, 14, 10, 0.42) 100%);
    }

    .tech-hero-copy {
        max-width: 520px;
    }

    .inner-hero-with-image .inner-hero-inner {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr) 260px;
    }

    .inner-hero-media {
        height: 230px;
    }

    .home-about-section,
    .about-page-layout,
    .detail-page-layout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 55px;
    }

    .why-choose-us-left-container,
    .why-choose-us-right-container {
        max-width: 100%;
    }

    .why-choose-us-left-container img,
    .about-section-image,
    .detail-page-image {
        display: block !important;
        width: min(100%, 650px);
        height: auto;
        max-height: 430px;
    }

    .clean-energy-container {
        flex-direction: column;
    }

    .clean-energy-left-container,
    .clean-energy-right-container {
        max-width: 100%;
        width: 100%;
    }

    .home-about-section,
    .about-page-layout {
        grid-template-columns: 1fr;
    }

    .who-we-are-image {
        max-height: 360px;
    }

    .our-expert-grid-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonial-container {
        flex-direction: column;
    }

    .testimonial-left-container,
    .testimonial-right-container {
        display: flex;
        max-width: 100%;
        width: 100%;
    }

    .testimonial-left-container .testimonial-feature-image {
        display: block !important;
        height: 360px;
        min-height: 0;
    }

    .testimonial-right-container {
        display: block;
        min-height: 360px;
    }

    .service-solutions-grid-container {
        grid-template-columns: repeat(auto-fit, minmax(260px, 310px));
    }

    .footer-top-container {
        flex-direction: column;
    }

    .footer-top-left-container,
    .footer-top-right-container {
        max-width: 100%;
        width: 100%;
    }

    .tech-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .top-navbar {
        padding: 10px 15px;
    }

    .header-logo {
        height: 52px;
        max-width: 225px;
    }

    .tech-hero {
        min-height: 570px;
        margin-top: 80px;
        background-position: center top;
    }

    .tech-hero-shade {
        background: rgba(1, 14, 10, 0.82);
    }

    .tech-hero-inner {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .tech-hero h1 {
        font-size: clamp(40px, 11vw, 58px);
    }

    .tech-hero-copy {
        font-size: 16px;
    }

    .tech-hero-points {
        gap: 10px 18px;
    }

    .inner-hero-inner,
    .inner-hero-with-image .inner-hero-inner {
        padding-top: 105px;
        padding-bottom: 28px;
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .inner-hero-description {
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
    }

    .inner-hero-media {
        width: min(100%, 390px);
        height: 230px;
        margin: 0 auto;
    }

    .common-page-container {
        min-height: 205px;
        padding-top: 105px;
        padding-bottom: 28px;
    }

    .common-page-container h1 {
        font-size: 42px;
        line-height: 1.15;
        text-align: center;
        overflow-wrap: anywhere;
    }

    .about-rich-content h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .clean-energy-right-container {
        grid-template-columns: 1fr;
    }

    .clean-energy-financial-savings {
        min-height: 0;
    }

    .how-it-works-grid-container {
        grid-template-columns: 1fr 1fr;
        gap: 32px 18px;
    }

    .how-it-works-grid-container::before {
        display: none;
    }

    .process-icon {
        width: 78px;
        height: 78px;
        margin-top: 18px;
        border-radius: 22px;
        font-size: 32px;
    }

    .clean-energy-financial-savings {
        align-items: center;
        text-align: center;
    }

    .service-solutions-top-container,
    .service-solutions-top-left-container {
        text-align: center;
    }

    .service-solutions-img {
        height: 240px;
    }

    .service-solutions-autoplay .slick-prev {
        left: 4px;
    }

    .service-solutions-autoplay .slick-next {
        right: 4px;
    }

    .our-expert-grid-container {
        grid-template-columns: 1fr;
    }

    .testimonial-container {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .testimonial-left-container .testimonial-feature-image {
        height: 300px;
    }

    .testimonial-right-container {
        min-height: 0;
    }

    .service-solutions-section3 {
        padding: 42px 15px 60px;
    }

    .service-solutions-grid-container {
        grid-template-columns: minmax(0, 340px);
        gap: 24px;
    }

    .service-solutions-grid-card {
        min-height: 0;
    }

    .service-solutions-grid-card > a {
        height: 270px;
        min-height: 270px;
    }

    .service-solutions-grid-card .services2-img {
        height: 100%;
    }

    .service-solutions-grid-card-content {
        min-height: 126px;
        padding: 18px 16px 20px;
    }

    .gallery-card-container,
    .clients-gallery .gallery-card-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-wrapper .gallery-img {
        height: 210px;
    }

    .contact-form {
        gap: 20px;
    }

    .floating-btn {
        right: 12px;
        width: 44px;
        height: 44px;
    }

    .tech-footer {
        padding: 0 18px;
    }

    .tech-footer-grid {
        padding-top: 42px;
        grid-template-columns: 1fr 1fr;
        gap: 34px 24px;
    }

    .tech-footer-brand,
    .tech-footer-contact {
        grid-column: 1 / -1;
    }

    .tech-footer-logo-wrap {
        max-width: 220px;
    }

    .whatsapp-btn {
        bottom: 118px;
    }

    .call-btn {
        bottom: 68px;
    }
}

@media (max-width: 480px) {
    .tech-hero {
        min-height: 610px;
        background-position: center top;
    }

    .tech-hero-actions {
        width: 100%;
    }

    .tech-hero-actions a {
        flex: 1 1 145px;
    }

    .tech-hero-points {
        flex-direction: column;
    }

    .inner-hero-copy h1,
    .common-page-container h1 {
        font-size: 32px;
    }

    .inner-hero-media {
        height: 205px;
    }

    .home-about-section,
    .about-page-layout,
    .detail-page-layout {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .why-choose-us-left-container img,
    .about-section-image,
    .detail-page-image {
        max-height: 300px;
    }

    .clean-energy-container {
        padding: 22px 16px;
    }

    .how-it-works-grid-container {
        grid-template-columns: 1fr;
    }

    .tech-footer-grid {
        grid-template-columns: 1fr;
    }

    .tech-footer-brand,
    .tech-footer-contact {
        grid-column: auto;
    }

    .service-solutions-img {
        height: 220px;
    }

    .gallery-card-container,
    .clients-gallery .gallery-card-container {
        grid-template-columns: 1fr;
    }

    .gallery-wrapper .gallery-img {
        height: 240px;
    }
}
