html,
body{
    font-family: "Fira Sans", sans-serif;
}

h1,h2,h3,h4,h5,h6,
button,
input,
textarea,
select,
a{
    font-family: "Fira Sans", sans-serif;
}

/*====================================================
                MAIN NAVBAR
====================================================*/

#main-nav{
    background:#fff;
    min-height:95px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
    position:relative;
    z-index:999;
}

#main-nav .container,
#main-nav .container-fluid{
    display:flex;
    align-items:center;
}

/*====================================================
                    LOGO
====================================================*/

.agssb-logo{
    display:flex;
    align-items:center;
    text-decoration:none;
    margin-right:50px;
}

.agssb-logo img{
    height:60px;
    width:auto;
    display:block;
}

/*====================================================
                    MENU
====================================================*/

.custom-navbar{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
}

.custom-navbar .menu{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    list-style:none;
    margin:0;
    padding:0;
}

.custom-navbar .menu > li{
    position:relative;
}

/* Main Links */

.custom-navbar .menu > li > a,
.menu-link > a{

    display:block;

    padding:34px 18px;

    color:#50697A;

    font-size:15px;

    font-weight:600;

    letter-spacing:.4px;

    text-decoration:none;

    position:relative;

    transition:.3s ease;

}

/* Red underline */

.custom-navbar .menu > li > a::after,
.menu-link > a::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:18px;

    width:0;

    height:3px;

    background:#D62828;

    border-radius:20px;

    transform:translateX(-50%);

    transition:width .35s ease;

}

.custom-navbar .menu > li:hover > a,
.custom-navbar .menu > li:hover > .menu-link > a{

    color:#D62828;

}

.custom-navbar .menu > li:hover > a::after,
.custom-navbar .menu > li:hover > .menu-link > a::after{

    width:100%;

}

/*====================================================
                    DROPDOWN
====================================================*/

.ag-dropdown{
    position:relative;
}

.ag-dropdown-menu{

    position:absolute;

    top:calc(100% + 12px);

    left:50%;

    transform:translateX(-50%) translateY(15px);

    width:270px;

    background:#fff;

    list-style:none;

    margin:0;

    padding:10px 0;

    border-radius:12px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

    opacity:0;

    visibility:hidden;

    transition:.3s;

    z-index:9999;

}

/* Small Arrow */

.ag-dropdown-menu::before{

    content:"";

    position:absolute;

    top:-8px;

    left:50%;

    transform:translateX(-50%);

    border-left:8px solid transparent;

    border-right:8px solid transparent;

    border-bottom:8px solid #fff;

}

.ag-dropdown:hover > .ag-dropdown-menu{

    opacity:1;

    visibility:visible;

    transform:translateX(-50%) translateY(0);

}

.ag-dropdown-menu li{

    list-style:none;

    border-bottom:1px solid #F3F3F3;

}

.ag-dropdown-menu li:last-child{

    border-bottom:none;

}

.ag-dropdown-menu li a{

    position:relative;

    display:block;

    padding:14px 24px;

    text-decoration:none;

    color:#444;

    transition:.3s ease;

}

/* Red bar */

.ag-dropdown-menu li a::before{

    content:"";

    position:absolute;

    left:0;

    top:50%;

    transform:translateY(-50%);

    width:4px;

    height:0;

    background:#D62828;

    border-radius:0 5px 5px 0;

    transition:.25s;

}

.ag-dropdown-menu li a:hover{

    background:#fff;

    color:#D62828;

    padding-left:36px;

}

.ag-dropdown-menu li a:hover::before{

    height:70%;

}

/*====================================================
                ENQUIRE BUTTON
====================================================*/

.enquire-btn{

    margin-left:35px;

    background:#D62828;

    color:#fff;

    text-decoration:none;

    padding:15px 34px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    white-space:nowrap;


    transition:.3s;

}

.enquire-btn:hover{

    background:#B71C1C;

    color:#fff;

    transform:translateY(-2px);

    box-shadow:0 15px 30px rgba(214,40,40,.25);

}

/*====================================================
                MOBILE
====================================================*/

