/*



* Theme Name: NS - Grand Imperial



*  Author: Netscriper



*  Author URI: http://www.netscriper.com/



*/



@font-face {

    font-family: 'ITC Avant Garde Gothic';

    src: local('ITC Avant Garde Gothic Bold'), local('ITC-Avant-Garde-Gothic-Bold'),

        url('fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),

        url('fonts/ITCAvantGardeStd-Bold.woff') format('woff'),

        url('fonts/ITCAvantGardeStd-Bold.ttf') format('truetype');

    font-weight: 700;

    font-style: normal;

}



@font-face {

    font-family: 'ITC Avant Garde Gothic';

    src: local('ITC Avant Garde Gothic Md'), local('ITC-Avant-Garde-Gothic-Md'),

        url('fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),

        url('fonts/ITCAvantGardeStd-Md.woff') format('woff'),

        url('fonts/ITCAvantGardeStd-Md.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;

  }





@font-face {

    font-family: 'Aileron';

    src: url('fonts/Aileron-Regular.otf') format('opentype');

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Aileron';

    src: url('fonts/Aileron-Bold.otf') format('opentype');

    font-weight: 700;

    font-style: normal;

    font-display: swap;

}



* {

    font-family: 'Aileron', sans-serif;

    font-weight: 400;

}



:root{

    --primary:#1C1C40;

    /* --primary:#151C2F; */

    --secondary:#253A88;

    --red:#9C1E2D;

    --deep-red:#5C090C;

    --white:#ffffff;

    --light:#f5f7fb;

    --brand-gradient:linear-gradient(135deg,#1C1C40 0%,#253A88 100%);

    --red-gradient:linear-gradient(135deg,#9C1E2D 0%,#5C090C 100%);

    --primary-font: 'ITC Avant Garde Gothic', sans-serif;

    --secondary-font: 'Aileron', sans-serif;

}



body{

    background: #fff;

}



html {

    overflow-x: hidden;

}





/* ********************* custom design ********************* */



h1, h2, h3, h4, h5, h6{

    font-family: 'ITC Avant Garde Gothic', sans-serif;

    font-style: normal;

    font-weight: 500;

}



p, span, strong, div{

    font-family: 'Aileron', sans-serif;

    font-weight: 400;

}



/* sub title */

.section-subtitle {
    display: inline-block;
    color: var(--red);
    font-weight: 700;
    text-transform: uppercase;
    /* margin-bottom: 8px; */
    font-style: normal;
    font-size: 38px;
    line-height: 30px;
    font-family: var(--primary-font);
}


.section-subtitle img {

    width: 25px;

    margin-right: 10px;

}

.section-subtitle-white {
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    font-size: 32px;
    line-height: 30px;
    font-family: var(--primary-font);
    margin-bottom: 22px;
}

.home-our-specialization .section-subtitle-white {
    color: #fff;
}


/* white title */

.white-title {

    color: var(--primary);

    font-size: 28px;

    font-weight: 400;

    margin-bottom: 20px;

    line-height: 1.2;

}



/* main title */

.main-title {

    font-style: normal;

    font-size: 32px;

    line-height: 1.4;

    /* max-width: 600px; */

    /* margin: 0 auto; */

    margin-top: 8px;

}



.primary-btn {

    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background: var(--primary);

    color: #fff;

    padding: 14px 25px;

    border-radius: 50px;

    text-decoration: none;

    font-size: 16px;

    font-family: var(--primary-font);

    transition: .35s ease;

    gap: 1px;

}

.primary-btn:hover{
    background: var(--red);
}

.primary-btn::before{

    content: attr(data-text);

    position: absolute;

    left: 25px;

    top: 50%;

    transform: translateY(-50%);

    letter-spacing: .5px;

    transition: .35s cubic-bezier(.5,-1,.5,2);

    white-space: nowrap;

}



.primary-btn span{

    display: inline-block;

    opacity: 0;

    transform: translateY(-20px);

    transition: .35s cubic-bezier(.5,-1,.5,2);

    font-family: var(--primary-font);

}



.primary-btn:hover::before{

    opacity: 0;

    transform: translateY(20px);

}



.primary-btn:hover span{

    opacity: 1;

    transform: translateY(0);

}



.primary-btn i{

    margin-left: 10px;

    position: relative;

    z-index: 2;

    transition: transform .3s;

}



.primary-btn:hover i{

    transform: translateX(4px);

}



/* Letter delay */

.primary-btn span:nth-child(1){transition-delay:.02s;}

.primary-btn span:nth-child(2){transition-delay:.04s;}

.primary-btn span:nth-child(3){transition-delay:.06s;}

.primary-btn span:nth-child(4){transition-delay:.08s;}

.primary-btn span:nth-child(5){transition-delay:.10s;}

.primary-btn span:nth-child(6){transition-delay:.12s;}

.primary-btn span:nth-child(7){transition-delay:.14s;}

.primary-btn span:nth-child(8){transition-delay:.16s;}

.primary-btn span:nth-child(9){transition-delay:.18s;}

.primary-btn span:nth-child(10){ transition-delay: .20s; }

.primary-btn span:nth-child(11){ transition-delay: .22s; }

.primary-btn span:nth-child(12){ transition-delay: .24s; }







/* ************************** pagination ********************** */



.splide__pagination {

    bottom: -3em !important;

}



.specialization-slider .splide__pagination {

    bottom: -40px;

}



.specialization-slider .splide__pagination__page {

    width: 12px;

    height: 12px;

    background: transparent;

    border: 2px solid #ffffff;

    opacity: 1;

    margin: 5px;

    transition: all 0.3s ease;

}



.specialization-slider .splide__pagination__page.is-active {

    background: #ffffff;

    transform: scale(1);

}



.specialization-slider .splide__pagination__page {

    border-color: #151C2F;

}



.specialization-slider .splide__pagination__page.is-active {

    background: #151C2F;

}



/* ******************** slider arrow ***************** */



/* .splide__arrow--prev {

    left: -4em !important;

}



.splide__arrow--next {

    right: -4em !important;

} */



.testimonial-slider .splide__arrow {

    width: 45px;

    height: 45px;

    background: var(--primary);

    border-radius: 50%;

    opacity: 1;

    transition: all 0.3s ease;

}



.testimonial-slider .splide__arrow svg {

    width: 18px;

    height: 18px;

    fill: #fff;

}



.testimonial-slider .splide__arrow--prev {

    left: -60px;

}



.testimonial-slider .splide__arrow--next {

    right: -60px;

}



.testimonial-slider .splide__arrow {

    background: transparent;

    border: 2px solid var(--primary);

}



.testimonial-slider .splide__arrow svg {

    fill: var(--primary);

    transition: fill 0.3s ease;

}





.testimonial-slider .splide__arrow:hover {

    background: var(--primary);

    transform: translateY(-50%) scale(1.1);

}



.testimonial-slider .splide__arrow:hover svg {

    fill: #fff;

}





@media(max-width: 991px) {



    .testimonial-slider .splide__arrow--prev {

        left: 10px;

    }



    .testimonial-slider .splide__arrow--next {

        right: 10px;

    }



}



/*************************************404 error ************************** */



.error img {



    position: relative;



    margin: 0 auto;



}



.back-home-wrap p {



    font-size: 21px;



	margin-top:50px;



}



.back-home-wrap {



    text-align: center;



    left: 0;



    right: 0;



}



.error {



    height: 400px;



}



.back-home {



    margin-top: 14px;



    border-radius: 0;



}







.mm-menu--offcanvas{



    position: absolute;



}







/************************** Breadcrumb ************************** */

.page-meta {

    padding-top: 250px;

}



#breadcrumbs {list-style-type: none; padding-left: 0;}



#breadcrumbs li{display: inline-block;}



#breadcrumbs {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 8px;

    font-size: 20px;

    justify-content: left;

}



#breadcrumbs a,

#breadcrumbs span {

    display: inline-flex;

    align-items: center;

    white-space: nowrap;

}



#breadcrumbs img {

    width: 14px;

    height: auto;

    margin: 0 4px;

}



@media (max-width: 768px) {

    #breadcrumbs {

        font-size: 16px;

        line-height: 1.6;

    }





    #breadcrumbs img {

        width: 8px;

    }

}



@media (max-width: 480px) {

    #breadcrumbs {

        font-size: 16px;

    }



    #breadcrumbs a,

    #breadcrumbs span {

        white-space: normal;

    }

}









/* ********************************* Sub banner **********************************/



.sub-banner-wrapper {



    position: relative;



}



.sub-banner {

    position: relative;

    width: 100%;

    max-width: 1760px;

    margin: 0 auto;

    aspect-ratio: 16 / 4;

    display: flex;

    align-items: center;

    border-radius: 60px;

    overflow: hidden;

    background-size: cover !important;

    background-position: center !important;

    background-repeat: no-repeat !important;

    z-index: 10;

}



.sub-banner::before {

    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

    background: linear-gradient(135deg, rgba(28, 35, 64, 0.8) 0%, rgba(37, 63, 136, 0.35) 60%, rgba(92, 9, 12, 0.45) 100%);

}



.banneroverlay {

    width: 100%;

    height: 100%;

    min-height: 300px;

    color: white;

    text-align: left;



    padding: 80px 35px;

}





.sub-banner .container {

    position: relative;

    z-index: 2;

    width: 100%;

    padding: 0 20px;

}



.sub-banner .title {

    font-size: 32px;

    line-height: 1.2;

    color: #fff;

    text-align: left;

    text-transform: uppercase;

}



.breadcrumbs {

    display: flex;

    align-items: center;

    gap: 10px;

    justify-content: center;

}





.breadcrumbs a {

    color: #ffffff;

    text-decoration: none;

    font-size: 20px;

    transition: 0.3s;

    font-weight: 500;

}





.breadcrumbs a:hover {

    color: #a7d4ff;

}



div#breadcrumbs span {

    color: #fff;

    font-weight: 400;

}



.breadcrumbs img {

    width: 12px;

}



.bread-current {

    color: #ffffff;

    font-weight: 500;

    font-size: 20px;

}



@media (max-width: 1600px) {

    .sub-banner {

    max-width: 1400px;

    }

}



@media (max-width: 1400px) {

        .page-meta {

    padding-top: 120px;

}



    .sub-banner {

        min-height: 400px;

    }



    .sub-banner {

    position: relative;

    width: 100%;

    max-width: 1200px;

}

}



@media (max-width: 1200px) {

    .page-meta {

    padding-top: 100px;

}





}







@media (max-width: 768px) {



    .sub-banner .title {

        font-size: 24px;

        line-height: 1.7;

    }





.global-network p {

    font-size: 14px;

}



}



@media (max-width: 768px) {



    .sub-banner {

        min-height: 300px;

        /* border-radius: 20px; */

    }



    .sub-banner .title {

        font-size: 24px;

        line-height: 1.4;

    }



    .breadcrumbs a,

    .bread-current {

        font-size: 16px;

    }



    .breadcrumbs {

        flex-wrap: wrap;

        gap: 6px;

    }

}



@media (max-width: 480px) {



    .sub-banner {

        min-height: 250px;

        border-radius: 16px;

    }



    .sub-banner .title {

        font-size: 20px;

    }



    .breadcrumbs {

        justify-content: center;

        text-align: center;

    }

}



@media (max-width: 768px) {

    .sub-banner {

        aspect-ratio: 16 / 7;

        /* border-radius: 30px; */

    }

}





