/* =========================================================
   RR LEGAL INFRA
   TOURISM, HOSPITALITY & WELLNESS PAGE
========================================================= */


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

.tourism-hero {

    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    color: #fff;

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


.tourism-hero-content {

    max-width: 780px;

    padding: 85px 0;

}


.tourism-label {

    color: #c69b45;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 3px;

    margin-bottom: 16px;

    text-transform: uppercase;
}


.tourism-hero h2 {

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

    font-size: 50px;

    line-height: 1.12;

    margin: 0 0 20px 0;

    font-weight: 700;
}


.tourism-hero h2 span {

    display: block;

    color: #c69b45;
}


.tourism-hero p {

    max-width: 680px;

    color: #e5e5e5;

    font-size: 16px;

    line-height: 1.75;

    margin-bottom: 30px;
}


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

.tourism-buttons {

    display: flex;

    align-items: center;

    gap: 12px;

    flex-wrap: wrap;
}


.tourism-btn-primary,
.tourism-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;
}


.tourism-btn-primary {

    background-color: #c69b45;

    color: #0b192c;

    border: 1px solid #c69b45;
}


.tourism-btn-primary:hover {

    background-color: #fff;

    border-color: #fff;

    color: #0b192c;

    transform: translateY(-2px);
}


.tourism-btn-secondary {

    background-color: transparent;

    color: #fff;

    border: 1px solid #fff;
}


.tourism-btn-secondary:hover {

    background-color: #fff;

    color: #0b192c;

    transform: translateY(-2px);
}


/* =========================================================
   EXPERIENCE STRIP
========================================================= */

.tourism-strip {

    background-color: #07101d;

    border-top: 1px solid rgba(198, 155, 69, 0.35);

    padding: 20px 0;
}


.tourism-strip-grid {

    display: grid;

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

    gap: 20px;
}


.tourism-strip-item {

    display: flex;

    align-items: center;

    gap: 13px;

    color: #fff;

    border-right: 1px solid rgba(255,255,255,0.10);

    padding-right: 15px;
}


.tourism-strip-item:last-child {

    border-right: none;
}


.tourism-strip-item > i {

    color: #c69b45;

    font-size: 22px;
}


.tourism-strip-item strong {

    display: block;

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 0.5px;
}


.tourism-strip-item span {

    display: block;

    color: #999;

    font-size: 10px;

    margin-top: 2px;
}


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

.tourism-intro {

    background-color: #fff;

    padding: 90px 0;
}


.tourism-intro-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}


.tourism-intro-content h2 {

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

    color: #0b192c;

    font-size: 38px;

    line-height: 1.2;

    margin: 8px 0 18px 0;
}


.tourism-intro-content h2 span {

    color: #c69b45;
}


.tourism-intro-content .gold-line {

    margin: 0 0 22px 0;
}


.tourism-intro-content p {

    color: #666;

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 18px;

    max-width: 650px;
}


/* =========================================================
   INTRO VISUAL
========================================================= */

.tourism-intro-visual {

    position: relative;
}


.tourism-visual-box {

    min-height: 330px;

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: flex-end;

    padding: 40px;

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

    box-shadow:
        0 15px 35px rgba(0,0,0,0.12);
}


.visual-number {

    position: absolute;

    top: 25px;

    right: 30px;

    color: rgba(255,255,255,0.35);

    font-family: Georgia, serif;

    font-size: 60px;

    font-weight: 700;
}


.visual-content {

    position: relative;

    z-index: 2;

    color: #fff;
}


.visual-content span {

    color: #c69b45;

    font-size: 11px;

    letter-spacing: 2px;

    font-weight: 700;
}


.visual-content h3 {

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

    font-size: 31px;

    line-height: 1.2;

    margin: 10px 0;
}


.visual-content p {

    color: #ddd;

    font-size: 12px;

    line-height: 1.6;

    max-width: 380px;
}


/* =========================================================
   PROJECTS SECTION
========================================================= */

.tourism-projects {

    background-color: #f7f6f3;

    padding: 85px 0;
}


.tourism-section-heading {

    text-align: center;

    max-width: 800px;

    margin: 0 auto 50px auto;
}


