/** About Section Home One **/
.about_section_home_one{
    position: relative;
    z-index: 1;
    padding-bottom: 140px;
}
.about_section_home_one .shape-map{ 
    position: absolute;
    top: 0;
    left: calc(50%);
    z-index: -1;
}
.about_left_image{
    position: relative;
    padding-right: 40px;
    padding-bottom: 65px;
}
.about_left_image .image_one{
    overflow: hidden;    
    border-radius: 10px;
}
.about_left_image .image_one img{
    width: 100%;
    transform: scale(1.0);
    transition:all 1000ms ease;
    -moz-transition:all 1000ms ease;
    -webkit-transition:all 1000ms ease;
    -ms-transition:all 1000ms ease;
    -o-transition:all 1000ms ease;
}
.about_section_home_one:hover .image_one img{
    transform: scale(1.15);
}
.about_left_image .image_two{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 333px;
    height: 333px;
    overflow: hidden;
    border: 20px solid var(--bs-white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 10px 0px 10px;
}
.about_left_image .image_two img{
    transform: scale(1.0);
    transition:all 1000ms ease;
    -moz-transition:all 1000ms ease;
    -webkit-transition:all 1000ms ease;
    -ms-transition:all 1000ms ease;
    -o-transition:all 1000ms ease;
}
.about_section_home_one:hover .image_two img{
    transform: scale(1.15);
}
.about_right_content h5{
    font-size: small;
    letter-spacing: 5px;
    font-weight: 400;
    color: #d2a12f;
}
.about_right_content h2{
    position: relative;
    font-family:'Drose'!important;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 25px;
    color: var(--theme-color-two);
}
.about_right_content h2:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    content: '';
    border-radius: 3;
    background-color: var(--theme-color-two);
}
.about_right_content p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 40px;
    color: var(--theme-color-two);
}
.feature_list li{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
    font-family: var(--titillium);
}
.feature_list li i{
    font-size: 25px;
    color: var(--primary-color);
}
.feature_list li i:before{
    line-height: 40px;
}
.about_right_content .link-btn{
    padding-top: 25px;
}
.about_right_content .button-style-one{
    padding: 20px 55px;
    padding-right: 80px;
}
.about_right_content .button-style-one i{
    top: 21px;
    right: 50px;
}
/** About Section Home Two **/
.about_section_home_two .about_left_content{
    margin-right: 120px;
}
.about_section_home_two .about_left_content h5{
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--primary-color);
}    
.about_section_home_two .about_left_content h2{
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--theme-color-two);
}    
.about_section_home_two .about_left_content span{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--titillium);
    color: var(--theme-color-two);
}    
.about_section_home_two .about_right_content p{
    margin-bottom: 30px;
}
.about_section_home_two .count_box{
    margin-bottom: 20px;
}   
.about_section_home_two .count_box span{
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: var(--primary-color);
}
.about_section_home_two .inner_box h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--titillium);
    color: var(--theme-color-two);
}