/* post breadcrumbs*/



.breadcrumb {



    display: flex;



    align-items: center;



    flex-wrap: wrap;



    font-size: 14px;



    margin-bottom: 15px;



}







.breadcrumb a {



    color: #000;



    text-decoration: none;



    font-size: 16px;



    transition: 0.3s;



    font-weight: 600;



}







.breadcrumb a:hover {



    color: var(--color1)



}







.breadcrumb img {



    width: 12px;     



    height: 12px;



    margin: 0 8px;  



    object-fit: contain;



}







@media (max-width: 576px) {



    .breadcrumb {



        font-size: 12px;



    }







    .breadcrumb img {



        width: 12px;



        height: 12px;



        margin: 0 5px;



    }



}















/* *********************header *************************** */

header {

    position: relative;

    z-index: 1;

}



.xs-menu-btn img {

    width: 30px;

}



header::after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 450px;

    background: var(--primary);

    z-index: -1;

    border-radius: 0px 0px 60px 60px;

}





.menu .col {



    display: flex;



    align-items: center;



    justify-content: space-between;



}







.logo-wrapper {



    flex-shrink: 0;



}



.ds-menu {

    margin-left: auto;

}



ul#menu-main-menu {

    display: flex;

    gap: 30px;

    font-size: 16px;

}



.logo-wrapper {

    padding: 20px 0;

}



.logo-wrapper img {

    width: 180px;

}



.header_menu .nav-link {

    position: relative;

    font-size: 17px;

    color: #fff;

    padding: 10px 15px;

    transition: all 0.3s ease;

}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}


/* Hover Effect */

.header_menu .nav-link:hover {

    color: #fff;

}



/* Animated underline */

.header_menu .nav-link::after {

    content: "";

    position: absolute;

    left: 50%;

    bottom: 2px;

    width: 0;

    height: 3px;

    background: #fff;

    border-radius: 10px;

    transform: translateX(-50%);

    transition: width 0.35s ease;

}



.header_menu .nav-link:hover::after {

    width: 70%;

}





/* Active Menu */

.header_menu .current-menu-item > .nav-link,

.header_menu .current_page_item > .nav-link {

    color: #fff;

    font-weight: 600;

}



/* Active underline */

.header_menu .current-menu-item > .nav-link::after,

.header_menu .current_page_item > .nav-link::after {

    width: 70%;

}





/* Optional: subtle hover movement */

.header_menu .nav-link:hover {

    transform: translateY(-2px);

}



.navbar-nav li {

    position: relative;

}



.navbar-nav li ul {

    position: absolute;

    top: 100%;

    left: 0;

}



.navbar-nav li:hover > ul,

.navbar-nav li:focus-within > ul {

    display: block;

}



.navbar-nav li::after {

    content: "";

    position: absolute;

    bottom: -8px;

    left: 0;

    width: 100%;

    height: 8px;

}





/* logo */



.menu {

    position: relative;

}



.menu > * {

    position: relative;

    z-index: 10000;

}



.xs-menu-btn a {



    display: inline-flex;



    justify-content: center;



    align-items: center;



    height: 80px;



    color: var(--color1);



    border-radius: 8px;



    font-size: 2rem;



    transition: all 0.3s ease;



    border: none;



    text-decoration: none;



}







.xs-menu-btn a i {



    pointer-events: none;



}



a.dropdown-item {

    font-size: 16px;

    padding: 12px 16px;

}





/* header responsive */



@media (max-width: 1400px) {



    ul#menu-main-menu {



    gap: 10px;



}



}







@media (max-width: 1200px) {



    ul#menu-main-menu {



        gap: 25px;



    }







    a.nav-link {



        font-size: 15px;



        padding: 0px !important;



    }



}



@media (min-width: 992px){



    .navi{

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:20px;

        flex-wrap:nowrap;

    }



    .ds-menu{

        flex:1;

        margin:0;

    }



    .ds-menu .container-fluid{

        padding:0;

    }



    .ds-menu .navbar-collapse{

        display:flex !important;

        justify-content:flex-end;

    }



    .header_menu{

        width:100%;

        display:flex;

        flex-wrap:nowrap !important;

        align-items:center;

        justify-content:flex-end;

        gap:28px;

        margin:0;

        padding:0;

    }



    .header_menu > li{

        white-space:nowrap;

        flex:0 0 auto;

    }



    .header_menu > li > a{

        display:block;

        padding:10px 0;

    }



    .all-lang{

        flex:0 0 auto;

        margin-left:15px;

    }



}



@media (max-width: 991.98px){

    .ds-menu{

        display:none !important;

    }



    .xs-menu-btn{

        display:block;

    }



    .navi{

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:15px;

    }



    .all-lang{

        margin-right:10px;

    }



    .slidercontent {

        display: none;

    }

}



@media (min-width:992px){



    .navi{

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:0px;

    }



    .ds-menu{

        flex:1;

    }



    .ds-menu .container-fluid{

        padding:0;

    }



    .header_menu{

        display: flex;

        align-items: center;

        justify-content: flex-end;

        flex-wrap: nowrap;

        gap: 10px;

        margin: 0;

        padding: 0;

        width: 100%;

    }



    .header_menu > li{

        white-space:nowrap;

        flex:0 0 auto;

    }



    .all-lang{

        flex:0 0 auto;

        margin-left:10px;

    }

}





@media (max-width:991.98px){



    .navi-row{

        display:flex;

        align-items:center;

        justify-content:space-between;

        flex-wrap:nowrap;

    }



    .navi-logo{

        width:auto;

        flex:0 0 auto;

    }



    .navi{

        width:auto;

        flex:1;

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:12px;

    }



    .ds-menu{

        display:none !important;

    }



    .all-lang{

        margin:0;

        flex:0 0 auto;

    }



    .xs-menu-btn{

        display:block;

        flex:0 0 auto;

    }



    .xs-menu-btn a{

        font-size:32px;

        line-height:1;

        color:var(--color1);

        text-decoration:none;

    }



}



a.nav-link {

    font-size: 17px;

    font-weight: 400;

    color: #ffffff;

    line-height: 24px;

    letter-spacing: 0.3px;

}



/* Recruitment Services */



.dropdown-item.active, .dropdown-item:active {

    background-color: #fff !important;

    color: var(--color1) !important;

    font-weight: 600;

}



@media (max-width:1400px){



    ul#menu-main-menu {

        gap: 20px;

        margin-left: 90px;

    }



    a.nav-link {

    font-size: 16px;

    font-weight: 500;

}

}



/* position absolute */



.menu {

    position: relative;

    width: 100%;

    padding: 12px 0px;

}



.menu .container {

    width: 100%;

    margin: 0 auto;

    border-radius: 50px;

}



.navi-row {

    align-items: center;

}



.navi-logo {

    display: flex;

    align-items: center;

}



.navi {

    display: flex;

    justify-content: flex-end;

    align-items: center;

}



.header_menu {

    justify-content: center;

    gap: 25px;

}



/* *********************** Home Page ************************ */

/* video section */

.video-section {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
    /* padding: 0 80px; */
    padding-bottom: 40px;
}


.video-section .container-fluid {
    padding: 0px 80px;
}

.video-wrapper {

    position: relative;

    /* aspect-ratio: 1760 / 740; */

    width: 100%;

    overflow: hidden;

    border-radius: 60px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);

}



.video-wrapper video {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: inherit;

}



@media (max-width: 991.98px) {



    .video-section .container-fluid {

        padding: 0 20px;

    }



    .video-wrapper {

        border-radius: 20px;

    }

}



@media(max-width:992px){

    header::after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 350px;

    background: var(--primary);

    z-index: -1;

    border-radius: 0px 0px 60px 60px;

}

}







@media (max-width: 575.98px) {



    .video-section .container-fluid {

        padding: 0 15px;

    }



    .video-wrapper {

        border-radius: 16px;

    }



    header::after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 240px;

    background: var(--primary);

    z-index: -1;

    border-radius: 0px 0px 60px 60px;

}



.logo-wrapper img {

    width: 140px;

}

}



/* home count */

.home-counting {

    padding: 0px 0 60px;

}

.counting-card {
    height: 100%;
    padding: 40px 30px;
    border: 2px solid #e5e7ef;
    border-radius: 24px;
    text-align: center;
    transition: all .3s ease;
    background: transparent;
}

.counting-card:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-8px);
}


.counting-card span,
.counting-card h3 {
    margin: 0 0 15px;
    font-size: 48px;
    font-weight: 600;
    color: #1C1C40;
    line-height: 1;
    font-family: var(--secondary-font);
    transition: color .3s ease;
}


.counting-card p {
    margin: 0 auto;
    max-width: 250px;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    transition: color .3s ease;
}

.counting-card:hover span,
.counting-card:hover h3,
.counting-card:hover p {
    color: #fff;
}

.counting-card:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(28, 28, 64, 0.15);
}


@media (max-width: 991px) {



    .counting-card {

        margin-bottom: 25px;

        padding: 35px 25px;

    }





    .counting-card h3 {

        font-size: 40px;

    }



    .home-counting {

    padding: 80px 0 60px;

}





}





@media (max-width: 576px) {



    .home-counting {

        padding: 50px 0;

    }





    .counting-card {

        padding: 30px 20px;

        border-radius: 18px;

    }





    .counting-card h3 {

        font-size: 36px;

    }





    .counting-card p {

        font-size: 15px;

    }



}


/* home about us  */
.about-image-container{
    position:relative;
    padding-left:40px;
    padding-bottom:60px;
}

.about-main-image{
    position:relative;
    overflow:hidden;
    border-radius:6px;
}

.about-main-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

/* Experience Card */

.experience-card {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    background: var(--primary);
    color: #fff;
    padding: 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .25);
    z-index: 2;
    border-radius: 20px;
}

.experience-number{
    display:block;
    font-size:70px;
    line-height:1;
    font-weight:700;
    color:#fff;
    font-family:var(--heading-font);
    margin-bottom:18px;
}

.experience-card p{
    margin:0;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:14px;
    line-height:1.6;
    color:#fff;
    font-family: var(--primary-font);
}

.col-lg-6.order-lg-2.order-1.margin-top {
    padding-left: 100px;
    margin-top: -100px;
}


@media (max-width:991px){

    .about-image-container{
        padding-left:0;
        padding-bottom:90px;
    }

    .about-main-image img{
        height:500px;
    }

    .experience-card{
        left:20px;
        bottom:20px;
        width:200px;
        padding:25px;
    }

    .experience-number{
        font-size:56px;
    }

    .col-lg-6.order-lg-2.order-1.margin-top {
        padding-left: 0px;
        margin-top: -100px;
        padding-bottom: 60px;
        padding: 0px 20px;
    }
}

@media (max-width:576px){

    .about-main-image img{
        height:360px;
    }

    .experience-card{
        width:170px;
        padding:20px;
    }

    .experience-number{
        font-size:44px;
    }

    .experience-card p{
        font-size:12px;
        letter-spacing:1px;
    }
}



/* home our services */

.home-our-service {

    position: relative;

    background-image: url(images/home-bg.png);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    padding: 100px 0;

    overflow: hidden;

    max-width: 1760px;

    margin: 0 auto;

    border-radius: 60px;

    height: 830px;

}





.home-our-service .container {

    position: relative;

    z-index: 1;

}