@media (max-width:991px){

    .custom-navbar{
        width:100%;
        justify-content:flex-start;
    }

    .custom-navbar .menu{
        flex-direction:column;
        width:100%;
        gap:0;
        align-items:flex-start;
    }

    .custom-navbar .menu > li{
        width:100%;
    }

    .menu-link{
        display:flex;
        justify-content:space-between;
        align-items:center;
        width:100%;
    }

    .menu-link > a{
        padding:18px 0;
        width:100%;
    }

    .submenu-toggle{
        border:none;
        background:none;
        font-size:26px;
        font-weight:700;
        color:#50697A;
        cursor:pointer;
        transition:.3s;
    }

    .submenu-toggle:hover{
        color:#D62828;
    }

    .ag-dropdown-menu{
        position:static;
        transform:none;
        opacity:1;
        visibility:visible;
        display:none;
        width:100%;
        box-shadow:none;
        border-radius:0;
        padding-left:15px;
        background:transparent;
    }

    .ag-dropdown.active > .ag-dropdown-menu{
        display:block;
    }

    .ag-dropdown-menu::before{
        display:none;
    }

    .enquire-btn{
        display:block;
        width:fit-content;
        margin:25px auto 10px;
        text-align:center;
    }

    .navbar-collapse{
        padding-bottom:30px;
    }

}


/*==========================================================
                    HERO SECTION
==========================================================*/

.hero-section{
    position:relative;
    height:760px;
    display:flex;
    align-items:center;
    overflow:hidden;
}

/* ==========================
   HERO SLIDER
========================== */

#heroSlider{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}

#heroSlider .carousel-inner,
#heroSlider .carousel-item{
    height:100%;
}

.hero-image{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Smooth Fade */

.carousel-fade .carousel-item{
    transition:opacity 1.5s ease-in-out;
}

.carousel-item{
    transform:none !important;
}

#heroSlider,
#heroSlider .carousel-item{
    background:#000;
}

/*==========================================
        HERO SLIDER DOTS
==========================================*/

.carousel-indicators{
    bottom:80px;
}

/* ==========================
   OVERLAY
========================== */

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(15,30,45,.45);
    z-index:2;
}

/* ==========================
   CONTENT
========================== */

.hero-section .container{
    position:relative;
    z-index:3;
}

.hero-content{
    max-width:650px;
    color:#fff;
}

.hero-tag{
    display:inline-block;
    background:#FDB913;
    color:#111;
    padding:10px 20px;
    border-radius:4px;
    font-size:13px;
    font-weight:700;
    margin-bottom:28px;
}

.hero-content h1{
    font-size:72px;
    font-weight:800;
    line-height:1.05;
    margin-bottom:25px;
    color:#fff;
}

.hero-content h1 span{
    color:#F47A20;
}

.hero-content p{
    font-size:20px;
    line-height:1.8;
    color:#F3F3F3;
    margin-bottom:40px;
}

/* ==========================
   BUTTONS
========================== */

.hero-buttons{
    display:flex;
    gap:18px;
}

.btn-red{
    display:inline-block;
    background:#D62828;
    color:#fff;
    text-decoration:none;
    padding:18px 38px;
    border-radius:5px;
    font-weight:700;
    transition:.3s;
}

.btn-red:hover{
    background:#B71C1C;
    color:#fff;
}

.btn-white{
    display:inline-block;
    border:2px solid #fff;
    color:#fff;
    text-decoration:none;
    padding:18px 38px;
    border-radius:5px;
    font-weight:700;
    transition:.3s;
}

.btn-white:hover{
    background:#fff;
    color:#0B4F87;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px){

    .hero-section{
        height:650px;
    }

    .hero-content h1{
        font-size:52px;
    }

    .hero-content p{
        font-size:18px;
    }

}

@media(max-width:768px){

    .hero-section{
        height:600px;
    }

    .hero-content{
        text-align:center;
        margin:auto;
    }

    .hero-content h1{
        font-size:40px;
    }

    .hero-content p{
        font-size:16px;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:center;
    }

}

/*====================================================
    FLOATING STATISTICS
====================================================*/

.stats-section{

    margin-top:-85px;

    position:relative;

    z-index:100;
}

.stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.stat-card{

    text-align:center;

    padding:45px 20px;

    border-right:1px solid #eee;
}

.stat-card:last-child{

    border-right:none;
}

.stat-card img{
    width:45px;
    height:45px;
    object-fit:contain;
    margin-bottom:20px;
}

.stat-card h2{

    font-size:46px;

    color:#162340;

    font-weight:800;

    margin-bottom:8px;
}

.stat-card p{

    font-size:14px;

    color:#6f7d90;

    font-weight:700;

    letter-spacing:1px;

    margin:0;
}