.tourism-section-heading h2 {

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

    color: #0b192c;

    font-size: 36px;

    margin: 0 0 15px 0;
}


.tourism-section-heading p {

    color: #666;

    font-size: 14px;

    line-height: 1.7;

    margin: 15px auto 0 auto;
}


.tourism-section-heading .gold-line {

    margin: 0 auto;
}


/* =========================================================
   SERVICE GRID
========================================================= */

.tourism-services-grid {

    display: grid;

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

    gap: 22px;
}


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

.tourism-service-card {

    position: relative;

    background-color: #fff;

    border: 1px solid #e3e3e3;

    padding: 28px;

    min-height: 235px;

    overflow: hidden;

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


.tourism-service-card::after {

    content: "";

    position: absolute;

    width: 70px;

    height: 70px;

    border-radius: 50%;

    background-color: rgba(198,155,69,0.07);

    right: -25px;

    bottom: -25px;

    transition: 0.3s;
}


.tourism-service-card:hover {

    transform: translateY(-6px);

    border-color: #c69b45;

    box-shadow:
        0 12px 30px rgba(0,0,0,0.09);
}


.tourism-service-card:hover::after {

    transform: scale(1.5);
}


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

.tourism-service-number {

    position: absolute;

    right: 20px;

    top: 18px;

    color: #c69b45;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;
}


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

.tourism-service-icon {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background-color: #0b192c;

    color: #c69b45;

    font-size: 19px;

    margin-bottom: 18px;

    transition: 0.3s;
}


.tourism-service-card:hover .tourism-service-icon {

    background-color: #c69b45;

    color: #0b192c;
}


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

.tourism-service-card h3 {

    color: #0b192c;

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

    font-size: 19px;

    line-height: 1.3;

    margin: 0 0 9px 0;
}


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

.tourism-service-card p {

    color: #666;

    font-size: 12px;

    line-height: 1.7;

    margin: 0;

    max-width: 330px;
}


/* =========================================================
   WELLNESS SECTION
========================================================= */

.wellness-section {

    background-color: #fff;

    padding: 90px 0;
}


.wellness-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}


/* =========================================================
   WELLNESS IMAGE
========================================================= */

.wellness-image {

    position: relative;

    min-height: 430px;

    overflow: hidden;

    background-color: #eee;

    box-shadow:
        0 15px 35px rgba(0,0,0,0.12);
}


.wellness-image::before {

    content: "";

    position: absolute;

    top: 20px;

    left: 20px;

    right: -20px;

    bottom: -20px;

    border: 1px solid #c69b45;

    z-index: 0;
}


.wellness-image img {

    position: relative;

    z-index: 1;

    display: block;

    width: 100%;

    height: 430px;

    object-fit: cover;
}


/* =========================================================
   WELLNESS CONTENT
========================================================= */

.wellness-content h2 {

    color: #0b192c;

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

    font-size: 38px;

    line-height: 1.2;

    margin: 8px 0 18px 0;
}


.wellness-content h2 span {

    color: #c69b45;
}


.wellness-content .gold-line {

    margin: 0 0 22px 0;
}


.wellness-content p {

    color: #666;

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 25px;
}


/* =========================================================
   WELLNESS POINTS
========================================================= */

.wellness-points {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px 25px;
}


.wellness-points div {

    display: flex;

    align-items: center;

    gap: 9px;

    color: #333;

    font-size: 12px;

    font-weight: 600;
}


.wellness-points i {

    color: #c69b45;

    font-size: 14px;
}


/* =========================================================
   PHILOSOPHY
========================================================= */

.tourism-philosophy {

    background-color: #0b192c;

    color: #fff;

    padding: 85px 0;
}


.tourism-section-heading.light h2 {

    color: #fff;
}


.tourism-section-heading.light p {

    color: #d2d2d2;
}


.tourism-section-heading.light .section-label {

    color: #c69b45;
}


/* =========================================================
   PHILOSOPHY GRID
========================================================= */

.philosophy-grid {

    display: grid;

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

    gap: 20px;
}