.main-title-white {

    /* color: #fff; */
    color: var(--primary);

    font-size: clamp(32px, 3.2vw, 52px);

    line-height: 1.45;

    max-width: 550px;

    margin: 0;

    font-size: 32px;

}





.home-service-card h2 {

    color: var(--primary);

    font-size: 28px;

    margin-bottom: 15px;

}



.home-service-card p {

    color: var(--primary);

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 0;

    letter-spacing: 0.5px;

}


.home-service-card {
    position: relative;
    overflow: hidden;
    background: #ffffffc4;
    border-radius: 30px;
    padding: 35px;
    margin-bottom: 25px;
    min-height: 300px;
    z-index: 1;
    border: 1px solid #b9b9b987;
}

/* .home-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(312deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 30%, #9c1e2d 90%, #871d1d 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
} */




.home-service-card h2,

.home-service-card p {

    position: relative;

    z-index: 2;

}



.service-card-image {

    position: absolute;

    right: -22%;

    bottom: -56%;

    width: 430px;

    height: 430px;

    object-fit: cover;

    border-radius: 50%;

    opacity: 0.9;

}



.home-service-card p {

    max-width: 60%;

}



/* Responsive */

@media (max-width: 1500px) {

.home-our-service {

    margin: 0 40px;

}

}



@media (max-width: 1400px) {

.service-card-image {

    position: absolute;

    right: -30%;

    bottom: -56%;

}



.home-service-card p {

    max-width: 50%;

}

}







@media (max-width: 991px) {



    .home-our-service {

        padding: 70px 0;

    }



    .home-our-service {

        margin: 0 20px;

    }



    .main-title-white {

        margin-bottom: 40px;

        font-size: 22px;

    }



    .home-service-card {

        padding: 30px;

    }



    .home-our-service {

        height: auto;

        padding: 40px 20px;

    }



}



@media (max-width: 768px) {

    .home-service-card {

        padding-bottom: 250px;

    }



    .home-service-card p {

    max-width: 100%;

    }



    .home-our-service {

        margin: 0 0px;

    }



    .home-our-service {

    border-radius: 40px;

}



.service-card-image {

    position: absolute;

    right: -25%;

    bottom: -44%;

    width: 430px;

    height: 430px;

    object-fit: cover;

    border-radius: 50%;

    opacity: 0.9;

}

}



/* home why choose us */

.home-why-choose {

    padding: 120px 0;

}





.home-why-choose .heading {

    text-align: center;

    margin-bottom: 60px;

}





.home-why-choose .main-title {

    line-height: 1.15;

    margin: 0 auto;

    margin-top: 12px;

    font-size: 32px;

}





.why-choose-card {

    height: 100%;

    background: var(--primary);

    border-radius: 30px;

    padding: 40px 35px;

    position: relative;

    overflow: hidden;

    transition: all 0.35s ease;



    box-shadow: 0 20px 40px rgba(28, 28, 64, 0.15);

}

.why-choose-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: linear-gradient(312deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 30%, #9c1e2d 90%, #871d1d 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}



.why-choose-card h2,

.why-choose-card p {

    position: relative;

    z-index: 1;

}





.why-choose-card h2 {

    color: #fff;

    font-size: 24px;

    margin-bottom: 30px;

    text-align: center;

    letter-spacing: 0.5px;

    position: relative;

    padding-bottom: 15px;

}



.why-choose-card h2::after {

    content: "";

    position: absolute;

    left: 50%;

    bottom: 0;

    width: 150px;

    height: 2px;

    background: #fff;

    border-radius: 10px;

    transform: translateX(-50%);

}



.why-choose-card p {

    color: rgb(255 255 255 / 76%);

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 0;

    text-align: center;

    letter-spacing: 0.5px;

}



.why-choose-card:hover {

    transform: translateY(-10px);

    background: var(--secondary);

}





/* Responsive */

@media(max-width:991px){



    .home-why-choose {

        padding: 70px 0;

    }



    .why-choose-card {

        margin-bottom: 25px;

    }



    .home-why-choose .main-title {

        font-size: 26px;

    }



}



/* Our specialization */

.home-our-specialization {
    position: relative;
    padding: 0px 0 160px;
    background: #fff;
}


.home-our-specialization .heading {
    position: relative;
    background: var(--primary);
    padding: 80px 0 280px;
    text-align: center;
    overflow: hidden;
    margin: 0px 80px;
    border-radius: 60px;
}



.home-our-specialization .heading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
}



.home-our-specialization .heading > * {

    position: relative;

    z-index: 1;

}



.home-our-specialization .main-title-white {
    color: #fff;
    max-width: 700px;
    margin: 0px auto 0;
    font-size: 28px;
}


.top-layer-row {

    position: relative;

    margin-top: -200px;

    z-index: 2;

}



.special-card {

    position: relative;

    /* height: 380px; */

    border-radius: 30px;

    overflow: hidden;

    background: #1C1C40;

    /* box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18); */

}



.special-card .service-card-image {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;



    transition: transform 0.5s ease;

}





.special-card::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(to top, rgb(18 18 18 / 80%), rgba(28, 28, 64, 0.1));

    z-index: 1;

}





.special-card h3 {

    position: absolute;

    left: 30px;

    right: 30px;

    bottom: 35px;

    color: #fff;

    font-size: 22px;

    line-height: 1.2;

    /* font-weight: 600; */

    z-index: 2;

    margin: 0;

    text-align: center;

    max-width: 300px;

    margin: 0 auto;

    line-height: 1.4;

}





.special-card:hover .service-card-image {

    transform: scale(1.08);

}



@media (max-width: 1400px) {

.home-our-specialization .heading {

    margin: 0px 40px;

}

}





@media(max-width:991px){



    .home-our-specialization .heading {

        padding: 70px 0 150px;

    }



    .top-layer-row {

        margin-top: -80px;

    }



    .special-card {

        margin-bottom: 25px;

    }



    .home-our-specialization .heading {

    margin: 0px 0px;

}



}







/* Home Client testimonial */

.home-client-testimonial{
    padding:100px 0;
    background:#fff;
}

.home-client-testimonial .heading{
    text-align:center;
    margin-bottom:60px;
}

.home-client-testimonial .main-title {
    max-width: 600px;
    margin: 15px auto 0;
}


/* Slider */

.testimonial-slider{
    position:relative;
    padding-bottom:70px;
}

.testimonial-card{
    background:#f7f7f7;
    border-radius: 30px;
    padding:40px 45px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
    margin: 0 80px;
    position: relative;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(312deg, var(--secondary) 0%, var(--primary) 45%, var(--red) 80%, var(--deep-red) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


/* Left */

.testimonial-left{
    flex:1;
}

.testimonial-stars{
    display:flex;
    gap:10px;
    margin-bottom:35px;
}

.testimonial-stars i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffe9d1;
    color: #ff9100;
    border-radius: 8px;
    font-size: 18px;
}


.testimonial-message{
    font-size:36px;
    line-height:1.9;
    color:#555;
    margin-bottom:45px;
    max-width:720px;
    font-size: 18px;
}

.testimonial-author h3{
    font-size:28px;
    margin:0 0 8px;
    font-weight:700;
    color:#08142f;
}

.testimonial-author span{
    font-size:20px;
    color:#777;
}


/* Right */

.testimonial-right{
    width:260px;
    flex-shrink:0;
}

.testimonial-right img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}


/* Splide */
.testimonial-slider .splide__arrow {
    width: 52px;
    height: 52px;
    background: #fff;
    border: 2px solid #1c1c40;
    opacity: 1;
}

.testimonial-slider .splide__arrow svg{
    fill:var(--color1);
}

.testimonial-slider .splide__arrow--prev{
    left:-25px;
}

.testimonial-slider .splide__arrow--next{
    right:-25px;
}

.testimonial-slider .splide__pagination{
    bottom:-35px;
}

.testimonial-slider .splide__pagination__page{
    width:12px;
    height:12px;
    background:#d9d9d9;
    opacity:1;
    margin:0 6px;
}

.testimonial-slider .splide__pagination__page.is-active{
    background:var(--color1);
    transform:scale(1.25);
}


.testimonial-slider .splide__track{
    overflow:hidden;
}

.testimonial-slider .splide__list{
    display:flex;
}

.testimonial-slider .splide__slide{
    width:100% !important;
    flex:0 0 100% !important;
    max-width:100% !important;
}


/*============================
Responsive
============================*/

@media (max-width:991px){

    .home-client-testimonial{
        padding:70px 0;
    }

.testimonial-card{
    margin: 0 0px;
}


    .testimonial-card{
        flex-direction:column-reverse;
        text-align:center;
        gap:35px;
        padding:35px;
    }

    .testimonial-left{
        width:100%;
    }

    .testimonial-stars{
        justify-content:center;
    }

    .testimonial-right{
        width:220px;
    }

    .testimonial-right img{
        height:280px;
    }

    .testimonial-message{
        max-width:100%;
        font-size:24px;
        margin-bottom:30px;
    }

    .testimonial-author h3{
        font-size:30px;
    }

    .testimonial-author span{
        font-size:18px;
    }

    .testimonial-slider .splide__arrow{
        display:none;
    }
}

@media (max-width:576px){

    .home-client-testimonial{
        padding:50px 0;
    }

    .testimonial-card{
        padding:25px;
    }

    .testimonial-stars{
        gap:8px;
        margin-bottom:25px;
    }

    .testimonial-stars i{
        width:34px;
        height:34px;
        font-size:14px;
    }

    .testimonial-right{
        width:180px;
    }

    .testimonial-right img{
        height:230px;
    }

    .testimonial-message{
        font-size:18px;
        line-height:1.8;
    }

    .testimonial-author h3{
        font-size:24px;
    }

    .testimonial-author span{
        font-size:16px;
    }
}

/* ****************************** About Us ********************************** */

.about-company-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 120px;
}


.section-title{

    font-weight:800;

    color:var(--primary);

    margin-bottom:25px;

    font-size:34px;

}



.section-text {

    color: #424242;

    line-height: 1.9;

    margin-bottom: 40px;

    font-size: 17px;

    text-align: justify;

}



section.about-company-section .main-title {

    font-size: 36px;

    line-height: 1.4;

    margin-bottom: 20px;

    color: var(--primary);

}

.about-image-wrapper {
    position: relative;
    min-height: 650px;
}


.about-image {
    position: absolute;
    overflow: hidden;
    border-radius: 24px;
}


.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}


.about-image:hover img {
    transform: scale(1.06);
}


.about-image-lg {
    width: 85%;
    height: 630px;
    bottom: 0;
    left: 0;
    border-radius: 100px 20px 20px 20px;
}


.experience-box {
    position: absolute;
    right: 2%;
    bottom: -6%;
    background: var(--primary);
    color: var(--white);
    padding: 20px 40px;
    border-radius: 18px;
}

/* section.about-company-section .section-subtitle {
    margin-bottom: 20px;
} */

.about-feature{

    display:flex;

    gap:18px;



    background:var(--white);

    padding:22px;



    border-radius:18px;



    box-shadow:0 10px 30px rgba(28,28,64,.08);



    transition:.3s;

    height:100%;

}





.about-feature:hover{

    transform:translateY(-8px);

}





.about-feature i{

    width:60px;

    height:60px;



    background:rgba(37,58,136,.1);

    color:var(--secondary);



    display:flex;

    align-items:center;

    justify-content:center;



    border-radius:15px;



    font-size:24px;

    flex-shrink:0;

}





