/*=================================
About Banner
=================================*/

.about-banner{
    position: relative;
    overflow: hidden;
    min-height: 500px;   /* decrease banner height */
    display: flex;
    align-items: flex-start;
    /* padding-top: 80px; */
}
/* Background Image */

.about-bg{
    position: absolute;
    inset: 0;
    z-index: 1;
}

.about-bg img{
    width: 100%;
    height: 100%;
    object-fit:cover;      /* image size decreased */
    object-position: center top;
    display: block;
}
/* Dark Overlay */

.about-overlay{
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,.25); */
    z-index: 2;
}

/* Content */
.about-banner .container{
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.about-content{
    max-width: 500px;
}

.about-content h1{
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-content h1 span{
    color: #DD982E;
}

.about-content p{
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    max-width: 450px;
}

.about-banner .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:100px;
}

.about-right-image{
    flex:1;
    text-align:right;
}

.about-right-image img{
    width:190%;
    max-width:750px;
    display:block;
    /* margin-left:auto; */
    margin-right: 280px !important;
}


/*================ Laptop =================*/

@media(max-width:1200px){

    .about-banner{
        min-height: 650px;
    }

    .about-content h1{
        font-size: 40px;
    }

}


/*================ Tablet =================*/

@media(max-width:991px){

    .about-banner{
        min-height: 550px;
    }

    .about-content h1{
        font-size: 48px;
    }

    .about-content p{
        font-size: 18px;
    }

    .about-banner .container{
        flex-direction:column;
        gap:40px;
    }

    .about-right-image{
        text-align:center;
    }

    .about-right-image img{
        max-width:450px;
        margin:auto;
    }

}


/*================ Mobile =================*/

@media(max-width:767px){

    .about-banner{
        min-height: 450px;
    }

    .about-content{
        max-width: 100%;
    }

    .about-content h1{
        font-size: 38px;
    }

    .about-content p{
        font-size: 16px;
        max-width: 100%;
    }

        .about-right-image img{
        max-width:106%;
    }

}


/*================ Small Mobile =================*/

@media(max-width:576px){

    .about-banner{
        min-height: 380px;
    }

    .about-content h1{
         margin-top: 40px;
        font-size: 28px;
    }

    .about-content p{
        font-size: 12px;
    }

}


/*================ Extra Small =================*/

@media(max-width:400px){

    .about-content h1{
        font-size: 24px;
    }

    .about-content p{
        font-size: 13px;
    }

}



/*=========================
ABOUT INFO SECTION
=========================*/

.about-info-section{
    padding:30px 0 0;
}

.about-info-section .container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

.about-info-wrapper{
    display:flex;
    align-items:center;
    gap:70px;
}

/* Left */

.about-info-image{
    flex:1;
}

.about-info-image img{
    width:100%;
    max-width:600px;
    border-radius:20px;
    display:block;
}

/* Right */

.about-info-content{
    flex:1;
}

.about-info-content p{
    color:#fff;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
    text-align:left;
}


/*=====================
Laptop
=====================*/
@media(max-width:1200px){

    .about-info-wrapper{
        gap:50px;
    }

    .about-info-content p{
        font-size:16px;
    }

}


/*=====================
Tablet
=====================*/
@media(max-width:991px){

    .about-info-wrapper{
        flex-direction:column;
        gap:40px;
    }

    .about-info-image{
        text-align:center;
    }

    .about-info-image img{
        max-width:500px;
        margin:auto;
    }

    .about-info-content{
        width:100%;
    }

}


/*=====================
Mobile
=====================*/
@media(max-width:767px){

    .about-info-section{
        padding:20px 0;
    }

    .about-info-image img{
        max-width:100%;
    }

    .about-info-content p{
        font-size:15px;
        line-height:1.7;
        margin-bottom:25px;
    }

}


/*=====================
Small Mobile
=====================*/
@media(max-width:576px){

    .about-info-section .container{
        width:95%;
    }

    .about-info-wrapper{
        gap:25px;
    }

    .about-info-content p{
        font-size:14px;
        line-height:1.6;
        margin-bottom:20px;
    }

}


/*=====================
Extra Small
=====================*/
@media(max-width:400px){

    .about-info-content p{
        font-size:13px;
    }

}


/*==============================
MARKET SECTION
==============================*/

.market-section .container{
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.market-section{
    padding: 50px 50px;
}

.market-heading{
    margin-bottom: 50px;
    text-align: left !important;
}

/* Subtitle */

.market-heading > span{
    display: inline-block;
    color: #D99B2B;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding-left: 55px;
    font-weight: 500;
}

.market-heading > span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background: #D99B2B;
}

/* Heading */

.market-heading h2{
    margin-top: 20px;
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
    text-align: left !important;
}

.market-heading h2 span{
    display: block;
    color: #D99B2B;
    font-size: 45px;
    text-align: left !important;
}

.market-heading p{
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    max-width: 550px;
    margin-top: 25px;
    text-align: left !important;
    margin-left: 0;
}

/*================ Cards ================*/

.market-grid{
    height: 450px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}

.market-card{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    min-height: 240px !important;
}

.market-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.market-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
}