/** About Section Home Three **/
.about_section_home_three {
    position: relative;
    margin-bottom: 100px;
}
.about_section_home_three .about_left_content{
    margin-right: 120px;
}
.about_section_home_three .about_left_content h5{
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--primary-color);
}    
.about_section_home_three .about_left_content h2{
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--theme-color-two);
}    
.about_section_home_three .about_left_content span{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--titillium);
    color: var(--theme-color-two);
}    
.about_section_home_three .about_right_content p{
    margin-bottom: 30px;
}
.about_section_home_three .about_right_content .link-btn{
    max-width: 240px;
    width: 100%;
}
.about_section_home_three .about_right_content .link-btn a{
    padding: 20px 50px;
    justify-content: space-between;
}
.about_section_home_four{
    position: relative;
}
.about_section_home_four .shape{
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.about_section_home_four .about_left_image{
    position: relative;
    padding-right: 120px;
}
.about_section_home_four .about_left_image .shape-14{
    position: absolute;
    top: 55px;
    right: -10px;
}
.about_section_home_four .about_left_image .author_image{
    position: absolute;
    bottom: 50px;
    right: 50px;
    overflow: hidden;
    transform: rotate(15deg);
    border-radius: 15px;
}
.about_section_home_four .about_left_image .about_image_four img{
    float: right;
    max-width: none;
}
.about_section_home_four .about_left_image .icon-box{
    position: absolute;
    width: 206px;
    height: 206px;
    bottom: 0;
    right: 40px;
    content: '';
    text-align: center;
    color: var(--bs-white);
    background-color:#c79a33;
    line-height: 206px;
    border-radius: 50%;
}
@-ms-keyframes spin {
    from {
      -ms-transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
    }
}  
@-moz-keyframes spin {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(360deg);
    }
}  
@-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
}  
@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
.about_section_home_four .about_left_image .icon-box .icon{
    font-size: 30px;
    color: var(--bs-white);
    transform: rotate(-45deg);
    transition: all 500ms;
}
.about_section_home_four .about_left_image .icon-box:hover .icon{
    transform: rotate(0deg);
}
.about_section_home_four .about_left_image .icon-box .icon-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.about_section_home_four .about_left_image .icon-box .icon-text img{
    -webkit-animation: spin 10s linear;
    -moz-animation: spin 10s linear;
    -o-animation: spin 10s linear;
    animation: spin 10s linear;
}
.about_section_home_four .about_right_content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 45px;
    color: var(--theme-color-two);
    font-family: var(--manrope);
}
.about_section_home_four .about_right_content p a{
    color: var(--secondary-color);
}
.feauter_list_four{
    display: inline-flex;
    padding-top: 25px;
    margin-bottom: 45px;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
.feauter_list_four li {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}
.feauter_list_four li .icon_box i{
    font-size: 60px;
    color: var(--primary-color);
}
.feauter_list_four li .icon_box i:before{
    line-height: 70px;
}
.feauter_list_four li .title{
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--manrope);
}
.about_section_home_four .about_right_content .link-btn{
    max-width: 240px;
    width: 100%;
    padding-top: 0;
}
.about_section_home_four .about_right_content .link-btn a{
    padding: 20px 50px;
}
.about_section_home_two.style_two{
    background-color: #FFF5F5;
}
.about_section_home_two.style_two .funfact_block_two{
    margin-bottom: 0px;
}
.about_section_home_two.style_two .about_left_content{
    margin-right: 0px;
}
.about_section_home_two.style_two .about_left_content p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--theme-color-two);
    font-family: var(--manrope);
}
.about_section_home_two.style_two .title_area{
    margin-right: 120px;
    margin-bottom: 25px;
}
.about_section_home_two.style_two .funfact_block_two .count_outer{
    margin-bottom: 10px;
}

.about_section_home_one.style_two{
    margin-top: 150px;
}

/* =========================
   ABOUT HERO
========================= */

.mma-about-hero{
    position:relative;
    min-height:650px;
    display:flex;
    align-items:center;
    overflow:hidden;
    border-radius:30px;

    background:url('../../../assets/images/about-building.png') center center/cover no-repeat;
}

/* LEFT CONTENT PANEL */

.mma-about-content{
    position:relative;
    z-index:2;

    width:55%;
    max-width:700px;
    min-height:650px;

    background:#f8f8f8;

    border-top-right-radius:50%;
    border-bottom-right-radius:50%;

    padding:70px 60px;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* SUBTITLE */

.mma-about-subtitle{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    letter-spacing:4px;
    color:#c79a33;
    margin-bottom:15px;
}

.mma-about-subtitle:after{
    content:'';
    display:block;
    width:55px;
    height:2px;
    background:#c79a33;
    margin-top:10px;
}

/* HEADING */

.mma-about-content h1{
    font-size:72px;
    line-height:1.05;
    font-weight:700;
    color:#082b63;
    margin-bottom:25px;

    word-break:normal;
}

.mma-about-content h1 span{
    color:#c79a33;
}

/* TEXT */

.mma-about-content p{
    font-size:18px;
    line-height:1.8;
    color:#5d6775;
    max-width:420px;
    margin-bottom:35px;
}

/* BUTTON */

.mma-btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 35px;

    background:#c79a33;
    color:#fff;
    text-decoration:none;

    border-radius:50px;
    font-size:15px;
    font-weight:600;

    transition:.4s;
}

.mma-btn-primary:hover{
    background:#082b63;
}

/* =========================
   LARGE LAPTOP
========================= */

@media(max-width:1400px){

    .mma-about-content h1{
        font-size:62px;
    }

    .mma-about-content{
        width:58%;
    }
}

/* =========================
   LAPTOP
========================= */

