/* =========================================================
   RR LEGAL INFRA
   NRI & INTERNATIONAL SERVICES PAGE
========================================================= */


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

.nri-hero {
    position: relative;

    background:
        linear-gradient(
            rgba(11, 25, 44, 0.88),
            rgba(11, 25, 44, 0.88)
        ),
        url("../images/nriservices.jpeg") center/cover no-repeat;

    min-height: 430px;

    display: flex;

    align-items: center;

    color: #fff;
}


.nri-hero-content {
    max-width: 760px;

    padding: 80px 0;
}


/* SMALL TITLE */

.nri-label {
    color: #c69b45;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 3px;

    margin-bottom: 15px;

    text-transform: uppercase;
}


/* HERO HEADING */

.nri-hero h2 {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 48px;

    line-height: 1.15;

    margin: 0 0 20px 0;

    font-weight: 700;
}


.nri-hero h2 span {
    display: block;

    color: #c69b45;
}


/* HERO TEXT */

.nri-hero p {
    max-width: 650px;

    font-size: 16px;

    line-height: 1.7;

    color: #e4e4e4;

    margin-bottom: 30px;
}


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

.nri-buttons {
    display: flex;

    align-items: center;

    gap: 12px;

    flex-wrap: wrap;
}


.nri-btn-primary,
.nri-btn-secondary {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    padding: 13px 22px;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    text-decoration: none;

    transition: all 0.3s ease;
}


/* GOLD BUTTON */

.nri-btn-primary {
    background-color: #c69b45;

    color: #0b192c;

    border: 1px solid #c69b45;
}


.nri-btn-primary:hover {
    background-color: #fff;

    border-color: #fff;

    color: #0b192c;

    transform: translateY(-2px);
}


/* OUTLINE BUTTON */

.nri-btn-secondary {
    background-color: transparent;

    color: #fff;

    border: 1px solid #fff;
}


.nri-btn-secondary:hover {
    background-color: #fff;

    color: #0b192c;

    transform: translateY(-2px);
}


/* =========================================================
   NRI INTRO
========================================================= */

.nri-intro {
    background-color: #fff;

    padding: 80px 0;
}


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

.nri-section-heading {
    text-align: center;

    max-width: 800px;

    margin: 0 auto 50px auto;
}


.section-label {
    color: #b98b32;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 8px;
}


.nri-section-heading h2 {
    font-family: Georgia, "Times New Roman", serif;

    color: #0b192c;

    font-size: 36px;

    margin: 0 0 15px 0;
}


.nri-section-heading p {
    color: #666;

    font-size: 14px;

    line-height: 1.7;

    margin: 15px auto 0 auto;
}


.gold-line {
    width: 60px;

    height: 3px;

    background-color: #c69b45;

    margin: 0 auto;
}


/* =========================================================
   NRI SERVICES GRID
========================================================= */