.card-content{
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}

.card-content h3{
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
}

.card-content p{
    color: #e5e5e5;
    font-size: 15px;
    line-height: 1.6;
}

/* Light Cards */

.light-card{
    background: #dfe3ea;
}

.light-card::before{
    display: none;
}

.light-card .card-content{
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.light-card h3{
    color: #111;
}

.light-card p{
    color: #444;
}


/*=====================================
TABLET (991px)
=====================================*/
@media (max-width:991px){

    .market-section{
        padding:35px 25px;
    }

    .market-heading{
        margin-bottom:35px;
    }

    .market-heading>span{
        font-size:18px;
        padding-left:38px;
    }

    .market-heading>span::before{
        width:25px;
        height:2px;
    }

    .market-heading h2{
        font-size:36px;
    }

    .market-heading h2 span{
        font-size:32px;
    }

    .market-heading p{
        font-size:15px;
        max-width:100%;
    }

    .market-grid{
        grid-template-columns:1fr;
        gap:20px;
        height:auto;
    }

    .market-card{
        min-height:260px !important;
    }

    .card-content h3{
        font-size:24px;
    }

}


/*=====================================
MOBILE (767px)
=====================================*/
@media (max-width:767px){

    .market-section{
        padding:30px 15px;
    }

    .market-heading{
        margin-bottom:30px;
    }

    .market-heading>span{
        font-size:15px;
        padding-left:32px;
    }

    .market-heading>span::before{
        width:20px;
    }

    .market-heading h2{
        font-size:30px;
        line-height:1.2;
    }

    .market-heading h2 span{
        font-size:26px;
    }

    .market-heading p{
        font-size:14px;
        line-height:1.7;
    }

    .market-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .market-card{
        min-height:220px !important;
    }

    .card-content{
        left:18px;
        right:18px;
        bottom:18px;
    }

    .card-content h3{
        font-size:22px;
        margin-bottom:8px;
    }

    .card-content p{
        font-size:13px;
        line-height:1.6;
    }

}


/*=================================
VALUE SECTION
=================================*/


.value-section{
    /* background:#010C1A; */
    padding:40px 0;
}

.value-section .container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

/* Heading */

.value-heading{
    margin-bottom:30px;
}

.value-heading > span{
    color:#DD982E;
    font-size:25px;
    text-transform:uppercase;
    position:relative;
    padding-left:50px;
}

.value-heading > span::before{
    content:"";
    width:35px;
    height:3px;
    background:#DD982E;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.value-heading h2{
    margin-top:18px;
    color:#fff;
    font-size:55px;
    line-height:1.1;
}

.value-heading h2 span{
    font-size:50px;
    display:block;
    color:#D99B2B;
}

/*=====================
LAYOUT
=====================*/

.value-wrapper{
    display:flex;
    align-items:center;
    gap:80px;
}

/* Left */

.value-left{
    flex:1;
}

.value-left img{
    width:100%;
    max-width:620px;
}

/* Right */

.value-slider-wrapper{
     width:420px;
    position:relative;
}

.value-slider-viewport{
    overflow:hidden;
     width:100%;
}

.value-slider{
    display:flex;
    /* gap:24px; */
    transition:.5s ease;
}

.value-card{
    min-width:100%;
    flex-shrink:0;
    background:#ECECEC;
    border-radius:20px;
    padding:18px;
    max-width:420px;
    margin:auto;
}

.value-card h3{
    color:#000;
    font-size:28px;
    /* line-height:1.2; */
    margin-bottom:20px;
}

.value-card p{
    color:#000;
    font-size:16px;
    /* line-height:1.7; */
    margin-bottom:20px;
}

.value-card img{
    width:100%;
    border-radius:18px;
    display:block;
}

/*=====================
ARROWS
=====================*/

.value-arrow{
    position:absolute;
    top:-65px;
    width:42px;
    height:42px;
    border:none;
    background:#000;
    color:#fff;
    cursor:pointer;
    font-size:24px;
    z-index:10;
    transition:.3s;
}

.value-prev{
    right:55px;
}

.value-next{
    right:0;
}

.value-arrow:hover{
    background:#D99B2B;
}

/*==================================
Large Laptop
==================================*/
@media (max-width:1200px){

    .value-wrapper{
        gap:50px;
    }

    .value-heading h2{
        font-size:48px;
    }

    .value-heading h2 span{
        font-size:42px;
    }

    .value-left img{
        max-width:500px;
    }

    .value-slider-wrapper{
        width:360px;
    }

    .value-card{
        max-width:360px;
        padding:16px;
    }

    .value-card h3{
        font-size:24px;
    }

    .value-card p{
        font-size:15px;
    }

}


/*==================================
Tablet
==================================*/
@media (max-width:991px){

    .value-wrapper{
        flex-direction:column;
        gap:40px;
    }

    .value-left{
        text-align:center;
    }

    .value-left img{
        max-width:450px;
    }

    .value-slider-wrapper{
        width:100%;
        max-width:450px;
        margin:auto;
    }

    .value-card{
        max-width:100%;
    }

    .value-heading h2{
        font-size:40px;
    }

    .value-heading h2 span{
        font-size:36px;
    }

}


/*==================================
Mobile
==================================*/
@media (max-width:767px){

    .value-section{
        padding:20px 0;
    }

    .value-heading{
        margin-bottom:25px;
    }

    .value-heading > span{
        font-size:16px;
        padding-left:40px;
    }

    .value-heading > span::before{
        width:28px;
    }

    .value-heading h2{
        font-size:32px;
    }

    .value-heading h2 span{
        font-size:28px;
    }

    .value-left img{
        max-width:100%;
    }

    .value-slider-wrapper{
        width:100%;
        max-width:100%;
    }

    .value-card{
        padding:15px;
        border-radius:16px;
    }

    .value-card h3{
        font-size:20px;
        margin-bottom:15px;
    }

    .value-card p{
        font-size:14px;
        margin-bottom:15px;
        line-height:1.6;
    }

    .value-arrow{
        width:36px;
        height:36px;
        font-size:20px;
        top:-50px;
    }

    .value-prev{
        right:45px;
    }

}


/*==================================
Small Mobile
==================================*/
@media (max-width:576px){

    .value-section .container{
        width:95%;
    }

    .value-heading h2{
        font-size:28px;
    }

    .value-heading h2 span{
        font-size:24px;
    }

    .value-heading > span{
        font-size:14px;
    }

    .value-card{
        padding:14px;
    }

    .value-card h3{
        font-size:18px;
    }

    .value-card p{
        font-size:13px;
    }

    .value-arrow{
        width:32px;
        height:32px;
        font-size:18px;
    }

    .value-prev{
        right:40px;
    }

}


/*==================================
Extra Small Devices
==================================*/
@media (max-width:400px){

    .value-heading h2{
        font-size:24px;
    }

    .value-heading h2 span{
        font-size:20px;
    }

    .value-card{
        padding:12px;
        border-radius:14px;
    }

    .value-card h3{
        font-size:16px;
        margin-bottom:12px;
    }

    .value-card p{
        font-size:12px;
    }

    .value-arrow{
        width:28px;
        height:28px;
        font-size:16px;
    }

    .value-prev{
        right:35px;
    }

}
/*================================
OUR EDGE SECTION
================================*/

.edge-section{
    padding:30px 0;
}

.edge-section .container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

/* Heading */

.edge-heading{
    margin-bottom:60px;
}

.edge-subtitle{
    display:inline-block;
    color:#D99B2B;
    font-size:30px;
    text-transform:uppercase;
    position:relative;
    padding-left:50px;
}

.edge-subtitle::before{
    content:"";
    width:40px;
    height:4px;
    background:#D99B2B;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.edge-heading h2{
    margin-top:20px;
    color:#fff;
    font-size:50px;
    line-height:1.2;
    max-width:1200px;
}

.edge-heading h2 span{
    display:block;
    color:#D99B2B;
}

.edge-heading p{
    margin-top:25px;
    color:#fff;
    font-size:16px;
    max-width:750px;
    line-height:1.7;
}


/*================================
Cards
================================*/

.edge-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.edge-card{
    background:#E8E8E8;
    border-radius:15px;
    padding:30px 20px;
    cursor:pointer;
    transition:.4s ease;
}

/* First card active by default */

/* .edge-card:first-child{
    background:#D99B2B;
} */

/* .edge-card:first-child .edge-number,
.edge-card:first-child h3,
.edge-card:first-child p{
    color:#fff;
} */

/* Hover */

.edge-card:hover{
    background:#D99B2B;
    transform:translateY(-8px);
}

.edge-card:hover .edge-number,
.edge-card:hover h3,
.edge-card:hover p{
    color:#fff;
}

/* Number */

.edge-number{
    font-size:40px;
    color:#000;
    margin-bottom:15px;
    font-family:serif;
    transition:.4s;
}

/* Title */

.edge-card h3{
    color:#D99B2B;
    font-size:26px;
    margin-bottom:15px;
    transition:.4s;
}

/* Description */

.edge-card p{
    color:#000;
    font-size:15px;
    line-height:1.7;
    transition:.4s;
}


/*====================
Laptop
====================*/

@media(max-width:1200px){

    .edge-heading h2{
        font-size:50px;
    }

    .edge-grid{
        grid-template-columns:repeat(3,1fr);
    }

}


/*====================
Tablet
====================*/

@media(max-width:991px){

    .edge-heading h2{
        font-size:42px;
    }

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

}


/*====================
Mobile
====================*/

@media(max-width:767px){

    .edge-section{
        padding:20px 0;
    }

    .edge-heading{
        margin-bottom:40px;
    }

    .edge-heading h2{
        font-size:20px;
    }

    .edge-heading p{
        font-size:14px;
    }

    .edge-card{
        padding:10px 18px;
    }

    .edge-number{
        font-size:40px;
    }

    .edge-card h3{
        font-size:20px;
    }

    .edge-card p{
        font-size:14px;
    }

}


/*====================
Small Mobile
====================*/

@media(max-width:576px){

    .edge-grid{
        grid-template-columns:1fr;
    }

    .edge-heading h2{
        font-size:20px;
    }

    .edge-heading p{
        font-size:12px;
    }

}


/*=================================
WHO WE SERVE
=================================*/

.serve-section{
    padding:30px 0;
}

.serve-section .container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

/* ======================
Heading
====================== */

.serve-heading{
    max-width:950px;
    margin-bottom:60px;
    text-align:left;
}

.serve-subtitle{
    display:inline-block;
    color:#D99B2B;
    font-size:18px;
    text-transform:uppercase;
    position:relative;
    padding-left:40px;
}

.serve-subtitle::before{
    content:"";
    width:25px;
    height:2px;
    background:#D99B2B;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.serve-heading h2{
    margin-top:20px;
    color:#fff;
    font-size:50px;
    line-height:1.2;
}

.serve-heading h2 span{
    display:block;
    color:#D99B2B;
}

.serve-heading p{
    margin-top:25px;
    color:#bdbdbd;
    font-size:16px;
    line-height:1.7;
}


/* ======================
Grid Layout
====================== */

.serve-grid{
    display:flex;
    flex-direction:column;
    gap:30px;
}

/* First Row */

.top-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
        gap: 135px;
}