@media(max-width:1200px){

    .mma-about-content{
        width:62%;
        padding:60px 50px;
    }

    .mma-about-content h1{
        font-size:54px;
    }

    .mma-about-content p{
        font-size:16px;
    }
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

    .mma-about-hero{
        min-height:auto;
    }

    .mma-about-content{
        width:75%;
        min-height:auto;

        padding:60px 40px;

        border-top-right-radius:200px;
        border-bottom-right-radius:200px;
    }

    .mma-about-content h1{
        font-size:46px;
        line-height:1.1;
    }

    .mma-about-content p{
        max-width:100%;
    }
}

/* =========================
   MOBILE
========================= */

.mma-mobile-image{
    display:none;
}

@media(max-width:767px){

    .mma-mobile-image{
        display:block;
    }

    .mma-mobile-image img{
        width:100%;
        height:240px;
        object-fit:cover;
        display:block;
    }

    .mma-about-hero{
        background:none;
        display:block;
    }
}

/*about trust*/

/* MMA ABOUT SECTION */

.about_section_home_four{
    background:#fafafa;
}

.about_section_home_four h5{
    color:#d2a12f;
    letter-spacing:2px;
    text-transform:uppercase;
}

.about_section_home_four h2{
    color:#082c66;
    font-size:58px;
    line-height:1.1;
    font-weight:700;
}

.about_section_home_four p{
    color:#555;
    font-size:17px;
    line-height:1.9;
}

.about_section_home_four .feature_item .icon_box{
    background:#fff5de;
    color:#d2a12f;
}

.about_section_home_four .feature_item .title{
    color:#082c66;
    font-weight:600;
}

.about_section_home_four .button-style-four{
    background:linear-gradient(90deg,#d2a12f,#f0c252);
    border:none;
    color:#082c66;
    font-weight:700;
}

.about_section_home_four .button-style-four:hover{
    background:#082c66;
    color:#fff;
}

.about_left_image .about_image_four img{
    border-radius:30px;
}

.about_left_image .author_image{
    bottom:-30px;
    right:-20px;
}

.about_left_image .author_image img{
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

/* Mobile */

@media(max-width:991px){

    .about_section_home_four h2{
        font-size:42px;
    }

    .about_left_image{
        margin-bottom:80px;
    }
}

@media(max-width:767px){

    .about_section_home_four h2{
        font-size:32px;
    }

    .about_section_home_four p{
        font-size:15px;
    }

    .about_left_image .author_image{
        width:180px;
    }
}
.about_right_content h2{
    font-size: 52px;
    line-height: 1.15;
    color: #082c66;
}

@media (max-width: 1400px){
    .about_right_content h2{
        font-size: 46px;
    }
}

@media (max-width: 1200px){
    .about_right_content h2{
        font-size: 40px;
    }
}

@media (max-width: 767px){
    .about_right_content h2{
        font-size: 30px;
        white-space: normal; /* allow wrap on mobile */
    }
}

/* Highlight Box */
.mma-highlight-content p{
    color:#ffffff !important;
    margin:0;
    line-height:1.9;
}

.mma-highlight-content p strong{
    color:#f5c451 !important;
    font-weight:700;
}
.mma-highlight-box{
    background:#082c66;
    border-radius:25px;
    padding:25px 25px 25px 90px;
    margin:25px 0 30px;
    position:relative;
    color:#fff;
}

.mma-highlight-icon{
    position:absolute;
    left:20px;
    top:25px;
    width:50px;
    height:50px;
    background:#d4a028;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#082c66;
    font-size:22px;
}

.mma-highlight-box strong{
    color:#f5c451;
}

/* Mission Points */

.mma-mission-points{
    margin-bottom:30px;
}

.mma-point{
    display:flex;
    gap:15px;
    margin-bottom:18px;
    align-items:flex-start;
}

.mma-point .icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#fff6e3;
    color:#d4a028;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.mma-point .text{
    font-size:16px;
    line-height:1.8;
    color:#444;
}

/* Bottom Features */

.mma-bottom-features{
    border-top:1px solid #0e294a;
    padding-top:25px;
    margin-bottom:30px;
    display:flex;
    gap:40px;
}

.mma-feature-box{
    color:#d4a028;
    display:flex;
    align-items:center;
    gap:15px;
}

.mma-feature-box i{
    font-size:28px;
    color:#d4a028 !important;
}

.mma-feature-box span{
    color:#d4a028 !important;
    font-weight:600;
}

/* Responsive */

@media(max-width:767px){

    .mma-highlight-box{
        padding:20px;
    }

    .mma-highlight-icon{
        display:none;
    }

    .mma-bottom-features{
        flex-direction:column;
        gap:15px;
    }
}

.mma-highlight-icon i,
.mma-point .icon i,
.mma-feature-box i{
    font-size:24px;
    line-height:1;
}

.mma-point .icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff6e3;
    color:#d4a028;
    display:flex;
    align-items:center;
    justify-content:center;
}

