
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Lora, sans-serif;
    background: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}
/*start*/
.property-hero-banner {
    position: relative;
    width: 100%;
    /*min-height: 370px;*/
    min-height: 400px;
    padding: 60px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Dark overlay */
.property-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 1;
}

.property-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

.property-hero-content h1 {
    margin: 0 0 10px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.2;
}

.property-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;

    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.property-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.property-breadcrumb a:hover {
    color: #199BB7;
}

.property-breadcrumb span:last-child {
    color: #ffffff;
    font-weight: 700;
}

.breadcrumb-divider {
    /*color: #e8b36a;*/
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

/* Tablet */
@media (max-width: 991px) {
    .property-hero-banner {
        min-height: 320px;
        padding: 50px 25px;
    }

    .property-hero-content h1 {
        font-size: 42px;
    }

    .property-breadcrumb {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .property-hero-banner {
        min-height: 280px;
        padding: 45px 18px;
        background-position: center;
    }

    .property-hero-banner::before {
        background: rgba(0, 0, 0, 0.62);
    }

    .property-hero-content h1 {
        margin-bottom: 12px;
        font-size: 32px;
        line-height: 1.25;
    }

    .property-breadcrumb {
        gap: 7px;
        font-size: 15px;
    }

    .breadcrumb-divider {
        font-size: 18px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .property-hero-banner {
        min-height: 240px;
        padding: 40px 15px;
    }

    .property-hero-content h1 {
        font-size: 27px;
    }

    .property-breadcrumb {
        font-size: 14px;
    }
}
/* =================================
   Yamuna Property Information
================================= */

.yamuna-property-info {
    width: 100%;
    padding: 55px 20px 20px;
    background-color: #ffffff;
}

.yamuna-property-container {
    width: 100%;
    max-width:1250px;
    margin: 0 auto;
    text-align: justify;
}

/* Heading */
.yamuna-section-heading {
    margin-bottom: 21px;
    text-align: center;
}

.yamuna-section-heading h2 {
    margin: 0;
    color: #080808;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.25;
}

.yamuna-heading-line {
    display: block;
    width: 75px;
    height: 5px;
    margin: 13px auto 0;
    border-radius: 10px;
    background-color: #f8be2e;
}

/* Content */
.yamuna-property-content {
    color: #000;
    font-family: "lora", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.yamuna-property-content p {
    margin: 0 0 20px;
    text-align: justify;
}

.yamuna-property-content p:last-child {
    margin-bottom: 0;
}

/* Laptop */
@media (max-width: 1400px) {
    .yamuna-property-container {
        max-width: 1200px;
    }

    .yamuna-property-content {
        font-size: 18px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .yamuna-property-info {
        padding: 45px 25px 25px;
    }

    .yamuna-section-heading h2 {
        font-size: 36px;
    }

    .yamuna-property-content {
        font-size: 17px;
        line-height: 1.65;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .yamuna-property-info {
        padding: 38px 18px 20px;
    }

    .yamuna-section-heading {
        margin-bottom: 25px;
    }

    .yamuna-section-heading h2 {
        font-size: 29px;
        line-height: 1.3;
    }

    .yamuna-heading-line {
        width: 60px;
        height: 4px;
        margin-top: 10px;
    }

    .yamuna-property-content {
        font-size: 15px;
        line-height: 1.7;
    }

    .yamuna-property-content p {
        margin-bottom: 18px;
        text-align: justify;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .yamuna-property-info {
        padding: 32px 15px 18px;
    }

    .yamuna-section-heading h2 {
        font-size: 25px;
    }

    .yamuna-property-content {
        font-size: 14px;
        line-height: 1.7;
    }
}





/* ================================
   Explore Properties – New Design
================================ */

.yamuna-explore-section {
    width: 100%;
    padding: 75px 20px;
    background:
        radial-gradient(circle at 10% 20%, rgba(248, 189, 45, 0.12), transparent 24%),
        radial-gradient(circle at 90% 80%, rgba(248, 189, 45, 0.09), transparent 25%),
        #f8f8f8;
}

.yamuna-explore-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

/* Heading */
.yamuna-explore-heading {
    position: relative;
    margin-bottom: 45px;
    text-align: center;
}

.yamuna-explore-heading h2 {
    margin: 0;
    color: #070707;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
}

.yamuna-explore-heading span {
    position: relative;
    display: block;
    width: 65px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 10px;
    background-color: #f8bd2d;
}

/* Small center circle */
.yamuna-explore-heading span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 10px;
    height: 10px;

    background-color: #f8bd2d;
    border: 3px solid #f8f8f8;
    border-radius: 50%;

    transform: translate(-50%, -50%);
}

/* Grid */
.yamuna-property-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

/* Cards */
.yamuna-property-card {
    position: relative;
    grid-column: span 2;
    min-height: 145px;
    padding: 32px 28px;
    display: flex;
    align-items: center;
    gap: 22px;
    color: #111111;
    background-color: #ffffff;
    border: 1px solid #199BB7;
    /*border: 1px solid rgba(248, 189, 45, 0.25);*/
    border-radius: 12px 35px 12px 35px;
    text-decoration: none;
    overflow: hidden;

    box-shadow: 0 15px 35px rgba(25, 25, 25, 0.07);

    transition:
        transform 0.35s ease,
        border-radius 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

/* Yellow decorative shape */
.yamuna-property-card::before {
    content: "";
    position: absolute;
    top: -55px;
    right: -55px;

    width: 115px;
    height: 115px;

    background-color: rgba(248, 189, 45, 0.13);
    border-radius: 50%;
    transition: all 0.4s ease;
}

/* Bottom yellow line */
.yamuna-property-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    /*background-color: #f8bd2d;*/
    background: linear-gradient(
        135deg,
        #199BB7 0%,
        #FAAE3F 50%,
        #89C53A 100%
    );
    transition: width 0.4s ease;
}

/* Fourth card centred */
.yamuna-card-four {
    grid-column: 2 / span 2;
}

/* Card hover */
.yamuna-property-card:hover {
    color: #111111;
    border-color: #89C53A;
    border-radius: 35px 12px 35px 12px;
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(25, 25, 25, 0.12);
}

.yamuna-property-card:hover::before {
    width: 170px;
    height: 170px;
    background-color: rgba(248, 189, 45, 0.2);
}

.yamuna-property-card:hover::after {
    width: 100%;
}

/* Icon */
.yamuna-property-icon {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #199BB7;
    border: 7px solid #fff6d9;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(248, 189, 45, 0.35);
    transition:
        transform 0.4s ease,
        background-color 0.4s ease;
}

.yamuna-property-icon i {
    font-size: 27px;
}

.yamuna-property-card:hover .yamuna-property-icon {
    background-color: #111111;
    transform: rotateY(360deg);
}

/* Card heading */
.yamuna-property-card h3 {
    position: relative;
    z-index: 2;

    margin: 0;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
}

/* Small arrow after heading */
.yamuna-property-card h3::after {
    content: "\f061";
    display: block;
    margin-top: 10px;
    color: #89C53A;
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 900;
    opacity: 0;
    transform: translateX(-8px);
    transition: all 0.3s ease;
}

.yamuna-property-card:hover h3::after {
    opacity: 1;
    transform: translateX(0);
}

/* ================================
   Tablet
================================ */

@media (max-width: 991px) {
    .yamuna-explore-section {
        padding: 60px 25px;
    }

    .yamuna-explore-heading h2 {
        font-size: 35px;
    }

    .yamuna-property-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .yamuna-property-card,
    .yamuna-card-four {
        grid-column: auto;
    }

    .yamuna-property-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 12px);
        justify-self: center;
    }
}

/* ================================
   Mobile
================================ */

@media (max-width: 767px) {
    .yamuna-explore-section {
        padding: 45px 18px;
    }

    .yamuna-explore-heading {
        margin-bottom: 32px;
    }

    .yamuna-explore-heading h2 {
        font-size: 29px;
        line-height: 1.35;
    }

    .yamuna-explore-heading span {
        width: 55px;
    }

    .yamuna-property-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .yamuna-property-card,
    .yamuna-card-four,
    .yamuna-property-card:last-child {
        grid-column: auto;
        width: 100%;
        min-height: 115px;
        padding: 22px 20px;
        border-radius: 10px 28px 10px 28px;
    }

    .yamuna-property-card:hover {
        border-radius: 28px 10px 28px 10px;
        transform: translateY(-4px);
    }

    .yamuna-property-icon {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        border-width: 6px;
    }

    .yamuna-property-icon i {
        font-size: 24px;
    }

    .yamuna-property-card h3 {
        font-size: 21px;
    }

    .yamuna-property-card h3::after {
        display: none;
    }
}

/* ================================
   Small Mobile
================================ */

@media (max-width: 480px) {
    .yamuna-explore-section {
        padding: 38px 15px;
    }

    .yamuna-explore-heading h2 {
        font-size: 25px;
    }

    .yamuna-property-card {
        min-height: 100px;
        padding: 17px 16px;
        gap: 15px;
    }

    .yamuna-property-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-width: 5px;
    }

    .yamuna-property-icon i {
        font-size: 22px;
    }

    .yamuna-property-card h3 {
        font-size: 19px;
    }
}

/*bjvghev*/

/* ====================================
   Greater Noida Apartment Section
==================================== */

.gn-apartment-section {
    width: 100%;
    padding: 55px 20px 65px;
    background: #f7f7f7;
}

.gn-apartment-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

/* Heading */

.gn-section-heading {
    margin-bottom: 20px;
    text-align: center;
}

.gn-section-heading h2 {
    margin: 0;
    color: #050505;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.3;
}

.gn-section-heading span {
    display: block;
    width: 74px;
    height: 5px;
    margin: 13px auto 0;
    border-radius: 20px;
    background: #f8b900;
}

/* Cards grid */

.gn-property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.gn-property-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
            border: 1px solid #199BB7;
}

.gn-property-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
        border: 1px solid #89C53A;
}

/* Property image */

.gn-property-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.gn-property-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gn-property-card:hover .gn-property-image img {
    transform: scale(1.06);
}

.gn-sale-badge {
    position: absolute;
    top: 31px;
    right: 32px;
    padding: 8px 20px;
    border-radius: 7px;
    color: #050505;
    background: #ffc20a;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

/* Card content */

.gn-property-content {
    padding: 0 32px 20px;
}

.gn-property-meta {
    min-height: 69px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #e4e4e4;
    font-family: Arial, sans-serif;
}

.gn-property-type {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #657083;
    font-size: 19px;
}

.gn-property-type i {
    color: #075292;
    font-size: 20px;
}

.gn-property-meta strong {
    flex-shrink: 0;
    color: #001c55;
    font-size: 21px;
    font-weight: 700;
}

.gn-property-content h3 {
    margin: 24px 0 18px;
    color: #000;
    font-family: lora, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.gn-property-location {
    min-height: 58px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #657083;
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 1.5;
}

.gn-property-location i {
    margin-top: 4px;
    flex-shrink: 0;
    color: #ff3326;
}

/* Card footer */

.gn-property-footer {
    min-height: 82px;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.gn-property-price {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}

.gn-property-price span {
    color: #ff2218;
    font-size: 25px;
}

.gn-property-price strong {
    color: #050505;
    font-size: 23px;
    font-weight: 700;
}

.gn-details-btn {
    min-height: 56px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-radius: 50px;
    color: #ffffff;
    background: #285f9a;
    box-shadow: 0 7px 17px rgba(21, 68, 120, 0.2);
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease;
}

.gn-details-btn:hover {
    color: #000;
    background: #89C53A;
}

.gn-details-btn i {
    font-size: 14px;
}

/* ====================================
   Tablet Responsive
==================================== */

@media (max-width: 1100px) {
    .gn-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gn-property-image {
        height: 270px;
    }
}

/* ====================================
   Mobile Responsive
==================================== */

@media (max-width: 767px) {
    .gn-apartment-section {
        padding: 40px 15px 45px;
    }

    .gn-section-heading {
        margin-bottom: 24px;
    }

    .gn-section-heading h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .gn-section-heading span {
        width: 60px;
        height: 4px;
        margin-top: 10px;
    }

    .gn-property-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gn-property-image {
        height: 235px;
    }

    .gn-sale-badge {
        top: 18px;
        right: 18px;
        padding: 7px 15px;
        font-size: 14px;
    }

    .gn-property-content {
        padding: 0 20px 18px;
    }

    .gn-property-meta {
        min-height: 60px;
    }

    .gn-property-type {
        font-size: 16px;
    }

    .gn-property-type i {
        font-size: 17px;
    }

    .gn-property-meta strong {
        font-size: 17px;
    }

    .gn-property-content h3 {
        margin: 19px 0 13px;
        font-size: 23px;
    }

    .gn-property-location {
        min-height: 52px;
        font-size: 16px;
    }

    .gn-property-footer {
        min-height: 73px;
        padding-top: 17px;
    }

    .gn-property-price {
        gap: 8px;
    }

    .gn-property-price span {
        font-size: 21px;
    }

    .gn-property-price strong {
        font-size: 19px;
    }

    .gn-details-btn {
        min-height: 48px;
        padding: 0 17px;
        gap: 12px;
        font-size: 15px;
    }
}

/* Small mobile */

@media (max-width: 390px) {
    .gn-property-image {
        height: 215px;
    }

    .gn-property-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .gn-details-btn {
        width: 100%;
    }
}

/*new section */

/* ==================================
   Greater Noida Plot Zone Section
================================== */

.gtr-plot-zone-section {
    width: 100%;
    padding: 80px 20px;
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 193, 7, 0.10), transparent 25%),
        radial-gradient(circle at 90% 90%, rgba(23, 76, 132, 0.08), transparent 25%),
        #f7f9fc;
}

.gtr-plot-zone-container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}


/* Heading */

.gtr-zone-heading {
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
}

.gtr-small-title {
    display: inline-block;
    margin-bottom: 10px;
    color: #174c84;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.gtr-zone-heading h2 {
    margin: 0 0 15px;
    font-size: 42px;
    line-height: 1.2;
    color: #111827;
    font-weight: 700;
}

.gtr-zone-heading h2 span {
    color: #f4b51c;
}

.gtr-zone-heading p {
    margin: 0;
    color: #6b7280;
    font-size: 17px;
    line-height: 1.8;
}


/* Grid */

.gtr-zone-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


/* Card */

.gtr-zone-card {
    position: relative;
    padding: 26px;
    background: #ffffff;
    border-radius: 24px 8px 24px 8px;
    border: 1px solid #199BB7;
    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.gtr-zone-card::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -55px;
    top: -55px;
    border-radius: 50%;
    background: rgba(244, 181, 28, 0.14);
    transition: 0.35s ease;
}

.gtr-zone-card::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 70px;
    left: 0;
    top: 35px;
    border-radius: 0 10px 10px 0;
    background: #174c84;
}

