/* =========================================================
   SREEVEL GLOBAL RESOURCES
   GLOBAL PAGE STYLES
========================================================= */

:root {

    --primary: #42514c;
    --secondary: #5199a8;
    --text: #7b8c89;
    --dark: #263531;
    --light: #f5f6f3;
    --white: #ffffff;
    --border: #dfe5e2;

    --heading-font: "Playfair Display", serif;
    --body-font: "Gentium Basic", serif;
    --nav-font: "Montserrat", sans-serif;

    --container: 1180px;
}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: var(--text);
    font-family: var(--body-font);
    font-size: 20px;
    line-height: 1.8;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}


/* =========================================================
   COMMON CONTAINER
========================================================= */

.gr-container {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.gr-hero {
    position: relative;

    min-height: 610px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            90deg,
            rgba(35, 50, 46, 0.78),
            rgba(35, 50, 46, 0.35)
        ),
        url("home_banner.webp") center center / cover no-repeat;
}

.gr-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(32, 46, 42, 0.35),
            transparent 65%
        );
}

.gr-hero-content {
    position: relative;
    z-index: 2;

    max-width: 760px;

    color: #ffffff;
}

.hero-eyebrow {
    display: block;

    margin-bottom: 20px;

    font-family: var(--nav-font);
    font-size: 12px;
    font-weight: 500;

    letter-spacing: 4px;
}

.gr-hero h1 {
    margin: 0;

    font-family: var(--heading-font);
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: 1px;
}

.hero-divider {
    width: 70px;
    height: 1px;

    margin: 30px 0;

    background: var(--secondary);
}

.gr-hero p {
    margin: 0;

    font-family: var(--nav-font);
    font-size: 13px;

    letter-spacing: 3px;
}

.gr-hero p span {
    padding: 0 10px;

    color: var(--secondary);
}


/* =========================================================
   COMMON SECTION
========================================================= */

.gr-section {
    padding: 110px 0;
}

.section-heading {
    position: relative;

    margin-bottom: 60px;
}

.section-heading.centered {
    text-align: center;
}

.section-heading.left {
    text-align: left;
}

.section-number {
    display: block;

    margin-bottom: 10px;

    color: var(--secondary);

    font-family: var(--nav-font);
    font-size: 11px;
    font-weight: 600;

    letter-spacing: 3px;
}

.section-heading h2 {
    margin: 0;

    color: var(--primary);

    font-family: var(--heading-font);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 500;
    line-height: 1.2;
}

.heading-line {
    width: 55px;
    height: 1px;

    margin-top: 24px;

    background: var(--secondary);
}

.section-heading.centered .heading-line {
    margin-left: auto;
    margin-right: auto;
}

.heading-subtitle {
    margin-top: 12px;

    color: var(--secondary);

    font-family: var(--nav-font);
    font-size: 11px;

    letter-spacing: 2px;
    text-transform: uppercase;
}


/* =========================================================
   WHO WE ARE
========================================================= */

.gr-intro {
    background: #ffffff;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;

    gap: 80px;

    align-items: stretch;
}

.intro-content p {
    margin-bottom: 24px;
}

.intro-content .lead-text {
    color: var(--primary);

    font-size: 25px;
    line-height: 1.6;
}

.intro-content strong {
    color: var(--primary);
}


/* Highlight */

.intro-highlight {
    display: flex;
    align-items: center;
}

.highlight-box {
    width: 100%;

    min-height: 350px;

    padding: 55px 45px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #42514c,
            #35433f
        );

    color: #ffffff;

    position: relative;
    overflow: hidden;
}

.highlight-box::before {
    content: "";

    position: absolute;

    width: 240px;
    height: 240px;

    right: -110px;
    top: -110px;

    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
}

.highlight-label {
    margin-bottom: 25px;

    color: var(--secondary);

    font-family: var(--nav-font);
    font-size: 11px;

    letter-spacing: 3px;
}

.highlight-box h3 {
    position: relative;

    margin: 0;

    font-family: var(--heading-font);
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3;
}

.highlight-line {
    width: 50px;
    height: 1px;

    margin: 28px 0;

    background: var(--secondary);
}

.highlight-box p {
    margin: 0;

    font-family: var(--nav-font);
    font-size: 10px;

    letter-spacing: 1px;
}


/* =========================================================
   OUR BUSINESS
========================================================= */

.gr-business {
    background: var(--light);
}

.business-grid {
    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 90px;

    align-items: center;
}

.business-image {
    min-height: 650px;

    position: relative;

    background:
        linear-gradient(
            rgba(50, 65, 60, 0.18),
            rgba(50, 65, 60, 0.18)
        ),
        url("uploads/1/5/3/3/153347159/3rd_orig.jpg")
        center center / cover no-repeat;
}

.image-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: flex-end;

    padding: 40px;

    background:
        linear-gradient(
            transparent 50%,
            rgba(28, 40, 37, 0.7)
        );
}

.image-overlay span {
    color: #ffffff;

    font-family: var(--nav-font);
    font-size: 12px;

    letter-spacing: 4px;
}

