/* ----------Fonts--------- */
@font-face {
    font-family: "Inter-Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Inter-Regular"),
        url("/assets/fonts/Inter-Regular.otf") format("woff");
}
@font-face {
    font-family: "InriaSans-Regular";
    font-style: normal;
    font-weight: normal;
    src: local("InriaSans-Regular"),
        url("/assets/fonts/InriaSans-Regular.ttf") format("woff");
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Inter-Regular", sans-serif;
}
/* Header */
.navbar-expand-lg .offcanvas .offcanvas-body {
    align-items: anchor-center;
}
.nav-link {
    color: #000;
    font-weight: 700;
}
.fixed-top {
    position: relative;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-top: -20px;
}

.head-btn {
    background: #fff !important;
    /* padding: 10px; */
    border-radius: 20px;
    color: #000;
}
.head-btn img {
    background: #000;
    border-radius: 20px;
}
.head-btn:hover {
    color: blue;
}

.header-navbar {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
    border-radius: 67px;
    position: absolute;
    top: 49px;
    background: #fff;
    margin-left: 100px;
}
.navbar-nav {
    gap: 40px;
}
.header-side-btns {
    display: flex;
    gap: 35px;
    align-items: anchor-center;
}
.banner-wrapper {
    height: 100vh;
}
.carousel-item .banner-image {
    height: 100vh;
    filter: brightness(0.5);
}
.carousel-caption {
    position: absolute;
    right: 40%;
    bottom: 3.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: center;
}
.carousel-caption .bar-head {
    background: rgba(217, 253, 118, 1);
    color: #000;
    font-size: 17px;
    width: 250px;
    font-weight: 600;
    padding: 4px;
    border-radius: 20px;
    text-transform: uppercase;
}

.ban-title {
    font-family: "InriaSans-Regular", sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-top: 15px;
}
.ban-desc {
    font-size: 17px;
    text-align: left;
    color: #eeeeee;
    font-weight: 100;
}
.call-btns {
    display: flex;
    gap: 30px;
    margin-top: 45px;
}
.call-btns a {
    border-radius: 50px;
}
.call-btns .lg-btn {
    background: linear-gradient(45deg, #8b8989, transparent);
}
.ban-arrows {
    width: 50px !important;
    height: 50px !important;
}

.ar-1 {
    /* background: rgba(217, 253, 118, 1); */
    color: #000 !important;
}

.product-card-wrapper {
    position: absolute;
    left: 151%;
    bottom: 15px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* White rounded card */
.product-card {
    width: 220px;
    height: 50px;
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 12px;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.25);
}

/* Text layout */
.product-info h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    color: #0f2b5b;
}
.product-info p {
    margin: 0;
    color: #909090;
    font-size: 10px;
}

/* Green pill price button */
.price-tag {
    background: #d0fe5c;
    padding: 7px 10px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 11px;
    color: #0f2b5b;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Stats bottom */
.stats {
    margin-top: 10px;
    color: #ffffff;
    font-size: 12px;
}
.stats .count {
    font-size: 18px;
    font-weight: 700;
    color: #d0fe5c;
}
.stats .sub {
    font-size: 11px;
    opacity: 0.8;
}

/* ---------- Our Story Section ---------- */
.our-story {
    padding: 80px 0;
}
.story-grid {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 30px;
    align-items: start;
}
.story-left .story-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.story-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 420px;
    filter: brightness(0.5);
}

