:root {
    --primary-color: #262b46;
    --sky-blue-color: #73bbcd;
    --black-color: #000;
}

html {
    scroll-padding-top: 100px;
    /* Offset for fixed navbar */
}

body {
    font-family: "Roboto", sans-serif;
    color: var(--primary-color);
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    /* padding-top: 95px; */
    /* match navbar height */
}

/* Prevent horizontal scrolling on all devices */
html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

/* Ensure images are responsive */
img {
    max-width: 100%;
    height: auto;
}

.poppins {
    font-family: 'Poppins', sans-serif !important;
}

.mainHead {
    font-size: 64px !important;
}

.font22 {
    font-size: 22px !important;
}

#AboutUs {
    padding: 80px 0 80px 0 !important;
}

#AboutUs p {
    font-size: 16px;
    line-height: 1.9;
}

#AboutUs h2 {
    font-size: 64px !important;
    font-weight: 500;
    color: var(--primary-color);
}

#AboutUs .col-md-7 .position-absolute {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    text-align: center;
    margin-top: -30px;
    width: 414px;
    margin-left: 32%;
}

/* Fix About Us absolute positioning overflow */
#AboutUs .col-md-7 {
    overflow: visible;
}

#AboutUs .position-absolute {
    max-width: calc(100% - 30px);
    left: 15px !important;
    right: 15px !important;
}

.logo-img {
    width: 250px;
    margin-left: -14px;
}

#partnerWithUs:focus,
#contactUs:focus {
    /* border: 2px solid black !important; */
    background: var(--sky-blue-color);
}

#contactUs:hover {
    background: var(--sky-blue-color);
}

.nav-link {
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 14px;
    padding: 8px 14px;
    border: 2px solid transparent;
    /* reserve space */
    box-sizing: border-box;
}

.nav-link:hover {
    background-color: #73bbcd !important;
    color: white !important;
}



.me-4 {
    top: 16px;
    border: 0;
}

.me-4:focus {
    border: none;
}

/* Animation classes */
.animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-in-out;
}

.lh {
    line-height: 1.2;
}

.slide-left {
    transform: translateX(-80px);
}

.slide-right {
    transform: translateX(80px);
}

.slide-up {
    transform: translateY(60px);
}