/*====================================================
    RESPONSIVE
====================================================*/

@media(max-width:991px){

.custom-navbar{

    width:100%;
}

.custom-navbar .menu{

    flex-direction:column;

    width:100%;
}

.custom-navbar .menu>li{

    width:100%;
}

.custom-navbar .menu>li>a{

    padding:18px 20px;
}

.ag-dropdown-menu{

    position:static;

    width:100%;

    opacity:1;

    visibility:visible;

    transform:none;

    display:none;

    box-shadow:none;

    border-radius:0;
}

.ag-dropdown-menu::before{

    display:none;
}

.ag-dropdown:hover .ag-dropdown-menu{

    display:block;
}

.enquire-btn{

    margin:20px;
}

.hero-content h1{

    font-size:52px;
}

.stats-grid{

    grid-template-columns:repeat(2,1fr);
}

}


@media(max-width:768px){

.hero-section{

    height:auto;

    padding:120px 0;
}

.hero-content h1{

    font-size:40px;
}

.hero-content p{

    font-size:16px;
}

.hero-buttons{

    flex-direction:column;
}

.stats-grid{

    grid-template-columns:1fr;
}

.stat-card{

    border-right:none;

    border-bottom:1px solid #eee;
}

.stat-card:last-child{

    border-bottom:none;
}

}

/*==========================================================
                    SERVICES SECTION
==========================================================*/

.services-section{
    background:#f6f8fc;
    padding:110px 0;
}

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title span{
    color:#D62828;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-title h2{
    margin-top:15px;
    font-size:56px;
    font-weight:800;
    color:#182742;
}

.title-line{
    width:90px;
    height:5px;
    background:#FDB913;
    margin:20px auto 0;
}

/* Grid */

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    align-items:stretch;
}

/* Card */

.service-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);

    display:flex;
    flex-direction:column;
    height:100%;

    transition:all .35s ease;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/* Image */

.service-image{
    position:relative;
}

.service-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

/* Icon */

.service-icon{
    position:absolute;
    bottom:0;
    right:0;
    width:70px;
    height:70px;
    background:#D62828;

    display:flex;
    justify-content:center;
    align-items:center;
}

.service-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
}

/* Content */

.service-content{
    padding:35px;

    display:flex;
    flex-direction:column;
    flex:1;
}

.service-content h3{
    font-size:30px;
    font-weight:700;
    color:#1D2744;
    margin-bottom:20px;
}

.service-content p{
    color:#667788;
    line-height:1.8;

    /* Push button to bottom */
    margin-bottom:auto;
}

/* Learn More */

.service-content a{
    display:inline-flex;
    align-items:center;
    gap:8px;

    margin-top:30px;

    color:#D62828;
    font-weight:700;
    text-decoration:none;

    transition:all .3s ease;
}

.service-content a:hover{
    color:#F47A20;
    gap:14px;
}

/* Responsive */

@media(max-width:991px){

    .services-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:40px;
    }

}

/*==================================================
                WHY CHOOSE AGSSB
==================================================*/

.why-section{
    padding:120px 0;
    background:#ffffff;
}

.why-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.why-image{
    position:relative;
}

.image-bg{
    position:absolute;
    top:-25px;
    left:-25px;
    width:180px;
    height:180px;
    background:#FFF1CF;
    border-radius:20px;
    z-index:0;
}

.why-image img{
    position:relative;
    z-index:2;
    width:100%;
    border-radius:22px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.section-subtitle{
    color:#D62828;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.why-content h2{
    font-size:56px;
    font-weight:800;
    color:#182742;
    margin:18px 0 45px;
}

.why-item{
    display:flex;
    align-items:flex-start;
    gap:25px;
    margin-bottom:35px;
}

.why-icon{
    width:70px;
    height:70px;
    background:#172744;
    border-radius:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.why-icon img{
    width:34px;
    height:34px;
}

.why-item h4{
    font-size:26px;
    color:#172744;
    margin-bottom:10px;
    font-weight:700;
}

.why-item p{
    color:#667788;
    line-height:1.8;
}

@media(max-width:991px){

.why-grid{
    grid-template-columns:1fr;
}

.why-content h2{
    font-size:40px;
}

}

/*==================================================
            STRATEGIC SURVEY NETWORK
==================================================*/

.network-section{

    background:#18263B;
    padding:110px 0;
}

.dark-title span{

    color:#FDB913;
}

.dark-title h2{

    color:#ffffff;
}

.red-line{

    background:#D62828;
}

.network-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:70px;
}

.network-card{

    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:45px 35px;

    text-align:center;

    transition:.35s;

}

.network-card:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.10);

}