.story-overlay {
    position: absolute;
    left: 195px;
    bottom: 55px;
    right: 25px;
    color: #fff;
    text-align: justify;
}
.overlay-tag {
    display: inline-block;
    /* background: rgba(217, 253, 118, 1); */
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 18px;
    font-weight: 700;
    font-size: 41px;
    /* width: 363px; */
}
.overlay-desc {
    margin-top: 14px;
    font-size: 15px;
    max-width: 70%;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
}
.cta-btn {
    margin-top: 18px;
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    border-radius: 30px;
    padding: 3px 17px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border: 1px solid #fff;
    margin-inline-start: 20%;
}
.story-right .top-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 180px;
    background: url("/assets/images/mks-ai.png");
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-media {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0)
    );
}
.top-badge {
    position: absolute;
    right: 18px;
    bottom: 14px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
}
.bottom-card {
    margin-top: 22px;
}
.bottom-heading {
    font-size: 33px;
    line-height: 1.25;
    margin: 0 0 12px 0;
}
.highlight {
    background: #e6ff9a;
    color: #000;
    padding: 2px 6px;
    border-radius: 6px;
}
.read-more {
    color: #111;
    text-decoration: underline;
    font-weight: 600;
}
.carousel-control-btn {
    position: absolute;
    right: 20px;
    width: 75px;
    height: 45px;
    border: none;
    background: linear-gradient(45deg, #c7c7c7, transparent);
    opacity: 0.8;
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: 0.3s ease-in-out;
}

.carousel-control-btn:hover {
    background: #7ffb5b;
    color: #000;
    opacity: 1;
}

.prev-btn {
    top: 50%;
    transform: translateY(-60px);
}

.next-btn {
    top: 50%;
    transform: translateY(10px);
}

/* Responsive rules */
@media (max-width: 992px) {
    .story-grid {
        grid-template-columns: 1fr 360px;
    }
    .overlay-desc {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .our-story {
        padding: 40px 0;
    }
    .story-grid {
        grid-template-columns: 1fr;
    }
    .story-left .story-card {
        min-height: 300px;
    }
    .story-right .top-card {
        height: 140px;
    }
    .bottom-heading {
        font-size: 20px;
    }
    .story-overlay {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }
}
@media (max-width: 420px) {
    .overlay-tag {
        font-size: 13px;
        padding: 4px 10px;
    }
    .overlay-desc {
        font-size: 14px;
    }
    .bottom-heading {
        font-size: 18px;
    }
    .cta-btn {
        padding: 8px 12px;
    }
}
.section-title h1 {
    background: rgba(217, 253, 118, 1);
    color: #000;
    font-size: 17px;
    width: 100px;
    font-weight: 600;
    padding: 4px;
    border-radius: 20px;
    text-align: center;
}
.section-title span {
    font-weight: 700;
    color: #000;
    font-size: 35px;
}
.section-title span b {
    color: #2e3192;
}
.section-description p {
    color: rgba(141, 141, 141, 1);
}

.services {
    background: #f2ffe4;
    padding: 80px 0;
}

.section-title .sub-title {
    background: #baff7c;
    padding: 4px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 34px;
    font-weight: 700;
}

.service-slider {
    margin-top: 40px;
}

.service-card {
    /* background: #fff; */
    border-radius: 20px;
    padding: 10px 10px 25px;
    text-align: center;
    position: relative;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.service-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
}

.tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #000;
    color: #000000;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
}

.tag.agriculture {
    background: #baff7c;
}
.tag.automation {
    background: #baff7c;
}
.tag.solar {
    background: #baff7c;
}
.tag.construction {
    background: #baff7c;
}

.arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #c8ff8d;
    color: #000;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.arrow img {
    width: 50px !important;
    height: 35px !important;
}

.service-card h4 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
}

.service-card p {
    font-size: 14px;
    color: #555;
    padding: 0 10px;
}
.portfolio {
    padding: 60px 0;
}

.portfolio-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.portfolio-title span {
    background: rgba(217, 253, 118, 1);
    color: rgb(0, 0, 0);
}

.portfolio-desc {
    font-size: 14px;
    color: #555;
}