.mma-feature-box i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff6e3;
    color:#d4a028 !important;

    display:flex;
    align-items:center;
    justify-content:center;
}

.mma-btn-custom{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    overflow:hidden;
    border-radius:0;
}

.mma-btn-custom .btn-text{
    background:#d4a028;
    color:#082c66;
    font-weight:700;
    font-size:18px;
    padding:22px 35px;
    min-width:220px;
    text-align:center;
    transition:.4s;
}

.mma-btn-custom .btn-arrow{
    width:85px;
    height:72px;
    background:#082c66;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
    transition:.4s;
}

.mma-btn-custom:hover .btn-text{
    background:#082c66;
    color:#fff;
}

.mma-btn-custom:hover .btn-arrow{
    background:#d4a028;
    color:#082c66;
}

.mma-btn-custom:hover .btn-arrow i{
    transform:translateX(5px);
}

.mma-btn-custom .btn-arrow i{
    transition:.3s;
}
.mma-btn-custom{
    border-radius:60px;
}

.mma-btn-custom .btn-text{
    border-radius:60px 0 0 60px;
}

.mma-btn-custom .btn-arrow{
    border-radius:0 60px 60px 0;
}

@media (max-width: 991px){

    .author_image,
    .mma-badge-card{
        display:none;
    }

}
@media (max-width: 991px){

    .author_image{
        width:140px;
        right:10px;
        bottom:-20px;
    }

}
@media (max-width:767px){

    .about_left_image{
        margin-bottom:30px;
    }

    .author_image{
        display:none;
    }

    .about_image_four img{
        height:240px;
        object-fit:cover;
        width:100%;
        border-radius:25px;
    }

    .about_right_content h2{
        font-size:34px !important;
        line-height:1.2;
        margin-bottom:15px;
    }

    .mma-highlight-box{
        padding:20px;
    }

    .mma-highlight-icon{
        display:none;
    }

    .mma-bottom-features{
        flex-direction:column;
        gap:15px;
    }

    .mma-btn-custom{
        width:100%;
        display:flex;
    }

    .mma-btn-custom .btn-text{
        flex:1;
        min-width:auto;
        padding:18px 20px;
        font-size:16px;
    }

    .mma-btn-custom .btn-arrow{
        width:65px;
    }
}
.mma-simple-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;

    background:#d4a028;
    color:#082c66;

    padding:16px 32px;
    border-radius:50px;

    font-size:16px;
    font-weight:600;
    text-decoration:none;

    transition:all .3s ease;
}

.mma-simple-btn i{
    transition:all .3s ease;
}

.mma-simple-btn:hover{
    background:#082c66;
    color:#fff;
}

.mma-simple-btn:hover i{
    transform:translateX(5px);
}
@media(max-width:767px){

    .mma-simple-btn{
        width:100%;
        justify-content:center;
    }

}

/* core values css*/

/* OUR VALUES SECTION */

.about_page .section_title_one h5{
    color:#d4a028;
    letter-spacing:3px;
    text-transform:uppercase;
    font-weight:600;
}

.about_page .section_title_one h2{
    font-family:'Drose', serif;
    color:#082c66;
}

/* CHANGE BLUE TO GOLD */

.about_page .feature_inner_box .icon_box,
.about_page .feature_inner_box .icon_box_two{
    background:#d4a028;
    color:#fff;
}

/* HOVER GOLD → BLUE */

.about_page .feature_inner_box:hover .icon_box,
.about_page .feature_inner_box:hover .icon_box_two{
    background:#082c66;
    color:#fff;
}

.about_page .feature_content h4 a{
    color:#082c66;
}

.about_page .feature_inner_box:hover .feature_content h4 a{
    color:#082c66;
}

