
* {
    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*/

/* ==============================
   RESPONSIVE PAGE BANNER
================================= */

.gtr-page-banner {
    position: relative;
    width: 100%;
    height: 372px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    background-image: url("./assets/images/location/about-us.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gtr-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.gtr-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #ffffff;
}

.gtr-banner-content h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.15;
}

.gtr-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
}

.gtr-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gtr-breadcrumb a:hover {
    color: #d6b269;
}

.gtr-breadcrumb span {
    color: #ffffff;
    font-size: 23px;
}

.gtr-breadcrumb strong {
    color: #ffffff;
    font-weight: 700;
}

/* Tablet */
@media (max-width: 991px) {
    .gtr-page-banner {
        height: 320px;
    }

    .gtr-banner-content h1 {
        font-size: 46px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .gtr-page-banner {
        height: 250px;
        background-position: center;
    }

    .gtr-banner-content {
        padding: 15px;
    }

    .gtr-banner-content h1 {
        margin-bottom: 10px;
        font-size: 36px;
    }

    .gtr-breadcrumb {
        gap: 8px;
        font-size: 15px;
    }

    .gtr-breadcrumb span {
        font-size: 18px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .gtr-page-banner {
        height: 220px;
    }

    .gtr-banner-content h1 {
        font-size: 32px;
    }

    .gtr-breadcrumb {
        font-size: 14px;
    }
}

/* =====================================
   ABOUT NOIDA REALTY SECTION
===================================== */

.nra-about-section {
    width: 100%;
    /*padding: 55px 20px;*/
    padding: 0px 20px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.nra-about-section *,
.nra-about-section *::before,
.nra-about-section *::after {
    box-sizing: border-box;
}

.nra-about-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Heading */

.nra-section-heading {
    margin-bottom: 20px;
    text-align: center;
}

.nra-section-heading h2 {
    margin: 0;
    color: #0d0d0d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
}

.nra-section-heading span {
    display: block;
    width: 75px;
    height: 5px;
    margin: 16px auto 0;
    border-radius: 10px;
    background-color: #f6c532;
}

/* Main Layout */

.nra-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 30px;
}

/* Description */

.nra-about-description {
    margin: 0 0 18px;
    color: #737d88;
    font-family: "Lora", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}

/* Mission and Vision */

.nra-goals-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
}

.nra-goal-box h3 {
    margin: 0 0 10px;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
}

.nra-goal-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nra-goal-box li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
    color: #737d88;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.4;
}

.nra-goal-box li:last-child {
    margin-bottom: 0;
}

.nra-goal-box li i {
    flex: 0 0 auto;
    color: #2369ae;
    font-size: 20px;
}

/* Right Image */