.business-content p {
    margin-bottom: 24px;

    text-align: justify;
}


/* =========================================================
   NATURE OF BUSINESS
========================================================= */

.gr-nature {
    background: #ffffff;
}

.nature-content {
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}

.nature-content p {
    margin-bottom: 25px;
}

.nature-content p:first-child {
    color: var(--primary);

    font-size: 24px;
}


/* =========================================================
   PRODUCTS
========================================================= */

.gr-products {
    background: var(--light);
}

.product-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.product-card {
    position: relative;

    min-height: 480px;

    padding: 45px 40px;

    background: #ffffff;

    border: 1px solid var(--border);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 45px rgba(50, 65, 60, 0.08);
}

.product-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;

    border: 1px solid var(--secondary);

    color: var(--secondary);

    font-family: var(--nav-font);
    font-size: 10px;

    letter-spacing: 1px;
}

.product-card h3 {
    margin-bottom: 30px;

    color: var(--primary);

    font-family: var(--heading-font);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.25;
}

.product-card ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

.product-card li {
    position: relative;

    padding-left: 18px;

    margin-bottom: 8px;

    font-size: 16px;
    line-height: 1.5;
}

.product-card li::before {
    content: "";

    position: absolute;

    width: 5px;
    height: 5px;

    left: 0;
    top: 10px;

    background: var(--secondary);

    border-radius: 50%;
}

.product-note {
    margin-top: 30px;
    padding-top: 20px;

    border-top: 1px solid var(--border);

    font-size: 13px;
    line-height: 1.6;
}

.product-note strong {
    color: var(--primary);

    font-family: var(--nav-font);
    font-size: 10px;

    letter-spacing: 1px;
}

.product-note p {
    margin-top: 5px;
}


/* =========================================================
   SERVICES
========================================================= */

.gr-services {
    background: #ffffff;
}

.services-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 70px;
    row-gap: 0;
}

.service-item {
    display: grid;

    grid-template-columns: 55px 1fr;

    gap: 25px;

    padding: 35px 0;

    border-top: 1px solid var(--border);
}

.service-item:nth-child(1),
.service-item:nth-child(2) {
}

.service-number {
    color: var(--secondary);

    font-family: var(--nav-font);
    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;
}

.service-item h3 {
    margin-bottom: 8px;

    color: var(--primary);

    font-family: var(--heading-font);
    font-size: 25px;
    font-weight: 500;

    line-height: 1.3;
}

.service-item p {
    margin: 0;

    font-size: 16px;
    line-height: 1.6;
}


/* =========================================================
   LOCATIONS
========================================================= */

.gr-locations {
    background: var(--light);
}

.location-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px;
}

.location-card {
    min-height: 550px;

    position: relative;

    padding: 60px 50px;

    display: flex;
    align-items: baseline;

    color: #ffffff;

    background-position: center;
    background-size: cover;
}

.location-card.mauritius {
    background-image:
        url("uploads/1/5/3/3/153347159/mini-1_orig.jpg");
}

.location-card.dubai {
    background-image:
        url("uploads/1/5/3/3/153347159/3rd_orig.jpg");
}

.location-overlay {
    position: absolute;
    inset: 0;

    background:
        rgba(31, 44, 41, 0.8);
}

.location-content {
    position: relative;
    z-index: 2;
}

.location-tag {
    display: block;

    margin-bottom: 15px;

    color: var(--secondary);

    font-family: var(--nav-font);
    font-size: 10px;

    letter-spacing: 3px;
}

.location-content h3 {
    margin: 0;

    font-family: var(--heading-font);
    font-size: 42px;
    font-weight: 500;
}

.location-line {
    width: 50px;
    height: 1px;

    margin: 20px 0;

    background: var(--secondary);
}