.gtr-zone-card:hover {
    transform: translateY(-8px);
    /*border-color: rgba(244, 181, 28, 0.7);*/
    border-color: #89C53A;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.gtr-zone-card:hover::before {
    transform: scale(1.4);
}


/* Top */

.gtr-zone-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.gtr-zone-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;
    background: linear-gradient(135deg, #174c84, #2367ad);
    color: #ffffff;

    font-size: 23px;

    box-shadow: 0 10px 25px rgba(23, 76, 132, 0.22);
}

.gtr-zone-number {
    color: #e6e9ee;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}


/* Title */

.gtr-zone-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 24px;
    color: #111827;

    font-size: 25px;
    font-weight: 700;
}


/* Information */

.gtr-zone-info {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    gap: 18px;

    margin-bottom: 28px;
}

.gtr-info-item {
    display: flex;
    align-items: center;
    gap: 13px;
}

.gtr-info-item > i {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eef5fc;
    border-radius: 12px;

    color: #174c84;
    font-size: 16px;
}

.gtr-info-item div {
    display: flex;
    flex-direction: column;
}

.gtr-info-item span {
    margin-bottom: 2px;

    color: #9ca3af;
    font-size: 12px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.gtr-info-item strong {
    color: #4b5563;
    font-size: 15px;
    font-weight: 600;
}


/* Button */

.gtr-zone-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 12px;
    background: #fff;
    color: #174c84;
    font-size: 15px;
    border: 1px solid #174c84;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gtr-zone-btn i {
    transition: transform 0.3s ease;
}