.about-feature h5{

    color:var(--primary);

    margin-bottom:8px;

    font-weight:700;

}





.about-feature p{

    margin:0;

    color:#666;

    font-size:15px;

}





/* Responsive */

@media(max-width:1400px){

section.about-company-section .main-title{

    font-size: 28px;

}

}



@media(max-width:1400px){

    .about-image-lg-home {

        width: 330px;

    }



    .about-image-card-home {

    width: 240px;

}



.experience-box-home {

    position: absolute;

    right: 18%;

    top: 10%;

}

}

@media(max-width: 992px){

    .about-image-lg-home {

        width: 360px;

    }



    .about-image-card-home {

        width: 260px;

    }



    .experience-box-home {

        position: absolute;

        right: 19%;

        top: 10%;

    }



}



@media(max-width:768px){

    .about-image-card-home {

    right: -34px;

}



    .experience-box-home {

        position: absolute;

        right: 4%;

        top: 2%;

    }



    

}





@media(max-width:568px){



    .about-image-wrapper{

        min-height:auto;

        display:grid;

        gap:20px;

    }







    .about-company-section {

    padding: 20px 0 80px;

}



    section.about-company-section .main-title {

        font-size: 24px;

    }



        .margin-top {

        margin-bottom: 60px;

    }





    .about-image, .about-image-lg, .about-image-sm, .about-image-card {

        position: relative;

        width: 100%;

        left: auto;

        right: auto;

        top: auto;

        bottom: auto;

        border-radius: 30px;

    }



        .about-image-card-home {

            display: none;

        }





    .experience-box {

        display: none;

    }



    .about-image-card {

    display: none;

}



}



/* mission and vision */



.mission-vision-section {

    position: relative;

    overflow: hidden;

    padding: 100px 0 140px;

    background: #efefef;

    isolation: isolate;

}



.mission-vision-section::before,

.mission-vision-section::after{

    position: absolute;

    z-index: -1;     

    pointer-events: none;

    user-select: none;

}



.mission-vision-section::before {

    content: "MISSION";

    left: -20px;

    top: 0px;

    font-size: 160px;

    font-weight: 800;

    letter-spacing: 8px;

    color: rgba(28, 28, 64, .06);

}



.mission-vision-section::after {

    content: "VISION";

    right: -20px;

    bottom: -20px;

    font-size: 160px;

    font-weight: 800;

    letter-spacing: 8px;

    color: rgba(28, 28, 64, .06);

}



.mission-vision-section .container{

    position: relative;

    z-index: 1;

}





.mission-card,
.vision-card {
    position: relative;
    background: var(--brand-gradient);
    backdrop-filter: blur(14px);
    border-radius: 30px;
    padding: 45px;
    box-shadow: 0 20px 60px rgba(28, 28, 64, .08);
    transition: .4s;
    height: 280px;
    overflow: hidden;
}

/* Gradient Border */
.mission-card::before,
.vision-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: linear-gradient(
        312deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.7) 30%,
        #9c1e2d 90%,
        #871d1d 100%
    );

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}



.vision-card{



    margin-top:80px;



}



.mission-card:hover,

.vision-card:hover{



    transform:translateY(-12px);



    box-shadow:

    0 35px 80px rgba(28,28,64,.15);



}



.card-number {

    position: absolute;

    top: 10px;

    right: 35px;

    font-size: 56px;

    font-weight: 800;

    color: rgb(255 255 255 / 13%);

}



.mission-card:hover .purpose-icon,

.vision-card:hover .purpose-icon{



    background:var(--secondary);



    color:#fff;



}



.purpose-label {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 18px;

    color: #fff;

    font-size: 20px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.3px;

}



.purpose-label i {

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--red);

    font-size: 20px;

}



.mission-card p,

.vision-card p{



    color:#ffffff;



    line-height:1.9;



    font-size:17px;



    margin:0;



}



.vm-section-text {

    color: #ffffff;

    line-height: 1.8;

    margin-bottom: 20px;

    font-size: 17px;

    letter-spacing: 0.2px;

    text-align: justify;

}



@media(max-width: 1400px){

    .mission-card, .vision-card {

    height: auto;

}

}







@media(max-width:991px){



    .vision-card{



        margin-top:0;



    }



}



@media(max-width:768px){



    .mission-vision-section{



        padding:70px 0;



    }



    .mission-card, .vision-card {

        padding: 35px;

        min-height: auto;

        height: auto;

    }



    .mission-card h2,

    .vision-card h2{



        font-size:28px;



    }



    .mission-vision-section::before,

    .mission-vision-section::after{



        display:none;



    }



    .card-number {

    position: absolute;

    top: 10px;

    right: 35px;

    font-size: 46px;

    font-weight: 800;

    color: rgb(255 255 255 / 13%);

}



}



/* core value */

.core-values-section {

    padding: 100px 0 140px;

    position: relative;

    overflow: hidden;

}



.core-heading{

    margin:0 auto 60px;

}



.core-heading p {

    color: #484848;

    line-height: 1.8;

    font-size: 16px;

}



.value-card{



    height:100%;

    position:relative;

    padding:40px 35px;



    background:#fff;



    border-radius:25px;



    border:1px solid rgba(0,0,0,.06);



    overflow:hidden;



    transition:.4s ease;



    box-shadow:

    0 15px 40px rgba(0,0,0,.06);



}





.value-card:hover::after{



    transform:scale(2);

    background: rgba(151, 63, 63, 0.07);

}







.value-number {

    position: absolute;

    right: 25px;

    top: 15px;

    font-size: 60px;

    font-weight: 900;

    line-height: 1;

    color: rgba(28, 28, 64, .045);

}





.value-icon{



    width:70px;

    height:70px;



    display:flex;

    justify-content:center;

    align-items:center;



    background:linear-gradient(

        135deg,

        var(--primary),

        #344b85

    );



    color:#fff;



    border-radius: 50px;



    font-size:28px;



    margin-bottom:30px;



    position:relative;



    z-index:2;



    transition:.4s;



}







.value-card:hover .value-icon{



    background:linear-gradient(

        135deg,

        var(--red),

        #d94a5c

    );



    transform:translateY(-5px) rotate(-8deg);



}



/* Responsive */



@media(max-width:991px){



    .core-heading h2{

        font-size:36px;

    }



}





@media(max-width:576px){



    .core-values-section{

        padding:70px 0;

    }





    .core-heading h2 {

        font-size: 24px;

    }





    .value-card{

        padding:30px;

    }



}



/* general recruitment */

.general-recruitment-section{

    padding:120px 0;

}



.general-recruitment-content {

    padding-left: 70px;

}



.general-recruitment-content .sub-title{

    color:#9C1E2D;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:16px;

    font-weight:600;

}



.general-recruitment-content .main-title {



}



.general-recruitment-content .body-content {

    color: #424242;

    font-size: 17px;

    line-height: 1.8;

}



/* Images */



.general-images{

    position:relative;

}



.general-image-large {

    width: 100%;

    height: 350px;

    margin-left: auto;

    border-radius: 30px;

}



.general-image-large img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 100px 30px;

}



.general-image-small{

    position:absolute;

    left:0;

    bottom:0;



    width:45%;

    height:240px;



    border:10px solid #fff;

    border-radius:20px;

    overflow:hidden;



    box-shadow:0 20px 50px rgba(0,0,0,.08);

}



.general-image-small img{

    width:100%;

    height:100%;

    object-fit:cover;

}



@media(max-width:991px){



    .general-recruitment-section {
        padding: 80px 0 80px;
    }



    .general-recruitment-content {

        padding-left: 0px;

        /* margin-bottom: 50px; */

    }



    .general-recruitment-content .main-title{

        font-size:24px;

    }



    .general-images{

        height:450px;

    }



    .general-image-large{

        height:380px;

    }



    .general-image-small{

        height:170px;

    }



}



/* Common Card */



.value-card {

    position: relative;

    height: 100%;

    background: #ffffff;

    padding: 45px 35px;

    border-radius: 24px;

    overflow: hidden;



    border: 1px solid rgba(37,58,136,.08);



    box-shadow: 0 20px 50px rgba(28,28,64,.08);



    transition: all .4s ease;

}



.value-number {

    position: absolute;

    top: 20px;

    right: 25px;



    font-size: 60px;

    font-weight: 800;



    color: rgba(37,58,136,.08);



    line-height: 1;



    transition: .4s ease;

}



.value-icon {



    width: 75px;

    height: 75px;



    display: flex;

    align-items: center;

    justify-content: center;



    border-radius: 20px;



    background: linear-gradient(

        135deg,

        #1C1C40,

        #253A88

    );



    color: #fff;



    font-size: 30px;



    margin-bottom: 30px;



    box-shadow: 

        0 15px 30px rgba(37,58,136,.25);



    transition: .4s ease;

}



.value-card h4 {

    font-size: 24px;

    color: var(--primary);

    margin-bottom: 15px;

    font-weight: 700;

}



.value-card:hover {



    transform: translateY(-10px);



    box-shadow:

        0 25px 60px rgba(110, 44, 44, 0.15);



}





.value-card:hover .value-icon {



    background: linear-gradient(

        135deg,

        #9C1E2D,

        #5C090C

    );



    transform: rotate(-5deg) scale(1.05);

    box-shadow: 

        0 15px 30px rgba(136, 37, 37, 0.25);



}





.value-card:hover .value-number {



    color: rgba(156,30,45,.12);



}



/* branches */

.contact-editorial-section{



    padding:100px 0;



}



.editorial-content{



    padding-right:40px;



}



.editorial-content .main-title {

    /* margin: 20px 0 6px; */

    max-width: 500px;

    font-size: 28px;

}

.intro-text {

    font-size: 16px;

    line-height: 1.9;

    color: #404040;

    /* margin-bottom: 45px; */

}



.office-list{



    border-left:2px solid rgba(37,58,136,.15);



    padding-left:30px;



}



.office-item {

    position: relative;

    padding-bottom: 20px;

}



.office-item:last-child{



    padding-bottom:0;



}



.office-item::before{



    content:"";



    position:absolute;



    width:14px;



    height:14px;



    background:var(--secondary);



    border:5px solid #fff;



    border-radius:50%;



    left:-38px;



    top:8px;



    box-shadow:0 0 0 2px rgba(37,58,136,.15);



}



.office-item h4 {

    color: var(--primary);

    font-size: 22px;

    margin-bottom: 15px;

}



.office-item p {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    color: #464646;

    margin-bottom: 12px;

    line-height: 1.8;

    font-size: 16px;

}



.office-item i{



    color:var(--secondary);



    width:18px;



    margin-top:5px;



}



.editorial-image{



    position:relative;



}



.editorial-image img {

    width: 100%;

    object-fit: cover;

    border-radius: 30px;

}



.editorial-image::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border: 12px solid rgba(37, 58, 136, .08);
    top: -30px;
    left: -30px;
    border-radius: 24px;
    z-index: -1;
}


.editorial-image::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(156, 30, 45, .06);
    right: -35px;
    bottom: -59px;
    border-radius: 50%;
    z-index: -1;
}



/* ***************************** Recruitment Services ************************ */

.executive-intro-section {

    padding: 100px 0;

}



.executive-value-section {

    position: relative;

    overflow: hidden;

    background: var(--primary);

    isolation: isolate;

}



.executive-value-section::before {

    content: "";

    position: absolute;

    inset: 0;

    background-image: radial-gradient(circle, rgb(255 255 255) 1.5px, transparent 1px);

    background-size: 40px 40px;

    opacity: 0.05;

    pointer-events: none;

    z-index: 0;

}