/* Center Card */

.center-row{
    display:flex;
    justify-content:center;
}

.center-row .serve-card{
    width:40%;
}

/* Bottom Row */

.bottom-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
       gap: 135px;
}


/* ======================
Card
====================== */

.serve-card{
    width: 500px;
    background:#ECECEC;
    border-radius:20px;
    padding:10px;
    transition:.4s;
}

.serve-card:hover{
    transform:translateY(-8px);
}

.serve-card h3{
    color:#111;
    font-size:24px;
    margin-bottom:15px;
    line-height:1.3;
}

.serve-card p{
    color:#777;
    font-size:15px;
    line-height:1.7;
    margin-bottom:20px;
}

.serve-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:15px;
    display:block;
}

/* ======================
Large Laptop
====================== */
@media(max-width:1200px){

    .serve-heading h2{
        font-size:42px;
    }

    .top-row,
    .bottom-row{
        gap:40px;
    }

    .serve-card{
        width:100%;
    }

    .center-row .serve-card{
        width:55%;
    }

}


/* ======================
Tablet
====================== */
@media(max-width:991px){

    .serve-heading{
        margin-bottom:40px;
    }

    .serve-heading h2{
        font-size:36px;
    }

    .serve-heading p{
        font-size:15px;
    }

    .top-row,
    .bottom-row{
        grid-template-columns:1fr;
        gap:25px;
    }

    .center-row{
        display:block;
    }

    .center-row .serve-card{
        width:100%;
    }

    .serve-card{
        width:100%;
        padding:18px;
    }

    .serve-card img{
        height:240px;
    }

}