/* GOLD BORDER ON HOVER */

.about_page .feature_inner_box:hover{
    border-color:#d4a028;
}

/* OPTIONAL PREMIUM EFFECT */

.about_page .feature_inner_box{
    transition:all .4s ease;
}

.about_page .feature_inner_box:hover{
    transform:translateY(-8px);
}

.mma-leadership-section{
    padding:100px 0;
    background:#faf8f3;
}

.mma-section-title{
    text-align:center;
    margin-bottom:60px;
}

.mma-section-title span{
    color:#c89a33;
    font-size:14px;
    letter-spacing:3px;
    font-weight:600;
    display:block;
    margin-bottom:15px;
}

.mma-section-title h2{
    font-family:'Drose', serif;
    font-size:48px;
    color:#082c66;
    line-height:1.2;
    margin:0;
}

/* GRID */

.mma-leadership-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:25px;
    align-items:stretch;
}

/* CARD */

.mma-member-card{
    background:#fff;
    border-radius:24px;
    padding-bottom:25px;

    display:flex;
    flex-direction:column;
    align-items:center;

    height:100%;
}

.mma-member-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

/* IMAGE */

.mma-member-image{
    overflow:hidden;
    margin:12px;
    border-radius:18px;
}

.mma-member-image img{
    width:100%;
    height:270px;
    object-fit:cover;
    transition:.6s;
}

.mma-member-card:hover .mma-member-image img{
    transform:scale(1.08);
}

/* ICON */

.mma-member-icon{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#082c66;
    border:4px solid #c89a33;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:-28px auto 15px;
    position:relative;
    z-index:2;

    color:#fff;
}

/* TEXT */

.mma-member-card h3{
    font-family:'Drose', serif;
    color:#082c66;

    font-size:22px;
    line-height:1.3;

    min-height:72px;   /* fixed name area */
    max-height:72px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    margin:0 15px 10px;
}


/* DESIGNATION */

.mma-member-card h5{
    color:#d4a028;

    font-size:16px;
    font-weight:600;

    min-height:28px;  /* fixed designation area */

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:18px;
}


.mma-member-card p{
    font-size:14px;
    line-height:1.8;
    color:#666;

    min-height:130px;   /* fixed description area */

    display:flex;
    align-items:flex-start;
    justify-content:center;

    text-align:center;

    padding:0 20px;
    margin:0;
}

/* BUTTON */

.mma-btn-wrap{
    text-align:center;
    margin-top:50px;
}

.mma-view-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;

    background:#c89a33;
    color:#082c66;

    padding:15px 35px;
    border-radius:50px;

    text-decoration:none;
    font-weight:600;

    transition:.3s;
}

.mma-view-btn:hover{
    background:#082c66;
    color:#fff;
}

.mma-view-btn i{
    transition:.3s;
}

.mma-view-btn:hover i{
    transform:translateX(4px);
}

/* ======================
   RESPONSIVE
====================== */

@media(max-width:1400px){

    .mma-leadership-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:991px){

    .mma-section-title h2{
        font-size:38px;
    }

    .mma-leadership-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .mma-section-title h2{
        font-size:30px;
    }

    .mma-leadership-grid{
        grid-template-columns:1fr;
    }

    .mma-member-image img{
        height:320px;
    }

    .mma-member-card h3{
        font-size:24px;
    }
}
/* ===========================
   MMA LEADERSHIP TITLE
=========================== */

.mma-leadership-heading{
    text-align:center;
    margin-bottom:70px;
}

.mma-leadership-subtitle{
    display:inline-block;
    position:relative;

    color:#d4a028;
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;

    padding-top:15px;
    margin-bottom:20px;
}

.mma-leadership-subtitle:before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);

    width:80px;
    height:2px;

    background:#d4a028;
}

.mma-leadership-title{
    font-family:'Drose', serif !important;

    font-size:40px;
    font-weight:400;
    line-height:1.15;

    color:#ffffff !important;

    max-width:1100px;
    margin:0 auto;

    text-align:center;
}

/* Large Laptop */

@media(max-width:1400px){

    .mma-leadership-title{
        font-size:60px;
    }

}

/* Laptop */

@media(max-width:1200px){

    .mma-leadership-title{
        font-size:52px;
    }

}

/* Tablet */

@media(max-width:991px){

    .mma-leadership-heading{
        margin-bottom:50px;
    }

    .mma-leadership-title{
        font-size:42px;
        line-height:1.2;
    }

}