.nri-services-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 22px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.nri-service-card {
    background-color: #fff;

    border: 1px solid #e5e5e5;

    padding: 25px;

    display: flex;

    align-items: flex-start;

    gap: 18px;

    min-height: 165px;

    box-sizing: border-box;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.nri-service-card:hover {
    transform: translateY(-5px);

    border-color: #c69b45;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08);
}


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

.nri-service-icon {
    min-width: 48px;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: #0b192c;

    color: #c69b45;

    border-radius: 50%;

    font-size: 18px;

    transition: 0.3s;
}


.nri-service-card:hover .nri-service-icon {
    background-color: #c69b45;

    color: #0b192c;
}


/* =========================================================
   SERVICE NUMBER
========================================================= */

.nri-service-card span {
    display: block;

    color: #c69b45;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 4px;
}


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

.nri-service-card h3 {
    margin: 0 0 9px 0;

    color: #0b192c;

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

    font-size: 18px;

    line-height: 1.3;
}


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

.nri-service-card p {
    margin: 0;

    color: #666;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   NRI SUPPORT SECTION
========================================================= */

.nri-support {
    background-color: #0b192c;

    color: #fff;

    padding: 80px 0;
}


.nri-support-grid {
    display: grid;

    grid-template-columns: 120px 1fr;

    gap: 40px;

    align-items: center;
}


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

.nri-support-icon {
    width: 100px;

    height: 100px;

    border: 1px solid #c69b45;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #c69b45;

    font-size: 40px;
}


/* =========================================================
   SUPPORT CONTENT
========================================================= */

.nri-support-content .section-label {
    color: #c69b45;
}


.nri-support-content h2 {
    margin: 8px 0 15px 0;

    color: #fff;

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

    font-size: 34px;
}


.nri-support-content .gold-line {
    margin: 0 0 20px 0;
}


.nri-support-content p {
    max-width: 850px;

    color: #d9d9d9;

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 25px;
}


/* =========================================================
   SUPPORT LIST
========================================================= */

.nri-support-list {
    display: flex;

    flex-wrap: wrap;

    gap: 20px;
}


.nri-support-list div {
    color: #fff;

    font-size: 13px;

    display: flex;

    align-items: center;

    gap: 8px;
}


.nri-support-list i {
    color: #c69b45;
}


/* =========================================================
   CONTACT SECTION
========================================================= */

.nri-contact {
    background-color: #f7f6f3;

    padding: 75px 0;

    text-align: center;
}


.nri-contact-content {
    max-width: 750px;

    margin: 0 auto;
}


.nri-contact h2 {
    color: #0b192c;

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

    font-size: 36px;

    margin: 8px 0 15px 0;
}


.nri-contact p {
    color: #666;

    font-size: 14px;

    line-height: 1.7;

    margin-bottom: 25px;
}


.nri-contact .nri-buttons {
    justify-content: center;
}


/* DARK BUTTON */

.nri-btn-secondary.dark {
    color: #0b192c;

    border-color: #0b192c;
}


.nri-btn-secondary.dark:hover {
    background-color: #0b192c;

    color: #fff;
}


/* =========================================================
   FOOTER
========================================================= */

.footer-strip {
    background-color: #071322;

    color: #fff;

    padding: 30px 0;
}


.footer-grid {
    display: grid;

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

    gap: 25px;
}


.footer-box {
    display: flex;

    align-items: flex-start;

    gap: 12px;
}


.footer-box > i {
    color: #c69b45;

    font-size: 18px;

    margin-top: 3px;
}


.footer-box-content h5 {
    margin: 0 0 5px 0;

    font-size: 12px;

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 0.5px;
}


.footer-box-content p {
    margin: 0;

    color: #aaa;

    font-size: 11px;

    line-height: 1.5;
}


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

@media screen and (max-width: 1000px) {

    .nri-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


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

@media screen and (max-width: 700px) {

    .nri-hero {
        min-height: auto;
    }


    .nri-hero-content {
        padding: 60px 0;
    }


    .nri-hero h2 {
        font-size: 34px;
    }


    .nri-hero p {
        font-size: 14px;
    }


    .nri-intro,
    .nri-support,
    .nri-contact {
        padding: 60px 0;
    }


    .nri-section-heading h2 {
        font-size: 30px;
    }


    /* SERVICES */

    .nri-services-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .nri-service-card {
        min-height: auto;

        padding: 20px;
    }


    /* SUPPORT */

    .nri-support-grid {
        grid-template-columns: 1fr;

        text-align: center;

        gap: 25px;
    }


    .nri-support-icon {
        margin: 0 auto;
    }


    .nri-support-content .gold-line {
        margin: 0 auto 20px auto;
    }


    .nri-support-list {
        justify-content: center;
    }


    /* CONTACT */

    .nri-contact h2 {
        font-size: 30px;
    }


    /* FOOTER */

    .footer-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

}


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

@media screen and (max-width: 450px) {

    .container {
        width: 92%;
    }


    .nri-hero h2 {
        font-size: 29px;
    }


    .nri-label {
        font-size: 10px;

        letter-spacing: 2px;
    }


    .nri-buttons {
        flex-direction: column;

        align-items: stretch;
    }


    .nri-btn-primary,
    .nri-btn-secondary {
        width: 100%;

        box-sizing: border-box;
    }


    .nri-section-heading h2 {
        font-size: 27px;
    }


    .nri-service-card {
        padding: 18px;
    }


    .nri-service-icon {
        min-width: 42px;

        width: 42px;

        height: 42px;

        font-size: 16px;
    }


    .nri-service-card h3 {
        font-size: 16px;
    }


    .nri-support-content h2 {
        font-size: 28px;
    }

}