.executive-value-section .container {

    position: relative;

    z-index: 1;

}



.executive-images{

    position:relative;

}





.executive-img-main {

    width: 100%;

    height: 350px;

    /* border: 1px solid; */

    border-radius: 30px;

}





.executive-img-main img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 100px 30px;

}



.executive-img-small {

    position: absolute;

    right: 0;

    bottom: 60px;

    width: 45%;

    height: 300px;

    border: 12px solid #fff;

    border-radius: 30px 100px 30px 30px;

    overflow: hidden;

    border: 1px solid;

    display: none;

}







.executive-img-small img{



    width:100%;

    height:100%;

    object-fit:cover;



}







/* Content */





.executive-intro-content{



    padding-left:50px;



}







.executive-intro-content .sub-title{



    color:#9C1E2D;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:14px;

    font-weight:600;



}



.executive-intro-content p {

    color: #424242;

    font-size: 17px;

    line-height: 1.8;

}





/* Responsive */

@media(max-width:1200px){

    .executive-intro-content {

    padding-left: 0px;

}

}





@media(max-width:991px){



    .executive-intro-section {

        padding: 80px 0 20px;

    }





    .executive-images{



        height:500px;



    }





    .executive-img-main{



        height:450px;



    }





    .executive-img-small{



        height:200px;



    }





    .executive-intro-content{



        padding-left:0;



    }





    .executive-intro-content .main-title{



        font-size:24px;



    }



}





@media(max-width:576px){



    .executive-images{



        height:400px;



    }





    .executive-img-main{



        height:350px;



    }





    .executive-img-small{



        width:50%;

        height:150px;

        border-width:8px;



    }



}



/* .executive-key-points{



    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

    margin-top:35px;

    display: none;



} */





.key-point{



    display:flex;

    align-items:center;

    gap:15px;



}





.key-icon{



    width:45px;

    height:45px;

    flex-shrink:0;



    background: linear-gradient(135deg, var(--primary), #344b85);

    color:#fff;



    border-radius:50%;



    display:flex;

    justify-content:center;

    align-items:center;



    font-size:16px;



}





.key-point h4{



    font-size:16px;

    line-height:1.4;

    color:#1C1C40;

    margin:0;

    font-weight:600;



}







@media(max-width:576px){



    .executive-key-points{



        grid-template-columns:1fr;



    }



}





/* Section 2 */



.executive-value-section {

    padding: 80px 0;

    background: var(--primary);

    margin: 0px 80px;

    border-radius: 60px;

}



.card-header h3 {

    font-size: 26px;

    margin-bottom: 24px;

    color: #fff;

}



.section-heading .sub-title {

    color: #9C1E2D;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 14px;

    font-weight: 600;

}



section.executive-value-section .section-subtitle {

    color: #fff;

}



section.executive-value-section .main-title {

    color: #fff;

}



@media(max-width:578px){

.executive-value-section {

    margin: 0px 0px;

}



.executive-value-section {

    border-radius: 30px;

}



}







/* When To Engage */





.section-heading {

    margin-bottom: 40px;

}



.engage-list {

    margin-top: 35px;

}



.engage-item {

    display: flex;

    gap: 20px;

    margin-bottom: 20px;

}



.item-icon {

    width: 45px;

    height: 45px;

    flex-shrink: 0;

    background: var(--red-gradient);

    /* border: 1px solid #e5e5e5; */

    color: #ffffff;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

}



.engage-item strong {

    display: block;

    color: #ffffff;

    font-size: 18px;

    margin-bottom: 4px;

    font-family: var(--primary-font);

    font-weight: 400;

}



.engage-item p {

    color: #ffffffb0;

    line-height: 1.7;

    margin: 0;

    font-size: 16px;

}





/* List Style */



.value-card ul,

.highlight-card ul {

    padding: 0;

    margin: 0;

    list-style: none;

}





.value-card li,

.highlight-card li {



    position: relative;



    padding-left: 25px;



    margin-bottom: 25px;



}





.value-card li::before, .highlight-card li::before {

    content: "✓";

    position: absolute;

    left: -2px;

    color: #ffffff;

    font-weight: bold;

    top: 2px;

}





.value-card strong {



    display: block;



    color: #1C1C40;



    margin-bottom: 6px;

    font-family: var(--primary-font);

    font-weight: 500;



}



.value-card p {

    color: #666;

    line-height: 1.7;

    margin: 0;

    font-size: 17px;

}



/* What Sets Us Apart */



.highlight-card {

    background: var(--brand-gradient);

    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);

    border-radius: 80px 30px 30px 30px;

    padding: 50px 40px 0 55px;

    height: 100%;

    position: relative;

    overflow: hidden;

    box-shadow: 0 20px 60px rgba(28, 28, 64, .08);

}


/* Gradient Border */
.highlight-card::before {

    content: "";

    position: absolute;

    inset: 0;

    padding: 2px;

    border-radius: inherit;

    background: linear-gradient(
        312deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.7) 30%,
        #9c1e2d 90%,
        #871d1d 100%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;

}



.highlight-card .card-header h3,

.highlight-card strong {



    color: #fff;



}





.highlight-card p {

    color: rgba(255, 255, 255, .85);

    line-height: 1.7;

    margin: 0;

    font-size: 16px;

}





.highlight-card li {

    margin-bottom: 24px;

}





.highlight-card .card-icon {



    background: #9C1E2D;



}







/* Right Image */



.expertise-image {

    height: 100%;

}



.expertise-image img {

    width: 100%;

    height: 100%;

    min-height: 650px;

    object-fit: cover;

    border-radius: 30px 100px 30px 30px;

}





/* Responsive */



@media(max-width:1200px){

        .expertise-image {

        display: none;

    }

}



@media(max-width:991px){



    .section-heading .main-title {

        font-size: 24px;

    }



    .expertise-image img {

        min-height: 400px;

    }



    .highlight-card {

    padding-bottom: 20px;

}



.card-header h3 {

    font-size: 22px;

}



}



/* specialization */

.specialization-section {

    padding: 40px 0 100px;

    background: #fff;

    display: none;

}



.industry-item {

    display: flex;

    align-items: center;

    gap: 25px;

    padding-bottom: 22px;

    border-bottom: 1px solid rgba(28, 28, 64, .08);

    transition: .35s;

}



.industry-count{



    font-size:46px;



    font-weight:700;



    color: var(--secondary);



    min-width:70px;



    transition:.35s;



}



.margin-l{

    margin-left: 100px;

}



.industry-content{



    flex:1;



}



.industry-content h4 {

    color: var(--primary);

    font-size: 22px;

    margin-bottom: 8px;

    transition: .35s;

}



.industry-content p{



    color:#666;



    margin:0;



}



.industry-item:hover{



    border-color:var(--secondary);



}



.industry-item:hover .industry-count{



    color:var(--red);



}



.industry-item:hover h4{



    color:var(--secondary);



    transform:translateX(10px);



}



.margin-l {

    margin-left: 100px;

}





@media(max-width:991px){

.margin-l {

    margin-left: 0px;

}

}



/* ***************************** Vacancies **************************** */

.job-listing-section {

    padding: 20px 0 140px;

    background: #f7f7f9;

}



/* Heading */

.job-heading {

    margin: auto;

    margin-bottom: 80px;

    background: #EAEAEA;

    padding: 60px;

    border-radius: 60px;

    max-width: 1760px;

}



.job-heading h2 {

    font-size: 42px;

    color: #1C1C40;

    margin: 0px 0 14px;

    font-weight: 500;

}



.job-heading p {

    color: #303030;

    font-size: 18px;

    max-width: 700px;

    margin: 0 auto;

    margin-bottom: 34px;

    line-height: 1.9;

}



/* Search */

.job-search {

    display: flex;

    align-items: center;

    gap: 15px;

    background: var(--primary);

    padding: 8px 8px 8px 45px;

    border-radius: 100px;

    box-shadow: 0 20px 40px rgba(28, 28, 64, 0.15);

    /* max-width: 1320px; */

    max-width: 860px;

    margin: 0 auto;

}

.job-search i {
    color: rgb(21 28 47);
    font-size: 18px;
}




.job-search input {



    flex: 1;



    height: 55px;



    background: transparent;



    border: none;



    outline: none;



    color: #fff;



    font-size: 16px;



}

.job-search input:-webkit-autofill,
.job-search input:-webkit-autofill:hover,
.job-search input:-webkit-autofill:focus,
.job-search input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    background-color: transparent !important;
    transition: background-color 9999s ease-in-out 0s;
}

.job-search input {
    background: transparent !important;
    color: #fff !important;
}



.job-search input::placeholder {



    color: rgb(255, 255, 255);



}




.job-search-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 55px;
    padding: 0 35px;
    background: #fff;
    color: var(--primary);
    border: none;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 700;
    font-family: var(--secondary-font);
    cursor: pointer;
    transition: .35s ease;
    gap: 1px;
}

.job-search-btn:hover {
    background: var(--red);
    color: #fff;
}

.job-search-btn::before {
    content: attr(data-text);
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    transition: .35s cubic-bezier(.5,-1,.5,2);
}

.job-search-btn span {
    display: inline-block;
    opacity: 0;
    transform: translateY(-20px);
    transition: .35s cubic-bezier(.5,-1,.5,2);
}

.job-search-btn:hover::before {
    opacity: 0;
    transform: translateY(20px);
}

.job-search-btn:hover span {
    opacity: 1;
    transform: translateY(0);
}

.job-search-btn i {
    margin-left: 10px;
    transition: transform .35s ease;
}

.job-search-btn:hover i {
    transform: translateX(5px);
}

.job-search-btn i {
    color: var(--primary);
    margin-left: 10px;
    transition: color .35s ease, transform .35s ease;
}

.job-search-btn:hover i {
    color: #fff;
    transform: translateX(4px);
}

/* Letter Delay */
.job-search-btn span:nth-child(1){transition-delay:.02s;}
.job-search-btn span:nth-child(2){transition-delay:.04s;}
.job-search-btn span:nth-child(3){transition-delay:.06s;}
.job-search-btn span:nth-child(4){transition-delay:.08s;}
.job-search-btn span:nth-child(5){transition-delay:.10s;}
.job-search-btn span:nth-child(6){transition-delay:.12s;}



@media (max-width: 992px) {



    .job-heading {

        padding: 50px 35px;

        border-radius: 45px;

        margin-bottom: 60px;

    }





    .job-heading h2 {

        font-size: 34px;

    }





    .job-heading p {

        font-size: 16px;

        line-height: 1.7;

    }



    .job-heading {

    margin: 0 20px;

}





    .job-search {

        padding-left: 25px;

        max-width: 100%;

    }





    .job-search button {

        padding: 0 25px;

        font-size: 15px;

    }



}





@media (max-width: 576px) {





    .job-heading {

        padding: 35px 20px;

        border-radius: 30px;

        margin-bottom: 40px;

    }





    .job-heading h2 {

        font-size: 26px;

        line-height: 1.35;

    }





    .job-heading p {

        font-size: 15px;

        line-height: 1.7;

        margin-bottom: 25px;

    }



    .job-search {



        flex-direction: column;

        align-items: stretch;

        gap: 12px;

        padding: 15px;

        border-radius: 25px;

    }





    .job-search i {

        display:none;

    }





    .job-search input {

        height: 50px;

        padding: 18px 18px;

        background: rgba(255, 255, 255, .12);

        border-radius: 50px;

        font-size: 15px;

        padding-left: 30px;

    }



    .job-search button {

        width:100%;

        height:50px;

        font-size:15px;

    }





}