/* Mobile */

@media(max-width:767px){

    .mma-leadership-subtitle{
        font-size:12px;
        letter-spacing:3px;
    }

    .mma-leadership-title{
        font-size:30px;
        line-height:1.25;
        padding:0 15px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .mma-leadership-title{
        font-size:24px;
    }

}

/* mission css*/
/* ==========================
   MMA VISION MISSION
========================== */

.mma-vm-section{
    padding:100px 0;
    background:#faf8f3;
}

.mma-vm-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:35px;
}

.mma-vm-card{
    position:relative;

    background:#fff;
    border-radius:30px;

    padding:50px;

    overflow:hidden;

    border:1px solid rgba(212,160,40,.15);

    transition:.4s ease;
}

.mma-vm-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

/* Top Decoration */

.mma-vm-card:before{
    content:'';
    position:absolute;
    left:0;
    top:0;

    width:100%;
    height:6px;

    background:linear-gradient(
        90deg,
        #082c66,
        #d4a028
    );
}

/* Icon */

.mma-vm-icon{
    width:80px;
    height:80px;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #d4a028,
        #e6bc56
    );

    color:#082c66;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;

    margin-bottom:25px;
}

/* Label */

.mma-vm-label{
    display:block;

    color:#d4a028;

    font-size:13px;
    font-weight:700;

    letter-spacing:3px;

    margin-bottom:15px;
}

/* Heading */

.mma-vm-card h3{
    font-family:'Drose', serif;

    font-size:38px;

    line-height:1.2;

    color:#082c66;

    margin-bottom:20px;
}

/* Text */

.mma-vm-card p{
    font-size:16px;
    line-height:1.9;
    color:#666;
    margin:0;
}

/* Mission List */

.mma-mission-list{
    list-style:none;
    padding:0;
    margin:0;
}

.mma-mission-list li{
    position:relative;

    padding-left:28px;

    margin-bottom:15px;

    color:#555;

    line-height:1.8;
}

.mma-mission-list li:before{
    content:'';

    position:absolute;

    left:0;
    top:11px;

    width:10px;
    height:10px;

    border-radius:50%;

    background:#d4a028;
}

/* Background Pattern */

.mma-vm-card:after{
    content:'';

    position:absolute;

    right:-50px;
    bottom:-50px;

    width:180px;
    height:180px;

    border-radius:50%;

    background:rgba(212,160,40,.05);
}

/* Tablet */

@media(max-width:991px){

    .mma-vm-wrapper{
        grid-template-columns:1fr;
    }

    .mma-vm-card{
        padding:40px;
    }

    .mma-vm-card h3{
        font-size:32px;
    }
}

/* Mobile */

@media(max-width:767px){

    .mma-vm-section{
        padding:70px 0;
    }

    .mma-vm-card{
        padding:30px;
    }

    .mma-vm-icon{
        width:65px;
        height:65px;
        font-size:28px;
    }

    .mma-vm-card h3{
        font-size:26px;
    }

    .mma-vm-card p,
    .mma-mission-list li{
        font-size:15px;
    }
}

/*impact css*/

/* ===========================
   MMA IMPACT SECTION
=========================== */

.mma-impact-section{
    padding:80px 0;
    background:#d7d3c9;
}

.mma-impact-wrapper{
    background:linear-gradient(
        135deg,
        #0e294a 0%,
        #0b3c82 100%
    );

    border-radius:24px;
    padding:45px 30px;

    overflow:hidden;
    position:relative;

    box-shadow:0 20px 40px rgba(8,44,102,.15);
}

/* subtle glow */

.mma-impact-wrapper::before{
    content:'';
    position:absolute;

    top:-120px;
    right:-120px;

    width:300px;
    height:300px;

    border-radius:50%;

    background:rgba(255,255,255,.05);
}

/* Heading */

.mma-impact-header{
    text-align:center;
    margin-bottom:35px;
}

.mma-impact-header span{
    color:#d4a028;
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;
    display:block;
    margin-bottom:8px;
}

.mma-impact-header h2{
    color:#fff;
    font-family:'Drose', serif;
    font-size:42px;
    line-height:1.2;
    margin:0;
}

/* Stats Grid */

.mma-impact-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.mma-impact-item{
    text-align:center;
    position:relative;
    padding:10px 25px;
}

