
button,
input,
select,
textarea {
    font-family: inherit;
}

button {
    cursor: pointer;
}
.gift-page{
    width: 1120px;
    display: inline-block;
}

/* =====   CONTAINER  ======= */

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

/* =========================================================
   BREADCRUMB
========================================================= */

.breadcrumb-section {
        width: 100%;
    background: #e8f3fc;
    border-bottom: 1px solid #d7e4ef;
}

.breadcrumb {
    min-height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #1c3564;
    font-size: 15px;
}

.breadcrumb a {
    color: #223958; font-weight: 500;
}

.breadcrumb span {
    color: #223958;
    font-size: 24px;
    height: 14px;
    line-height: 9px;
}
.breadcrumb .last-child{font-size: 15px;    line-height: 14px;  color: #787878;font-weight: 500;}


/* =========================================================
   HERO
========================================================= */

.hero-section {
    position: relative;
    width: 100%;
    min-height: 280px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            115deg,
            #f6fbff 0%,
            #edf8ff 50%,
            #dceffc 100%
        );
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -170px;
    top: -230px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    margin-bottom: 12px;
    color: #1f4583;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0px;
}
.hero-content h1 label{display: table;}
.hero-content p {
    margin-bottom: 18px;
    color: #1f4583;
    font-size: 17px;
    line-height: 1.35;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn {
    min-width: 193px;
    height: 48px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.25s ease;
    font-weight: 600;
}

.btn-primary {
    background: #062e72;
}

.btn-primary:hover {
    background: #041e4b;
}

.btn-whatsapp {
    background: #079653;
}
.btn-whatsapp .whatsapp-icon {
    width: 28px !important;
    height: 28px !important;
}

.btn-whatsapp:hover {
    background: #05783f;
}

.whatsapp-icon {
    margin-right: 8px;
    font-size: 20px;
    line-height: 1;
}


/* =========================================
   GIFT CITY STATS SECTION
========================================= */

.gift-stats-section {
    width: 100%;
    background: #f9fdff;
    padding: 18px 0;
    border-bottom: 1px solid #e4edf5;
}

.gift-stats-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gift-stat-item {
    min-height: 82px;

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

    text-align: center;

    border-right: 1px solid #dce7f0;
}

.gift-stat-item:last-child {
    border-right: none;
}


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

.gift-stat-icon {
    width: 48px;
    height: 48px;

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

    color: #062e72;

    margin-bottom: 2px;
}

.gift-stat-icon svg {
    width: 43px;
    height: 43px;

    display: block;

    color: #062e72;
}


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

.gift-stat-number {
    color: #071768;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 1px;
}

.gift-stat-label {
        color: #3d567e;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 7px;
    font-weight: 500;
}


/* =========================================================
   COMMON SECTION HEADING
========================================================= */

.section-heading h2,
.available-section h2,
.opportunities-section h2,
.calculator-section h2,
.enquiry-section h2 {
    font-size: 26px;
    line-height: 1.15;
    color: #1f4583;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.section-heading p {
    margin-top: 10px;
    color: #314564;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 10px;
}


/* =========================================================
   AVAILABLE PROPERTY SECTION
========================================================= */

.available-section {
    width: 100%;
    padding: 20px 0 25px;
    background: #ffffff;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 12px;
}

.property-card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e2ebf3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(22, 58, 100, 0.08);
}

.property-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #eaf4fb;
}

.property-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-card-content {
    padding: 8px 15px 15px;
}

.property-card h3 {
    margin: 8px 0 5px 0;
    color: #1f4583;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 700;
}

.property-type {
    margin-bottom: 0px;
    color: #4072b9;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.property-details {
    width: 100%;
}

.property-details div {
    min-height: 17px;
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 7px;
    color: #2f4a68;
    font-size: 15px;
    line-height: 1.7;
}

.property-details span {
    color: #2f4a68;
}

.property-details strong {
    color: #24477d;
    font-weight: 500;
    text-align: right;
}