.animate.visible {
    opacity: 1;
    transform: translateX(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-80px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(80px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cta-section {
    padding: 80px 0 80px 0 !important;
}

.cta-section .col-md-8,
.cta-section .col-md-4 {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.cta-section h5 {
    font-size: 36px;
    color: var(--primary-color);
    line-height: 3rem;
}

.cta-section span {
    font-size: 32px;
    color: var(--primary-color);

}



.cta-section a {
    background-color: var(--sky-blue-color);
    font-size: 24px;
    font-weight: 400;
}

.cta-section.animate-left .col-md-8 {
    animation: fadeInLeft 1s ease forwards;
}

.cta-section.animate-right .col-md-4 {
    animation: fadeInRight 1s ease forwards;
}

.span {
    background: #d7ebf3;
    padding: 2px 8px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Navbar brand custom */
.navbar-brand-custom {
    background-color: rgba(38, 43, 70, 0.8);
    min-width: 560px;
    padding: 2rem 60px;
}

/* Hero background */
.hero-bg {
    background: url("../images/hero-bg2.png") center/cover no-repeat;
    position: relative;
    min-height: 100vh;
}


.hero-overlay-custom {
    margin-top: 102px;
    background-color: rgba(38, 43, 70, 0.8);
    max-width: 560px;
    animation: fadeInUp 1s ease-in-out;
    padding: 120px 60px 120px 60px !important;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom button hover */
.btn-hero:hover {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

/* Quotation mark positioning */
.cm-img-absolute {
    position: absolute;
    left: -50px;
    top: -20px;
}

/* Philosophy section background */
.philosophy-bg {
    background-color: #f9f9f9;
    padding: 80px 0 35px 0 !important;
}

.philosophy-bg p {
    font-size: 16px;
    line-height: 1.9;
}

.philosophy-bg h3 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    color: var(--primary-color);
}

.max-width {
    max-width: 800px;
}

/* Team member hover */
.team-member:hover {
    background-color: var(--sky-blue-color) !important
}

/* Family section with parallax */
.family-section-bg {
    /* background-image: url(../images/taj-mahal-hotel-gateway-india.png); */
    background: linear-gradient(rgba(223, 220, 220, 0.89), rgba(240, 235, 235, 0.5)),
        url("../images/taj-mahal-hotel-gateway-india.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 0 80px 0 !important;
}

.family-container div {
    max-width: 1296px;
}

.family-container h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--primary-color);
}

.family-container p {
    font-size: 22px;
    line-height: 32px;
    color: var(--primary-color);
}

/* Strategy section background */
.strategy-bg {
    background: url(../images/graphics.png);
    background-color: #d7ebf3;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 2px solid var(--sky-blue-color) !important;
    max-width: 900px;
    margin-top: 80px !important;
    padding: 80px 40px !important;
}

.strategy-bg .maxw {
    max-width: 770px;
    top: 20px;
}

.strategy-bg .maxw .width40 {
    width: 40%;
}

.strategy-bg .maxw .width40 h6 {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: var(--primary-color);
}

.strategy-bg .maxw .width40 small {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: var(--primary-color);
    line-height: 18px;
}

.strategy-bg .maxw .width40 .max290 {
    max-width: 290px;
}

.strategy-bg h4 {
    font-size: 36px;
    color: var(--primary-color);
    font-weight: 500;
    top: 40px;
}

/* Strategy circle */
.strategy-circle {
    background-color: #fff;
    border: 1px solid var(--sky-blue-color);
    width: 174px;
    height: 174px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Focus states */
.navbar-nav .nav-link:focus {
    /* outline: none; */
    /* border: 2px solid black; */
    box-shadow: none;
}



:focus {
    /* outline: none; */
    border: 2px solid black;
}

button:focus,
a:focus {
    /* border: 2px solid black; */
    /* outline: none; */
}

.navbar .nav-link:focus,
.navbar .nav-link:active {
    /* border-color: black;// */
    /* background-color: #73bbcd;
    color: white; */
}


/* Navbar scroll effect */
.navbar.scrolled {
    background-color: var(--primary-color);
}

.quoteLine {
    background-color: var(--sky-blue-color);
    bottom: -60px;
    right: 100px;
    padding: 30px !important;
}

.svg {
    width: 90px;
    margin-bottom: 26px;
}

.svg-heading {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
}

.svg-para {
    font-size: 16px;
    line-height: 1.9;
}

.team-section {
    background-color: var(--primary-color);
    padding: 80px 0 !important;
}


.team-section h2 {
    font-size: 64px;
    font-weight: 500;
}

.team-section p {
    font-size: 16px;
    color: #dcdcdc;
}

.team-width {
    max-width: 650px;
}

.primaryColor {
    color: var(--primary-color);

}


.memberName {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
}

.memberRole {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: var(--black-color);
}

.portfolio-bg {
    padding: 80px 0 80px 0 !important;
    /* min-height: 600px; */
    background: #f9f9f9;
}

.portfolio-bg h2 {
    font-size: 64px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--primary-color);
}

.portfolio-bg img {
    max-width: 200px;
}

.portfolio-bg .name {
    font-size: 30px;
}

.portfolio-bg a {
    color: #73bbcd;
    width: fit-content;
}

footer {
    background-color: #262b46;
    /* padding: 80px 0 0 0 !important; */
}

footer .col-lg-6 img {
    height: 29px;
}

footer .col-lg-6 p,
footer .col-lg-3 p,
footer .col-lg-3 li a,
span {
    font-size: 14px;
}

.skyblue {
    color: var(--sky-blue-color);
}

#Disclaimer {
    background-color: #b9e1f1;
}

.padding80 {
    padding: 80px 0 0 0 !important;
}

.gapless {
    padding: 25px 0;
}

#Disclaimer p {
    font-size: 12px;
    color: var(--black-color);
}

#Disclaimer .col-md-7 div {
    font-size: 11px;
}

#Disclaimer .col-md-7 div span {
    font-weight: 500;
}

#Disclaimer .col-md-5 span {
    font-size: 11px;
}