.location-content p {
    margin-bottom: 18px;

    color: rgba(255,255,255,0.88);

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   OWNERSHIP
========================================================= */

.gr-ownership {
    background: #ffffff;
}

.ownership-structure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ownership-company {
    width: 400px;

    padding: 35px 30px;

    text-align: center;

    border: 1px solid var(--border);

    background: #ffffff;

    transition: all 0.3s ease;
}

.ownership-company:hover {
    border-color: var(--secondary);

    box-shadow:
        0 15px 35px rgba(50,65,60,0.07);
}

.ownership-company > span {
    display: block;

    margin-bottom: 10px;

    color: var(--secondary);

    font-family: var(--nav-font);
    font-size: 9px;
    font-weight: 600;

    letter-spacing: 2px;
}

.ownership-company h3 {
    margin-bottom: 10px;

    color: var(--primary);

    font-family: var(--heading-font);
    font-size: 23px;
    font-weight: 500;

    line-height: 1.3;
}

.ownership-company p {
    margin: 0;

    font-family: var(--nav-font);
    font-size: 10px;

    letter-spacing: 2px;
}

.ownership-company small {
    display: block;

    margin-top: 15px;

    font-size: 13px;
}

.ownership-connector {
    height: 100px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.ownership-connector .connector-line {
    width: 1px;
    height: 70px;

    background: var(--secondary);
}

.ownership-connector span {
    width: 7px;
    height: 7px;

    background: var(--secondary);

    border-radius: 50%;
}

.ownership-subsidiaries {
    display: grid;

    grid-template-columns: repeat(2, 360px);

    gap: 30px;
}


/* =========================================================
   OFFICES
========================================================= */

.gr-offices {
    background: var(--light);
}

.offices-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 30px;
}

.office-card {
    position: relative;

    padding: 55px;

    background: #ffffff;

    border: 1px solid var(--border);
}

.office-number {
    display: block;

    margin-bottom: 20px;

    color: var(--secondary);

    font-family: var(--nav-font);
    font-size: 10px;

    letter-spacing: 3px;
}

.office-card h3 {
    margin: 0;

    color: var(--primary);

    font-family: var(--heading-font);
    font-size: 28px;
    font-weight: 500;

    line-height: 1.3;
}

.office-location {
    margin-top: 8px;

    color: var(--secondary);

    font-family: var(--nav-font);
    font-size: 11px;

    letter-spacing: 2px;
}

.office-divider {
    width: 50px;
    height: 1px;

    margin: 25px 0;

    background: var(--secondary);
}

.office-card address {
    margin-bottom: 25px;

    font-style: normal;

    line-height: 1.7;
}

.office-card p {
    margin-bottom: 5px;

    font-size: 16px;
}

.office-card strong {
    color: var(--primary);
}

.office-note {
    max-width: 900px;

    margin: 35px auto 0;
    padding: 20px 25px;

    border-left: 2px solid var(--secondary);

    background: #ffffff;

    font-size: 14px;
    line-height: 1.6;
}

.office-note strong {
    color: var(--primary);

    font-family: var(--nav-font);
    font-size: 10px;

    letter-spacing: 1px;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    padding: 55px 0;

    background: #2f3d39;
}

.footer-inner {
    width: min(1180px, calc(100% - 60px));

    margin: 0 auto;

    text-align: center;
}

.footer-logo img {
    width: 118px;

    filter: grayscale(100%) brightness(0) invert(1);

    opacity: 0.85;
}

.footer-navigation {
    display: flex;

    justify-content: center;
    flex-wrap: wrap;

    gap: 25px;

    margin: 25px 0;
}

.footer-navigation a {
    color: #b7c3c0;

    font-family: var(--nav-font);
    font-size: 10px;

    letter-spacing: 1px;

    transition: color 0.3s ease;
}

.footer-navigation a:hover {
    color: var(--secondary);
}

.footer-copy {
    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-copy p {
    margin: 0;

    color: #8c9a96;

    font-size: 13px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .main-navigation > ul {
        gap: 18px;
    }

    .main-navigation > ul > li > a {
        font-size: 10px;
    }

    .intro-grid,
    .business-grid {
        gap: 50px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card:last-child {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    body {
        font-size: 16px;
        line-height: 1.7;
    }

    .gr-container {
        width: min(100% - 40px, 600px);
    }

    .header-inner {
        width: calc(100% - 40px);

        min-height: 85px;
    }

    .main-navigation {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }


    /* Hero */

    .gr-hero {
        min-height: 520px;
    }

    .gr-hero h1 {
        font-size: 45px;
    }

    .hero-eyebrow {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .gr-hero p {
        font-size: 9px;
        letter-spacing: 2px;
    }


    /* Sections */

    .gr-section {
        padding: 75px 0;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .section-heading h2 {
        font-size: 36px;
    }


    /* Intro */

    .intro-grid {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .intro-content .lead-text {
        font-size: 21px;
    }

    .intro-content p {
        text-align: left;
    }

    .highlight-box {
        min-height: 300px;
    }


    /* Business */

    .business-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .business-image {
        min-height: 400px;
    }

    .business-content p {
        text-align: left;
    }


    /* Products */

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-card:last-child {
        grid-column: auto;
    }


    /* Services */

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-item:nth-child(2) {
        border-top: 1px solid var(--border);
    }


    /* Locations */

    .location-grid {
        grid-template-columns: 1fr;
    }

    .location-card {
        min-height: 500px;

        padding: 40px 30px;
    }


    /* Ownership */

    .ownership-company {
        width: 100%;
        max-width: 360px;
    }

    .ownership-subsidiaries {
        grid-template-columns: 1fr;

        width: 100%;
    }


    /* Offices */

    .offices-grid {
        grid-template-columns: 1fr;
    }

    .office-card {
        padding: 40px 30px;
    }


    /* Footer */

    .footer-navigation {
        gap: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .gr-hero h1 {
        font-size: 38px;
    }

    .gr-hero {
        min-height: 480px;
    }

    .highlight-box {
        padding: 40px 30px;
    }

    .product-card {
        padding: 35px 28px;
    }

    .location-content h3 {
        font-size: 36px;
    }
    .group-img img, .trade-img img{
    width: 100%;
    height: auto;
}

}


.sgr-section-intro p{
 text-align: center;
}
.group-img, .trade-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.group-img img, .trade-img img{
    width: 70%;
    height: auto;
}