.property-btn {
        width: 100%;
    height: 40px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 6px;
    background: #1f4583;
    color: #ffffff;
    font-size: 16px;
    transition: 0.2s ease;
    box-sizing: border-box;
    font-weight: 600;
}

.property-btn:hover {
    background: #153870;
}

.property-btn span {
    font-size: 22px;
    height: 35px;
}


/* =========================================================
   INFORMATION SECTION
========================================================= */

.information-section {
    box-sizing: border-box;
    width: 100%;
    padding: 25px 0 25px;
    background: #ffffff;
    border-top: 1px solid #edf2f6;
}

.information-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.information-column {
    padding: 0 18px 0 0;
}

.information-column + .information-column {
    padding: 0 0 0 18px;
    border-left: 1px solid #dce7f0;
}

.information-column h2 {
    margin-bottom: 16px;
    color: #1f4583;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 700;
}

.information-intro {
        margin-bottom: 16px;
    color: #314564;
    font-size: 16px;
    line-height: 1.3;
}

.info-feature {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 20px;
    margin-bottom: 14px;
}

.info-feature-icon {
    width: 25px;
    color: #062e72;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}

.info-feature h4 {
    margin-bottom: 4px;
    color: #173c76;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
}

.info-feature p {
    color: #324968;
    font-size: 15px;
    line-height: 1.1;
}

.check-list {
    list-style: none;
    margin: 5px 0 20px;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #1f4583;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #153c77;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.information-bottom-text {
        color: #324968;
    font-size: 16px;
    line-height: 1.3;
}


/* =========================================================
   OPPORTUNITIES
========================================================= */

.opportunities-section {
    width: 100%;
    padding: 20px 0 25px;
    background: #eef8ff;
}

.opportunities-section h2 {
    margin-bottom: 3px;
}

.opportunities-intro {
        max-width: 100%;
    color: #3f5d82;
    font-size: 16px;
    line-height: 1.35;
    padding: 4px 0 5px 0;
}

.opportunities-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 14px;
}

.opportunity-item {
    min-width: 0;
    text-align: center;
}

.opportunity-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 6px;
    background: #dcecf7;
}

.opportunity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opportunity-item h3 {
    margin-top: 10px;
    color: #173c76;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
}

.availability-text {
    margin-top: 36px;
    color: #324968;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
}


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

.calculator-section {
    width: 100%;
    padding: 26px 0 30px;
    background: #f5faff;
    border-top: 1px solid #e4edf5;
    border-bottom: 1px solid #e4edf5;
}

.calculator-section h2 {
    margin-bottom: 3px;
}

.calculator-intro {
    margin-bottom: 30px;
    color: #3f5d82;
    font-size: 16px;
    padding-top: 10px;
}

.calculator-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.calculator-field label {
    display: block;
    margin-bottom: 6px;
    color: #1f4583;
    font-size: 15px;
    font-weight: 500;
}

.calculator-field input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #d0dfec;
    border-radius: 6px;
    outline: none;
    background: #ffffff;
    color: #243b5c;
    font-size: 15px;
    box-sizing: border-box;
}

.calculator-field input::placeholder {
    color: #98a8bc;
}

.calculator-field input:focus {
    border-color: #16427e;
    box-shadow: 0 0 0 2px rgba(22, 66, 126, 0.07);
}

.calculator-field input[readonly] {
    background: #dfebf8;
    cursor: default;
}

.calculator-action {
    display: grid;
    grid-template-columns: 205px 1fr;
    gap: 24px;
    align-items: center;
    margin-top: 20px;
}

.calculate-btn {
    width: 205px;
    height: 40px;
    border: 0;
    border-radius: 6px;
    background: #062e72;
    color: #ffffff;
    font-size: 16px;
    transition: 0.2s ease;
    font-weight: 600;
}

.calculate-btn:hover {
    background: #041f50;
}

.calculate-btn:active {
    transform: scale(0.98);
}

.calculator-note {
        color: #2a496c;
    font-size: 15px;
    line-height: 1.4;
}