/* ======================
Mobile
====================== */
@media(max-width:767px){

    .serve-section{
        padding:20px 0;
    }

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

    .serve-heading p{
        font-size:14px;
    }

    .serve-subtitle{
        font-size:15px;
        padding-left:35px;
    }

    .serve-subtitle::before{
        width:20px;
    }

    .serve-grid{
        gap:20px;
    }

    .serve-card{
        width:100%;
        padding:15px;
    }

    .serve-card h3{
        font-size:20px;
    }

    .serve-card p{
        font-size:14px;
    }

    .serve-card img{
        height:220px;
    }

}


/* ======================
Small Mobile
====================== */
@media(max-width:576px){

    .serve-section .container{
        width:95%;
    }

    .serve-heading h2{
        font-size:26px;
    }

    .serve-heading p{
        font-size:13px;
    }

    .serve-card{
        width:100%;
        padding:12px;
    }

    .serve-card h3{
        font-size:18px;
    }

    .serve-card p{
        font-size:13px;
        line-height:1.6;
    }

    .serve-card img{
        height:180px;
    }

}


/* ======================
Extra Small Devices
====================== */
@media(max-width:400px){

    .serve-heading h2{
        font-size:22px;
    }

    .serve-heading p{
        font-size:12px;
    }

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

    .serve-card p{
        font-size:12px;
    }

    .serve-card img{
        height:150px;
    }

}