@media (max-width: 375px) {





    .job-heading {

        padding:30px 15px;

    }





    .job-heading h2 {

        font-size:23px;

    }





}



/* Result */





.job-result-header {



    display:flex;

    justify-content:space-between;



    align-items:center;



    margin-bottom:25px;



}





.sort-box select {



    border:1px solid #ddd;



    padding:10px 20px;



    border-radius:10px;



}







/* Job Card */



.search-result {

    font-size: 18px;

    padding-left: 20px;

    font-weight: 400;

    color: #4a4a4a;

}



.search-result strong {

    color: var(--secondary);

}





.job-item {

    position: relative;

    background: #fff;

    border-radius: 28px;

    padding: 35px 40px;

    margin-bottom: 25px;

    border: 1.5px solid rgb(81 81 247 / 23%);

    overflow: hidden;

    transition: .35s ease;

}



.job-item:hover {



    transform:translateY(-8px);



    box-shadow:

    0 25px 70px rgba(28,28,64,.12);



}





.job-top {



    display:flex;



    justify-content:space-between;



    align-items:flex-start;



}





.job-title-area {

    display: flex;

    gap: 22px;

    align-items: center;

}



.job-icon {



    width:65px;



    height:65px;



    flex-shrink:0;



    border-radius:20px;



    background: var(--brand-gradient);



    color:#fff;



    display:flex;



    align-items:center;



    justify-content:center;



    font-size:24px;



}







.job-category {



    display:inline-block;



    font-size:12px;



    letter-spacing:1px;



    color:#9C1E2D;



    font-weight:700;



    margin-bottom:8px;



}



.job-top h3 {

    font-size: 22px;

    color: var(--primary);

    margin: 0;

    font-weight: 500;

    line-height: 1.6;

}





.job-status span {



    background:#eaf7ef;



    color:#1d7a42;



    padding:8px 18px;



    border-radius:50px;



    font-size:13px;



    font-weight:500;



}







/* Information */



.job-information {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 70px;

    padding: 30px 0;

    margin-top: 25px;

    border-top: 1px solid #eee;

    border-bottom: 1px solid #eee;

    padding-left: 10px;

}





.info-item {



    display:flex;



    gap:15px;



}







.info-item i {



    color:var(--red);



    font-size:20px;



    margin-top:5px;



}





.info-item small {

    color: #676767;

    display: block;

    font-size: 16px;

}







.info-item p {



    margin:3px 0;



    color:#1C1C40;



    font-weight:600;



}







/* Bottom */





.job-bottom {



    display:flex;



    justify-content:space-between;



    align-items:center;



    padding-top:25px;



}







.job-tags {



    display:flex;



    gap:10px;



}







.job-tags span {



    background:#f1f3fa;



    color:#253A88;



    padding:8px 16px;



    border-radius:50px;



    font-size:15px;



}







.job-meta-bottom {

    display: flex;

    align-items: center;

    gap: 40px;

}





.job-meta-bottom small {

    display: block;

    color: #8b8b8b;

    font-size: 16px;

}





.job-meta-bottom strong {



    color:#1C1C40;



    font-size:14px;



}











/* Side */





.job-side {



    text-align:right;



}





.job-date small {



    display:block;



    color:#888;



}





.job-date strong {



    font-size:18px;



    color:#1C1C40;



}







.job-side a {



    display:inline-flex;



    gap:10px;



    margin-top:20px;



    color:#9C1E2D;



    font-weight:600;



}





/* Tablet */

@media (max-width: 992px) {



    .job-item {

        padding: 30px;

    }





    .job-information {

        grid-template-columns: repeat(2, 1fr);

        gap: 30px;

    }





    .job-bottom {

        flex-direction: column;

        align-items: flex-start;

        gap: 25px;

    }





    .job-tags {

        flex-wrap: wrap;

    }





    .job-meta-bottom {

        width: 100%;

        justify-content: space-between;

    }



}







/* Mobile */

@media (max-width: 576px) {





    .job-item {

        padding: 22px;

        border-radius: 20px;

    }





    /* Top area */



    .job-top {

        flex-direction: column;

        gap: 20px;

    }





    .job-title-area {

        gap: 15px;

    }





    .job-icon {

        width: 50px;

        height: 50px;

        border-radius: 15px;

        font-size: 20px;

    }





    .job-top h3 {

        font-size: 18px;

        line-height: 1.4;

    }







    /* Information */



    .job-information {

        grid-template-columns: 1fr;

        gap: 20px;

        padding: 25px 0;

        margin-top: 20px;

    }





    .info-item {

        gap: 12px;

    }





    .info-item small {

        font-size: 14px;

    }





    .info-item p {

        font-size: 14px;

    }









    /* Bottom */



    .job-bottom {

        flex-direction: column;

        align-items: flex-start;

        gap: 25px;

    }





    .job-tags {

        flex-wrap: wrap;

        gap: 8px;

    }





    .job-tags span {

        font-size: 13px;

        padding: 7px 12px;

    }







    .job-meta-bottom {



        width:100%;

        flex-direction:column;

        align-items:flex-start;

        gap:18px;



    }





    .job-meta-bottom small {

        font-size:14px;

    }





    .job-meta-bottom strong {

        font-size:14px;

    }







    .apply-btn {



        width:100%;

        justify-content:center;

        padding:12px 20px;



    }



}







/* Small Mobile */

@media (max-width: 375px) {





    .job-title-area {

        align-items:flex-start;

    }





    .job-icon {

        width:45px;

        height:45px;

        font-size:18px;

    }





    .job-top h3 {

        font-size:16px;

    }





}





/* Pagination */



.job-pagination {

    display: flex;

    justify-content: center;

    gap: 10px;

    margin-top: 60px;

}



.job-pagination a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f9;
    cursor: pointer;
    text-decoration: none;
    padding-right: 2px;
    color: var(--primary);
    border: 2px solid #1c1c40;
}



a.next-page i {

    font-size: 16px;

    padding-left: 3px;

}





.job-pagination .active {



    background:#1C1C40;



    color:#fff;



}



/* ************************* Job details Post ************************ */

/* Job Detail Wrapper */



.job-detail-wrapper {



    max-width: 900px;



}



.job-detail-wrapper > h3 {

    position: relative;

    font-size: 28px;

    color: #1C1C40;

    font-weight: 700;

    margin-bottom: 40px;

    padding-left: 20px;

    padding-top: 6px;

}



.job-detail-wrapper > h3::before {

    content: "";

    position: absolute;

    left: 0;

    top: 4px;

    width: 5px;

    height: 38px;

    background: #9C1E2D;

    border-radius: 10px;

}





.job-detail-table {

    background: #fff;

    border: 1px solid #5f5fff65;

    border-radius: 16px;

    overflow: hidden;

    margin-bottom: 60px;

}



.job-detail-table table {

    width: 100%;

    border-collapse: collapse;

    margin: 0;

}



.job-detail-table tr:not(:last-child) {

    border-bottom: 1px solid #5e74c94a;

}



.job-detail-table th,

.job-detail-table td {

    padding: 18px 24px;

    font-size: 15px;

    vertical-align: middle;

}



.job-detail-table th {

    width: 240px;

    background: #f8f9fc;

    color: #1C1C40;

    font-weight: 600;

    border-right: 1px solid #5f5fff65;

}



.job-detail-table td {

    background: #fff;

    color: #555;

    line-height: 1.7;

}



.job-detail-table tr:nth-child(even) td {

    background: #fcfcfd;

}



.job-detail-table tr:hover th,

.job-detail-table tr:hover td {

    background: #f6f9ff;

    transition: background 0.25s ease;

}



@media (max-width: 767px) {

    .job-detail-table th,

    .job-detail-table td {

        padding: 14px 16px;

    }



    .job-detail-table th {

        width: 140px;

        font-size: 14px;

    }



    .job-detail-table td {

        font-size: 14px;

    }

}



/* Job Description Section */



.job-description-section {



    margin-top: 50px;



}







.job-section-title {



    position: relative;



    font-size: 32px;



    color: #1C1C40;



    font-weight: 700;



    margin-bottom: 40px;



    padding-left: 20px;



}







.job-section-title::before {



    content: "";



    position: absolute;



    left: 0;



    top: 4px;



    width: 5px;



    height: 38px;



    background: #9C1E2D;



    border-radius: 10px;



}











/* Description Item */



.description-item {



    margin-bottom: 40px;



}







.description-item h4 {



    font-size: 22px;



    color: var(--primary);



    margin-bottom: 15px;



    font-weight: 700;



}







.description-text {



    color: #555;



    font-size: 16px;



    line-height: 1.8;



}











/* Paragraph */



.description-text p {



    margin-bottom: 18px;



}











/* Bullet List */



.description-text ul {



    list-style: none;



    padding: 0;



    margin: 20px 0;



}







.description-text ul li {



    position: relative;



    padding-left: 35px;



    margin-bottom: 14px;



    color: #555;



    line-height: 1.7;



}







.description-text ul li::before {



    content: "\f00c";



    font-family: "Font Awesome 6 Free";



    font-weight: 900;



    position: absolute;



    left: 0;



    top: 3px;



    width: 20px;



    height: 20px;



    color: #9C1E2D;



}











/* Number List */



.description-text ol {



    padding-left: 25px;



    margin: 20px 0;



}







.description-text ol li {



    padding-left: 10px;



    margin-bottom: 12px;



    color: #555;



}











/* Highlight Text */



.description-text strong {



    color: #1C1C40;



}











/* Responsive */



@media(max-width:768px) {





    .job-detail-wrapper > h3 {



        font-size: 28px;



    }





    .job-detail-table th {



        width: auto;



    }





    .job-detail-table th,

    .job-detail-table td {



        display:block;



        width:100%;



        padding:15px 20px;



    }





    .job-section-title {



        font-size:26px;



    }



}


/* Apply Highlight */
.apply-highlight {
    padding: 60px 0;
}

.apply-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 35px;
    padding: 45px;
    border-radius: 30px;
    background: var(--primary);
    color: #fff;
}

.apply-card {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}


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

    .apply-card {
        flex-direction: column;
        /* text-align: center; */
        gap: 25px;
    }


    .apply-icon {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .apply-content {
        width: 100%;
    }


    .apply-content ul {
        text-align: left;
        display: inline-block;
    }

}


.apply-icon {
    position: relative;
    z-index: 1;
    min-width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--red);
    border-radius: 50%;
    font-size: 32px;
}


.apply-content {
    position: relative;
    z-index: 1;
}


.apply-content h2 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #fff;
}


.apply-content p {
    color: rgba(255,255,255,.85);
    font-size: 16px;
    line-height: 1.8;
}


.apply-content ul {
    margin: 20px 0;
    padding-left: 20px;
}

.apply-content ul li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
}


.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding: 14px 28px;
    background: #fff;
    color: #1C1C40;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease;
    font-size: 16px;
}


.apply-btn:hover {
    background: #9C1E2D;
    color: #fff;
}



/* *********************** Contact Us ******************* */

section.contact-us.gradient {

    padding: 0px 0px 100px;

}



.social-icons a {

    text-decoration: none;

}