.portfolio-desc a {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

.portfolio-grid .portfolio-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.portfolio-card.large img {
}

.portfolio-card:hover img {
    transform: scale(1.05);
}

.portfolio-content {
    position: absolute;
    bottom: -5px;
    left: -2px;
    right: -3px;
    color: #fff;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.portfolio-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.portfolio-content p {
    font-size: 13px;
    margin-top: 6px;
}

/* Responsive */
@media (max-width: 991px) {
    .portfolio-card img,
    .portfolio-card.large img {
        height: 260px;
    }
}

@media (max-width: 576px) {
    .portfolio-content {
        bottom: 0px;
        left: 0px;
    }
    .portfolio-title {
        font-size: 26px;
    }
}

.ecom-image {
    display: flex;
    justify-content: center;
}
.ecom-image img {
    width: 350px;
    height: 230px;
    border-radius: 20px;
}

.join-btn {
    margin-top: 18px;
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    border-radius: 30px;
    padding: 3px 17px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border: 1px solid #fff;
    /* margin-inline-start: 20%; */
}
.ecom-row {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    width: 1200px;
    margin-inline-start: 10%;
}
.ecom-p {
    width: 1040px;
    display: flex;
    justify-content: center;
    margin-inline-start: 10%;
}

.testimonial-section {
    padding: 80px 0;
    /* font-family: "Poppins", sans-serif; */
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.tab {
    padding: 6px 18px;
    font-size: 13px;
    color: #222;
    background: #f2f2f2;
    border-radius: 20px;
    cursor: pointer;
}
.tab.active {
    background: rgba(217, 253, 118, 1);
    font-weight: 600;
}

.title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}

.testimonial-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.client-img img {
    width: 100%;
    max-width: 330px;
    border-radius: 18px;
}

.side-img img {
    width: 100%;
    max-width: 260px;
    border-radius: 18px;
}

.quote-box {
    flex: 1;
}
.quote {
    font-size: 55px;
    color: #222;
    display: block;
    margin-bottom: -15px;
}
.quote-box p {
    font-size: 25px;
    color: #444;
    line-height: 1.6;
}
.client-info {
    margin-top: 20px;
}
.client-info span {
    display: block;
    font-size: 13px;
    color: #555;
}

/* Swiper arrow style */
.swiper-button-next,
.swiper-button-prev {
    background: #000;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 13px;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .testimonial-content {
        flex-direction: column;
        text-align: center;
    }
    .side-img {
        order: 3;
    }
    .quote-box p {
        padding: 0 10px;
    }
}
.swiper-button-lock {
    display: flex !important;
}
.news-image {
    display: flex;
    justify-content: center;
}
.news-image img {
    width: 500px;
    height: 300px;
    border-radius: 20px;
}
.newsletter {
    padding: 20px;
    display: flex;
    justify-content: center;
}
.newsletter-wrapper {
    width: 1200px;
    padding: 29px;
    border-radius: 20px;
    /* margin-inline-start: 8%; */
}
.form-input-box {
    margin-top: 8%;
}
.sub-p {
    font-size: 25px;
}
.form-input-box input {
    padding: 20px 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 417px;
    border: none;
}
.btn-trans {
    background: transparent;
    /* border-radius: 35%; */
    position: absolute;
    margin-inline-start: -76px;
    margin-top: 10px;
    border: none;
}

/* -----------Footer----------- */
.footer {
    background: #fff;
    padding: 50px 0;
    font-family: "InriaSans-Regular";
    color: #3b3b3b;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-small-title {
    font-size: 12px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
}

.footer-top h3 {
    font-size: 23px;
    margin: 10px 0;
    /* font-weight: 600; */
    width: 298px;
}

