/* ==========================================
   RESET
========================================== */





.home-scroll-section{
background : #e9edf3;

}
 .home-scroll-div {
    width: 100%;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
   margin:auto ;
  

   
}


/* ==========================================
   SERVICES SECTION
========================================== */

.sub-scroll-title{
    margin-bottom: 20px;
    padding-top: 50px;
    color: #000;
    font-size: 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}




.services-section {
    width: 100%;
    overflow: hidden;
    
    background: #e9edf3;

    /* Smaller section height */
    padding: 45px 0 50px;

    cursor: grab;

    touch-action: pan-y;

    user-select: none;
    -webkit-user-select: none;
}


/* While dragging */

.services-section.dragging {
    cursor: grabbing;
}


/* ==========================================
   MOVING TRACK
========================================== */

.services-track {
    display: flex;
    align-items: center;

    width: max-content;

    flex-shrink: 0;

    transform: translate3d(0, 0, 0);

    will-change: transform;
}


/* ==========================================
   SERVICE ITEM
   5 ITEMS VISIBLE
========================================== */

.service {
    width: 20vw;
    min-width: 20vw;

    flex-shrink: 0;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 0 10px;

    pointer-events: none;
}


/* ==========================================
   ICON
========================================== */

.service img {
    width: 115px;
    height: 115px;

    object-fit: contain;

    display: block;

    margin-bottom: 22px;

    pointer-events: none;

    user-select: none;

    -webkit-user-drag: none;
}


/* ==========================================
   TITLE
========================================== */