/* divider */

.mma-impact-item:not(:last-child)::after{
    content:'';
    position:absolute;

    right:0;
    top:50%;

    width:1px;
    height:90px;

    background:rgba(255,255,255,.25);

    transform:translateY(-50%);
}

/* Icon */

.mma-impact-icon{
    margin-bottom:12px;
}

.mma-impact-icon i{
    font-size:40px;
    color:#d4a028;
    line-height:1;
    display:inline-block;
}

/* Number */

.mma-impact-item h3{
    color:#fff;
    font-family:'Drose', serif;
    font-size:44px;
    margin:0 0 8px;
    line-height:1;
}

/* Label */

.mma-impact-item h4{
    color:#fff;
    font-size:16px;
    font-weight:500;
    margin:0;
    opacity:.95;
}

/* Hover */

.mma-impact-item{
    transition:.3s;
}

.mma-impact-item:hover{
    transform:translateY(-5px);
}

.mma-impact-item:hover .mma-impact-icon i{
    color:#f0c55a;
}

/* ======================
   TABLET
====================== */

@media(max-width:991px){

    .mma-impact-grid{
        grid-template-columns:repeat(2,1fr);
        gap:30px;
    }

    .mma-impact-item:nth-child(2)::after{
        display:none;
    }

    .mma-impact-item h3{
        font-size:38px;
    }

    .mma-impact-header h2{
        font-size:34px;
    }
}

/* ======================
   MOBILE
====================== */

@media(max-width:767px){

    .mma-impact-wrapper{
        padding:35px 20px;
        border-radius:20px;
    }

    .mma-impact-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .mma-impact-item::after{
        display:none !important;
    }

    .mma-impact-header h2{
        font-size:28px;
    }

    .mma-impact-item h3{
        font-size:34px;
    }

    .mma-impact-item h4{
        font-size:15px;
    }
}

/* gallery*/

/* ==========================
   MMA MEMORIES SECTION
========================== */

.mma-memories-showcase{
    padding:100px 0;
    background:#faf8f3;
    overflow:hidden;
}

.mma-memories-heading{
    text-align:center;
    margin-bottom:50px;
}

.mma-memories-heading span{
    display:block;
    color:#d4a028;
    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
    margin-bottom:12px;
}

.mma-memories-heading h2{
    font-family:'Drose', serif;
    color:#082c66;
    font-size:48px;
    margin:0;
}

/* Slider */

.mma-memories-slider{
    overflow:hidden;
    position:relative;
}

.mma-memories-track{
    display:flex;
    width:max-content;
    animation:mmaScrollMemories 40s linear infinite;
}

/* Pause on hover */

.mma-memories-slider:hover .mma-memories-track{
    animation-play-state:paused;
}

/* Cards */

.mma-memory-card{
    width:280px;
    margin:0 14px;
    text-align:center;
    flex-shrink:0;
}

.mma-memory-card img{
    width:100%;
    height:170px;
    object-fit:cover;

    border-radius:18px;

    border:3px solid #f1e2be;

    transition:.4s ease;
}

.mma-memory-card:hover img{
    transform:translateY(-8px) scale(1.03);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.mma-memory-card h4{
    margin-top:15px;
    color:#082c66;
    font-size:18px;
    font-weight:600;
}

/* Button */

.mma-memory-btn-wrap{
    text-align:center;
    margin-top:45px;
}

.mma-memory-btn{
    display:inline-block;

    padding:14px 36px;

    border:2px solid #d4a028;

    border-radius:50px;

    color:#082c66;
    font-weight:600;
    text-decoration:none;

    transition:.3s ease;
}

.mma-memory-btn:hover{
    background:#082c66;
    border-color:#082c66;
    color:#fff;
}

/* Animation */

@keyframes mmaScrollMemories{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }
}

/* Tablet */

@media(max-width:991px){

    .mma-memories-heading h2{
        font-size:38px;
    }

    .mma-memory-card{
        width:240px;
    }
}

/* Mobile */

@media(max-width:767px){

    .mma-memories-showcase{
        padding:70px 0;
    }

    .mma-memories-heading h2{
        font-size:28px;
    }

    .mma-memory-card{
        width:210px;
    }

    .mma-memory-card img{
        height:140px;
    }

    .mma-memory-card h4{
        font-size:15px;
    }
}