.philosophy-card {

    text-align: center;

    padding: 30px 20px;

    border: 1px solid rgba(255,255,255,0.12);

    background-color: rgba(255,255,255,0.025);

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


.philosophy-card:hover {

    transform: translateY(-5px);

    border-color: #c69b45;
}


.philosophy-icon {

    width: 60px;

    height: 60px;

    border-radius: 50%;

    border: 1px solid #c69b45;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 18px auto;

    color: #c69b45;

    font-size: 22px;
}


.philosophy-card h3 {

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

    font-size: 18px;

    color: #fff;

    margin-bottom: 10px;
}


.philosophy-card p {

    color: #bbb;

    font-size: 12px;

    line-height: 1.7;

    margin: 0;
}


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

.tourism-contact {

    background-color: #f7f6f3;

    padding: 80px 0;

    text-align: center;
}


.tourism-contact-content {

    max-width: 760px;

    margin: 0 auto;
}


.tourism-contact h2 {

    color: #0b192c;

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

    font-size: 38px;

    line-height: 1.2;

    margin: 8px 0 15px 0;
}


.tourism-contact h2 span {

    color: #c69b45;
}


.tourism-contact p {

    color: #666;

    font-size: 14px;

    line-height: 1.7;

    margin-bottom: 25px;
}


.tourism-contact .tourism-buttons {

    justify-content: center;
}


/* DARK SECONDARY BUTTON */

.tourism-btn-secondary.dark {

    color: #0b192c;

    border-color: #0b192c;
}


.tourism-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) {

    .tourism-hero h2 {

        font-size: 43px;
    }


    .tourism-intro-grid,
    .wellness-grid {

        grid-template-columns: 1fr;

        gap: 45px;
    }


    .tourism-services-grid {

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


    .philosophy-grid {

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


    .tourism-strip-grid {

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

        row-gap: 20px;
    }


    .tourism-strip-item:nth-child(2) {

        border-right: none;
    }


    .footer-grid {

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

}


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

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

    .tourism-hero {

        min-height: auto;
    }


    .tourism-hero-content {

        padding: 65px 0;
    }


    .tourism-hero h2 {

        font-size: 35px;
    }


    .tourism-hero p {

        font-size: 14px;
    }


    .tourism-intro,
    .tourism-projects,
    .wellness-section,
    .tourism-philosophy,
    .tourism-contact {

        padding: 60px 0;
    }


    .tourism-intro-content h2,
    .wellness-content h2,
    .tourism-contact h2 {

        font-size: 30px;
    }


    .tourism-section-heading h2 {

        font-size: 30px;
    }


    /* STRIP */

    .tourism-strip-grid {

        grid-template-columns: 1fr;
    }


    .tourism-strip-item {

        border-right: none;

        border-bottom: 1px solid rgba(255,255,255,0.10);

        padding-bottom: 15px;
    }


    .tourism-strip-item:last-child {

        border-bottom: none;

        padding-bottom: 0;
    }


    /* SERVICES */

    .tourism-services-grid {

        grid-template-columns: 1fr;

        gap: 15px;
    }


    .tourism-service-card {

        min-height: auto;

        padding: 22px;
    }


    /* VISUAL */

    .tourism-visual-box {

        min-height: 300px;

        padding: 30px;
    }


    /* WELLNESS */

    .wellness-image {

        min-height: 300px;
    }


    .wellness-image img {

        height: 300px;
    }


    .wellness-points {

        grid-template-columns: 1fr;
    }


    /* PHILOSOPHY */

    .philosophy-grid {

        grid-template-columns: 1fr;

        gap: 15px;
    }


    /* BUTTONS */

    .tourism-buttons {

        flex-direction: column;

        align-items: stretch;
    }


    .tourism-btn-primary,
    .tourism-btn-secondary {

        width: 100%;

        box-sizing: border-box;
    }


    /* FOOTER */

    .footer-grid {

        grid-template-columns: 1fr;

        gap: 20px;
    }

}


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

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

    .tourism-hero h2 {

        font-size: 29px;
    }


    .tourism-label {

        font-size: 10px;

        letter-spacing: 2px;
    }


    .tourism-service-card h3 {

        font-size: 17px;
    }


    .tourism-service-icon {

        width: 46px;

        height: 46px;

        font-size: 17px;
    }


    .visual-content h3 {

        font-size: 26px;
    }


    .philosophy-card {

        padding: 25px 18px;
    }

}