.gtr-zone-btn:hover {
    background: #174c84;
    color: #ffffff;
}

.gtr-zone-btn:hover i {
    transform: translateX(5px);
}


/* ==========================
   Large Tablet
========================== */

@media (max-width: 1200px) {

    .gtr-zone-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ==========================
   Tablet
========================== */

@media (max-width: 768px) {

    .gtr-plot-zone-section {
        padding: 55px 16px;
    }

    .gtr-zone-heading {
        margin-bottom: 32px;
    }

    .gtr-zone-heading h2 {
        font-size: 32px;
    }

    .gtr-zone-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .gtr-zone-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .gtr-zone-card {
        padding: 20px;
    }

}


/* ==========================
   Mobile
========================== */

@media (max-width: 575px) {

    .gtr-plot-zone-section {
        padding: 45px 14px;
    }

    .gtr-zone-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gtr-zone-heading h2 {
        font-size: 28px;
    }

    .gtr-zone-heading p {
        font-size: 14px;
    }

    .gtr-zone-card {
        padding: 22px 20px;
        border-radius: 20px 7px 20px 7px;
    }

    .gtr-zone-icon {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }

    .gtr-zone-number {
        font-size: 35px;
    }

    .gtr-zone-card h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .gtr-info-item strong {
        font-size: 14px;
    }

    .gtr-zone-btn {
        min-height: 50px;
    }

}