.network-card h3{

    font-size:56px;

    color:#FDB913;

    font-weight:800;

    margin-bottom:12px;

}

.network-card h4{

    color:#ffffff;

    font-size:24px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:25px;

}

.network-card p{

    color:#B9C5D1;

    line-height:1.9;

}

@media(max-width:991px){

.network-grid{

grid-template-columns:1fr;

}

.network-card h3{

font-size:42px;

}

}

/* ==========================================
   CLIENT LOGOS
========================================== */

.clients-section{
    background:#ffffff;
    padding:90px 0;
    margin-top:20px;
}

.clients-section .section-title{
    text-align:center;
    margin-bottom:70px;
}

.clients-section .row{
    row-gap:50px;
}

/* Logo Card */

.client-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    height:120px;
    transition:all .35s ease;
}

/* Logo */

.client-logo img{
    max-width:170px;
    max-height:80px;
    width:auto;
    height:auto;
    object-fit:contain;

    transition:transform .35s ease;
}

/* Hover */

.client-logo:hover img{
    transform:translateY(-6px) scale(1.05);
}

/* Responsive */

@media(max-width:991px){

    .clients-section{
        padding:80px 0;
        margin-top:60px;
    }

    .client-logo{
        height:100px;
    }

    .client-logo img{
        max-width:130px;
    }

}

/*==================================================
                NEWS SECTION
==================================================*/

/*.news-section{

    padding:110px 0;

    background:#f7f9fc;

}

.news-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    margin-bottom:60px;

}

.news-header h2{

    font-size:56px;

    font-weight:800;

    color:#1B2943;

    margin-top:12px;

}

.view-posts{

    color:#1B2943;

    text-decoration:none;

    font-weight:700;

    letter-spacing:1px;

    position:relative;

}

.view-posts::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:100%;

    height:3px;

    background:#FDB913;

}

.news-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.news-card{

    background:#fff;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    overflow:hidden;

    transition:.35s;

    display:flex;

    flex-direction:column;

    height:100%;

}

.news-card:hover{

    transform:translateY(-10px);

}

.news-image{

    position:relative;

    overflow:hidden;

}

.news-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.news-card:hover img{

    transform:scale(1.08);

}

.news-category{

    position:absolute;

    top:18px;

    left:18px;

    color:#fff;

    font-size:11px;

    font-weight:700;

    padding:8px 14px;

}

.news-category.red{

    background:#D62828;

}

.news-category.yellow{

    background:#FDB913;

    color:#111;

}

.news-category.blue{

    background:#1F3153;

}

.news-content{

    padding:30px;

    display:flex;

    flex-direction:column;

    flex:1;

}

.news-date{

    display:block;

    font-size:13px;

    color:#73808F;

    font-weight:700;

    margin-bottom:18px;

    text-transform:uppercase;

}

.news-content h3{

    font-size:34px;

    line-height:1.35;

    color:#1B2943;

    margin-bottom:18px;

    font-weight:700;

}

.news-content p{

    color:#6B7A89;

    line-height:1.9;

    margin-bottom:30px;

}

.news-content a{

    margin-top:auto;

    color:#D62828;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.news-content a:hover{

    color:#F47A20;

    padding-left:6px;

}

@media(max-width:991px){

.news-header{

    flex-direction:column;

    align-items:flex-start;

    gap:25px;

}

.news-grid{

    grid-template-columns:1fr;

}

.news-header h2{

    font-size:42px;

}

.news-content h3{

    font-size:28px;

}

} */

/* =====================================================
   FOOTER
===================================================== */

.agssb-footer{

    background:#fff;

    position:relative;

    padding-top:70px;

    color:#4f6577;

}

.footer-top{

    display:grid;

    grid-template-columns:1.3fr 1fr 1fr 1fr;

    gap:70px;

    padding-bottom:50px;

}

.footer-logo{

    width:120px;

    margin-bottom:25px;

}

.footer-column h3{

    color:#233247;

    font-size:24px;

    font-weight:700;

    margin-bottom:30px;

}

.footer-column p{

    line-height:1.9;

    font-size:16px;

}