/*=================================
TRADING CHART STRIP
=================================*/

.chart-strip{
    width:100%;
    line-height:0;
    overflow:hidden;
    margin:0;
    padding:0;
}

.chart-strip img{
    width:100%;
    height:110px;
    display:block;
    object-fit:cover;
    opacity: 90%; /* 30% visible color for 010C1A */
}


/*=================================
LAPTOP
=================================*/
@media(max-width:1200px){

    .chart-strip img{
        height:90px;
    }

}


/*=================================
TABLET
=================================*/
@media(max-width:991px){

    .chart-strip img{
        height:75px;
    }

}


/*=================================
MOBILE
=================================*/
@media(max-width:767px){

    .chart-strip img{
        height:60px;
    }

}


/*=================================
SMALL MOBILE
=================================*/
@media(max-width:576px){

    .chart-strip img{
        height:45px;
    }

}


/*=================================
EXTRA SMALL
=================================*/
@media(max-width:400px){

    .chart-strip img{
        height:35px;
    }

}



/*==================================
PURPOSE SECTION
==================================*/

.purpose-section{
    padding:30px 0;
}

.purpose-section .container{
    width:90%;
    max-width:1400px;
    margin:auto;
}


/* Heading */

.purpose-heading{
    max-width:950px;
    margin-bottom:50px;
}

.purpose-subtitle{
    color:#D99B2B;
    position:relative;
    padding-left:40px;
    font-size:18px;
}

.purpose-subtitle::before{
    content:"";
    width:25px;
    height:2px;
    background:#D99B2B;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.purpose-heading h2{
    margin-top:15px;
    color:#fff;
    font-size:60px;
    line-height:1.1;
}

.purpose-heading h2 span{
    color:#D99B2B;
}