.calculator-note strong {
    color: #1d3558;
    font-weight: 600;
    font-size: 16px;
}

.calculator-error {
    display: none;
    margin-top: 5px;
    color: #c62828;
    font-size: 10px;
}


/* =========================================================
   SPECIALIST
========================================================= */

.specialist-section {
    width: 100%;
    padding: 20px 0 25px;
    background: #ffffff;
}

.specialist-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr;
    gap: 45px;
    align-items: center;
}

.specialist-content h2 {
    margin-bottom: 12px;
    color: #1f4583;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
}

.specialist-content p {
        max-width: 650px;
    color: #3f5d82;
    font-size: 16px;
    line-height: 1.3;
}

.partner-box {
    padding: 15px 20px;
    border: 1px solid #d6e9f7;
    border-radius: 6px;
    background: #eef9ff;
}

.partner-box h3 {
        margin-bottom: 8px;
    color: #1f4583;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.partner-box p {
        color: #385a87;
    font-size: 16px;
    line-height: 1.3;
}


/* =========================================================
   ENQUIRY
========================================================= */

.enquiry-section {
    width: 100%;
    padding: 17px 0 28px;
    background: #ffffff;
    border-top: 1px solid #e4edf5;
}

.enquiry-section h2 {
    margin-bottom: 5px;
}

.enquiry-intro {
    max-width: 650px;
    margin-bottom: 25px;
    color: #3f5d82;
    font-size: 16px;
    line-height: 1.3;
    padding-top: 8px;
}

.enquiry-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 22px;
}

.enquiry-field label {
        display: block;
    margin-bottom: 5px;
    color: #274166;
    font-size: 15px;
    font-weight: 600;
}

.enquiry-field label span {
    color: #e53935;
}

.enquiry-field input,
.enquiry-field select,
.enquiry-field textarea {
    width: 100%;
    border: 1px solid #cedeea;
    border-radius: 6px;
    outline: none;
    background: #ffffff;
    color: #294a79;
    font-size: 15px;
    box-sizing: border-box;
}

.enquiry-field input,
.enquiry-field select {
    height: 42px;
    padding: 0 15px;
}

.enquiry-field textarea {
    height: 65px;
    padding: 9px 15px;
    resize: vertical;
}

.enquiry-field input::placeholder,
.enquiry-field textarea::placeholder {
    color: #98a8bc;
}

.enquiry-field input:focus,
.enquiry-field select:focus,
.enquiry-field textarea:focus {
    border-color: #16427e;
    box-shadow: 0 0 0 2px rgba(22, 66, 126, 0.07);
}

.enquiry-button-wrapper {
    grid-column: 1 / 2;
}

.enquiry-btn {
        width: auto;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border: 0;
    border-radius: 6px;
    background: #062e72;
    color: #ffffff;
    font-size: 15px;
    transition: 0.2s ease;
    font-weight: 600;
}

.enquiry-btn:hover {
    background: #041f50;
}

.btn-arrow {
    font-size: 22px;
    height: 33px;
    margin-left: 6px;
}


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

@media (max-width: 991px) {
.gift-page {
    width: 100%;
    display: inline-block;
}
.calculator-field label{    font-size: 14px;}
    .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .hero-content h1 {
        font-size: 29px;
    }

    .property-grid {
        gap: 10px;
    }

    .property-card-image {
        height: 100px;
    }

    .property-card-content {
        padding: 8px 15px 15px 15px;
    }

    .property-details div {
        font-size: 12px;
    }

    .opportunities-list {
        gap: 12px;
    }

    .specialist-grid {
        gap: 25px;
    }

    .gift-stats-container {
        padding: 0 22px; box-sizing: border-box;
    }
    .property-btn{height: 50px;font-size: 14px;}

    .gift-stat-icon {
        width: 43px;
        height: 43px;
    }

    .gift-stat-icon svg {
        width: 39px;
        height: 39px;
    }

    .gift-stat-number {
        font-size: 15px;
    }

    .gift-stat-label {
        font-size: 12px;
    }

}


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