.phone img {
    width: 18px;
    margin-right: 8px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo img {
    /* width: 130px; */
}

.group-text {
    font-size: 18px;
    color: #555;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-widget h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    gap: 6px;
    align-items: anchor-center;
}

.footer-widget h5::after {
    content: "";
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #2d3198 0%, rgba(255, 255, 255, 0) 100%);
    /* linear-gradient(90deg, color(display-p3 0.180 0.192 0.573) 0%, color(display-p3 1.000 1.000 1.000 / 0) 100%); */

    display: block;
    margin-top: 5px;
}

.footer-widget p,
.footer-widget ul li {
    font-size: 14px;
    color: #666;
    line-height: 32px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

.footer-widget ul li a {
    text-decoration: none;
    color: #555;
    transition: 0.3s;
}

.footer-widget ul li a:hover {
    color: #000;
}

.footer-widget input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
}

.social-icons {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
}

.social-icons img {
    width: 20px;
}

.footer-bottom {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer-bottom p {
    font-size: 13px;
    color: #201a1a;
    font-weight: 600;
}

.bottom-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.bottom-links a {
    text-decoration: none;
    font-size: 13px;
    color: #131010;
    font-weight: 600;
    transition: 0.3s;
}

.bottom-links a:hover {
    color: #000;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-widgets {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-top {
        text-align: center;
        gap: 20px;
    }

    .footer-widgets {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* ------------about page------- */

.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
.page-banner {
    height: 80vh;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.page-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: rgb(88 87 87 / 85%);
    height: 100%;
    width: 100%;
}

.page-banner-wrapper {
    padding-top: 200px;
    position: relative;
    z-index: 2; /* text ABOVE overlay */
}
.page-banner-wrapper .page-banners-left h1 {
    font-family: "InriaSans-Regular";
    color: #fff;
}
.page-banner-wrapper .page-banners-left p {
    font-family: "InriaSans-Regular";
    color: #cecccc;
}
.page-banner-wrapper .page-banners-left h1 {
    font-weight: 500;
    font-size: 50px;
}

.about-page .overlay-tag {
    display: inline-block;
    /* background: rgba(217, 253, 118, 1); */
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 18px;
    font-weight: 700;
    font-size: 29px;
    /* width: 363px; */
}
.about-page .story-overlay {
    position: absolute;
    left: 108px;
    bottom: 55px;
    right: 25px;
    color: #fff;
    text-align: left;
}
.about-page .overlay-desc {
    margin-top: 14px;
    font-size: 15px;
    max-width: 91%;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
}
.our-story-line {
    padding: 40px 0 100px;
    position: relative;
}

.story-title {
    font-size: 26px;
    margin-bottom: 40px;
}
.story-title span {
    color: #3c67c7;
}

/* Background stripes exactly like the Figma screenshot */
.stripe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 160px;
    opacity: 0.45;
}
.stripe-green {
    top: 70px;
    background: #e9f7c4;
}
.stripe-blue {
    top: 310px;
    background: #dcecff;
}
.stripe-yellow {
    top: 580px;
    background: #eef4c2;
}
.stripe-blue-light {
    top: 850px;
    background: #e4eeff;
}

/* Timeline wrapper */
.timeline {
    position: relative;
    z-index: 5;
}

/* Timeline row */
.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 140px 0;
    position: relative;
}

.timeline-item.left .note {
    order: 1;
}
.timeline-item.left .text-box {
    order: 2;
}

.timeline-item.right {
    flex-direction: row-reverse;
}

.note {
    background: #fff;
    width: 140px;
    height: 140px;
    padding-top: 35px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.tilt-left {
    transform: rotate(-9deg);
}
.tilt-right {
    transform: rotate(9deg);
}

.pin {
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}

.year {
    font-size: 26px;
    font-weight: 700;
}
.year.blue {
    color: #395bcc;
}
.year.red {
    color: #e01919;
}

.label {
    margin-top: -5px;
    font-size: 15px;
    color: #444;
}

.text-box {
    width: 60%;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Exact Figma dotted connector path */
.connector {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 600px;
    height: 1500px;
    transform: translateX(-50%);
    pointer-events: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .connector {
        display: none;
    }

    .timeline-item {
        flex-direction: column !important;
        text-align: center;
        margin: 80px 0;
    }

    .text-box {
        width: 100%;
        margin-top: 20px;
    }

    .note {
        width: 120px;
        height: 120px;
        transform: rotate(0deg) !important;
    }

    .stripe {
        height: 120px;
        opacity: 0.3;
    }
}
.our-story-line {
    padding: 60px 0;
    position: relative;
}
.dashline {
    background: url("/assets/images/dashline.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.our-story-line .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: left;
}

.our-story-line .title span {
    color: #4574c8;
}

/* Timeline Container */
.timeline {
    position: relative;
    width: 100%;
}

/* Timeline Item */
.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
}

/* Left & Right alignment */
.timeline-item.left {
    flex-direction: row;
}

.timeline-item.right {
    flex-direction: row-reverse;
}

/* Sticky Note Box */
.sticky-box {
    width: 200px;
    height: 200px;
    background-image: url("/assets/images/sticky-box.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    text-align: center;
    padding-top: 35px;
    position: relative;
    transform: rotate(-10deg);
    font-family: "InriaSans-Regular";
}

/* Sticky Note Text */
.sticky-box .year {
    font-size: 35px;
    font-weight: 500;
    font-family: "InriaSans-Regular";
    color: #555;
}

.sticky-box .year.red {
    color: #e91e1e;
}

.sticky-box .label {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    display: block;
}

/* Background Content Box */
.content-box {
    width: 70%;
    padding: 40px;
    border-radius: 4px;
    z-index: -1;
    margin-left: -50px;
    margin-right: -50px;
}

.content-box p {
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 22px;
}

/* Background colors similar to image */
.blue {
    background: url(images/blue.png);
}

.green {
    background: url(images/blue.png);
}

.lightblue {
    background: url(images/yellow.png);
}

/* ------------------- MOBILE RESPONSIVE ------------------- */
@media (max-width: 768px) {
    /* Remove dotted center line */
    .timeline::before {
        display: none;
    }

    /* Stack vertically */
    .timeline-item {
        flex-direction: column !important;
        text-align: center;
        margin-bottom: 60px;
    }

    /* Sticky note center */
    .sticky-box {
        margin-bottom: 20px;
        transform: rotate(0deg);
    }

    /* Content box full width */
    .content-box {
        width: 100%;
        margin: 0;
        padding: 25px;
    }
}

.pattern1 {
    left: 272px;
}
.pattern2 {
    right: 330px;
}
.right-dash {
    position: absolute;
    left: 31%;
    top: 95%;
    transform: rotate(4deg);
}
.right-dash img {
    width: 474px;
    height: 170px;
}
.left-dash img {
    width: 530px;
    height: 196px;
}
.left-dash {
    position: absolute;
    right: 31%;
    top: 88%;
    transform: rotate(0deg);
}

.story-line-title .title {
    background: #eee;
    width: 300px;
}
.page-banner2 .section-title {
    display: flex;
    justify-content: center;
}
.page-banner2 {
    text-align: center;
}
.page-banner2 .cta-btn {
    margin-inline-start: unset;
}

.float-logo img {
    background: #fff;
    border-radius: 50%;
    margin-top: 53px;
    width: 100px;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Card */
.blog-card {
    /* background: #fff; */
    border-radius: 16px;
    padding: 18px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
    font-family: "InriaSans-Regular";
}

/* Tag */
.blog-tag {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Title */
.blog-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Image */
.image-box {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* Date */
.date {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
}

/* Description */
.desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* ✅ Responsive */

/* Tablet */
@media (max-width: 991px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .card-grid {
        grid-template-columns: 1fr;
    }

    .blog-card {
        padding: 15px;
    }

    .blog-card h3 {
        font-size: 16px;
    }
}

.product-contents {
    font-family: "InriaSans-Regular";
    text-align: center;
    line-height: 2rem;
    padding: 10px;
}
.product-button button {
    border-radius: 20px !important;
    background: red;
    width: 200px;
}

/* Top Navigation */
.slider-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.slider-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}

/* Slider Structure */
.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease;
}

/* Card */
.slide-card {
    min-width: 32%;
    /* background: #fff; */
    border-radius: 12px;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); */
    padding: 10px;
}

.slide-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
}

.slide-card p {
    font-size: 13px;
    color: #555;
    margin-top: 8px;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
    .slide-card {
        min-width: 48%;
    }
}

@media (max-width: 600px) {
    .slide-card {
        min-width: 100%;
    }
}

.product-detail-title h1,
h2 {
    font-weight: 700;
    font-family: "InriaSans-Regular";
}
.portfolio-grid {
    padding: 20px;
}

.buttons-wrapper {
    background: #eee;
    padding: 40px;
    display: flex;
    justify-content: center;
}
.buttons-wrapper button {
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    border: unset;
    padding: 16px;
    background: unset;
    color: #000;
    border-bottom: 1px solid;
}
.easy-purchase {
    background: #eee;
    padding: 40px;
    font-family: "InriaSans-Regular";
}
.easy-purchase .easy {
    font-weight: 800;
}
.easy-text {
    font-size: 20px;
}
.easy-purchase-wrapper col-xl-4 {
    line-height: 2rem;
}

.faq-section {
    padding: 60px 20px;
    background: #fff;
    font-family: Arial, sans-serif;
    font-family: "InriaSans-Regular";
}

.faq-container {
    display: flex;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
}

/* Left Title */
.faq-title {
    flex: 0 0 200px;
    position: relative;
}

.faq-title h2 {
    font-size: 32px;
    font-weight: 700;
    border-bottom: 3px solid #000;
    display: inline-block;
    padding-bottom: 10px;
}

/* Right FAQ List */
.faq-list {
    flex: 1;
    border-top: 1px solid #ddd;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: "▾";
    position: absolute;
    right: 0;
    font-size: 16px;
}

.faq-answer {
    display: none;
    padding: 0 0 15px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-container {
        flex-direction: column;
    }

    .faq-title {
        flex: 100%;
    }
}
/* Section */
.solar-calculator {
    padding: 60px 20px;
    background: #ffffff;
    font-family: "InriaSans-Regular";
}

/* Container */
.solar-calculator .container {
    margin: auto;
    text-align: center;
}

/* Title */
.calc-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #222;
}

/* Calculator Card */
.calculator-card {
    max-width: 400px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Description */
.calc-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Form */
.calculator-form select,
.calculator-form input {
    width: 100%;
    height: 44px;
    margin-bottom: 15px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #f5f5f5;
    font-size: 14px;
    outline: none;
}

/* Button */
.calculator-form button {
    width: 100%;
    height: 46px;
    background: #2c2c9b;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.3s ease;
}

.calculator-form button:hover {
    background: #1f1f7a;
}

/* Responsive */
@media (max-width: 576px) {
    .calc-title {
        font-size: 26px;
    }

    .calculator-card {
        padding: 20px 18px;
        border-radius: 12px;
    }
}
.contact {
    background: url("/assets/images/background.png");
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    font-family: "Poppins", sans-serif;
}

.contact-wrapper {
    background: #fff;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* LEFT PANEL */
.contact-info {
    width: 40%;
    background: #8bc34a;
    color: #fff;
    padding: 40px;
    position: relative;
    height: 500px;
}

.contact-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-info p {
    font-size: 14px;
    margin-bottom: 30px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info ul li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2.6;
}

.contact-info i {
    margin-right: 8px;
    font-size: 16px;
    color: #000;
    background: #fff;
    padding: 6px 7px;
    border-radius: 32px;
}
.social-icons-contact {
    position: absolute;
    bottom: 40px;
}

.social-icons-contact i {
    background: #fff;
    color: #000000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

/* RIGHT FORM */
.contact-form {
    width: 60%;
    padding: 40px;
}

.contact-form .row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form .row.full {
    flex-direction: column;
}

.contact-form label {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
    display: block;
}

.contact-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px;
    font-size: 14px;
    outline: none;
}
.contact-form textarea {
    width: 100%;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 14px;
    outline: none;
}

.contact-form textarea {
    resize: none;
    height: 146px;
}

.contact-form button {
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}