/* ============================
   RESPONSIVE MEDIA QUERIES
   ============================ */

@media(max-width:1920px) {
    .hero_h1 {
        font-size: 48px;
        font-weight: 500;
    }

    .hero_h2 {
        font-size: 32px !important;
        font-weight: 400;
        line-height: 3rem;
    }

    #partnerWithUs {
        background-color: var(--sky-blue-color);
        font-weight: 500;
        font-size: 1.5rem;
    }

    .size {
        margin: 6%;

    }

    .width50 {
        width: 75%;
    }

    .officeImg {
        height: 496px;
        width: 745px;
    }

}



/* Large Desktop - 1440px */
@media (max-width: 1440px) {

    .hero-bg {
        min-height: 700px !important;
    }

    .hero-overlay-custom {
        /* padding: 60px 40px !important; */
        max-width: 500px;
        margin-top: 86px;
    }

    .hero_h1 {
        font-size: 35px !important;
    }

    .hero_h2 {
        font-size: 25px !important;
        line-height: 2rem !important;
    }

    .logo-img {
        margin-left: 10px;
    }

    .size {
        margin: 5%;
    }

    #partnerWithUs {
        font-size: 1.2rem !important;
        padding: 10px 25px !important;
    }

    .officeImg {
        height: 496px;
        width: 745px;
    }

    .navbar-brand-custom {
        min-width: 500px;
        padding: 1.5rem 40px;
    }

    #AboutUs h2 {
        font-size: 56px !important;

    }

    .team-section h2 {
        font-size: 56px;
    }

    .portfolio-bg h2 {
        font-size: 56px;
    }

    .cta-section h5 {
        font-size: 32px;
        line-height: 2.5rem;
    }

    .cta-section span {
        font-size: 28px;
    }
}

/* Hide close button on desktop */
@media (min-width: 1200px) {
    .btn-close-menu {
        display: none;
    }
}

/* Tablet - 1024px */
@media (max-width: 1024px) {

    .navbar-brand-custom {
        min-width: 450px;
        padding: 1.2rem 30px;
    }

    .navbar-collapse {
        background-color: var(--primary-color);
        min-width: 450px !important;
    }

    /* Close button inside mobile menu */
    .btn-close-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        background: transparent;
        border: none;
        color: white;
        font-size: 24px;
        padding: 5px 10px;
        cursor: pointer;
        z-index: 1001;
        transition: all 0.3s ease;
    }

    .btn-close-menu:hover {
        color: #73bbcd;
        transform: rotate(90deg);
    }

    .btn-close-menu:focus {
        /* outline: none; */
    }

    .logo-img {
        margin-left: -10px;
    }

    .navbar-collapse ul li a {
        color: white !important;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 280px;
        background: linear-gradient(135deg, #262b46 0%, #1a1d2e 100%);
        z-index: 1050;
        transition: right 0.4s ease-in-out;
        padding: 80px 20px 20px;
        overflow-y: auto;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse.show {
        right: 0;
    }

    .navbar-collapse.collapsing {
        right: -100%;
        transition: right 0.4s ease-in-out;
        height: 100vh;
    }

    .navbar-collapse.collapsing.show {
        right: 0;
    }

    /* Overlay background when menu is open */
    .navbar-collapse.show::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }

    .navbar-nav .nav-item {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .navbar-nav .nav-link {
        color: #ffffff !important;
        padding: 12px 20px;
        border-radius: 8px;
    }

    .navbar-nav .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        transform: translateX(-5px);
    }

    .hero-overlay-custom {
        padding: 50px 30px !important;
        max-width: 450px;
        margin-top: 76px;
    }

    .hero_h1 {
        font-size: 38px !important;
    }

    .hero_h2 {
        font-size: 24px !important;
        line-height: 2.2rem !important;
    }



    #AboutUs h2 {
        font-size: 48px !important;
    }

    /* .navAbout {
        margin-left: 15px;
    } */

    .quoteLine {
        right: 20px;
        bottom: -40px;
        padding: 20px !important;
    }




    .team-section h2 {
        font-size: 48px;
    }

    .portfolio-bg {

        min-height: 500px;
    }

    .portfolio-bg h2 {
        font-size: 48px;
    }

    .portfolio-bg .name {
        font-size: 28px;
    }

    .strategy-bg {
        padding: 60px 30px !important;
        margin-top: 60px !important;
    }

    .strategy-circle {
        width: 150px;
        height: 150px;
    }



    .cta-section h5 {
        font-size: 28px;
        line-height: 2.2rem;
    }

    .cta-section span {
        font-size: 24px;
    }

    .cta-section a {
        font-size: 20px;
    }
}