.purpose-heading p{
    margin-top:20px;
    color:#bdbdbd;
    font-size:17px;
    line-height:1.7;
}


/* Grid */

.purpose-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}


/* Card */
.purpose-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.purpose-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    /* min-height:550px; */
}

.purpose-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.purpose-content{
    position:absolute;
    inset:0;
    padding:28px;
    display:flex;
    flex-direction:column;
    height: 100%;
    color:#fff;
}

/* Vision */

.purpose-content h3{
    font-size:42px;
    font-weight:600;
    margin-bottom:15px;
}

.purpose-content h4{
    /* margin-top: 200px;
    font-size:30px;
    /* line-height:1.2; 
    font-weight:600; */

     font-size:30px;
    line-height:1.2;
    font-weight:600;
    margin-top:auto;
    margin-bottom:20px;
}

/* Glass Box */

.purpose-box{
    background:rgba(255,255,255,.25);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border-radius:20px;
    padding:25px;
}

.purpose-box p{
    color:#000;
    font-size:18px;
    line-height:1.8;
        margin:0;
}

/* Right Card */

.top-box{
    max-width:610px;
    margin-left:auto;
}

.bottom-text{
     margin-top:auto; /* box ku keela space */
    color:#fff;
}

.mission-title{
    margin-top:auto; /* push to bottom */
    font-size:42px;
    font-weight:700;
    color:#fff;
}

.mission-subtitle{
    margin-top:25px !important;
    font-size:30px;
    line-height:1.2;
    font-weight:600;
    color:#fff;
}

/*=================================
LAPTOP
=================================*/
@media(max-width:1200px){

    .purpose-heading h2{
        font-size:50px;
    }

    .purpose-card{
        min-height:500px;
    }

    .purpose-content{
        padding:24px;
    }

    .purpose-content h3,
    .mission-title{
        font-size:34px;
    }

    .purpose-content h4,
    .mission-subtitle{
        font-size:26px;
    }

    .purpose-box p{
        font-size:16px;
        line-height:1.7;
    }

    .top-box{
        max-width:500px;
    }
}


/*=================================
TABLET
=================================*/
@media(max-width:991px){

    .purpose-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .purpose-card{
        min-height:550px;
    }

    .purpose-card img{
        height:100%;
    }

    .purpose-content{
        padding:22px;
        height:100%;
    }

    .purpose-heading h2{
        font-size:42px;
    }

    .purpose-content h3,
    .mission-title{
        font-size:30px;
    }

    .purpose-content h4,
    .mission-subtitle{
        font-size:24px;
    }

    .top-box{
        max-width:100%;
    }

    .purpose-box p{
        font-size:15px;
    }
}


/*=================================
MOBILE
=================================*/
@media(max-width:767px){

    .purpose-section{
        padding:20px 0;
    }

    .purpose-heading{
        margin-bottom:30px;
    }

    .purpose-heading h2{
        font-size:34px;
    }

    .purpose-heading p{
        font-size:14px;
    }

    .purpose-card{
        min-height:450px;
    }

    .purpose-card img{
        height:100%;
    }

    .purpose-content{
        height:100%;
        padding:18px;
    }

    .purpose-content h3,
    .mission-title{
        font-size:24px;
    }

    .purpose-content h4,
    .mission-subtitle{
        font-size:18px;
    }

    .purpose-box{
        padding:16px;
    }

    .purpose-box p{
        font-size:13px;
        line-height:1.6;
    }
}


/*=================================
SMALL MOBILE
=================================*/
@media(max-width:576px){

    .purpose-section .container{
        width:95%;
    }

    .purpose-heading h2{
        font-size:28px;
    }

    .purpose-card{
        min-height:400px;
        border-radius:15px;
    }

    .purpose-content{
        padding:15px;
    }

    .purpose-content h3,
    .mission-title{
        font-size:22px;
    }

    .purpose-content h4,
    .mission-subtitle{
        font-size:16px;
    }

    .purpose-box{
        padding:14px;
        border-radius:12px;
    }

    .purpose-box p{
        font-size:12px;
    }
}


/*=================================
EXTRA SMALL
=================================*/
@media(max-width:400px){

    .purpose-heading h2{
        font-size:24px;
    }

    .purpose-card{
        min-height:350px;
    }

    .purpose-content{
        padding:12px;
    }

    .purpose-content h3,
    .mission-title{
        font-size:18px;
    }

    .purpose-content h4,
    .mission-subtitle{
        font-size:14px;
    }

    .purpose-box p{
        font-size:11px;
        line-height:1.5;
    }
}