.service h3 {
    margin: 0;

    color: #000000;

    font-size: 18px;

    line-height: 1.2;

    font-weight: 700;

    text-align: center;

    white-space: nowrap;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {

    .services-section {
        padding: 40px 0 45px;
    }

    /* 3 visible */

    .service {
        width: 33.333333vw;
        min-width: 33.333333vw;
    }

    .service img {
        width: 100px;
        height: 100px;

        margin-bottom: 18px;
    }

    .service h3 {
        font-size: 17px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .services-section {
        padding: 35px 0 40px;
    }

    /* 2 visible */

    .service {
        width: 50vw;
        min-width: 50vw;
    }

    .service img {
        width: 90px;
        height: 90px;

        margin-bottom: 16px;
    }

    .service h3 {
        font-size: 15px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 450px) {

    .service {
        width: 65vw;
        min-width: 65vw;
    }

    .service img {
        width: 80px;
        height: 80px;
    }

    .service h3 {
        font-size: 14px;
    }
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {

    /*
        3 items visible
    */

    .service {

        width: 33.333333vw;

        min-width: 33.333333vw;
    }


    .service img {

        width: 125px;

        height: 125px;

        margin-bottom: 25px;
    }


    .service h3 {

        font-size: 18px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .services-section {

        padding: 45px 0 50px;
    }


    /*
        2 items visible
    */

    .service {

        width: 50vw;

        min-width: 50vw;
    }


    .service img {

        width: 110px;

        height: 110px;

        margin-bottom: 20px;
    }


    .service h3 {

        font-size: 16px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 450px) {

    /*
        1.5-ish items visible
    */

    .service {

        width: 70vw;

        min-width: 70vw;
    }


    .service img {

        width: 100px;

        height: 100px;
    }


    .service h3 {

        font-size: 15px;
    }

}



    






/* =====================================================
   RESET
===================================================== */



.home-featured-pro {
    font-family: Arial, Helvetica, sans-serif;
    background: #f1f2f3;
}


/* =====================================================
   FEATURED PROJECTS
===================================================== */

.featured-projects {
    width: 100%;
    background: #f1f2f3;

    padding: 90px 30px 100px;

    overflow: hidden;
}


/* =====================================================
   HEADER
===================================================== */

.featured-header {
    width: 100%;
    margin: 0 auto 45px;
}


.featured-label {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 18px;

    color: #8bc63f;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 3px;
    text-transform: uppercase;
}


.featured-label::before {
    content: "";

    width: 38px;
    height: 2px;

    background: #8bc63f;
}


.featured-title {
    margin: 0;

    color: #151515;

    font-size: clamp(42px, 5vw, 72px);

    font-weight: 400;

    line-height: 1;
}


.featured-title span {
    font-weight: 700;
}


/* =====================================================
   PROJECT WRAPPER
===================================================== */

.projects-wrapper {
    width: 100%;

    height: 650px;

    display: flex;

    gap: 10px;

    overflow: hidden;
}


/* =====================================================
   PROJECT CARD
===================================================== */

.project-card {
    position: relative;

    flex: 1 1 0;

    min-width: 0;

    height: 100%;

    overflow: hidden;

    background: #222;

    cursor: pointer;

    transition:
        flex-grow 0.8s
        cubic-bezier(.77, 0, .18, 1);
}


/* =====================================================
   ACTIVE CARD
===================================================== */

.project-card.active {
    flex-grow: 2;
}


/* =====================================================
   PROJECT IMAGE
===================================================== */

.project-image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transform: scale(1);

    transition:
        transform 1s
        cubic-bezier(.2, .7, .2, 1);
}


.project-card:hover .project-image {
    transform: scale(1.045);
}


/* =====================================================
   DARK OVERLAY
===================================================== */

.project-card::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

    background: rgba(0, 0, 0, .56);

    transition:
        background .8s ease;
}


.project-card:hover::after,
.project-card.active::after {

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, .88) 0%,
            rgba(0, 0, 0, .42) 55%,
            rgba(0, 0, 0, .08) 100%
        );
}


/* =====================================================
   VERTICAL PROJECT NAME
===================================================== */

.project-name {
    position: absolute;

    left: 28px;
    bottom: 28px;

    z-index: 5;

    color: #fff;

    font-size: 14px;
    font-weight: 500;

    letter-spacing: 3px;

    writing-mode: vertical-rl;

    transform: rotate(180deg);

    white-space: nowrap;

    opacity: 1;

    transition:
        opacity .35s ease;
}


.project-card.active .project-name {
    opacity: 0;
}


/* =====================================================
   ARROW
===================================================== */

.project-arrow {
    position: absolute;

    top: 28px;
    right: 28px;

    z-index: 10;

    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .55);

    border-radius: 50%;

    color: #fff;

    font-size: 20px;

    opacity: 0;

    transform: translateX(15px);

    transition:
        opacity .35s ease,
        transform .5s ease;
}


.project-card:hover .project-arrow,
.project-card.active .project-arrow {

    opacity: 1;

    transform: translateX(0);
}


/* =====================================================
   PROJECT CONTENT
===================================================== */

.project-content {

    position: absolute;

    left: 50px;
    bottom: 55px;

    z-index: 10;

    /*
       Fixed width prevents text from
       continuously re-wrapping while
       the card expands.
    */

    width: min(560px, calc(100% - 100px));

    color: #fff;

    opacity: 0;

    visibility: hidden;

    transform: translateY(25px);

    pointer-events: none;

    transition:
        opacity .45s ease,
        transform .55s cubic-bezier(.22, 1, .36, 1),
        visibility 0s linear .8s;
}


/* =====================================================
   SHOW CONTENT AFTER CARD EXPANDS
===================================================== */

.project-card.active .project-content {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

    pointer-events: auto;

    transition-delay:
        .62s,
        .62s,
        .62s;
}


/* =====================================================
   CATEGORY
===================================================== */

.project-category {

    margin-bottom: 14px;

    color: #a8d65a;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* =====================================================
   PROJECT TITLE
===================================================== */

.project-content h3 {

    margin: 0 0 20px;

    color: #fff;

    font-size: clamp(34px, 4vw, 58px);

    font-weight: 400;

    line-height: 1.05;

    letter-spacing: -1px;
}


.project-content h3 strong {
    font-weight: 700;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.project-description {

    width: 100%;

    max-width: 520px;

    margin: 0 0 28px;

    color: rgba(255, 255, 255, .9);

    font-size: 16px;

    line-height: 1.65;
}


/* =====================================================
   VIEW DETAILS
===================================================== */

.view-details {

    display: inline-flex;

    align-items: center;

    gap: 14px;

    color: #fff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 1px;

    transition:
        gap .3s ease;
}


.view-details::after {

    content: "→";

    font-size: 24px;

    font-weight: 300;

    line-height: 0;
}


.view-details:hover {
    gap: 23px;
}


/* =====================================================
   DESKTOP
===================================================== */

@media (min-width: 701px) {

    .project-card:hover {
        flex-grow: 2;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .featured-projects {
        padding: 70px 20px 80px;
    }

    .projects-wrapper {
        height: 550px;
    }

    .project-content {

        left: 30px;

        bottom: 40px;

        width: calc(100% - 60px);
    }

    .project-content h3 {
        font-size: 38px;
    }

    .project-description {
        font-size: 14px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .featured-projects {

        padding:
            65px 15px
            70px;
    }


    .featured-header {
        margin-bottom: 30px;
    }


    .featured-label {

        font-size: 11px;

        letter-spacing: 2px;
    }


    .featured-title {
        font-size: 42px;
    }


    /* ---------------------------------------------
       Vertical projects
    --------------------------------------------- */

    .projects-wrapper {

        height: auto;

        display: flex;

        flex-direction: column;

        gap: 8px;
    }


    /* ---------------------------------------------
       Closed card
    --------------------------------------------- */

    .project-card {

        width: 100%;

        height: 90px;

        flex: none;

        transition:
            height .7s
            cubic-bezier(
                .77,
                0,
                .18,
                1
            );
    }


    /* ---------------------------------------------
       Open card
    --------------------------------------------- */

    .project-card.active {

        height: 500px;

        flex: none;
    }


    /* ---------------------------------------------
       Mobile name
    --------------------------------------------- */

    .project-name {

        left: 25px;

        bottom: 22px;

        writing-mode: horizontal-tb;

        transform: none;

        font-size: 13px;

        letter-spacing: 2px;
    }


    .project-card.active .project-name {
        opacity: 0;
    }


    /* ---------------------------------------------
       Mobile content
    --------------------------------------------- */

    .project-content {

        left: 25px;

        right: 25px;

        bottom: 30px;

        width: calc(100% - 50px);
    }


    .project-card.active .project-content {

        transition-delay:
            .45s,
            .45s,
            .45s;
    }


    .project-content h3 {
        font-size: 36px;
        line-height: 1.05;
    }


    .project-description {

        font-size: 14px;

        line-height: 1.6;
    }


    /* Hide arrow */

    .project-arrow {
        display: none;
    }

}


/* =========================================================
   RESET
========================================================= */






.home-our-project {
    margin: 0;

    background: #f5f0e8;

    color: #172f48;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


/* =========================================================
   PROJECT SECTION
========================================================= */

.home-project-section {
    width: 100%;

    /* min-height: 700px; */

    padding:
        25px 40px 70px;
        

    background: #ffffff;

    overflow: hidden;
}


.home-project-container {
    width: 100%;

    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================================
   TITLE
========================================================= */

.home-project-title {
   
    margin-bottom: 20px;
    padding-top: 50px;
    color: #000;
    font-size: 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
}


.home-project-title h2 {
    color: #000000;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 35px;

    line-height: 1.1;

    font-weight: 500;
}


.home-project-title::after {
    content: "";

    position: absolute;

    left: 0;

    bottom: -14px;

    width: 48px;

    height: 2px;

    background: #172f48;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.home-project-content {
    display: grid;

    grid-template-columns:
        300px 1fr;

    column-gap: 35px;

    align-items: start;
}


/* =========================================================
   PROJECT MENU
========================================================= */

.home-project-menu {
    width: 100%;
}


.home-project-item {
    width: 100%;

    height: 77px;

    display: flex;

    align-items: center;

    border-top:
        1px solid #d8d2c9;

    cursor: pointer;

    user-select: none;

    transition:
        background 0.25s ease;
}


.home-project-item:last-child {
    border-bottom:
        1px solid #d8d2c9;
}


/* NUMBER */

.home-project-number {
    width: 42px;

    flex-shrink: 0;

    color: #aaa49d;

    font-size: 12px;

    transition:
        color 0.3s ease;
}


/* NAME */

.home-project-name {
    flex: 1;

    color: #8b8985;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 17px;

    font-weight: 400;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


/* ARROW */

.home-project-arrow {
    width: 45px;

    text-align: right;

    color: #c1bdb7;

    font-size: 27px;

    font-weight: 300;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


/* MENU HOVER */

.home-project-item:hover .home-project-name {
    color: #172b42;
}


.home-project-item:hover .home-project-arrow {
    color: #172b42;
}


/* ACTIVE */

.home-project-item.active .home-project-name {
    color: #172b42;

    font-weight: 700;
}


.home-project-item.active .home-project-arrow {
    color: #172b42;

    transform:
        translateX(7px);
}


.home-project-item.active .home-project-number {
    color: #77716a;
}


/* =========================================================
   GALLERY
========================================================= */

.home-project-gallery {
    width: 100%;

    height: 182px;

    display: flex;

    gap: 14px;

    overflow: hidden;
}


/* =========================================================
   IMAGE SLOT
========================================================= */

.home-project-gallery-slot {
    position: relative;

    flex:
        0 0 268px;

    width: 268px;

    height: 179px;

    overflow: hidden;

    background: #ffffff;
}


/* =========================================================
   IMAGES
========================================================= */

.home-project-gallery-image {
    position: absolute;

    left: 0;

    top: 0;

    width: 268px;

    height: 355px;

    display: block;

    object-fit: cover;

    transform-origin:
        center center;

    will-change:
        transform,
        opacity;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    user-select: none;

    -webkit-user-drag: none;
}


/* OLD */

.home-project-old {
    z-index: 2;

    opacity: 1;

    transform:
        translate3d(0, 0, 0)
        scale(1);
}


/* NEW */

.home-project-new {
    z-index: 3;

    opacity: 0;

    transform:
        translate3d(0, 0, 0)
        scale(.40);
}


/* =========================================================
   IMAGE HOVER OVERLAY
========================================================= */

.home-project-image-hover {
    position: absolute;

    inset: 0;

    z-index: 10;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    align-items: flex-start;

    padding:
        28px 24px;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.58),
            rgba(0, 0, 0, 0.20),
            rgba(0, 0, 0, 0.05)
        );

    opacity: 0;

    visibility: hidden;

    transform:
        translateY(10px);

    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        visibility 0.35s ease;

    pointer-events: none;
}


.home-project-gallery-slot:hover
.home-project-image-hover {

    opacity: 1;

    visibility: visible;

    transform:
        translateY(0);
}


/* =========================================================
   HOVER TITLE
========================================================= */

.home-project-hover-title {
    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.2;

    font-weight: 600;

    margin-bottom: 8px;

    transform:
        translateY(8px);

    opacity: 0;

    transition:
        opacity 0.35s ease 0.05s,
        transform 0.35s ease 0.05s;
}


/* =========================================================
   HOVER SUBTITLE
========================================================= */

.home-project-hover-subtitle {
    color:
        rgba(255, 255, 255, 0.92);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 11px;

    line-height: 1.4;

    font-weight: 400;

    letter-spacing: 1.6px;

    text-transform: uppercase;

    transform:
        translateY(8px);

    opacity: 0;

    transition:
        opacity 0.35s ease 0.10s,
        transform 0.35s ease 0.10s;
}


/* TEXT APPEAR */

.home-project-gallery-slot:hover
.home-project-hover-title,

.home-project-gallery-slot:hover
.home-project-hover-subtitle {

    opacity: 1;

    transform:
        translateY(0);
}


/* =========================================================
   PROJECT CHANGE ANIMATION
========================================================= */

.home-project-gallery-slot.home-project-animate-forward
.home-project-gallery-image.home-project-old,

.home-project-gallery-slot.home-project-animate-reverse
.home-project-gallery-image.home-project-old {

    animation:
        homeProjectOldOut
        420ms
        cubic-bezier(.25, .46, .45, .94)
        forwards;
}


.home-project-gallery-slot.home-project-animate-forward
.home-project-gallery-image.home-project-new,

.home-project-gallery-slot.home-project-animate-reverse
.home-project-gallery-image.home-project-new {

    animation:
        homeProjectNewIn
        420ms
        cubic-bezier(.25, .46, .45, .94)
        forwards;
}


/* =========================================================
   OLD IMAGE ANIMATION
========================================================= */

@keyframes homeProjectOldOut {

    0% {

        transform:
            translate3d(0, 0, 0)
            scale(1);

        opacity: 1;
    }


    10% {

        transform:
            translate3d(0, 0, 0)
            scale(.95);

        opacity: .99;
    }


    20% {

        transform:
            translate3d(0, 0, 0)
            scale(.90);

        opacity: .97;
    }


    30% {

        transform:
            translate3d(0, 0, 0)
            scale(.85);

        opacity: .94;
    }


    40% {

        transform:
            translate3d(0, 0, 0)
            scale(.80);

        opacity: .90;
    }


    50% {

        transform:
            translate3d(0, 0, 0)
            scale(.75);

        opacity: .84;
    }


    60% {

        transform:
            translate3d(0, 0, 0)
            scale(.70);

        opacity: .76;
    }


    68% {

        transform:
            translate3d(0, 0, 0)
            scale(.65);

        opacity: .65;
    }


    76% {

        transform:
            translate3d(0, 0, 0)
            scale(.60);

        opacity: .50;
    }


    84% {

        transform:
            translate3d(0, 0, 0)
            scale(.50);

        opacity: .30;
    }


    92% {

        transform:
            translate3d(0, 0, 0)
            scale(.40);

        opacity: .12;
    }


    100% {

        transform:
            translate3d(0, 0, 0)
            scale(.40);

        opacity: 0;
    }

}


/* =========================================================
   NEW IMAGE ANIMATION
========================================================= */

@keyframes homeProjectNewIn {

    0% {

        transform:
            translate3d(0, 0, 0)
            scale(.40);

        opacity: 0;
    }


    8% {

        transform:
            translate3d(0, 0, 0)
            scale(.45);

        opacity: .08;
    }


    16% {

        transform:
            translate3d(0, 0, 0)
            scale(.50);

        opacity: .16;
    }


    24% {

        transform:
            translate3d(0, 0, 0)
            scale(.55);

        opacity: .25;
    }


    32% {

        transform:
            translate3d(0, 0, 0)
            scale(.60);

        opacity: .36;
    }


    40% {

        transform:
            translate3d(0, 0, 0)
            scale(.65);

        opacity: .48;
    }


    48% {

        transform:
            translate3d(0, 0, 0)
            scale(.70);

        opacity: .59;
    }


    56% {

        transform:
            translate3d(0, 0, 0)
            scale(.75);

        opacity: .69;
    }


    64% {

        transform:
            translate3d(0, 0, 0)
            scale(.80);

        opacity: .78;
    }


    72% {

        transform:
            translate3d(0, 0, 0)
            scale(.85);

        opacity: .85;
    }


    80% {

        transform:
            translate3d(0, 0, 0)
            scale(.90);

        opacity: .91;
    }


    90% {

        transform:
            translate3d(0, 0, 0)
            scale(.95);

        opacity: .97;
    }


    100% {

        transform:
            translate3d(0, 0, 0)
            scale(1);

        opacity: 1;
    }

}





/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .home-project-section {
        padding-left: 30px;
        padding-right: 30px;
    }


    .home-project-content {
        grid-template-columns:
            250px 1fr;

        column-gap: 25px;
    }




    .home-project-title h2 {
        font-size: 42px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {

    .home-project-section {
        padding:
            60px 25px 70px;
    }


    .home-project-title {
        margin-bottom: 45px;
    }


    .home-project-title h2 {
        font-size: 36px;
    }


    .home-project-content {
        display: block;
    }


    .home-project-menu {
        margin-bottom: 35px;
    }


    .home-project-item {
        height: 65px;
    }


    .home-project-gallery {
        width: 100%;

        height: 355px;

        overflow-x: auto;

        overflow-y: hidden;

        scroll-behavior: smooth;

        -webkit-overflow-scrolling:
            touch;

        scrollbar-width: none;
    }


    .home-project-gallery::-webkit-scrollbar {
        display: none;
    }


  

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 500px) {

    .home-project-section {
        padding:
            50px 18px 60px;
    }


    .home-project-title h2 {
        font-size: 32px;
    }


    .home-project-name {
        font-size: 15px;
    }


    .home-project-number {
        width: 36px;
    }


    .home-project-arrow {
        width: 35px;
    }


    .home-project-image-hover {
        padding:
            22px 18px;
    }


    .home-project-hover-title {
        font-size: 21px;
    }


    .home-project-hover-subtitle {
        font-size: 10px;

        letter-spacing: 1.3px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {

        scroll-behavior: auto !important;

        animation-duration:
            0.01ms !important;

        transition-duration:
            0.01ms !important;
    }

}





.home-material-con {
  background-color: #f8f9fa;
  padding: 100px 20px;
  padding-top: 50px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   box-sizing: border-box;
}

.material-card-details a:hover
 { color: #000; }

.material-product-container {
  max-width: 1100px;
  margin: 0 auto;
}

.material-section-title {
      margin-bottom: 60px;
    padding-top: 0px;
    color: #000;
    font-size: 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;}

/* 2 Columns Grid Layout */
.material-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Outer Card Wrapper */
.material-product-card {
  position: relative;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

/* Image Container: Starts at 100% width, shrinks to 50% on hover */
.material-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: width 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}

/* Image Styling */
.material-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: object-fit 0.45s ease;
}

/* Dark Overlay for Default State */
.material-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 60%);
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Default Title Overlay */
.material-image-title {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

/* Details Panel: Occupies 50% width on the right on hover */
.material-card-details {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  z-index: 1;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.material-card-details h3 {
  font-size: 1.4rem;
  color: #111;
  margin-bottom: 12px;
  font-weight: 600;
}

.material-card-details p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.material-btn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ff0000;
  color: #ffffff;
  padding: 10px 18px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  width: fit-content;
  transition: background-color 0.3s ease;
}

.material-btn-more:hover {
  background-color: #FEC106;
}

.material-btn-more svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* --- HOVER ANIMATION STATE --- */

/* 1. Shrink image container width to 50% */
.material-product-card:hover .material-image-wrapper {
  width: 50%;
}

/* 2. Stretch image to 100% width and height without cropping */
.material-product-card:hover .material-image-wrapper img {
  object-fit: fill;
}

/* 3. Hide gradient overlay and title */
.material-product-card:hover .material-image-wrapper::before,
.material-product-card:hover .material-image-title {
  opacity: 0;
}

/* 4. Reveal right details panel */
.material-product-card:hover .material-card-details {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .material-product-grid {
    grid-template-columns: 1fr;
  }
}




/* =========================================
   CALCULATOR SECTION
   ========================================= */

.calculator-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 25px 30px 100px;
}


/* =========================================
   TITLE
   ========================================= */

.calculator-title {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    margin: 0 0 30px;
    letter-spacing: -1px;
    padding-bottom: 40px;
    padding-top: 50px;
}


/* =========================================
   PACKAGES
   ========================================= */

.calculator-packages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 0 20px;
}

.calculator-package {
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: transform .22s ease;
}

.calculator-package:hover {
    transform: translateY(-1px);
}


/* Package name */

.calculator-package-name {
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    font-size: 19px;
    font-weight: 700;

    border-radius: 12px 12px 0 0;

    background: linear-gradient(
        #555,
        #252525
    );
}


/* Package price */

.calculator-package-price {
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e8e8e8;

    font-size: 21px;
    font-weight: 700;

    border-radius: 0 0 12px 12px;

    transition:
        background-color .28s ease,
        color .28s ease,
        box-shadow .28s ease;
}


/* =========================================
   STANDARD
   ========================================= */

.calculator-package:nth-child(1).active
.calculator-package-price {
    background: #FEC106;
    color: #fff;
}


/* =========================================
   PREMIUM
   ========================================= */

.calculator-package:nth-child(2).active
.calculator-package-price {
    background: #3b8e12;
    color: #fff;
}


/* =========================================
   PACKAGE FADE
   ========================================= */

.calculator-package.active
.calculator-package-price {
    animation: calculatorPackageFade .32s ease;
}

@keyframes calculatorPackageFade {

    0% {
        opacity: .35;
        transform: translateY(4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}


/* Calculator Section */

.calculator-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 25px 30px 100px;
}


/* Title */

.calculator-title {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    margin: 0 0 30px;
    letter-spacing: -1px;
}


/* Packages */

.calculator-packages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 0 20px;
}


/* Package */

.calculator-package {
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: transform .22s ease;
}

.calculator-package:hover {
    transform: translateY(-1px);
}


/* Package Name */

.calculator-package-name {
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    font-size: 19px;
    font-weight: 700;

    border-radius: 12px 12px 0 0;

    background: linear-gradient(
        #555,
        #252525
    );
}


/* Package Price */

.calculator-package-price {
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e8e8e8;

    font-size: 21px;
    font-weight: 700;

    border-radius: 0 0 12px 12px;

    transition:
        background-color .28s ease,
        color .28s ease,
        box-shadow .28s ease;
}


/* Standard Active */

.calculator-package:nth-child(1).active
.calculator-package-price {
    background: #FEC106;
    color: #fff;
}


/* Premium Active */

.calculator-package:nth-child(2).active
.calculator-package-price {
    background: #ff0000;
    color: #fff;
}


/* Package Animation */

.calculator-package.active
.calculator-package-price {
    animation: calculatorPackageFade .32s ease;
}


@keyframes calculatorPackageFade {

    0% {
        opacity: .35;
        transform: translateY(4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}


/* Calculator Box */

.calculator-box {
    overflow: hidden;

    border-radius: 12px;

    box-shadow:
        0 5px 13px rgba(0, 0, 0, .12);

    transition:
        box-shadow .25s ease;
}


/* Table */

.calculator-table {
    width: 100%;

    border-collapse: collapse;

    table-layout: fixed;
}


/* Table Header */

.calculator-table th {
    height: 48px;

    color: #fff;

    font-size: 16px;

    text-align: left;

    padding: 0 12px;

    transition:
        background-color .3s ease;
}


/* Column Widths */

.calculator-table th:nth-child(1) {
    width: 8%;
}

.calculator-table th:nth-child(2) {
    width: 43%;
}

.calculator-table th:nth-child(3) {
    width: 17%;
}

.calculator-table th:nth-child(4) {
    width: 9%;
}

.calculator-table th:nth-child(5) {
    width: 11%;
}

.calculator-table th:nth-child(6) {
    width: 12%;
}


/* Table Rows */

.calculator-table tbody tr:nth-child(odd) {
    background: #fff;
}

.calculator-table tbody tr:nth-child(even) {
    background: #e9e9e9;
}


/* Table Cells */

.calculator-table td {
    height: 45px;

    padding: 5px 12px;

    font-size: 16px;

    vertical-align: middle;
}


/* Input */

.calculator-input {
    width: 100%;
    max-width: 200px;

    height: 32px;

    padding: 5px 10px;

    border: 1px solid #888;

    border-radius: 6px;

    background: #fafafa;

    font-size: 15px;

    outline: none;
}


/* Input Focus */

.calculator-input:focus {
    border-color: #1682c4;

    box-shadow:
        0 0 0 2px rgba(22, 130, 196, .15);
}


/* Rate and Cost */

.calculator-rate,
.calculator-cost {
    font-size: 16px;
}


/* Total Row */

.calculator-total-row {
    height: 50px;
    background: #e9e9e9;
}


/* Total Label */

.calculator-total-label {
    text-align: right;

    font-size: 18px;
    font-weight: 700;
}


/* Total Value */

.calculator-total-value {
    font-size: 19px;
    font-weight: 700;
}


/* Standard Theme */

.calculator-box.theme-standard
.calculator-table thead th {
    background: #FEC106;
}


/* Premium Theme */

.calculator-box.theme-premium
.calculator-table thead th {
    background: #ff0000;
}


/* Calculator Transition */

.calculator-box.theme-transition {
    animation: calculatorFade .34s ease;
}


@keyframes calculatorFade {

    0% {
        opacity: .55;
        transform: translateY(3px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}


/* Button Area */

.calculator-actions {
    display: flex;
    justify-content: flex-end;

    margin-top: 15px;
}


/* Next Button */

.calculator-next {
    min-width: 130px;

    padding: 11px 25px;

    background: #000;

    color: #fff;

    border: 0;

    border-radius: 5px;

    font-size: 18px;

    cursor: pointer;

    transition:
        background-color .2s ease,
        opacity .2s ease;
}


/* Disabled Next Button */

.calculator-next:disabled {
    background: #bdbdbd;

    color: #777;

    cursor: not-allowed;

    opacity: .7;
}


/* Active Next Button */

.calculator-next:not(:disabled) {
    background: #000;

    color: #fff;

    cursor: pointer;

    opacity: 1;
}


/* Active Button Hover */

.calculator-next:hover:not(:disabled) {
    background: #222;
}


/* Tablet */

@media (max-width: 900px) {

    .calculator-section {
        padding: 20px 20px 35px;
    }

    .calculator-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .calculator-packages {
        gap: 12px;
    }

    .calculator-package-name {
        font-size: 17px;
    }

    .calculator-package-price {
        font-size: 19px;
    }

    .calculator-box {
        overflow-x: auto;
    }

    .calculator-table {
        min-width: 800px;
    }

}


/* Mobile */

@media (max-width: 600px) {

    .calculator-section {
        padding: 15px 10px 30px;
    }

    .calculator-title {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .calculator-packages {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .calculator-package-name {
        height: 40px;
        font-size: 15px;
    }

    .calculator-package-price {
        height: 38px;
        font-size: 17px;
    }

}





.home-era-con {
  font-family: 'Montserrat', Arial, sans-serif;
  background-color: #ffffff;
  color: var(--home-era-text-dark);
  /* overflow-x: hidden; */
  box-sizing: border-box;
  --home-era-primary: #ff0000;
  --home-era-primary-hover: #ff0000;
  --home-era-text-dark: #111111;
  --home-era-text-muted: #555555;
}

.home-era-text-box a:hover {
     color: #ffffff; 
    }

/* Main Section Container */
.home-era-section {
  padding: 5px 5%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Heading */
.home-era-heading {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 50px;
  padding-bottom: 35px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.home-era-heading.home-era-active {
  opacity: 1;
  transform: translateY(0);
}

.home-era-heading span {
  color: var(--home-era-primary);
}

.home-era-card-container {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

/* Outer Wrapper for Card */
.home-era-card {
  display: flex;
  align-items: center;
  position: relative;
}

/* STATIC DOT BACKGROUND LAYER - Small round dots */
.home-era-bg-dots {
  position: absolute;
  top: -30px;
  bottom: -30px;
  background-image: radial-gradient(#cccccc 0.8px, transparent 0.8px);
  background-size: 10px 10px;
  z-index: 0;
  pointer-events: none;
}

/* Spans from image start to outer container edge */
.home-era-card.home-era-residential .home-era-bg-dots,
.home-era-card.home-era-industrial .home-era-bg-dots {
  left: 15%;
  right: 0;
}

.home-era-card.home-era-commercial .home-era-bg-dots {
  left: 0;
  right: 15%;
}

/* ANIMATED ELEMENTS ONLY (Image & Text Box) */
.home-era-image, 
.home-era-text-box {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1), opacity 1s ease-out;
}

/* SECTION 1 & 3: RESIDENTIAL & INDUSTRIAL (Image left, text right) */
.home-era-card.home-era-residential .home-era-image,
.home-era-card.home-era-industrial .home-era-image {
  transform: translate3d(-150px, 0, 0);
}

.home-era-card.home-era-residential .home-era-text-box,
.home-era-card.home-era-industrial .home-era-text-box {
  transform: translate3d(180px, 0, 0);
}

/* SECTION 2: COMMERCIAL (Text left, image right) */
.home-era-card.home-era-commercial {
  flex-direction: row-reverse;
}

.home-era-card.home-era-commercial .home-era-image {
  transform: translate3d(150px, 0, 0);
}

.home-era-card.home-era-commercial .home-era-text-box {
  transform: translate3d(-180px, 0, 0);
}

/* FINAL REVEAL STATE */
.home-era-card.home-era-active .home-era-image,
.home-era-card.home-era-active .home-era-text-box {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Layout & Styling */
.home-era-image {
  width: 58%;
  height: 420px;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.home-era-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.home-era-card:hover .home-era-image img {
  transform: scale(1.03);
}

.home-era-text-box {
  width: 52%;
  margin-left: -10%;
  z-index: 2;
  background-color: #ffffff;
  padding: 50px 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.home-era-card.home-era-commercial .home-era-text-box {
  margin-left: 0;
  margin-right: -10%;
}

.home-era-text-box h3 {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: var(--home-era-text-dark);
}

.home-era-text-box p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--home-era-text-muted);
  margin-bottom: 28px;
}

.home-era-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--home-era-primary);
  color: #ffffff;
  padding: 12px 22px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.home-era-btn:hover {
  background-color: var(--home-era-primary-hover);
  transform: translateY(-2px);
}

.home-era-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .home-era-card,
  .home-era-card.home-era-commercial {
    flex-direction: column;
  }

  .home-era-image,
  .home-era-text-box,
  .home-era-card.home-era-commercial .home-era-text-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-era-image {
    height: 280px;
  }

  .home-era-text-box {
    margin-top: -30px;
    padding: 35px 25px;
  }

  .home-era-bg-dots {
    display: none;
  }

  .home-era-card.home-era-residential .home-era-image,
  .home-era-card.home-era-residential .home-era-text-box,
  .home-era-card.home-era-commercial .home-era-image,
  .home-era-card.home-era-commercial .home-era-text-box,
  .home-era-card.home-era-industrial .home-era-image,
  .home-era-card.home-era-industrial .home-era-text-box {
    transform: translate3d(0, 50px, 0);
  }
}



/* about steps start */



.about-steps-con {
  background-color: #ffffff;
  padding: 0px 20px 0px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-sizing: border-box;
}

.about-steps-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-steps-title {
      margin-bottom: 45px;
    padding-top: 0px;
    color: #000;
    font-size: 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

/* Timeline Container */
.about-steps-timeline {
  position: relative;
  margin: 0 auto 35px auto;
  width: 90%;
  max-width: 700px;
}

/* Base Light Line */
.about-steps-line-bg {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e2e8f0;
  z-index: 1;
}

/* Animated Green Active Line */
.about-steps-line-fill {
  position: absolute;
  top: 20px;
  left: 0;
  height: 2px;
  background-color: #FF0000;
  z-index: 1;
  width: 0%;
  transition: width 0.4s ease-in-out;
}

.about-steps-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}

/* Individual Step Node */
.about-steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 95px;
}

.about-steps-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #e2e8f0;
  color: #a0aec0;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}

.about-steps-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #2d3748;
  line-height: 1.25;
  text-align: center;
}

/* Active Step Styling */
.about-steps-item.active .about-steps-circle {
  background-color: #FF0000;
  border-color: #FF0000;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3);
}

/* Image Container with Overflow Visible for Overlapping Box */
.about-steps-display-wrapper {
  position: relative;
  max-width: 650px;
  height: 320px;
  margin: 0 auto 50px auto;
  border-radius: 8px;
  overflow: visible;
}

.about-steps-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.about-steps-slide.active {
  opacity: 1;
}

.about-steps-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Floating Overlay Text Box */
.about-steps-card {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  width: 75%;
  max-width: 460px;
  padding: 18px 24px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  text-align: center;
  z-index: 10;
}

.about-steps-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 6px;
}

.about-steps-card p {
  font-size: 0.82rem;
  color: #616161;
  line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .about-steps-label {
    font-size: 0.65rem;
  }
  .about-steps-circle {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }
  .about-steps-line-bg, .about-steps-line-fill {
    top: 17px;
  }
  .about-steps-display-wrapper {
    height: 240px;
    margin-bottom: 60px;
  }
  .about-steps-card {
    width: 88%;
    bottom: -40px;
    padding: 12px 16px;
  }
  .about-steps-card h3 {
    font-size: 0.95rem;
  }
  .about-steps-card p {
    font-size: 0.75rem;
  }
}


.sub-banner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 360.16px; /* Adjust height as needed */
  background-image: url('https://thewebsitedemo.in/srnconstruction/wp-content/uploads/2020/12/enhanced_construction_1265x361.webp'); /* Replace with your background image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: 'Arial', sans-serif; /* Replace with your preferred font, e.g., Montserrat */
}

/* Dark overlay to enhance text readability over the image */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360.16px;
  background-color: rgba(0, 0, 0, 0.447); /* Adjust opacity (0.4) for lighter/darker tint */
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.banner-title {
    font-size: 42px;
    color: #ffffff;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0); /* Dark background for better visibility */
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.breadcrumb a:hover {
  opacity: 0.8;
}

.breadcrumb .separator {
  color: #ffffff;
  opacity: 0.8;
}

.breadcrumb .current {
  color: #ffffff;
  opacity: 0.9;
}

/* Responsive Styling for Mobile */
@media (max-width: 768px) {
  .sub-banner {
    height: 280px;
  }

  .banner-title {
    font-size: 2rem;
  }

  .breadcrumb {
    font-size: 0.85rem;
  }
}



	h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
* {
font-family: "Montserrat", sans-serif;
}

  .pricing-outer {
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
  }

  .wrap {
    display: flex;
    gap: 32px;
    max-width: 1140px;
    width: 100%;
  }

  .card {
    flex: 1;
    border-radius: 20px;
    padding: 40px 44px 44px;
    display: flex;
    flex-direction: column;
  }

  .card.light {
    background: #ffffff;
    border: 1px solid #e3e5e8;
  }

  .card.dark {
    background: #ff0000;
  }

  .eyebrow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .eyebrow {
    font-size: 14px;
    font-weight: 500;
  }

  .light .eyebrow {
    color: #a8adb5;
  }

  .dark .eyebrow {
    color: #dcb77c;
  }

  .badge {
        background: rgb(203 157 84 / 87%);
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 20px;
	      text-transform: uppercase;
  }

  .title {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
  }

  .light .title {
    color: #1c1e21;
  }

  .dark .title {
    color: #ffffff;
  }

  .subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 34px;
    line-height: 1.5;
  }

  .light .subtitle {
    color: #6b7078;
  }

  .dark .subtitle {
    color: #ffff;
  }

  .price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 34px;
  }

  .price {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -1px;
  }

  .light .price {
    color: #1c1e21;
  }

  .dark .price {
    color: #ffffff;
  }

  .unit {
    font-size: 16px;
    font-weight: 400;
  }

  .light .unit {
    color: #9a9fa7;
  }

  .dark .unit {
    color: #fff;
  }

  /* =========================================
     FEATURES
  ========================================= */

  .features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px;
    padding: 0;
    flex: 1;
  }

  .features li {
    display: grid;
    grid-template-columns: 69px 18px 1fr;
    align-items: start;
    column-gap: 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    padding: 0;
  }

  .light .features li {
    color: #4a4e55;
  }

  .dark .features li {
    color: #e6e7ea;
  }

  /* Straight hyphen */
  .dash {
    display: block;
    width: 18px;
    height: 1.5px;
    flex-shrink: 0;
    margin-top: 14px;
  }

  .dash.muted {
    background: #d7dae0;
  }

  .dash.gold {
    background: #dcb77c;
  }

  .dash.muted-dark {
    background: #fff;
  }

  /* =========================================
     BUTTONS
  ========================================= */

  .btn {
    width: 100%;
    padding: 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: none;
    font-family: inherit;
    
  }

  .btn:after,
  .btn:before {
    display: none;
  }

  .btn.outline {
    background: transparent;
    border: 1.5px solid #e0e2e6;
    color: #1c1e21;
  }

  .btn.solid {
    background:  #cb9d54;
    color: #fff;
  }

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

  @media (max-width: 760px) {

    .wrap {
      flex-direction: column;
    }

    .card {
      padding: 32px 24px 36px;
    }

    .features li {
      grid-template-columns: 70px 18px 1fr;
      column-gap: 8px;
    }

  }