@media (max-width: 767px) {

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gift-page {
    width: 100%;
    display: inline-block;
}


    /* Breadcrumb */

    .breadcrumb {
        min-height: 36px;
        font-size: 15px;
        gap: 9px;
        white-space: nowrap;
        overflow: hidden;
    }
    .breadcrumb .last-child {
    font-size: 15px;
    line-height: 14px;
    color: #6f7f99;
    font-weight: 500;
}


    /* Hero */

    .hero-section {
        min-height: 205px;
        padding: 25px 0 22px;
    }

    .hero-section::after {
        width: 300px;
        height: 300px;
        right: -160px;
        top: -130px;
    }

    .hero-content h1 {
        font-size: 26px;
        line-height: 1.08;
        letter-spacing: -0.3px;
    }

    .hero-content p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 14px;
    }

    .hero-buttons {
        gap: 9px;
    }

    .btn {
        min-width: 0;
        width: auto;
        height: 38px;
        padding: 0 13px;
        font-size: 11px;
    }

    

    .btn-whatsapp {
        flex: 0 0 145px;
    }


    /* Stats */
    .gift-stats-section {
        padding: 28px 0;
    }

    .gift-stats-container {
        padding: 0 10px;

        grid-template-columns: repeat(2, 1fr);
                max-width: 100%;
        box-sizing: border-box;
    }

    .gift-stat-item {
        min-height: 70px;
        border: 0px;
        padding: 0 4px;
    }

    .gift-stat-icon {
        width: 45px;
        height: 45px;

        margin-bottom: 2px;
    }

    .gift-stat-icon svg {
        width: 33px;
        height: 33px;
    }

    .gift-stat-number {
        font-size: 16px;
        line-height: 1.2;
    }

    .gift-stat-label {
        font-size: 14px;
        line-height: 1.25;
    }


    /* Common headings */

    .section-heading h2,
    .available-section h2,
    .opportunities-section h2,
    .calculator-section h2,
    .enquiry-section h2 {
        font-size: 24px;
    }


    /* Available Properties */

    .available-section {
        padding: 18px 0;
    }

    .section-heading p {
        font-size: 16px;
    }

    /*
       Mobile property cards remain
       horizontally scrollable.
    */

    .property-grid {
        display: block;
        gap: 10px;
        width: 100%;
        margin-top: 12px;
        padding-right: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        box-sizing: border-box;
    }

    .property-grid::-webkit-scrollbar {
        display: none;
    }

    

    .property-card-image {
        height: 220px;
    }

    .property-card h3 {
        font-size: 20px;
    }

    .property-details div {
        font-size: 16px;        margin-bottom: 3px;
    }
    .property-type{font-size: 18px;}
    .property-btn{height: 45px;}
    .property-card{margin-bottom: 16px;}


    /* Information */

    .information-section {
        padding: 20px 0;
    }

    .information-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .information-column {
        padding: 0;
    }

    .information-column + .information-column {
        padding: 18px 0 0;
        border-left: 0;
        border-top: 1px solid #dce7f0;
    }

    .information-column h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .information-intro {
        font-size: 16px;
    }

    .info-feature h4 {
                font-size: 17px;
        font-weight: 700;
    }

    .info-feature p {
        font-size: 16px;
    }

    .check-list li {
        font-size: 17px;
        margin-bottom: 12px;
    }


    /* Opportunities */

    .opportunities-section {
        padding: 20px 0;
    }

    .opportunities-intro {
        font-size: 16px;
    }

    .opportunities-list {
                display: flex;
        gap: 12px;
        width: 100%;
        /* padding-right: 16px; */
        /* overflow-x: auto; */
        /* overflow-y: hidden; */
        /* scroll-snap-type: x mandatory; */
        -webkit-overflow-scrolling: touch;
        /* scrollbar-width: none; */
        flex-wrap: wrap;
    }

    .opportunities-list::-webkit-scrollbar {
        display: none;
    }

    .opportunity-item {
        flex-basis: auto;
        width: 48%;
        min-width: 48%;
        text-align: center;
        margin: 12px auto;
        display: inline-block;
    }

    .opportunity-image {
               width: 190px;
        height: 250px;
        margin: 0 auto;
    }

    .opportunity-item h3 {
        font-size: 17px;
    }

    .availability-text {
        margin-top: 15px;
        font-size: 16px;
    }


    /* Calculator */

    .calculator-section {
        padding: 22px 0;
    }

    .calculator-intro {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .calculator-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 13px 9px;
    }

    .calculator-field label {
        font-size: 14px;
        font-weight: 600;
    }

    .calculator-field input {
        height: 40px;
        padding: 0 9px;
        font-size: 14px;
    }

    .calculator-action {
        grid-template-columns: 1fr;
        gap: 11px;
        margin-top: 15px;
    }

    .calculate-btn {
        width: 100%;
        height: 41px;
        font-size: 16px;
    }

    .calculator-note {
        font-size: 14px;
        line-height: 1.3;
    }


    /* Specialist */

    .specialist-section {
        padding: 21px 0;
    }

    .specialist-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .specialist-content h2 {
        font-size: 22px;
    }

    .specialist-content p {
        font-size: 16px;
        line-height: 1.4;
    }

    .partner-box {
        padding: 20px;
    }

    .partner-box h3 {
        font-size: 18px;
    }

    .partner-box p {
        font-size: 16px;
    }


    /* Enquiry */

    .enquiry-section {
        padding: 21px 0 27px;
    }

    .enquiry-intro {
        font-size: 16px;
        line-height: 1.4;
    }

    .enquiry-form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .enquiry-field label {
        font-size: 16px;
    }

    .enquiry-field input,
    .enquiry-field select {
        height: 44px;
        font-size: 16px;
    }

    .enquiry-field textarea {
        min-height: 90px;
        font-size: 16px;
    }

    .enquiry-button-wrapper {
        grid-column: auto;
    }

    .enquiry-btn {
        width: 100%;
        height: 44px;
        font-size: 16px;
    }

}


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