.nra-about-image {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.nra-about-image img {
    display: block;
    width: 100%;
    height: 480px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

/* =====================================
   LAPTOP
===================================== */

@media (max-width: 1200px) {
    .nra-about-container {
        max-width: 1100px;
    }

    .nra-about-description {
        font-size: 17px;
    }

    .nra-goal-box li {
        font-size: 17px;
    }

    .nra-about-image img {
        height: 450px;
    }
}

/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {
    .nra-about-section {
        padding: 45px 25px;
    }

    .nra-about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .nra-about-content {
        order: 1;
    }

    .nra-about-image {
        order: 2;
    }

    .nra-about-description {
        font-size: 17px;
        text-align: left;
    }

    .nra-about-image img {
        height: 420px;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {
    .nra-about-section {
        padding: 35px 15px;
    }

    .nra-section-heading {
        margin-bottom: 25px;
    }

    .nra-section-heading h2 {
        font-size: 32px;
    }

    .nra-section-heading span {
        width: 65px;
        height: 4px;
        margin-top: 12px;
    }

    .nra-about-grid {
        gap: 25px;
    }

    .nra-about-description {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.7;
        text-align: justify;
    }

    .nra-goals-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .nra-goal-box h3 {
        font-size: 24px;
    }

    .nra-goal-box li {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .nra-goal-box li i {
        font-size: 18px;
    }

    .nra-about-image img {
        height: auto;
        min-height: 260px;
        max-height: 360px;
    }
}

/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 480px) {
    .nra-about-section {
        padding: 30px 12px;
    }

    .nra-section-heading h2 {
        font-size: 28px;
    }

    .nra-about-description {
        font-size: 14px;
    }

    .nra-goal-box h3 {
        font-size: 22px;
    }

    .nra-goal-box li {
        font-size: 15px;
    }

    .nra-about-image img {
        min-height: 230px;
    }
}

/* Core Values Section */
.gt-values-section {
    position: relative;
    padding: 90px 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 10%, rgba(23, 76, 132, 0.10), transparent 28%),
        radial-gradient(circle at 92% 90%, rgba(244, 177, 32, 0.13), transparent 28%),
        #f7f9fc;
    font-family: "Poppins", sans-serif;
}

.gt-values-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}

.gt-values-heading {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

.gt-values-heading span {
    display: inline-block;
    margin-bottom: 8px;
    color: #f4ad20;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.gt-values-heading h2 {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 18px;
    color: #102f50;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.2;
}

.gt-values-heading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 78px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(90deg, #174c84, #f4ad20);
    transform: translateX(-50%);
}

.gt-values-heading p {
    margin: 0;
    color: #687789;
    font-size: 16px;
    line-height: 1.8;
}

.gt-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.gt-value-card {
    position: relative;
    min-height: 330px;
    padding: 42px 28px 32px;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
    /*border: 1px solid rgba(23, 76, 132, 0.09);*/
    border: 1px solid #199BB7;
    border-radius: 22px 22px 6px 22px;
    box-shadow: 0 15px 40px rgba(22, 50, 79, 0.08);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.gt-value-card::before {
    content: "";
    position: absolute;
    top: -65px;
    right: -65px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: rgba(244, 173, 32, 0.10);
    transition: transform 0.4s ease;
}

.gt-card-number {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(23, 76, 132, 0.40);
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.gt-value-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin: 0 auto 25px;
    color: #ffffff;
    font-size: 33px;
    border-radius: 24px 24px 8px 24px;
    background: linear-gradient(135deg, #174c84, #246fb5);
    box-shadow: 0 12px 25px rgba(23, 76, 132, 0.25);
    transform: rotate(-4deg);
    transition:
        transform 0.35s ease,
        background 0.35s ease;
}

.gt-value-icon i {
    transform: rotate(4deg);
}

.gt-value-card h3 {
    margin: 0 0 13px;
    color: #162f49;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.3;
}

.gt-value-card p {
    margin: 0;
    color: #6c7887;
    font-size: 15px;
    line-height: 1.8;
}

.gt-card-line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    margin: auto;
    background: linear-gradient(90deg, #199BB7, #89C53A, #FAAE3F);
    transition: width 0.35s ease;
}

.gt-value-card:hover {
    /*border-color: rgba(244, 173, 32, 0.45);*/
    border-color: #89C53A;
    box-shadow: 0 22px 50px rgba(22, 50, 79, 0.16);
    transform: translateY(-10px);
}

.gt-value-card:hover::before {
    transform: scale(1.4);
}

.gt-value-card:hover .gt-value-icon {
    background: linear-gradient(100deg, #FAAE3F, #89C53A, #199BB7);
    transform: rotate(0deg) scale(1.06);
}

.gt-value-card:hover .gt-card-line {
    width: 100%;
}

/* Tablet */
@media (max-width: 1100px) {
    .gt-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 600px) {
    .gt-values-section {
        padding: 60px 15px;
    }

    .gt-values-heading {
        margin-bottom: 32px;
    }

    .gt-values-heading h2 {
        font-size: 34px;
    }

    .gt-values-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .gt-values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gt-value-card {
        min-height: auto;
        padding: 34px 24px 30px;
    }

    .gt-value-icon {
        width: 78px;
        height: 78px;
        margin-bottom: 20px;
        font-size: 29px;
    }

    .gt-value-card h3 {
        font-size: 25px;
    }

    .gt-value-card p {
        font-size: 14px;
    }
}