.footer-column ul{

    margin:0;

    padding:0;

    list-style:none;

}

.footer-column li{

    margin-bottom:18px;

}

.footer-column a{

    text-decoration:none;

    color:#567184;

    transition:.3s;

}

.footer-column a:hover{

    color:#D62828;

    padding-left:6px;

}

.footer-social{

    display:flex;

    gap:15px;

    margin-top:30px;

}

.footer-social a{

    width:48px;

    height:48px;

    background:#1F2D3D;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:6px;

    text-decoration:none;

    transition:all .3s ease;

    font-size:18px;

}

.footer-social a i{

    color:#fff;

    transition:all .3s ease;

}

.footer-social a:hover{

    background:#D62828;

}

.footer-social a:hover i{

    color:#fff;

}

.newsletter{

    display:flex;

    margin-top:20px;

}

.newsletter input{

    flex:1;

    border:none;

    background:#f3f3f3;

    padding:16px;

    outline:none;

}

.newsletter button{

    width:60px;

    background:#D62828;

    color:#fff;

    border:none;

    cursor:pointer;

}

.footer-middle{

    text-align:center;

    padding:55px 0;

}

.footer-middle h2{

    font-size:34px;

    font-weight:700;

    color:#233247;

    margin-bottom:20px;

}

.footer-middle h2{
    font-size:34px;
    font-weight:700;
    color:#233247;
    margin-bottom:18px;
}

.company-number{
    font-size:20px;
    font-weight:400;
    color:#7d8c9a;
}

.footer-middle p{

    margin-bottom:25px;

}

.footer-contact{

    display:flex;

    justify-content:center;

    gap:45px;

    flex-wrap:wrap;

    font-weight:600;

}

.footer-contact i{

    color:#D62828;

    margin-right:8px;

}

.footer-bottom{

    text-align:center;

    padding:35px 0 60px;

    color:#7d8c9a;

    letter-spacing:2px;

    font-size:14px;

}

/* ===================================
   Footer Bottom Shape
=================================== */

.footer-shape{

    position:relative;

    height:85px;

    overflow:hidden;

}

/* Red layer */

.shape-red{

    position:absolute;

    inset:0;

    background:#D62828;

    clip-path:polygon(
        0 0,
        0 100%,
        50% 100%,
        100% 100%,
        100% 0,
        72% 45%,
        50% 85%,
        28% 45%
    );

}

/* Cream layer */

.shape-cream{

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    width:420px;

    height:100%;

    background:#FFF3D6;

    clip-path:polygon(
        50% 0,
        100% 100%,
        0 100%
    );

}

/* ==============================
   MOBILE MENU ONLY
==============================*/

@media (max-width:991px){

.custom-navbar{

    width:100%;
    margin-top:25px;

}

.menu{

    display:flex;
    flex-direction:column;
    width:100%;
    gap:0;

}

.ag-dropdown{

    width:100%;
    border-bottom:1px solid #ececec;
    padding:12px 0;

}


.ag-dropdown-menu{

    position:static !important;
    display:none;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    box-shadow:none;
    margin-top:12px;
    padding-left:18px;
    background:none;

}

.ag-dropdown-menu.open{

    display:block;

}

.ag-dropdown-menu li{

    margin:10px 0;

}

.ag-dropdown-menu a{

    font-size:15px;
    color:#667788;

}

.enquire-btn{

    width:100%;
    margin-top:25px;
    text-align:center;

}

}

@media(max-width:991px){

.footer-top{

grid-template-columns:1fr;

text-align:center;

}

.footer-social{

justify-content:center;

}

.newsletter{

justify-content:center;

}

.footer-contact{

flex-direction:column;

gap:15px;

}

}

/* ==========================================
   WHY CHOOSE AGS - MOBILE & TABLET
========================================== */

@media (max-width: 991px){

    /* Hide image on tablet & mobile (optional) */
    .why-image{
        display:none;
    }

    /* One-column layout */
    .why-grid{
        display:block;
    }

    /* Center section heading */
    .why-content{
        text-align:center;
    }

    .why-content h2{
        text-align:center;
        margin-bottom:50px;
    }

    .section-subtitle{
        display:block;
        text-align:center;
    }

    /* Each feature */
    .why-item{
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        margin-bottom:50px;
    }

    /* Icon */
    .why-icon{
        margin:0 0 20px;
    }

    .why-icon img{
        width:60px;
        height:60px;
    }

    /* Heading */
    .why-item h4{
        text-align:center;
        margin-bottom:18px;
    }

    /* Paragraph */
    .why-item p{
        text-align:justify;
        text-justify:inter-word;
        max-width:500px;
        margin:0 auto;
        line-height:1.9;
    }

    /* Button */
    .why-content .btn-red{
        display:inline-flex;
        justify-content:center;
        align-items:center;
        margin-top:20px;
    }

}