/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Tablet Portrait - 768px */
@media (max-width: 768px) {
    html {
        scroll-padding-top: 80px;
        /* Adjusted for mobile navbar */
    }

    /* Navbar */
    .navbar-brand-custom {
        min-width: 100%;
        padding: 1rem 20px;
        width: 100%;
    }


    .nav-link {
        color: white;
    }

    .navbar-toggler {
        display: block !important;
    }

    .navbar-toggler-icon {
        display: block !important;
    }

    .navbar-collapse {
        background-color: rgba(38, 43, 70, 0.98);
        /* padding: 20px; */
        width: 260px;
        padding: 70px 15px 15px;
        /* margin-top: 10px; */
    }

    /* Hero Section */
    .hero-bg {
        min-height: auto !important;
        padding-bottom: 40px;
    }

    .hero-overlay-custom {
        max-width: 100%;
        padding: 40px 20px !important;
        margin-top: 70px;
    }

    .hero_h1 {
        font-size: 32px !important;
    }

    .hero_h2 {
        font-size: 20px !important;
        line-height: 1.8rem !important;
    }

    #partnerWithUs {
        font-size: 1.1rem !important;
        padding: 10px 25px !important;
    }

    /* About Us Section */
    #AboutUs {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    #AboutUs h2 {
        font-size: 40px !important;
        margin-bottom: 30px !important;
    }

    #AboutUs .col-md-5 {
        margin-bottom: 30px;
    }

    .quoteLine {
        position: static !important;
        /* margin-top: 20px; */
        padding: 20px !important;
        width: 100%;
    }

    .officeImg {
        height: 300px;
        width: 400px;
    }

    .cm-img-absolute {
        left: -10px;
        top: -10px;
        width: 40px;
    }

    /* Philosophy Section */
    .philosophy-bg {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .philosophy-bg h3 {
        font-size: 28px;
        margin-bottom: 20px !important;
    }



    .svg {
        width: 70px;
        margin-bottom: 20px;
    }

    /* Team Section */
    .team-section {
        padding: 35px 0 !important;
    }

    .team-section h2 {
        font-size: 40px !important;
        margin-bottom: 20px !important;
    }



    .team-width {
        max-width: 100%;
        padding: 0 15px;
    }

    .team-member {
        margin-bottom: 20px;
        width: 230px;
        /* height: 310px; */
    }

    .imgSizing {
        display: flex;
        justify-content: space-between;
        gap: 80px;
        margin-right: 60px;

    }

    /* Family Section */
    .family-section-bg {
        background-attachment: scroll;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }


    .family-container p {
        font-size: 18px;
        line-height: 28px;
    }

    .family-container div {
        max-width: 100%;
        padding: 10px 15px;
    }

    /* Strategy Section */
    #Strategy {
        padding: 40px 0 !important;
    }

    .strategy-bg {
        padding: 40px 20px !important;
        margin-top: 40px !important;
        max-width: 100%;
        background-image: none;
        background-size: cover;
    }

    .strategy-bg h4 {
        font-size: 28px !important;
    }

    .strategy-bg .maxw {
        flex-direction: column !important;
        gap: 30px;
        margin-top: 50px;
    }

    .strategy-bg .maxw .width40 {
        width: 100% !important;
        text-align: center;
    }

    .strategy-circle {
        width: 134px;
        height: 134px;
        margin: 0 auto;
    }

    .strategy-circle h6 {
        font-size: 16px !important;
    }

    /* Portfolio Section */
    .portfolio-bg {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        min-height: auto;
    }


    .mainHead {
        font-size: 40px !important;
    }


    .portfolio-bg h2 {
        font-size: 32px !important;
        margin-bottom: 30px !important;
    }


    .portfolio-bg .container {
        width: 90% !important;
    }

    .portfolio-bg img {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .portfolio-bg .name {
        font-size: 24px;
        text-align: center;
    }

    .portfolio-bg .d-flex {
        text-align: center;
    }

    /* CTA Section */
    .cta-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .cta-section h5 {
        font-size: 24px !important;
        line-height: 1.8rem !important;
        margin-bottom: 20px !important;
    }

    .cta-section span {
        font-size: 20px !important;
    }

    .cta-section a {
        font-size: 18px !important;
        padding: 10px 30px !important;
    }

    .cta-section .col-md-4 {
        margin-top: 20px;
    }

    /* Footer */
    .padding80 {
        padding: 40px 0 0 0 !important;
    }

    footer .col-lg-6,
    footer .col-lg-3 {
        text-align: center !important;
        margin-bottom: 30px;
    }

    footer .d-flex {
        justify-content: center !important;
        flex-wrap: wrap;
    }

    /* Disclaimer */
    #Disclaimer .col-md-7,
    #Disclaimer .col-md-5 {
        text-align: center !important;
    }

    #Disclaimer .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /* Prevent horizontal overflow */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
    }


    img {
        max-width: 100%;
        height: auto;
    }
}