@media (max-width: 480px) {

    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-content h1 {
        font-size: 26px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .btn {
        height: 44px;
        font-size: 15px;
    }

    .btn-whatsapp {
        flex-basis: 145px;
    }

    .stat-item {
        padding: 0 2px;
    }

    .stat-icon {
        font-size: 19px;
    }

    .stat-number {
        font-size: 8px;
    }

    .stat-label {
        font-size: 6.5px;
    }


    .calculator-grid {
        gap: 11px 7px;
    }


    .calculator-field input {
        height: 40px;
        font-size: 14px;
    }

    .opportunity-item {
        flex-basis: auto;
        width: 48%;
        min-width: 48%;
        text-align: center;
        margin: 12px auto;
        display: inline-block;
    }

    .opportunity-image {
                width: 190px;
        height: 250px;
        margin: 0 auto;
    }

     .gift-stats-section {
        padding: 28px 0;
    }

    .gift-stats-container {
        padding: 0 6px;
                max-width: 100%;
        box-sizing: border-box;
    }

    

}


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

@media (max-width: 360px) {

    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-content h1 {
        font-size: 21px;
    }

    .hero-buttons {
        gap: 6px;
    }

    .btn {
        padding: 0 9px;
        font-size: 9px;
    }

    .btn-whatsapp {
        flex-basis: 105px;
    }

    .stat-number {
        font-size: 7px;
    }

    .stat-label {
        font-size: 6px;
    }

    .property-card {
        flex-basis: 265px;
        width: 265px;
        min-width: 265px;
    }

    .gift-stats-container {
        padding: 0 3px;
    }

    .gift-stat-item {
        min-height: 60px;
    }

    

    .gift-stat-number {
        font-size: 16px;
    }

    .gift-stat-label {
        font-size: 14px;
    }

}