#contact-form {

    position: relative;

    max-width: 850px;

    background: var(--brand-gradient);

    padding: 45px;

    border-radius: 30px;

    box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.08);

    overflow: hidden;

    border: none;

    z-index: 1;

}


#contact-form::before {

    content: "";

    position: absolute;

    inset: 0;

    padding: 3px;

    border-radius: inherit;

    background: linear-gradient(
        312deg,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.7) 30%,
        #9c1e2d 90%,
        #871d1d 100%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;

    mask-composite: exclude;

    pointer-events: none;

    z-index: -1;

}



#contact-form .form-control {



    width: 100%;

    height: 56px;



    border: 1px solid rgba(255,255,255,.35);



    border-radius: 30px;



    padding: 0 30px;



    font-size: 16px;



    color: #fff;



    background: rgba(255,255,255,.18);



    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);



    box-shadow:

        0 8px 25px rgba(28,28,64,.08),

        inset 0 1px 0 rgba(255,255,255,.4);



    transition: all .3s ease;

}





#contact-form .form-control::placeholder {



    color: rgba(28,28,64,.55);



}





#contact-form .form-control:focus {



    border-color: var(--secondary);



    background: rgba(255,255,255,.35);



    box-shadow:

        0 0 0 4px rgba(37,58,136,.12),

        0 10px 30px rgba(28,28,64,.12);



    outline:none;



}



#contact-form textarea.form-control {

    min-height: 170px;

    padding: 20px 30px;

    resize: none;

}



#contact-form .form-control::placeholder{

    color:#8b97a8;

    font-size:14px;

}



#contact-form .form-control:focus{

    border-color:var(--color1);

    box-shadow:0 0 0 4px rgba(0,54,153,0.08);

    outline:none;

}



#contact-form .mb-3{

    margin-bottom:18px !important;

}



#contact-form .btn {

    border: none;

    background: linear-gradient(94.83deg, #1B984B 2.04%, #08733B 99.19%);

    color: #fff;

    font-size: 15px;

    font-weight: 500;

    padding: 12px 32px;

    border-radius: 50px;

    transition: all 0.3s ease;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 20px !important;

}



.alert{

    border:none;

    border-radius:12px;

    padding:14px 18px;

    margin-bottom:25px;

    font-size:14px;

}



.alert-success{

    background:#eaf8ef;

    color:#1c6d36;

}



.alert-danger{

    background:#fff0f0;

    color:#b42318;

}



.alert-warning{

    background:#fff8e6;

    color:#9a6700;

}



.py-5{

    padding-top:80px !important;

    padding-bottom:80px !important;

}



#contact-form .btn {



    border: 1px solid rgba(255,255,255,.45);



    background: rgba(255,255,255,.18);



    color:#fff;



    font-size:15px;



    font-weight:600;



    padding:14px 38px;



    border-radius:50px;



    display:inline-flex;



    align-items:center;



    gap:10px;



    margin-top:20px !important;



    position:relative;



    overflow:hidden;



    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);



    box-shadow:

        0 8px 25px rgba(255,255,255,.15),

        inset 0 1px 0 rgba(255,255,255,.35);



    transition:.35s ease;



}





#contact-form .btn:hover {



    background:#fff;



    color:var(--primary);



    transform:translateY(-3px);



    box-shadow:

        0 15px 35px rgba(255,255,255,.25);



}



@media(max-width:991px){



    #contact-form{

        padding:35px;

    }



    .py-5{

        padding-top:65px !important;

        padding-bottom:65px !important;

    }



    .margin-top {

        margin-top: 40px;

        /* margin-bottom: 80px; */

    }

}



@media(max-width:767px){



    #contact-form{

        padding:28px 22px;

        border-radius:16px;

    }



    #contact-form .form-control{

        height:52px;

        font-size:14px;

    }



    #contact-form textarea.form-control{

        min-height:150px;

    }



    #contact-form .btn{

        width:100%;

        justify-content:center;

        padding:14px 20px;

    }



    .py-5{

        padding-top:55px !important;

        padding-bottom:55px !important;

    }

}



@media(max-width:575px){

    #contact-form {

        padding: 22px 18px;

        margin-top: 40px;

    }

}



.contact-png img {

    height: 630px;

    width: 520px;

    object-fit: cover;

    border-radius: 20px;

}



form#contact-form h1 {

    font-size: 38px;

    font-weight: 700;

    color: var(--color2);

    margin-bottom: 25px;

    line-height: 1.3;

}



.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}


/* get in touch */

.contact-info-box {

    padding-top: 20px;

}



.contact-title {

    font-size: 32px;

    font-weight: 700;

    margin-bottom: 0px;

    background: var(--brand-gradient);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    background-clip: text;

}



.contact-text {

    font-size: 16px;

    line-height: 1.8;

    color: #3a3a3a;

    margin-bottom: 0px;

}



.contact-item {

    display: flex;

    align-items: center;

    gap: 15px;

    /* margin-bottom: 20px; */

    font-size: 16px;

    color: #333;

}



.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--brand-gradient);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: var(--red-gradient); 
    transform: translateY(-3px);
}

.social-icons a i {
    transition: color 0.3s ease;
}



.contact-item span {

    line-height: 1.6;

    max-width: 400px;

}



.get-in-touch {

    position: relative;

    z-index: 10;

    margin-bottom: -250px;

}



.get-in-touch-bg {

    position: relative;

}



/* Add space for the overlapping section */

.site-footer {

    padding-top: 180px;

    position: relative;

}



/* Direct content */

/* .contact-message-box {

    margin-top: 30px;

    padding-top: 25px;

    border-top: 1px solid rgba(0,0,0,0.08);

}



.contact-message-box h4 {

    font-size: 18px;

    margin-bottom: 12px;

    color: #1c1c1c;

}



.contact-message-box p {

    font-size: 15px;

    line-height: 1.8;

    color: #121212;

    margin-bottom: 10px;

}



.contact-message-box ul {

    padding-left: 18px;

    margin-bottom: 15px;

}



.contact-message-box ul li {

    font-size: 15px;

    line-height: 1.7;

    color: #121212;

    margin-bottom: 6px;

}



section.contact-direct-section {

    padding: 0px 0 100px;

} */



/* map */

#map {

    padding: 0px 0 100px;

    /* background: #f5f6fa; */

}



.location-map {

    position: relative;

    overflow: hidden;

    border-radius: 20px;

    height: 450px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);

}



.location-map iframe {

    width: 100%;

    height: 100%;

    border: 0;

    display: block;

    filter: grayscale(20%);

}



.location-map:hover iframe {

    filter: grayscale(0%);

}



@media (max-width: 768px) {



    #map {

        padding: 50px 0;

    }



    .location-map {

        height: 350px;

        border-radius: 15px;

    }



    .contact-item span {

    max-width: 250px;

    }



}



/*  */



.office-card{

    padding:55px 45px;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

}



.office-card .mini-title {

    display: inline-block;

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    color: #003699;

    background: rgba(0, 54, 153, 0.08);

    padding: 8px 14px;

    border-radius: 30px;

    margin-bottom: 14px;

    width: 100px;

}



.contact-info-box{

    display:flex;

    flex-direction:column;

    gap:22px;

}



.info-item {

    display: flex;

    align-items: flex-start;

    gap: 16px;

    font-size: 16px;

    font-weight: 400;

}



.info-item .icon{

    width:52px;

    height:52px;

    min-width:52px;

    border-radius:50%;

    background:#003699;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

    box-shadow:0 10px 20px rgba(0,54,153,0.18);

}



.info-item .text span{

    display:block;

    font-size:13px;

    font-weight:700;

    color:#003699;

    margin-bottom:4px;

    text-transform:uppercase;

    letter-spacing:0.5px;

}



.info-item .text p{

    margin:0;

    font-size:15px;

    line-height:1.7;

    color:#555;

}



@media(max-width:1199px){



    .office-card .section-title{

        font-size:34px;

    }



    .office-card{

        padding:45px 35px;

    }

}



@media(max-width:991px){



    .contact-map-section{

        padding:70px 0;

    }



    .map-wrapper,

    .map-wrapper iframe{

        min-height:420px;

    }



    .office-card{

        padding:40px 30px;

    }

}



@media(max-width:767px){



    .contact-map-section{

        padding:55px 0;

    }



    .map-wrapper,

    .map-wrapper iframe{

        min-height:320px;

    }



    .office-card{

        padding:30px 22px;

    }



    .office-card .section-title{

        font-size:28px;

        margin-bottom:22px;

    }



    .info-item .icon{

        width:46px;

        height:46px;

        min-width:46px;

        font-size:16px;

    }



    .info-item .text p{

        font-size:14px;

    }

}



@media(max-width:575px){



    .office-card .section-title{

        font-size:24px;

    }

}





/* ************************** Footer ****************************** */

.get-in-touch {

    padding: 100px 0 80px;

}



.padding-left{

    padding-left: 100px;

}



.get-in-touch-bg {

    position: relative;

    background-image: url(images/get-in-touch-bg.png);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    border-radius: 40px;

    overflow: hidden;

    padding: 100px 40px;

    height: 390px;

    box-shadow: 0px 4px 37px rgba(255, 255, 255, 0.2);

}





.get-in-touch-bg::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.45));

    z-index: 0;

}





.get-in-touch-card {

    position: relative;

    z-index: 1;

    max-width: 800px;

    margin: 0 auto;

    text-align: center;

    margin-top: -30px;

}



.get-in-touch-card h1 {

    color: #fff;

    font-size: clamp(36px, 4vw, 56px);

    margin-bottom: 20px;

    font-size: 44px;

}



.get-in-touch-card p {

    color: rgb(255 255 255 / 97%);

    font-size: 18px;

    line-height: 1.8;

    max-width: 600px;

    margin: 0 auto 35px;

    letter-spacing: 0.6px;

}



.get-in-touch-card .cta-btn {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    color: #ffffff;

    padding: 14px 30px;

    border-radius: 50px;

    font-size: 16px;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;

    border: 2px solid;

}



.get-in-touch-card .cta-btn i {

    transition: transform 0.3s ease;

}



.get-in-touch-card .cta-btn:hover {

    background: var(--accent);

    color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(0,0,0,0.15);

}



.get-in-touch-card .cta-btn:hover i {

    transform: translateX(5px);

}





/* Responsive */

@media(max-width:992px){

.padding-left{

    padding-left: 0px;

}

}





@media(max-width:768px){



    .get-in-touch {

        padding: 70px 0;

    }



    .get-in-touch-bg {

        padding: 70px 25px;

        border-radius: 25px;

    }



    .get-in-touch-card p {

        font-size: 16px;

    }



}





/* footer */