/* Mobile Landscape - 576px */
@media (max-width: 576px) {
    html {
        scroll-padding-top: 70px;
        /* Adjusted for smaller mobile navbar */
    }

    /* Hero Section */
    .hero-overlay-custom {
        padding: 30px 15px !important;
    }

    .hero-bg {
        background: url("../images/high-angle-shot-bandra-worli-sealink-mumbai-enveloped-with-fog\ 2\ \(1\).png") center/cover no-repeat;
    }

    .hero_h1 {
        font-size: 28px !important;
    }

    .hero_h2 {
        font-size: 18px !important;
        line-height: 1.6rem !important;
    }


    .mainHead {
        font-size: 32px !important;
    }

    .font22 {
        font-size: 16px !important;
    }

    .teams {
        gap: 0;
    }

    .size {
        margin: 5% 15% 0 15%;
    }

    .imgCenter {
        display: flex;
        justify-content: center;
    }

    .lets {
        text-align: center;
    }

    .officeImg {
        height: 272px;
        width: 375px;
    }

    .navbar-collapse {
        min-width: 150px !important;
        padding: 60px 15px 15px;
    }

    .logo-img {
        margin-left: -14px;
    }

    /* .navbar-nav .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    } */

    .imgSizing {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }



    .quoteLine {
        position: absolute !important;
        /* padding: 20px !important; */
        width: 70% !important;
        right: 80% !important;
        left: 0 !important;

    }

    #partnerWithUs {
        font-size: 1rem !important;
        padding: 10px 20px !important;
    }

    /* About Us */
    #AboutUs {
        padding: 35px 0 35px 0 !important;
    }

    #AboutUs h2 {
        font-size: 32px !important;
    }

    #AboutUs p {
        font-size: 14px;
    }

    /* Philosophy Section */
    .philosophy-bg {
        padding: 35px 0 35px 0 !important;
    }

    .philosophy-bg h3 {
        font-size: 24px;
    }

    .philosophy-bg p,
    .svg-para {
        font-size: 14px;
    }

    .svg {
        width: 60px;
        margin-bottom: 15px;
    }

    .svg-heading {
        font-size: 16px;
    }

    /* Team Section */
    .team-section {
        padding: 35px 0 !important;
    }

    .team-section h2 {
        font-size: 32px !important;
    }

    .team-section p {
        font-size: 14px;
        margin-bottom: 5% !important;
    }



    .memberName {
        font-size: 14px;
    }

    .memberRole {
        font-size: 12px;
    }

    /* Family Section */
    .family-section-bg {
        padding: 35px 0 35px 0 !important;
    }

    .family-container p {
        font-size: 16px;
        line-height: 24px;
    }

    /* Strategy Section */
    #Strategy {
        padding: 35px 0 !important;
    }

    .strategy-bg {
        padding: 30px 15px !important;
        margin-top: 30px !important;
        background-image: none;
    }

    .strategy-bg h4 {
        font-size: 24px !important;
    }

    .strategy-bg .maxw .width40 h6 {
        font-size: 18px !important;
    }

    .strategy-bg .maxw .width40 small {
        font-size: 14px;
    }

    .strategy-circle {
        width: 120px;
        height: 120px;
    }

    .strategy-circle h6 {
        font-size: 14px !important;
    }

    /* Portfolio */
    .portfolio-bg {
        padding: 35px 0 35px 0 !important;
    }

    .portfolio-bg h2 {
        font-size: 32px !important;
    }

    .portfolio-bg img {
        max-width: 120px;
    }

    .portfolio-bg .name {
        font-size: 24px !important;
    }

    .portfolio-bg p {
        font-size: 13px;
    }

    .padding80 {
        padding: 35px 0 0 0 !important;
    }

    /* CTA Section */
    .cta-section {
        padding: 35px 0 35px 0 !important;
    }

    .cta-section h5 {
        font-size: 20px !important;
        line-height: 1.6rem !important;
        text-align: center;
    }

    .cta-section span {
        font-size: 18px !important;

    }

    .cta-section a {
        font-size: 16px !important;
        padding: 10px 25px !important;
    }

    .gapless {
        gap: 5px !important;
    }

    /* Footer */
    footer .col-lg-6 p,
    footer .col-lg-3 p {
        font-size: 13px;
    }

    footer .col-lg-6 img {
        height: 24px;
    }

    /* Disclaimer */
    #Disclaimer p {
        font-size: 11px;
    }

    #Disclaimer .col-md-7 div {
        font-size: 10px;
    }

    #Disclaimer .col-md-5 span {
        font-size: 10px;
        margin-right: 110px;
    }
}

@media (max-width: 425px) {
    .imgSizing {
        position: relative;
        left: 22%;
    }

}

/* Extra Small Mobile - 375px */
@media (max-width: 375px) {
    .hero_h1 {
        font-size: 24px !important;
    }

    .hero_h2 {
        font-size: 16px !important;
    }

    #AboutUs h2,
    .team-section h2,
    .portfolio-bg h2 {
        /* font-size: 28px !important; */
    }

    .officeImg {
        width: 320px;
        height: 235px;
    }

    .philosophy-bg h3 {
        font-size: 22px;
    }

    .family-container h3 {
        /* font-size: 22px !important; */
    }

    .strategy-bg h4 {
        font-size: 22px !important;
    }

    .cta-section h5 {
        font-size: 18px !important;
    }

    .strategy-circle {
        width: 100px;
        height: 100px;
    }

    .imgSizing {
        position: relative;
        left: 16%;
    }

    /* .navAbout {
        margin-left: 5%;
    } */
}

@media (max-width: 320px) {
    .imgSizing {
        position: relative;
        left: 10%;
    }

    /* .navAbout {
        margin-left: 6%;
    } */


}