/*==================================
ABOUT US
==================================*/

.about-us-section{
    padding:30px 0;
}

.about-us-section .container{
    width:100%;
    max-width:1400px;
    margin:auto;
}

.about-us-wrapper{
    background:#050505;
    border-radius:25px;
    padding:40px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
}

/*==================================
LEFT CONTENT
==================================*/

.about-subtitle{
    display:inline-block;
    color:#D99B2B;
    font-size:30px;
    text-transform:uppercase;
    position:relative;
    padding-left:40px;
}

.about-subtitle::before{
    content:"";
    width:28px;
    height:3px;
    background:#D99B2B;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.about-left h2{
    margin-top:18px;
    color:#fff;
    font-size:42px;
    line-height:1.2;
    font-weight:700;
}

.about-left h2 span{
    display:block;
    color:#D99B2B;
}

.about-left > p{
    color:#909090;
    font-size:16px;
    line-height:1.8;
    margin-top:15px;
    margin-bottom:35px;
}

/*==================================
STATS BOX
==================================*/

.about-stats{
    background:#ECECEC;
    border-radius:18px;
    padding:25px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.stat-item h3{
    color:#111;
    font-size:28px;
    margin-bottom:8px;
    font-weight:600;
}

.stat-item p{
    color:#888;
    font-size:15px;
    line-height:1.6;
}

/*==================================
RIGHT CONTENT
==================================*/

.about-right{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.about-right p{
    color:#909090;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.about-right p:last-child{
    margin-bottom:0;
}

/*==================================
LARGE LAPTOP
==================================*/

@media(max-width:1200px){

    .about-us-wrapper{
        gap:40px;
        padding:30px;
    }

    .about-subtitle{
        font-size:24px;
    }

    .about-left h2{
        font-size:36px;
    }

    .about-left > p,
    .about-right p{
        font-size:15px;
    }

    .stat-item h3{
        font-size:24px;
    }

}

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

@media(max-width:991px){

    .about-us-wrapper{
        grid-template-columns:1fr;
        gap:30px;
        padding:25px;
    }

    .about-subtitle{
        font-size:20px;
    }

    .about-left h2{
        font-size:34px;
    }

    .about-left > p{
        margin-bottom:25px;
    }

    .about-right p{
        font-size:15px;
        margin-bottom:25px;
    }

}

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

@media(max-width:767px){

    .about-us-section{
        padding:20px 0;
    }

    .about-us-wrapper{
        padding:20px;
        gap:25px;
        border-radius:18px;
    }

    .about-subtitle{
        font-size:16px;
        padding-left:30px;
    }

    .about-subtitle::before{
        width:20px;
    }

    .about-left h2{
        font-size:28px;
    }

    .about-left > p,
    .about-right p{
        font-size:14px;
        line-height:1.8;
    }

    .about-stats{
        grid-template-columns:1fr;
        padding:20px;
        gap:15px;
    }

    .stat-item h3{
        font-size:22px;
    }

    .stat-item p{
        font-size:14px;
    }

}

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

@media(max-width:576px){

    .about-us-wrapper{
        padding:15px;
    }

    .about-left h2{
        font-size:24px;
        line-height:1.3;
    }

    .about-left > p,
    .about-right p{
        font-size:13px;
    }

    .about-stats{
        padding:18px;
    }

    .stat-item h3{
        font-size:20px;
    }

    .stat-item p{
        font-size:13px;
    }

}

/*==================================
EXTRA SMALL DEVICES
==================================*/

@media(max-width:400px){

    .about-us-wrapper{
        padding:12px;
        border-radius:15px;
    }

    .about-subtitle{
        font-size:13px;
        padding-left:25px;
    }

    .about-subtitle::before{
        width:16px;
    }

    .about-left h2{
        font-size:20px;
    }

    .about-left > p,
    .about-right p{
        font-size:12px;
        line-height:1.7;
    }

    .about-stats{
        padding:15px;
    }

    .stat-item h3{
        font-size:18px;
    }

    .stat-item p{
        font-size:12px;
    }

}