.site-footer {
    position: relative;
    padding: 100px 0 14px;
    color: #ffffff;
    background-image: url('images/footer-bg.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1c1c40d9;
    z-index: 0;
}
/* Keep footer content above overlay */
.site-footer .container {
    position: relative;
    z-index: 1;
}


.site-footer .container {

    position: relative;

    z-index: 1;

}



.site-footer h4 {

    font-size: 22px;

    margin-bottom: 24px;

    color: #ffffff;

    letter-spacing: 0.5px;

}



.widget.contact-info-widget p {

    color: #fff;

    font-weight: 300;

    font-size: 16px;

    line-height: 27px;

    margin-bottom: 24px;

}





.btn-wrapper a {

    color: var(--color1) !important;

}



.site-footer address {

    margin-bottom: 40px;

    font-style: normal;

    display: flex;

    gap: 20px;

    color: #ffffff;

}



.site-footer address span:first-child {

    min-width: 100px;

    font-weight: 500;

    color: #ffffff;

    font-size: 17px;

}





.site-footer address span:last-child {

    font-weight: 300;

    color: #ffffff;

    font-size: 16px;

    width: 450px;

    font-family: var(--primary-font);

}



.site-footer a {

    color: #ffffff;

    text-decoration: none;

    transition: 0.3s;

    font-family: var(--primary-font);

}



.padding{

    padding-left: 60px;

}



.site-footer a:hover {

    color: #3b82f6;

}



.site-footer ul {

    padding: 0;

    margin: 0;

    list-style: none;

}



.site-footer ul li {

    margin-bottom: 16px;

}



.site-footer ul li a {

    color: #ffffff;

    font-size: 17px;

    transition: 0.3s;

    display: inline-block;

}



.site-footer ul li img {

    padding-right: 12px;

}



.site-footer ul li a:hover {

    color: #ffffff;

    transform: translateX(5px);

}



.social-link {

    gap: 16px;

}



.social-link a img {

    width: 30px;

    height: 30px;

    transition: 0.3s;

}



.social-link a img:hover {

    transform: translateY(-4px);

}



.copyright {

    margin-top: 40px;

    padding-top: 14px;

    border-top: 1px solid rgba(255, 255, 255, 1);

}



.copyright p {

    color: #ffffff;

    font-size: 14px;

    margin: 0;

    font-family: var(--primary-font);

}



.copyright a {

    color: #ffffff;

    font-weight: 600;

}



.site-footer address span i {

    margin-right: 12px;

    color: #ffffff;

    font-size: 16px;

}



.widget.faq-widget img {

    width: 30px;

}



/* *************************** Go Top ************************ */

#go-top{

    position: fixed;

    right: 30px;

    bottom: 30px;

    width: 58px;

    height: 58px;

    background: var(--brand-gradient);

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    z-index: 999;

    box-shadow: 0 10px 30px rgba(28,28,64,.35);

    transition: transform .35s ease, box-shadow .35s ease;

}



#go-top i{

    font-size: 1.4rem;

    transform: rotate(-45deg);

    transition: transform .35s ease;

}



#go-top:hover{

    transform: translateY(-8px);

    box-shadow: 0 15px 35px rgba(37,58,136,.45);

}



/* Rocket flame glow */

#go-top::before{

    content: "";

    position: absolute;

    width: 18px;

    height: 18px;

    background: rgba(255,255,255,.25);

    border-radius: 50%;

    bottom: 10px;

    left: 50%;

    transform: translateX(-50%);

    filter: blur(6px);

    opacity: 0;

    transition: .35s ease;

}



#go-top:hover::before{

    opacity: 1;

    bottom: 6px;

}



/* Rocket animation */

#go-top:hover i{

    animation: rocketLaunch .6s ease infinite alternate;

}



@keyframes rocketLaunch{

    from{

        transform: rotate(-45deg) scale(1);

    }

    to{

        transform: rotate(-45deg) scale(1.12);

    }

}



@media (max-width:768px){

    #go-top{

        width: 50px;

        height: 50px;

        right: 20px;

        bottom: 20px;

    }



    #go-top i{

        font-size: 1.2rem;

    }

}



/* ************************** post ************************** */

.post_section .col-sm-12 {

    margin-bottom: 4px;

}



@media(max-width:768px){

    .col-sm-12 h3 {

        font-size: 22px;

        padding-top: 0px;

    }



    .post-featured-image {

        border-radius: 14px;

    }



    .post-featured-image img {

        border-radius: 14px;

    }

}



section.post_section {

    padding: 100px 0;

}



/* sidebar */

.sidebar {
    position: sticky;
    height: fit-content;
}

.mywidget a {
    text-decoration: none;
    color: #fff;
}

.sidebar .widget {

    background: linear-gradient(135deg, #11112E 0%, #253A88 50%, #4A6CF7 100%);

    padding: 30px;

    border-radius: 20px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);

    padding-bottom: 10px;

}



.sidebar .widget h2 {

    font-size: 24px;

    font-weight: 600;

    color: #ffffff;

    margin-bottom: 30px;

    position: relative;

    padding-bottom: 15px;

}



.sidebar .widget h2::after {

    content: "";

    width: 100px;

    height: 3px;

    background: var(--red-gradient);

    position: absolute;

    left: 0;

    bottom: 0;

    border-radius: 50px;

}



/* Post Item */

.mywidget {

    background: rgb(255 255 255 / 24%);

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.7);

    border-radius: 20px;

    padding: 18px;

    margin-bottom: 25px;

    box-shadow: 0 15px 40px rgba(28, 28, 64, 0.08);

    transition: all 0.3s ease;

}



.mywidget:hover {

    transform: translateY(-5px);

    box-shadow: 0 20px 50px rgba(28, 28, 64, 0.12);

}



.mywidget h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
}


.mywidget h3 a {

    color: #ffffff;

    text-decoration: none;

    transition: color 0.3s ease;

    font-family: var(--primary-font);

    font-size: 18px;

}



.mywidget .post-date {

    display: flex;

    align-items: center;

    gap: 8px;

    color: #ffffff;

    font-size: 16px;

    margin: 0;

}



.mywidget .post-date i {

    color: #ffffff;

    font-size: 16px;

}



@media(max-width:991px){

    .sidebar {

        position: relative;

        top: auto;

        margin-top: 40px;

    }



    .padding {
        padding-left: 20px;
    }

}



@media(max-width:768px){



    .sidebar .widget h2 {

        font-size: 20px;

    }


/* 
    .sidebar .mywidget img {

        height: 180px;

        margin-bottom: 15px;

    } */



    .sidebar .mywidget h3 {

        font-size: 16px;

    }

}



/* ***************** responsive ******************* */



@media(max-width:568px){

    .contact-item span {

        max-width: 200px;

    }

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

.main-title {
    font-size: 24px;
}

.section-subtitle-white {
    font-size: 24px;
}

}

/* Apply Pop Up */
div#jobApplyModal {
    background: #3333339e !important;
}

.modal-backdrop.show {
    display: none !important;
}

.job-apply-modal .modal-dialog {
    max-width: 700px;
}

.job-apply-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 25px 80px rgba(0,0,0,0.25);
}

.apply-job-info {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
}

.apply-job-info h4 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #1C1C40;
}

.job-meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-meta-list li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #555;
}

.job-meta-list strong {
    color: #1C1C40;
    margin-right: 5px;
}


/* Header */

.job-apply-header {
    padding: 30px 35px;
    /* background: linear-gradient(
        135deg,
        #1C1C40 0%,
        #253A88 100%
    ); 
    border-bottom: none; */
}

.job-apply-close {
    opacity: 1 !important;
}

.job-apply-close {
    filter: brightness(0) saturate(100%) invert(12%) sepia(35%) saturate(1300%) hue-rotate(210deg) !important;
}

.job-apply-close:hover {
    opacity: 0.8;
}

.job-apply-subtitle {
    display: block;
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}


.job-apply-header .modal-title {
    color: var(--primary);
    font-size: 30px;
    font-weight: 700;
}



.job-apply-close {
    filter: brightness(0) invert(1);
    opacity: .8;
}


.job-apply-close:hover {
    opacity: 1;
}



/* Body */

.job-apply-body {
    padding: 35px;
}


.job-apply-body .form-group {
    margin-bottom: 40px;
}

.job-apply-body label {
    display: block;
    margin-bottom: 8px;
    color: #1C1C40;
    font-size: 15px;
    font-weight: 600;
}



.job-apply-body .form-control {

    height: 52px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 18px;
    font-size: 15px;

}



.job-apply-body textarea.form-control {

    height: auto;
    padding-top: 15px;

}



.job-apply-body .form-control:focus {

    border-color: #253A88;
    box-shadow: 0 0 0 3px rgba(37,58,136,.15);

}



/* Submit Button */

.job-apply-submit {

    width: 100%;
    height: 55px;

    border: none;
    border-radius: 50px;

    background: linear-gradient(
        135deg,
        #1C1C40,
        #253A88
    );

    color: #fff;

    font-size: 16px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    transition: .3s ease;

}


.job-apply-submit:hover {

    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(37,58,136,.35);

}

.application-note.alert.alert-light {
    font-size: 16px;
    line-height: 1.9;
}

.application-note.alert.alert-light a {
    text-decoration: none;
    color: var(--secondary);
}

/* ************************ Client slider *********************** */
section.our-clients {
    padding: 80px 0;
}

.our-clients-slider {
    margin-top: 30px;
}

.client-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .35s;
    overflow: hidden;

    border: none;
}

.client-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;

    background: linear-gradient(
        312deg,
        var(--secondary) 0%,
        var(--primary) 45%,
        var(--red) 80%,
        var(--deep-red) 100%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.client-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(15,120,101,.12);
}

.our-clients .heading {
    text-align: center;
    margin-bottom: 20px;
}

.client-card img {
    max-width: 200px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: .3s;
    border-radius: 10px;
}

.client-card:hover img {
    transform: scale(1.05);
}

.our-clients-slider .splide__slide {
    padding: 10px;
}

.our-clients-slider .splide__pagination {
    bottom: -35px;
}

.our-clients-slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    background: #d7e8e2;
    opacity: 1;
}

.our-clients-slider .splide__pagination__page.is-active {
    background: var(--primary-color);
    transform: scale(1.2);
}

.our-clients-slider .splide__arrow {
    background: #fff;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(15,120,101,.12);
    opacity: 1;
}

.our-clients-slider .splide__arrow svg {
    fill: var(--primary-color);
}

/* mail pop up */
.apply-action-wrapper{
    display:flex;
    align-items:center;
    gap:12px;
}


.mail-help-btn{

    width:42px;
    height:42px;

    border-radius:50%;

    border:1px solid var(--border-color);

    background:var(--primary-color);

    color:#fff;

    font-size:22px;

    cursor:pointer;

    transition:.3s;

}


.mail-help-btn:hover{

    background:var(--primary-color);

    color:#fff;

}



/* Popup */

.mail-help-popup{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    display:none;

    align-items:center;

    justify-content:center;

    z-index:9999;

}


.mail-help-popup.active{

    display:flex;

}



.mail-help-content {
    position: relative;
    background: #fff;
    max-width: 850px;
    width: 90%;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
}

.mail-help-section h5 {
    font-size: 20px;
}

.mail-help-section ol {
    margin-bottom: 40px;
}

.mail-help-content h4 {
    color: var(--dark-text);
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.5;
}


.mail-help-content p, .mail-help-content li {
    color: #566863;
    line-height: 1.9;
    font-size: 16px;
}


.mail-close-btn{

    position:absolute;

    right:15px;

    top:15px;

    border:none;

    background:none;

    font-size:24px;

    color:#666;

}


section.mission-vision-section .white-title {
    color: #fff;
}


.social-link{
    gap:16px;
}

.social-link i {
    font-size: 28px;
    color: #fff;
}


.social-link i:hover{

    color: var(--red);

}


.our-clients-slider .splide__pagination__page {
    width: 12px;
    height: 12px;
    background: transparent !important;
    border: 2px solid var(--primary);
    opacity: 1;
}

.splide__pagination__page.is-active {
    background: var(--primary) !important;
    transform: scale(1) !important;
    z-index: 1;
}