/* =======================================================
   MOBILE NAVIGATION
======================================================= */

@media (max-width:991px){

.navbar-collapse{

    background:#fff;

    margin-top:20px;

    border-radius:12px;

    padding:20px;

}

.menu{

    display:flex;

    flex-direction:column;

    width:100%;

    margin:0;

    padding:0;

}

.menu > li{

    list-style:none;

    border-bottom:1px solid #ececec;

}

.menu-link{

    display:flex;

    justify-content:space-between;

    align-items:center;

    width:100%;

    padding:18px 0;

}

.menu-link>a{

    font-size:18px;

    font-weight:700;

    color:#22324a;

    text-decoration:none;

}

.submenu-toggle{

    width:42px;

    height:42px;

    border:none;

    border-radius:8px;

    background:#f4f4f4;

    font-size:28px;

    font-weight:700;

    color:#0d6efd;

    cursor:pointer;

    transition:.3s;

}

.submenu-toggle:hover{

    background:#ececec;

}

.ag-dropdown-menu{

    overflow:hidden;

    max-height:0;

    transition:max-height .35s ease;

    padding-left:20px;

}

.ag-dropdown-menu li{

    list-style:none;

    margin:12px 0;

}

.ag-dropdown-menu a{

    text-decoration:none;

    color:#666;

    font-size:16px;

}

.enquire-btn{

    display:block;

    width:100%;

    margin:30px 0 10px;

    text-align:center;

}

}

/* =======================================================
   DESKTOP ONLY
======================================================= */

@media (min-width:992px){

.menu{

    display:flex;

    align-items:center;

    gap:35px;

}

.menu-link{

    display:block;

}

.submenu-toggle{

    display:none;

}

.menu>li{

    position:relative;

    list-style:none;

}

.menu>li>a,
.menu-link>a{

    color:#233247;

    font-weight:700;

    text-decoration:none;

}

.ag-dropdown-menu{

    position:absolute;

    top:100%;

    left:0;

    background:#fff;

    min-width:240px;

    padding:18px 0;

    box-shadow:0 10px 35px rgba(0,0,0,.12);

    opacity:0;

    visibility:hidden;

    transform:translateY(10px);

    transition:.3s;

    max-height:none !important;

    overflow:visible;

    z-index:999;

}

.ag-dropdown:hover>.ag-dropdown-menu{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}

.ag-dropdown-menu li{

    list-style:none;

}

.ag-dropdown-menu a{

    display:block;

    padding:12px 22px;

    color:#233247;

}

.ag-dropdown-menu a:hover{

    background:#f5f5f5;

    color:#D62828;

}

}

/* ==========================================
   Mobile Dropdown Accordion
========================================== */
@media (max-width:991px){

    .ag-dropdown-menu{
        display:none;
        max-height:0;
        overflow:hidden;
        transition:max-height .35s ease;
        position:static !important;
        transform:none !important;
        opacity:1 !important;
        visibility:visible !important;
        width:100%;
        box-shadow:none;
        border-radius:0;
        background:transparent;
        padding:0;
        margin:0;
    }

    .ag-dropdown.active > .ag-dropdown-menu{
        display:block;
    }

    .ag-dropdown-menu li a{
        display:block;
        padding:12px 20px;
    }

}

/* ======================================
   MOBILE DROPDOWN FIX
====================================== */

@media (max-width:991px){

    .ag-dropdown-menu{

        display:none;
        position:static !important;
        transform:none !important;
        opacity:1 !important;
        visibility:visible !important;

        width:100%;

        background:transparent;
        box-shadow:none;
        border-radius:0;

        overflow:hidden;
        max-height:0;

        transition:max-height .3s ease;

        padding:0;
        margin:0;

    }

    .ag-dropdown.active > .ag-dropdown-menu{

        display:block;

    }

    .ag-dropdown-menu li{

        border:none;

    }

    .ag-dropdown-menu li a{

        padding:12px 20px;
        display:block;

    }

}