/*=====================================
GOOGLE FONT
=====================================*/

body{
font-family:'Poppins',sans-serif;
margin:0;
padding:0;
overflow-x:hidden;
background:#fff;
color:#222;
}

/* ================================
   TOP BAR
================================ */

.top-bar{
    background:#001D3D;
    color:#fff;
    padding:11px 0;
    font-size:12px;
}

.top-bar-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
}

.top-contact{
    display:flex;
    align-items:center;
    gap:28px;
}

.top-contact span{
    display:flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
}

.top-contact i{
    color:#D4AF37;
}

.top-contact a{
    color:#fff;
    text-decoration:none;
}

.top-contact a:hover{
    color:#D4AF37;
}


/* ISO */

.top-iso{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    color:#E7C65A;
    font-weight:600;
    letter-spacing:.2px;
    white-space:nowrap;
}


/* LANGUAGE */

.top-language{
    display:flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
}

.top-language a{
    color:#fff;
    text-decoration:none;
    font-weight:500;
}

.top-language a:hover{
    color:#D4AF37;
}


/* MOBILE */

@media(max-width:991px){

    .top-bar-content{
        flex-direction:column;
        gap:8px;
    }

    .top-contact{
        justify-content:center;
        flex-wrap:wrap;
        gap:12px 20px;
    }

    .top-iso{
        order:2;
        font-size:10px;
    }

    .top-language{
        order:3;
    }

}

@media(max-width:575px){

    .top-bar{
        padding:9px 0;
    }

    .top-contact{
        flex-direction:column;
        gap:5px;
    }

    .top-iso{
        font-size:9px;
    }

}
/*=====================================
HEADER
=====================================*/

.main-header{

background:#fff;
padding:18px 0;
border-bottom:1px solid #eee;

}

.logo{

height:90px;
width:auto;

}

.main-header h1{

font-size:38px;
font-weight:700;
margin:0;
color:#002B5B;

}

.main-header p{

margin:8px 0;
font-size:18px;
color:#555;

}

.main-header span{

font-size:15px;
color:#888;

}

/*=====================================
NAVBAR
=====================================*/

.navbar{

background:#ffffff;
padding:0;
box-shadow:0 5px 20px rgba(0,0,0,.06);
position:sticky;
top:0;
z-index:9999;

}

.navbar-nav{

gap:8px;

}

.nav-link{

padding:24px 18px!important;
font-size:15px;
font-weight:600;
color:#002B5B!important;
transition:.3s;

}

.nav-link:hover{

color:#D4AF37!important;

}

.nav-link.active{

color:#D4AF37!important;

}

/*=====================================
RIGHT BUTTON
=====================================*/

.header-right{

display:flex;
align-items:center;
gap:12px;

}

.lang-btn{

padding:10px 16px;
border:1px solid #ddd;
border-radius:6px;
text-decoration:none;
font-weight:600;
color:#002B5B;

}

.lang-btn:hover{

background:#D4AF37;
color:#002B5B;

}

.apply-btn{

background:#D4AF37;
padding:12px 28px;
border-radius:8px;
text-decoration:none;
font-weight:700;
color:#002B5B;
transition:.3s;

}

.apply-btn:hover{

background:#002B5B;
color:#fff;

}
/*====================================
DROPDOWN MENU
====================================*/

.dropdown-menu{

border:none;
border-radius:12px;
padding:10px 0;
box-shadow:0 15px 35px rgba(0,0,0,.10);

}

.dropdown-item{

padding:12px 20px;
font-size:15px;
font-weight:500;
color:#002B5B;
transition:.3s;

}

.dropdown-item:hover{

background:#002B5B;
color:#fff;

}

/*====================================
NAVBAR STICKY
====================================*/

.navbar{

transition:all .35s ease;

}

.navbar.scrolled{

background:#ffffff;
box-shadow:0 10px 25px rgba(0,0,0,.08);

}

/*====================================
LOGO EFFECT
====================================*/

.logo{

transition:.4s;

}

.logo:hover{

transform:scale(1.05);

}

/*====================================
RTL SUPPORT
====================================*/

body.rtl{

direction:rtl;
font-family:'Cairo',sans-serif;

}

body.rtl .top-contact{

justify-content:flex-end;

}

body.rtl .language-switch{

text-align:left;

}

body.rtl .header-right{

flex-direction:row-reverse;

}

body.rtl .navbar-nav{

margin-right:auto!important;
margin-left:0!important;

}

/*====================================
MOBILE
====================================*/

@media(max-width:991px){

.top-bar{

display:none;

}

.main-header{

padding:20px 0;

}

.logo{

height:70px;

}

.main-header h1{

font-size:26px;
text-align:center;

}

.main-header p{

font-size:15px;
text-align:center;

}

.main-header span{

display:block;
text-align:center;

}

.header-right{

margin-top:20px;
justify-content:center;

}

.navbar-nav{

padding:15px 0;
text-align:center;

}

.nav-link{

padding:14px!important;

}

.apply-btn{

width:100%;
text-align:center;

}

}

/*====================================
SMALL DEVICES
====================================*/

@media(max-width:576px){

.logo{

height:60px;

}

.main-header h1{

font-size:22px;

}

.main-header p{

font-size:14px;

}

.main-header span{

font-size:13px;

}

.lang-btn{

padding:10px 14px;

}

}

/*====================================
FADE ANIMATION
====================================*/

.main-header,
.navbar{

animation:fadeDown .8s ease;

}

@keyframes fadeDown{

0%{

opacity:0;
transform:translateY(-25px);

}

100%{

opacity:1;
transform:translateY(0);

}

}
/*==================================================
INDEX PAGE — PART 1
HERO + INTRO
==================================================*/

/* HERO */

.hero-section{
    position:relative;
    min-height:760px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
        url("../images/home/dubai-maritime.jpg")
        center center / cover no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(0,25,55,.94) 0%,
            rgba(0,38,78,.82) 48%,
            rgba(0,38,78,.38) 100%
        );
}

.min-vh-75{
    min-height:760px;
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:760px;
    padding:80px 0;
}

.hero-badge{
    display:inline-block;
    padding:9px 20px;
    margin-bottom:24px;
    background:#D4AF37;
    color:#071E3D;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.hero-content h2{
    margin:0 0 25px;
    color:#fff;
    font-size:58px;
    line-height:1.12;
    font-weight:700;
    letter-spacing:-1px;
}

.hero-content p{
    max-width:680px;
    margin:0 0 35px;
    color:#e2e8ef;
    font-size:18px;
    line-height:1.9;
}

.hero-buttons{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.hero-buttons .btn{
    min-width:170px;
    padding:14px 28px;
    border-radius:7px;
    font-weight:600;
}

.hero-info-card{
    position:relative;
    z-index:2;
    margin-left:auto;
    max-width:420px;
    padding:38px;
    background:rgba(255,255,255,.96);
    border-radius:16px;
    box-shadow:0 25px 70px rgba(0,0,0,.25);
}

.hero-card-icon{
    width:62px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    background:#D4AF37;
    color:#002B5B;
    border-radius:50%;
    font-size:28px;
}

.hero-info-card h3{
    margin-bottom:12px;
    color:#002B5B;
    font-size:25px;
    font-weight:700;
}

.hero-info-card p{
    margin:0;
    color:#667085;
    line-height:1.8;
}

.hero-card-line{
    height:1px;
    margin:25px 0;
    background:#e5e7eb;
}

.hero-card-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
    color:#26364a;
    font-size:14px;
    font-weight:500;
}

.hero-card-item:last-child{
    margin-bottom:0;
}

.hero-card-item i{
    color:#D4AF37;
    font-size:17px;
}


/*==================================================
INTRO / ABOUT
==================================================*/

.intro-section{
    padding:110px 0;
    background:#fff;
}

.intro-image{
    position:relative;
    overflow:hidden;
    border-radius:14px;
    box-shadow:0 20px 55px rgba(0,0,0,.12);
}

.intro-image img{
    display:block;
    width:100%;
    height:500px;
    object-fit:cover;
    transition:transform .6s ease;
}

.intro-image:hover img{
    transform:scale(1.04);
}

.section-heading{
    margin-bottom:25px;
}

.section-heading > span{
    display:inline-block;
    margin-bottom:14px;
    color:#A98216;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
}

.section-heading h2{
    margin:0;
    color:#002B5B;
    font-size:42px;
    line-height:1.2;
    font-weight:700;
}

.section-heading p{
    max-width:700px;
    margin:18px auto 0;
    color:#6b7280;
    line-height:1.8;
}

.intro-section > .container > .row > .col-lg-6:last-child{
    padding-left:55px;
}

.intro-section p{
    color:#687386;
    font-size:16px;
    line-height:1.9;
}

.text-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:12px;
    color:#002B5B;
    font-weight:700;
    text-decoration:none;
}

.text-link i{
    color:#D4AF37;
    transition:transform .3s ease;
}

.text-link:hover{
    color:#D4AF37;
}

.text-link:hover i{
    transform:translateX(5px);
}


/*==================================================
GLOBAL GOLD BUTTON
==================================================*/

.btn-gold{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#D4AF37;
    border:1px solid #D4AF37;
    color:#002B5B;
    font-weight:700;
    border-radius:7px;
    padding:13px 27px;
    text-decoration:none;
    transition:all .3s ease;
}

.btn-gold:hover{
    background:#002B5B;
    border-color:#002B5B;
    color:#fff;
    transform:translateY(-2px);
}


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1199px){

    .hero-content h2{
        font-size:48px;
    }

    .intro-section > .container > .row > .col-lg-6:last-child{
        padding-left:35px;
    }

}

@media(max-width:991px){

    .hero-section{
        min-height:auto;
        padding:90px 0;
    }

    .min-vh-75{
        min-height:auto;
    }

    .hero-content{
        padding:20px 0 50px;
    }

    .hero-content h2{
        font-size:42px;
    }

    .hero-info-card{
        margin:0 auto;
    }

    .intro-section{
        padding:80px 0;
    }

    .intro-image{
        margin-bottom:45px;
    }

    .intro-section > .container > .row > .col-lg-6:last-child{
        padding-left:12px;
    }

}

@media(max-width:575px){

    .hero-section{
        padding:70px 0;
    }

    .hero-content h2{
        font-size:34px;
        line-height:1.2;
    }

    .hero-content p{
        font-size:16px;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:stretch;
    }

    .hero-buttons .btn{
        width:100%;
    }

    .hero-info-card{
        padding:28px;
    }

    .intro-section{
        padding:65px 0;
    }

    .intro-image img{
        height:330px;
    }

    .section-heading h2{
        font-size:32px;
    }

}
/*==================================================
INDEX PAGE — PART 2
NUMBERS + SERVICES + COURSES
==================================================*/


/*==================================================
NUMBERS SECTION
==================================================*/

.numbers-section{
    padding:55px 0;
    background:#F5F8FC;
}

.number-card{
    position:relative;
    height:100%;
    padding:32px 25px;
    text-align:center;
    background:#fff;
    border:1px solid #E8EDF3;
    border-radius:12px;
    box-shadow:0 10px 35px rgba(0,31,63,.06);
    transition:all .35s ease;
}

.number-card:hover{
    transform:translateY(-7px);
    border-color:#D4AF37;
    box-shadow:0 18px 45px rgba(0,31,63,.12);
}

.number-card i{
    display:block;
    margin-bottom:15px;
    color:#D4AF37;
    font-size:30px;
}

.number-card h3{
    margin:0 0 5px;
    color:#002B5B;
    font-size:34px;
    font-weight:700;
}

.number-card p{
    margin:0;
    color:#6B7280;
    font-size:14px;
    font-weight:500;
}


/*==================================================
SERVICES SECTION
==================================================*/

.services-section{
    padding:110px 0;
    background:#fff;
}

.services-section .section-heading{
    max-width:760px;
    margin:0 auto 45px;
}

.service-card{
    position:relative;
    height:100%;
    padding:38px 32px;
    background:#fff;
    border:1px solid #E7EBF0;
    border-radius:14px;
    box-shadow:0 12px 35px rgba(0,31,63,.07);
    transition:all .4s ease;
    overflow:hidden;
}

.service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#D4AF37;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .4s ease;
}

.service-card:hover{
    transform:translateY(-9px);
    background:#002B5B;
    border-color:#002B5B;
    box-shadow:0 22px 50px rgba(0,43,91,.18);
}

.service-card:hover::before{
    transform:scaleX(1);
}

.service-icon{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    background:#F5F0DD;
    color:#002B5B;
    border-radius:12px;
    font-size:28px;
    transition:all .35s ease;
}

.service-card:hover .service-icon{
    background:#D4AF37;
    color:#002B5B;
}

.service-card h3{
    margin-bottom:15px;
    color:#002B5B;
    font-size:23px;
    font-weight:700;
    transition:color .3s ease;
}

.service-card p{
    margin-bottom:22px;
    color:#6B7280;
    font-size:15px;
    line-height:1.8;
    transition:color .3s ease;
}

.service-card:hover h3,
.service-card:hover p{
    color:#fff;
}

.service-card a{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:#002B5B;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:all .3s ease;
}

.service-card a i{
    transition:transform .3s ease;
}

.service-card:hover a{
    color:#D4AF37;
}

.service-card:hover a i{
    transform:translateX(5px);
}


/*==================================================
COURSES PREVIEW
==================================================*/

.courses-preview{
    padding:110px 0;
    background:#F7F9FC;
}

.courses-preview .section-heading{
    max-width:760px;
    margin:0 auto 45px;
}

.course-preview-card{
    height:100%;
    padding:32px 24px;
    text-align:center;
    background:#fff;
    border:1px solid #E6EAF0;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,31,63,.06);
    transition:all .35s ease;
}

.course-preview-card:hover{
    transform:translateY(-8px);
    border-color:#D4AF37;
    box-shadow:0 20px 45px rgba(0,31,63,.12);
}

.course-preview-icon{
    width:68px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    background:#002B5B;
    color:#D4AF37;
    border-radius:50%;
    font-size:27px;
    transition:all .35s ease;
}

.course-preview-card:hover .course-preview-icon{
    background:#D4AF37;
    color:#002B5B;
    transform:rotateY(180deg);
}

.course-preview-card h3{
    min-height:54px;
    margin-bottom:18px;
    color:#002B5B;
    font-size:18px;
    line-height:1.5;
    font-weight:700;
}

.course-preview-card a{
    color:#A98216;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
}

.course-preview-card a:hover{
    color:#002B5B;
}


/*==================================================
SECTION HEADING
==================================================*/

.services-section .section-heading > span,
.courses-preview .section-heading > span{
    color:#A98216;
}

.services-section .section-heading p,
.courses-preview .section-heading p{
    color:#6B7280;
    line-height:1.8;
}


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

    .numbers-section{
        padding:45px 0;
    }

    .services-section,
    .courses-preview{
        padding:80px 0;
    }

}

@media(max-width:575px){

    .number-card{
        padding:27px 20px;
    }

    .number-card h3{
        font-size:30px;
    }

    .service-card{
        padding:30px 25px;
    }

    .course-preview-card{
        padding:30px 20px;
    }

}
/*==================================================
  PREMIUM UAE MARITIME FOOTER
==================================================*/

.footer-area{
    position:relative;
    overflow:hidden;
    padding:0 0 25px;
    color:#fff;
    background:
        linear-gradient(
            180deg,
            rgba(1,34,70,.97),
            rgba(0,20,43,.99)
        ),
        url("../images/footer/world-map.png") center/cover no-repeat;
    border-top:3px solid #D4AF37;
}

/*==================================================
  SUBTLE WORLD MAP
==================================================*/

.footer-area::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        url("../images/footer/world-map.png")
        center center / 70% auto
        no-repeat;
    opacity:.035;
    pointer-events:none;
}

/*==================================================
  MAIN FOOTER
==================================================*/

.footer-area .container{
    position:relative;
    z-index:2;
}

.footer-main{
    display:grid;
    grid-template-columns:1.5fr 1fr 1.2fr;
    gap:70px;
    padding:65px 0 45px;
}

/*==================================================
  BRAND
==================================================*/

.footer-brand{
    max-width:480px;
}

.footer-logo{
    width:auto;
    height:78px;
    max-width:240px;
    object-fit:contain;
    margin-bottom:22px;
}

.footer-brand h3{
    margin:0 0 14px;
    color:#fff;
    font-size:25px;
    font-weight:700;
    letter-spacing:.3px;
}

.footer-brand p{
    max-width:430px;
    margin:0;
    color:#bfc9d5;
    font-size:14px;
    line-height:1.9;
}

/*==================================================
  HEADINGS
==================================================*/

.footer-area h4{
    position:relative;
    margin:8px 0 28px;
    padding-bottom:13px;
    color:#D4AF37;
    font-size:18px;
    font-weight:700;
}

.footer-area h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:42px;
    height:2px;
    background:#D4AF37;
}

/*==================================================
  QUICK LINKS
==================================================*/

.footer-links ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    position:relative;
    color:#cbd3dc;
    font-size:14px;
    text-decoration:none;
    transition:all .3s ease;
}

.footer-links a:hover{
    color:#D4AF37;
    padding-left:7px;
}

/*==================================================
  CONTACT
==================================================*/

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:13px;
    margin-bottom:17px;
    color:#cbd3dc;
    font-size:14px;
    line-height:1.7;
}

.contact-item i{
    flex:0 0 22px;
    margin-top:3px;
    color:#D4AF37;
    font-size:17px;
}

.contact-item a{
    color:#cbd3dc;
    text-decoration:none;
    transition:.3s;
}

.contact-item a:hover{
    color:#D4AF37;
}

/*==================================================
  SOCIAL ICONS
==================================================*/

.footer-social{
    display:flex;
    gap:10px;
    margin-top:24px;
}

.footer-social a{
    width:39px;
    height:39px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(212,175,55,.35);
    border-radius:50%;
    color:#fff;
    background:rgba(255,255,255,.04);
    text-decoration:none;
    transition:all .3s ease;
}

.footer-social a:hover{
    color:#002B5B;
    background:#D4AF37;
    border-color:#D4AF37;
    transform:translateY(-4px);
}

/*==================================================
  DUBAI SKYLINE
==================================================*/

.footer-skyline{
    position:relative;
    width:100%;
    height:125px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:hidden;
    margin-top:0;
    background:
        linear-gradient(
            to bottom,
            transparent 0%,
            rgba(212,175,55,.04) 100%
        );
}

.footer-skyline::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:rgba(212,175,55,.35);
}

.footer-skyline img{
    display:block;
    width:100%;
    height:125px;
    object-fit:cover;
    object-position:center bottom;
    opacity:.85;
    filter:brightness(.75) contrast(1.1);
}

/*==================================================
  GOLD WAVE EFFECT
==================================================*/

.footer-skyline::after{
    content:"";
    position:absolute;
    left:-3%;
    bottom:-28px;
    width:106%;
    height:55px;
    background:#D4AF37;
    border-radius:50% 50% 0 0 / 100% 100% 0 0;
    opacity:.10;
}

/*==================================================
  FOOTER BOTTOM
==================================================*/

.footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    padding-top:22px;
    border-top:1px solid rgba(255,255,255,.10);
}

.footer-copy{
    color:#9eabb9;
    font-size:13px;
    line-height:1.7;
}

.footer-policy{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:9px;
    color:#718092;
    font-size:13px;
}

.footer-policy a{
    color:#b8c2cd;
    text-decoration:none;
    transition:.3s;
}

.footer-policy a:hover{
    color:#D4AF37;
}

.footer-policy span{
    color:#596777;
}

/*==================================================
  WHATSAPP
==================================================*/

.whatsapp-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    z-index:999;
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    font-size:27px;
    text-decoration:none;
    box-shadow:0 8px 25px rgba(0,0,0,.20);
    transition:all .3s ease;
}

.whatsapp-btn:hover{
    color:#fff;
    transform:translateY(-5px) scale(1.05);
}

/*==================================================
  RTL
==================================================*/

body.rtl .footer-area{
    direction:rtl;
}

body.rtl .footer-area h4::after{
    left:auto;
    right:0;
}

body.rtl .footer-links a:hover{
    padding-left:0;
    padding-right:7px;
}

body.rtl .contact-item{
    flex-direction:row;
}

body.rtl .footer-bottom{
    direction:rtl;
}

/*==================================================
  TABLET
==================================================*/

@media(max-width:991px){

    .footer-main{
        grid-template-columns:1fr 1fr;
        gap:45px;
        padding:55px 0 40px;
    }

    .footer-brand{
        grid-column:1 / -1;
        max-width:650px;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer-policy{
        justify-content:center;
    }

}

/*==================================================
  MOBILE
==================================================*/

@media(max-width:767px){

    .footer-area{
        padding-bottom:20px;
    }

    .footer-skyline{
        height:90px;
    }

    .footer-skyline img{
        height:90px;
    }

    .footer-main{
        grid-template-columns:1fr;
        gap:35px;
        padding:45px 0 35px;
    }

    .footer-brand{
        grid-column:auto;
        text-align:center;
        max-width:100%;
    }

    .footer-logo{
        height:65px;
    }

    .footer-brand h3{
        font-size:21px;
    }

    .footer-brand p{
        max-width:100%;
    }

    .footer-area h4{
        text-align:center;
    }

    .footer-area h4::after{
        left:50%;
        transform:translateX(-50%);
    }

    .footer-links{
        text-align:center;
    }

    .footer-contact{
        text-align:center;
    }

    .contact-item{
        justify-content:center;
    }

    .footer-social{
        justify-content:center;
    }

    .footer-bottom{
        gap:15px;
    }

    .footer-policy{
        font-size:12px;
    }

    .whatsapp-btn{
        right:18px;
        bottom:18px;
        width:50px;
        height:50px;
        font-size:24px;
    }

}

/*==================================================
  SMALL MOBILE
==================================================*/

@media(max-width:480px){

    .footer-skyline{
        height:70px;
    }

    .footer-skyline img{
        height:70px;
    }

    .footer-brand h3{
        font-size:18px;
    }

    .footer-policy{
        gap:6px;
    }

    .footer-policy span{
        display:none;
    }

}
/*==================================================
  FLAG STATES PAGE
==================================================*/

/*--------------------------------------------------
  INNER HERO
--------------------------------------------------*/

.inner-page-hero{
    position:relative;
    min-height:430px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
        url("../images/home/dubai-maritime.jpg")
        center center / cover no-repeat;
}

.inner-hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(0,28,59,.94),
            rgba(0,43,91,.72),
            rgba(0,28,59,.40)
        );
}

.inner-hero-content{
    position:relative;
    z-index:2;
    max-width:780px;
    padding:70px 0;
}

.inner-hero-content > span{
    display:inline-block;
    margin-bottom:18px;
    padding:8px 18px;
    border-radius:30px;
    background:#D4AF37;
    color:#002B5B;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.2px;
}

.inner-hero-content h1{
    margin:0 0 18px;
    color:#fff;
    font-size:54px;
    line-height:1.15;
    font-weight:700;
}

.inner-hero-content p{
    max-width:680px;
    margin:0;
    color:#e0e7ef;
    font-size:17px;
    line-height:1.8;
}


/*--------------------------------------------------
  INTRO
--------------------------------------------------*/

.flag-intro{
    padding:95px 0 55px;
    background:#fff;
}

.flag-intro .section-heading{
    max-width:850px;
    margin:0 auto;
}

.flag-intro .section-heading p{
    max-width:760px;
}


/*--------------------------------------------------
  FLAG CARDS
--------------------------------------------------*/

.flag-states-section{
    padding:55px 0 110px;
    background:#F7F9FC;
}

.flag-state-card{
    position:relative;
    height:100%;
    min-height:310px;
    padding:38px 32px 32px;
    background:#fff;
    border:1px solid #E5EAF0;
    border-radius:15px;
    box-shadow:0 12px 35px rgba(0,35,70,.06);
    overflow:hidden;
    transition:all .4s ease;
}

.flag-state-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#D4AF37;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .4s ease;
}

.flag-state-card:hover{
    transform:translateY(-9px);
    background:#002B5B;
    border-color:#002B5B;
    box-shadow:0 22px 50px rgba(0,43,91,.18);
}

.flag-state-card:hover::before{
    transform:scaleX(1);
}

.flag-state-number{
    position:absolute;
    top:20px;
    right:25px;
    color:#D4AF37;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.flag-state-icon{
    width:66px;
    height:66px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    border-radius:12px;
    background:#F6F1DF;
    color:#002B5B;
    font-size:28px;
    transition:all .35s ease;
}

.flag-state-card:hover .flag-state-icon{
    background:#D4AF37;
    color:#002B5B;
}

.flag-state-card h3{
    margin:0 0 13px;
    color:#002B5B;
    font-size:24px;
    font-weight:700;
    transition:color .3s ease;
}

.flag-state-card p{
    min-height:58px;
    margin:0 0 22px;
    color:#687386;
    font-size:14px;
    line-height:1.8;
    transition:color .3s ease;
}

.flag-state-card:hover h3{
    color:#fff;
}

.flag-state-card:hover p{
    color:#d8e0e9;
}

.flag-state-card a{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:#A98216;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:all .3s ease;
}

.flag-state-card a i{
    transition:transform .3s ease;
}

.flag-state-card:hover a{
    color:#D4AF37;
}

.flag-state-card:hover a i{
    transform:translateX(5px);
}


/*--------------------------------------------------
  ADDITIONAL SERVICES CARD
--------------------------------------------------*/

.flag-state-more{
    background:#002B5B;
    border-color:#002B5B;
}

.flag-state-more .flag-state-icon{
    background:#D4AF37;
    color:#002B5B;
}

.flag-state-more h3{
    color:#fff;
}

.flag-state-more p{
    color:#d8e0e9;
}

.flag-state-more a{
    color:#D4AF37;
}


/*--------------------------------------------------
  CTA
--------------------------------------------------*/

.flag-cta{
    padding:85px 0;
    color:#fff;
    background:
        linear-gradient(
            120deg,
            #002B5B,
            #064C88
        );
}

.flag-cta > .container{
    position:relative;
}

.flag-cta span{
    display:inline-block;
    margin-bottom:12px;
    color:#D4AF37;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.4px;
}

.flag-cta h2{
    margin:0 0 15px;
    color:#fff;
    font-size:40px;
    line-height:1.25;
    font-weight:700;
}

.flag-cta p{
    max-width:700px;
    margin:0;
    color:#d9e2ec;
    font-size:16px;
    line-height:1.8;
}

.flag-cta .btn{
    min-width:175px;
}


/*--------------------------------------------------
  RTL
--------------------------------------------------*/

body.rtl .flag-state-number{
    right:auto;
    left:25px;
}

body.rtl .flag-state-card::before{
    transform-origin:right;
}

body.rtl .flag-state-card a:hover i{
    transform:translateX(-5px);
}

body.rtl .inner-hero-content{
    text-align:right;
}


/*--------------------------------------------------
  TABLET
--------------------------------------------------*/

@media(max-width:991px){

    .inner-page-hero{
        min-height:380px;
    }

    .inner-hero-content{
        padding:60px 0;
    }

    .inner-hero-content h1{
        font-size:44px;
    }

    .flag-intro{
        padding:75px 0 40px;
    }

    .flag-states-section{
        padding:40px 0 80px;
    }

    .flag-cta{
        padding:70px 0;
    }

    .flag-cta .text-lg-end{
        margin-top:30px;
        text-align:left !important;
    }

}


/*--------------------------------------------------
  MOBILE
--------------------------------------------------*/

@media(max-width:575px){

    .inner-page-hero{
        min-height:340px;
    }

    .inner-hero-content{
        padding:50px 0;
    }

    .inner-hero-content h1{
        font-size:34px;
    }

    .inner-hero-content p{
        font-size:15px;
    }

    .flag-intro{
        padding:60px 0 30px;
    }

    .flag-states-section{
        padding:30px 0 65px;
    }

    .flag-state-card{
        min-height:280px;
        padding:32px 25px 28px;
    }

    .flag-cta{
        padding:60px 0;
    }

    .flag-cta h2{
        font-size:30px;
    }

    .flag-cta .text-lg-end{
        text-align:center !important;
    }

}
/*==================================================
  COURSES PAGE
==================================================*/

/* HERO */

.courses-hero{
    background:
        url("../images/home/dubai-maritime.jpg")
        center center / cover no-repeat;
}


/* INTRO */

.courses-intro{
    padding:90px 0 45px;
    background:#fff;
}

.courses-intro .section-heading{
    max-width:820px;
    margin:0 auto;
}


/* COURSE LIST */

.courses-list-section{
    padding:50px 0 110px;
    background:#F7F9FC;
}


/* COURSE CARD */

.course-card{
    position:relative;
    height:100%;
    padding:35px 30px 30px;
    background:#fff;
    border:1px solid #E5EAF0;
    border-radius:15px;
    box-shadow:0 10px 32px rgba(0,35,70,.06);
    overflow:hidden;
    transition:all .4s ease;
}

.course-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#D4AF37;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .4s ease;
}

.course-card:hover{
    transform:translateY(-9px);
    background:#002B5B;
    border-color:#002B5B;
    box-shadow:0 22px 50px rgba(0,43,91,.18);
}

.course-card:hover::before{
    transform:scaleX(1);
}


/* ICON */

.course-icon{
    width:68px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    background:#F5F0DD;
    color:#002B5B;
    border-radius:13px;
    font-size:28px;
    transition:all .35s ease;
}

.course-card:hover .course-icon{
    background:#D4AF37;
    color:#002B5B;
}


/* TITLE */

.course-card h3{
    min-height:58px;
    margin:0 0 14px;
    color:#002B5B;
    font-size:21px;
    line-height:1.45;
    font-weight:700;
    transition:color .3s ease;
}

.course-card:hover h3{
    color:#fff;
}


/* DESCRIPTION */

.course-card p{
    min-height:82px;
    margin:0 0 22px;
    color:#687386;
    font-size:14px;
    line-height:1.8;
    transition:color .3s ease;
}

.course-card:hover p{
    color:#D9E2EC;
}


/* LINK */

.course-card a{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:#A98216;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:all .3s ease;
}

.course-card a i{
    transition:transform .3s ease;
}

.course-card a:hover{
    color:#D4AF37;
}

.course-card a:hover i{
    transform:translateX(5px);
}

.course-card:hover a{
    color:#D4AF37;
}


/* CTA */

.courses-cta{
    padding:85px 0;
    color:#fff;
    background:
        linear-gradient(
            120deg,
            #002B5B,
            #064C88
        );
}

.courses-cta span{
    display:inline-block;
    margin-bottom:12px;
    color:#D4AF37;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.4px;
}

.courses-cta h2{
    margin:0 0 15px;
    color:#fff;
    font-size:40px;
    line-height:1.25;
    font-weight:700;
}

.courses-cta p{
    max-width:700px;
    margin:0;
    color:#D9E2EC;
    font-size:16px;
    line-height:1.8;
}


/* RTL */

body.rtl .course-card::before{
    transform-origin:right;
}

body.rtl .course-card a:hover i{
    transform:translateX(-5px);
}


/* TABLET */

@media(max-width:991px){

    .courses-intro{
        padding:75px 0 35px;
    }

    .courses-list-section{
        padding:40px 0 80px;
    }

    .courses-cta{
        padding:70px 0;
    }

    .courses-cta .text-lg-end{
        margin-top:30px;
        text-align:left !important;
    }

}


/* MOBILE */

@media(max-width:575px){

    .courses-intro{
        padding:60px 0 30px;
    }

    .courses-list-section{
        padding:30px 0 65px;
    }

    .course-card{
        padding:30px 25px;
    }

    .course-card h3{
        min-height:auto;
        font-size:20px;
    }

    .course-card p{
        min-height:auto;
    }

    .courses-cta{
        padding:60px 0;
    }

    .courses-cta h2{
        font-size:30px;
    }

    .courses-cta .text-lg-end{
        text-align:center !important;
    }

}
/* ==================================================
   CERTIFICATE VERIFICATION PAGE
================================================== */

/* --------------------------------------------------
   HERO
-------------------------------------------------- */

.verification-hero{
    background:
        url("../images/home/dubai-maritime.jpg")
        center center / cover no-repeat;
}


/* --------------------------------------------------
   MAIN VERIFICATION SECTION
-------------------------------------------------- */

.verification-page{
    padding:100px 0;
    background:#F7F9FC;
}

.verification-card{
    position:relative;
    padding:50px;
    background:#fff;
    border:1px solid #E5EAF0;
    border-radius:18px;
    box-shadow:0 18px 55px rgba(0,35,70,.09);
}

.verification-icon{
    width:76px;
    height:76px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    background:#F5F0DD;
    color:#002B5B;
    border-radius:50%;
    font-size:34px;
}

.verification-card .section-heading{
    max-width:650px;
    margin:0 auto 35px;
}

.verification-card .section-heading h2{
    font-size:38px;
}


/* --------------------------------------------------
   FORM
-------------------------------------------------- */

.verification-form{
    max-width:650px;
    margin:0 auto;
}

.verification-form label{
    display:block;
    margin-bottom:10px;
    color:#002B5B;
    font-size:14px;
    font-weight:600;
}

.verification-input{
    position:relative;
    margin-bottom:20px;
}

.verification-input i{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    color:#A98216;
    font-size:18px;
    z-index:2;
}

.verification-input input{
    width:100%;
    height:58px;
    padding:0 20px 0 50px;
    border:1px solid #DCE2E8;
    border-radius:8px;
    outline:none;
    color:#002B5B;
    background:#fff;
    font-size:15px;
    transition:.3s;
}

.verification-input input:focus{
    border-color:#D4AF37;
    box-shadow:0 0 0 3px rgba(212,175,55,.12);
}

.verification-form .btn{
    width:100%;
    min-height:56px;
    border:none;
    cursor:pointer;
}


/* --------------------------------------------------
   VERIFICATION RESULT
-------------------------------------------------- */

.verification-result{
    max-width:650px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin:35px auto 0;
    padding:22px;
    background:#F5F8FC;
    border:1px solid #E1E7EE;
    border-left:4px solid #D4AF37;
    border-radius:10px;
}

.result-icon{
    flex:0 0 45px;
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#002B5B;
    color:#D4AF37;
    border-radius:50%;
    font-size:19px;
}

.verification-result h3{
    margin:0 0 7px;
    color:#002B5B;
    font-size:18px;
    font-weight:700;
}

.verification-result p{
    margin:0 0 5px;
    color:#5F6B7A;
    font-size:14px;
}

.verification-result strong{
    color:#002B5B;
}

.verification-result small{
    color:#7A8593;
    line-height:1.6;
}


/* --------------------------------------------------
   HOW IT WORKS
-------------------------------------------------- */

.verification-steps{
    padding:100px 0;
    background:#fff;
}

.verification-step{
    position:relative;
    height:100%;
    padding:35px 30px;
    text-align:center;
    background:#fff;
    border:1px solid #E5EAF0;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,35,70,.05);
    transition:all .35s ease;
}

.verification-step:hover{
    transform:translateY(-8px);
    border-color:#D4AF37;
    box-shadow:0 20px 45px rgba(0,35,70,.10);
}

.step-number{
    position:absolute;
    top:18px;
    right:20px;
    color:#D4AF37;
    font-size:13px;
    font-weight:700;
}

.verification-step > i{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:5px auto 22px;
    background:#002B5B;
    color:#D4AF37;
    border-radius:50%;
    font-size:27px;
}

.verification-step h3{
    margin-bottom:12px;
    color:#002B5B;
    font-size:21px;
    font-weight:700;
}

.verification-step p{
    margin:0;
    color:#6B7280;
    font-size:14px;
    line-height:1.8;
}


/* --------------------------------------------------
   CTA
-------------------------------------------------- */

.verification-cta{
    padding:85px 0;
    color:#fff;
    background:linear-gradient(
        120deg,
        #002B5B,
        #064C88
    );
}

.verification-cta span{
    display:inline-block;
    margin-bottom:12px;
    color:#D4AF37;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.4px;
}

.verification-cta h2{
    margin:0 0 15px;
    color:#fff;
    font-size:40px;
    font-weight:700;
}

.verification-cta p{
    max-width:700px;
    margin:0;
    color:#D9E2EC;
    font-size:16px;
    line-height:1.8;
}

.verification-cta .btn{
    min-width:170px;
    padding:14px 28px;
    font-weight:700;
    border-radius:7px;
}


/* --------------------------------------------------
   RTL
-------------------------------------------------- */

body.rtl .verification-input i{
    left:auto;
    right:18px;
}

body.rtl .verification-input input{
    padding-left:20px;
    padding-right:50px;
}

body.rtl .verification-result{
    border-left:none;
    border-right:4px solid #D4AF37;
}

body.rtl .step-number{
    right:auto;
    left:20px;
}


/* --------------------------------------------------
   TABLET
-------------------------------------------------- */

@media(max-width:991px){

    .verification-page{
        padding:75px 0;
    }

    .verification-card{
        padding:40px 30px;
    }

    .verification-steps{
        padding:75px 0;
    }

    .verification-cta{
        padding:70px 0;
    }

    .verification-cta .text-lg-end{
        margin-top:30px;
        text-align:left !important;
    }

}


/* --------------------------------------------------
   MOBILE
-------------------------------------------------- */

@media(max-width:575px){

    .verification-page{
        padding:60px 0;
    }

    .verification-card{
        padding:35px 20px;
        border-radius:13px;
    }

    .verification-icon{
        width:65px;
        height:65px;
        font-size:28px;
    }

    .verification-card .section-heading h2{
        font-size:30px;
    }

    .verification-input input{
        height:54px;
    }

    .verification-result{
        padding:18px;
        gap:12px;
    }

    .verification-steps{
        padding:60px 0;
    }

    .verification-cta{
        padding:60px 0;
    }

    .verification-cta h2{
        font-size:30px;
    }

    .verification-cta .text-lg-end{
        text-align:center !important;
    }

}

/* ==================================================
   CONTACT PAGE
================================================== */

/* HERO */

.contact-hero{
    background:
        url("../images/home/dubai-maritime.jpg")
        center center / cover no-repeat;
}


/* CONTACT MAIN */

.contact-page{
    padding:100px 0;
    background:#F7F9FC;
}


/* CONTACT INFORMATION */

.contact-info-card{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:22px 0;
    border-bottom:1px solid #E2E7ED;
}

.contact-info-card:last-of-type{
    border-bottom:none;
}

.contact-info-icon{
    flex:0 0 52px;
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#F5F0DD;
    color:#002B5B;
    border-radius:10px;
    font-size:21px;
}

.contact-info-card h3{
    margin:0 0 6px;
    color:#002B5B;
    font-size:17px;
    font-weight:700;
}

.contact-info-card p{
    margin:0;
    color:#697586;
    font-size:14px;
    line-height:1.8;
}

.contact-info-card a{
    color:#697586;
    font-size:14px;
    text-decoration:none;
    transition:.3s;
}

.contact-info-card a:hover{
    color:#A98216;
}


/* SOCIAL */

.contact-social{
    display:flex;
    gap:10px;
    margin-top:25px;
}

.contact-social a{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#002B5B;
    color:#fff;
    border-radius:50%;
    text-decoration:none;
    transition:.3s;
}

.contact-social a:hover{
    background:#D4AF37;
    color:#002B5B;
    transform:translateY(-4px);
}


/* FORM CARD */

.contact-form-card{
    padding:45px;
    background:#fff;
    border:1px solid #E4E9EF;
    border-radius:16px;
    box-shadow:0 18px 50px rgba(0,35,70,.08);
}

.contact-form-card .section-heading{
    margin-bottom:30px;
}

.contact-form-card .section-heading h2{
    font-size:36px;
}


/* FORM */

.contact-form label{
    display:block;
    margin-bottom:9px;
    color:#002B5B;
    font-size:14px;
    font-weight:600;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
    width:100%;
    border:1px solid #DCE2E8;
    border-radius:8px;
    outline:none;
    background:#fff;
    color:#26364A;
    font-family:inherit;
    font-size:14px;
    transition:.3s;
}

.contact-form input,
.contact-form select{
    height:54px;
    padding:0 16px;
}

.contact-form textarea{
    min-height:150px;
    padding:15px 16px;
    resize:vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
    border-color:#D4AF37;
    box-shadow:0 0 0 3px rgba(212,175,55,.12);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color:#9AA4B2;
}

.contact-form .btn{
    min-width:180px;
    min-height:52px;
}


/* LOCATION */

.contact-location{
    padding:90px 0;
    background:#fff;
}

.location-box{
    position:relative;
    min-height:360px;
    margin-top:35px;
    overflow:hidden;
    border-radius:16px;
    background:
        linear-gradient(
            135deg,
            #002B5B,
            #064C88
        );
    box-shadow:0 18px 50px rgba(0,35,70,.12);
}

.location-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        url("../images/footer/world-map.png")
        center / 70% auto
        no-repeat;
    opacity:.06;
}

.location-placeholder{
    position:relative;
    z-index:2;
    min-height:360px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:40px;
    text-align:center;
}

.location-placeholder > i{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    background:#D4AF37;
    color:#002B5B;
    border-radius:50%;
    font-size:30px;
}

.location-placeholder h3{
    margin:0 0 10px;
    color:#fff;
    font-size:27px;
    font-weight:700;
}

.location-placeholder p{
    max-width:550px;
    margin:0 0 22px;
    color:#D9E2EC;
    font-size:15px;
    line-height:1.8;
}


/* CTA */

.contact-cta{
    padding:85px 0;
    color:#fff;
    background:
        linear-gradient(
            120deg,
            #002B5B,
            #064C88
        );
}

.contact-cta span{
    display:inline-block;
    margin-bottom:12px;
    color:#D4AF37;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.4px;
}

.contact-cta h2{
    margin:0 0 14px;
    color:#fff;
    font-size:40px;
    line-height:1.25;
    font-weight:700;
}

.contact-cta p{
    max-width:700px;
    margin:0;
    color:#D9E2EC;
    font-size:16px;
    line-height:1.8;
}

.contact-cta .btn{
    padding:14px 25px;
    font-weight:700;
    border-radius:7px;
}


/* RTL */

body.rtl .contact-page{
    direction:rtl;
}

body.rtl .contact-info-card{
    text-align:right;
}

body.rtl .contact-social{
    justify-content:flex-start;
}

body.rtl .contact-cta{
    direction:rtl;
}


/* TABLET */

@media(max-width:991px){

    .contact-page{
        padding:75px 0;
    }

    .contact-form-card{
        padding:35px;
    }

    .contact-location{
        padding:75px 0;
    }

    .contact-cta{
        padding:70px 0;
    }

    .contact-cta .text-lg-end{
        margin-top:30px;
        text-align:left !important;
    }

}


/* MOBILE */

@media(max-width:575px){

    .contact-page{
        padding:60px 0;
    }

    .contact-form-card{
        padding:28px 20px;
        border-radius:12px;
    }

    .contact-form-card .section-heading h2{
        font-size:30px;
    }

    .contact-info-card{
        padding:18px 0;
    }

    .contact-info-icon{
        flex:0 0 45px;
        width:45px;
        height:45px;
    }

    .contact-location{
        padding:60px 0;
    }

    .location-box,
    .location-placeholder{
        min-height:330px;
    }

    .location-placeholder{
        padding:25px;
    }

    .location-placeholder h3{
        font-size:24px;
    }

    .contact-cta{
        padding:60px 0;
    }

    .contact-cta h2{
        font-size:30px;
    }

    .contact-cta .text-lg-end{
        text-align:center !important;
    }

}
/* ==================================================
   ABOUT PAGE
================================================== */

/* --------------------------------------------------
   HERO
-------------------------------------------------- */

.about-hero{
    background:
        url("../images/home/dubai-maritime.jpg")
        center center / cover no-repeat;
}


/* --------------------------------------------------
   STORY SECTION
-------------------------------------------------- */

.about-story{
    padding:110px 0;
    background:#fff;
}

.about-image{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    box-shadow:0 20px 55px rgba(0,35,70,.12);
}

.about-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(0,43,91,.08),
        transparent
    );
    pointer-events:none;
}

.about-image img{
    display:block;
    width:100%;
    height:540px;
    object-fit:cover;
    transition:transform .6s ease;
}

.about-image:hover img{
    transform:scale(1.04);
}

.about-story .section-heading{
    margin-bottom:25px;
}

.about-story p{
    color:#687386;
    font-size:15px;
    line-height:1.9;
}

.about-established{
    display:inline-flex;
    align-items:center;
    gap:18px;
    margin-top:18px;
    padding:14px 22px;
    background:#F7F4E8;
    border-left:4px solid #D4AF37;
    border-radius:7px;
}

.about-established strong{
    color:#002B5B;
    font-size:30px;
    font-weight:800;
}

.about-established span{
    color:#687386;
    font-size:13px;
    font-weight:600;
}


/* --------------------------------------------------
   PURPOSE / MISSION / VISION
-------------------------------------------------- */

.about-purpose{
    padding:105px 0;
    background:#F7F9FC;
}

.about-purpose .section-heading{
    max-width:800px;
    margin:0 auto 45px;
}

.purpose-card{
    height:100%;
    display:flex;
    gap:25px;
    padding:38px;
    background:#fff;
    border:1px solid #E4E9EF;
    border-radius:15px;
    box-shadow:0 10px 32px rgba(0,35,70,.06);
    transition:all .35s ease;
}

.purpose-card:hover{
    transform:translateY(-7px);
    border-color:#D4AF37;
    box-shadow:0 20px 45px rgba(0,35,70,.10);
}

.purpose-icon{
    flex:0 0 64px;
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#002B5B;
    color:#D4AF37;
    border-radius:12px;
    font-size:27px;
}

.purpose-card h3{
    margin:0 0 12px;
    color:#002B5B;
    font-size:23px;
    font-weight:700;
}

.purpose-card p{
    margin:0;
    color:#687386;
    font-size:14px;
    line-height:1.85;
}


/* --------------------------------------------------
   DIGITAL LEARNING
-------------------------------------------------- */

.digital-learning{
    padding:110px 0;
    background:#fff;
}

.digital-learning .section-heading{
    margin-bottom:22px;
}

.digital-learning > .container > .row > .col-lg-6:first-child > p{
    color:#687386;
    font-size:15px;
    line-height:1.9;
}

.digital-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:28px;
}

.digital-feature{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px 16px;
    background:#F7F9FC;
    border:1px solid #E7EBF0;
    border-radius:9px;
    color:#002B5B;
    font-size:13px;
    font-weight:600;
    transition:all .3s ease;
}

.digital-feature:hover{
    background:#002B5B;
    border-color:#002B5B;
    color:#fff;
    transform:translateY(-3px);
}

.digital-feature i{
    color:#D4AF37;
    font-size:20px;
}

.digital-image{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    box-shadow:0 20px 55px rgba(0,35,70,.12);
}

.digital-image img{
    display:block;
    width:100%;
    height:480px;
    object-fit:cover;
    transition:transform .6s ease;
}

.digital-image:hover img{
    transform:scale(1.04);
}

.digital-image-badge{
    position:absolute;
    left:25px;
    bottom:25px;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 20px;
    background:rgba(0,43,91,.94);
    color:#fff;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.digital-image-badge > i{
    color:#D4AF37;
    font-size:25px;
}

.digital-image-badge strong{
    display:block;
    color:#fff;
    font-size:16px;
}

.digital-image-badge span{
    display:block;
    margin-top:2px;
    color:#c8d2dd;
    font-size:12px;
}


/* --------------------------------------------------
   VALUES
-------------------------------------------------- */

.about-values{
    padding:105px 0;
    background:#F7F9FC;
}

.about-values .section-heading{
    margin-bottom:45px;
}

.value-card{
    height:100%;
    padding:35px 25px;
    text-align:center;
    background:#fff;
    border:1px solid #E4E9EF;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,35,70,.05);
    transition:all .35s ease;
}

.value-card:hover{
    transform:translateY(-8px);
    background:#002B5B;
    border-color:#002B5B;
    box-shadow:0 20px 45px rgba(0,43,91,.16);
}

.value-card > i{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    background:#F5F0DD;
    color:#002B5B;
    border-radius:50%;
    font-size:27px;
    transition:all .35s ease;
}

.value-card:hover > i{
    background:#D4AF37;
}

.value-card h3{
    margin:0 0 12px;
    color:#002B5B;
    font-size:20px;
    font-weight:700;
    transition:.3s;
}

.value-card p{
    margin:0;
    color:#687386;
    font-size:13px;
    line-height:1.8;
    transition:.3s;
}

.value-card:hover h3{
    color:#fff;
}

.value-card:hover p{
    color:#D9E2EC;
}


/* --------------------------------------------------
   GLOBAL REACH
-------------------------------------------------- */

.about-global{
    position:relative;
    padding:85px 0;
    overflow:hidden;
    color:#fff;
    background:
        linear-gradient(
            120deg,
            #002B5B,
            #064C88
        );
}

.about-global::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        url("../images/footer/world-map.png")
        center / 70% auto
        no-repeat;
    opacity:.045;
}

.about-global .container{
    position:relative;
    z-index:2;
}

.about-global span{
    display:inline-block;
    margin-bottom:12px;
    color:#D4AF37;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
}

.about-global h2{
    max-width:800px;
    margin:0 0 15px;
    color:#fff;
    font-size:40px;
    line-height:1.25;
    font-weight:700;
}

.about-global p{
    max-width:780px;
    margin:0;
    color:#D8E1EA;
    font-size:15px;
    line-height:1.85;
}

.about-global .btn{
    min-width:180px;
}


/* --------------------------------------------------
   FINAL CTA
-------------------------------------------------- */

.about-cta{
    padding:85px 0;
    background:#fff;
}

.about-cta span{
    display:inline-block;
    margin-bottom:12px;
    color:#A98216;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
}

.about-cta h2{
    margin:0 0 14px;
    color:#002B5B;
    font-size:40px;
    line-height:1.25;
    font-weight:700;
}

.about-cta p{
    max-width:700px;
    margin:0;
    color:#687386;
    font-size:15px;
    line-height:1.8;
}

.about-cta .btn{
    min-width:170px;
    padding:14px 28px;
}


/* --------------------------------------------------
   RTL
-------------------------------------------------- */

body.rtl .about-story,
body.rtl .about-purpose,
body.rtl .digital-learning,
body.rtl .about-values,
body.rtl .about-global,
body.rtl .about-cta{
    direction:rtl;
}

body.rtl .about-established{
    border-left:none;
    border-right:4px solid #D4AF37;
}

body.rtl .digital-image-badge{
    left:auto;
    right:25px;
}

body.rtl .about-global .text-lg-end,
body.rtl .about-cta .text-lg-end{
    text-align:left !important;
}


/* --------------------------------------------------
   TABLET
-------------------------------------------------- */

@media(max-width:991px){

    .about-story{
        padding:80px 0;
    }

    .about-image{
        margin-bottom:20px;
    }

    .about-image img{
        height:450px;
    }

    .about-purpose,
    .digital-learning,
    .about-values{
        padding:80px 0;
    }

    .digital-image{
        margin-top:20px;
    }

    .about-global,
    .about-cta{
        padding:70px 0;
    }

    .about-global .text-lg-end,
    .about-cta .text-lg-end{
        margin-top:30px;
        text-align:left !important;
    }

}


/* --------------------------------------------------
   MOBILE
-------------------------------------------------- */

@media(max-width:575px){

    .about-story{
        padding:60px 0;
    }

    .about-image img{
        height:330px;
    }

    .about-established{
        width:100%;
        justify-content:center;
    }

    .about-purpose,
    .digital-learning,
    .about-values{
        padding:60px 0;
    }

    .purpose-card{
        display:block;
        padding:28px 23px;
    }

    .purpose-icon{
        margin-bottom:20px;
    }

    .digital-features{
        grid-template-columns:1fr;
    }

    .digital-image{
        margin-top:15px;
    }

    .digital-image img{
        height:350px;
    }

    .digital-image-badge{
        left:15px;
        bottom:15px;
        padding:13px 15px;
    }

    .about-global,
    .about-cta{
        padding:60px 0;
    }

    .about-global h2,
    .about-cta h2{
        font-size:30px;
    }

    .about-global .text-lg-end,
    .about-cta .text-lg-end{
        text-align:center !important;
    }

}
.inner-page-hero{
    min-height:430px;

    background:
        url("../images/home/dubai-maritime.jpg")
        center center / cover no-repeat;
}
.about-hero{
    background:
        url("../images/home/dubai-smart-city.jpg")
        center center / cover no-repeat;
}


/* =====================================================
   OUR TEAM PAGE
===================================================== */


/* -----------------------------------------------------
   TEAM HERO
----------------------------------------------------- */

.team-hero{
    min-height:430px;

    background:
        linear-gradient(
            rgba(0,35,70,.72),
            rgba(0,35,70,.82)
        ),
        url("../images/home/dubai-maritime.jpg")
        center center / cover no-repeat;
}


/* -----------------------------------------------------
   TEAM INTRO
----------------------------------------------------- */

.team-intro{
    padding:90px 0 45px;
    background:#fff;
}

.team-intro .section-heading{
    max-width:820px;
    margin:0 auto;
}

.team-intro .section-heading p{
    max-width:700px;
    margin:18px auto 0;
    color:#687386;
    font-size:15px;
    line-height:1.85;
}


/* -----------------------------------------------------
   TEAM SECTION
----------------------------------------------------- */

.team-section{
    padding:45px 0 105px;
    background:#fff;
}

.team-card{
    height:100%;
    overflow:hidden;
    background:#fff;
    border:1px solid #E2E8EF;
    border-radius:15px;
    box-shadow:0 12px 35px rgba(0,35,70,.07);
    transition:all .35s ease;
}

.team-card:hover{
    transform:translateY(-8px);
    border-color:#D4AF37;
    box-shadow:0 22px 50px rgba(0,35,70,.13);
}


/* -----------------------------------------------------
   TEAM PHOTO / AVATAR
----------------------------------------------------- */

.team-photo{
    height:245px;
    display:flex;
    align-items:center;
    justify-content:center;

    background:
        linear-gradient(
            135deg,
            #002B5B,
            #064C88
        );
}

.team-avatar{
    width:105px;
    height:105px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#D4AF37;
    color:#002B5B;

    border:6px solid rgba(255,255,255,.22);
    border-radius:50%;

    font-size:45px;

    box-shadow:0 12px 30px rgba(0,0,0,.18);
}


/* -----------------------------------------------------
   TEAM CONTENT
----------------------------------------------------- */

.team-content{
    padding:27px 25px 30px;
}

.team-content > span{
    display:inline-block;
    margin-bottom:8px;

    color:#A98216;

    font-size:11px;
    font-weight:700;
    letter-spacing:1.2px;
}

.team-content h3{
    margin:0 0 5px;

    color:#002B5B;

    font-size:21px;
    font-weight:700;
}

.team-role{
    margin:0 0 13px;

    color:#D4AF37 !important;

    font-size:13px !important;
    font-weight:600;
}

.team-content > p:last-child{
    margin:0;

    color:#687386;

    font-size:13px;
    line-height:1.8;
}


/* -----------------------------------------------------
   DEPARTMENTS
----------------------------------------------------- */

.departments-section{
    padding:105px 0;
    background:#F7F9FC;
}

.departments-section .section-heading{
    max-width:800px;
    margin:0 auto 45px;
}

.department-card{
    height:100%;
    padding:35px 28px;

    background:#fff;

    border:1px solid #E2E8EF;
    border-radius:14px;

    box-shadow:0 8px 28px rgba(0,35,70,.05);

    transition:all .35s ease;
}

.department-card:hover{
    transform:translateY(-7px);

    background:#002B5B;
    border-color:#002B5B;

    box-shadow:0 20px 45px rgba(0,35,70,.14);
}

.department-card > i{
    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:20px;

    background:#F5F0DD;
    color:#002B5B;

    border-radius:10px;

    font-size:25px;

    transition:.35s;
}

.department-card:hover > i{
    background:#D4AF37;
}

.department-card h3{
    margin:0 0 10px;

    color:#002B5B;

    font-size:20px;
    font-weight:700;

    transition:.35s;
}

.department-card p{
    margin:0;

    color:#687386;

    font-size:13px;
    line-height:1.8;

    transition:.35s;
}

.department-card:hover h3{
    color:#fff;
}

.department-card:hover p{
    color:#D9E2EC;
}


/* -----------------------------------------------------
   PROFESSIONAL TEAM SECTION
----------------------------------------------------- */

.team-professional{
    padding:105px 0;

    background:
        linear-gradient(
            120deg,
            #002B5B,
            #063F70
        );

    color:#fff;
}

.team-label{
    display:inline-block;

    margin-bottom:12px;

    color:#D4AF37;

    font-size:12px;
    font-weight:700;
    letter-spacing:1.5px;
}

.team-professional h2{
    margin:0 0 18px;

    color:#fff;

    font-size:40px;
    line-height:1.25;
    font-weight:700;
}

.team-professional p{
    max-width:700px;

    margin:0;

    color:#D7E0E9;

    font-size:15px;
    line-height:1.9;
}


/* -----------------------------------------------------
   TEAM HIGHLIGHTS
----------------------------------------------------- */

.team-highlights{
    display:grid;
    grid-template-columns:1fr 1fr;

    gap:14px;

    margin-top:28px;
}

.team-highlights div{
    display:flex;
    align-items:center;
    gap:10px;

    color:#fff;

    font-size:13px;
    font-weight:500;
}

.team-highlights i{
    color:#D4AF37;
    font-size:17px;
}


/* -----------------------------------------------------
   LOCATION CARD
----------------------------------------------------- */

.team-location-card{
    padding:45px 35px;

    text-align:center;

    background:rgba(255,255,255,.07);

    border:1px solid rgba(255,255,255,.15);

    border-radius:16px;

    backdrop-filter:blur(8px);
}

.team-location-card > i{
    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 20px;

    background:#D4AF37;
    color:#002B5B;

    border-radius:50%;

    font-size:28px;
}

.team-location-card span{
    display:block;

    margin-bottom:7px;

    color:#D4AF37;

    font-size:11px;
    font-weight:700;
    letter-spacing:1.5px;
}

.team-location-card h3{
    margin:0 0 8px;

    color:#fff;

    font-size:27px;
    font-weight:700;
}

.team-location-card p{
    margin:0;

    color:#C9D4DF;

    font-size:13px;
}


/* -----------------------------------------------------
   TEAM CTA
----------------------------------------------------- */

.team-cta{
    padding:80px 0;

    background:#fff;
}

.team-cta span{
    display:inline-block;

    margin-bottom:10px;

    color:#A98216;

    font-size:12px;
    font-weight:700;
    letter-spacing:1.5px;
}

.team-cta h2{
    margin:0 0 12px;

    color:#002B5B;

    font-size:38px;
    font-weight:700;
}

.team-cta p{
    margin:0;

    color:#687386;

    font-size:15px;
}


/* -----------------------------------------------------
   RTL
----------------------------------------------------- */

body.rtl .team-intro,
body.rtl .team-section,
body.rtl .departments-section,
body.rtl .team-professional,
body.rtl .team-cta{
    direction:rtl;
}

body.rtl .team-highlights{
    direction:rtl;
}


/* -----------------------------------------------------
   TABLET
----------------------------------------------------- */

@media(max-width:991px){

    .team-intro{
        padding:75px 0 35px;
    }

    .team-section{
        padding:35px 0 80px;
    }

    .departments-section{
        padding:80px 0;
    }

    .team-professional{
        padding:80px 0;
    }

    .team-location-card{
        margin-top:15px;
    }

    .team-cta{
        padding:70px 0;
    }

}


/* -----------------------------------------------------
   MOBILE
----------------------------------------------------- */

@media(max-width:575px){

    .team-intro{
        padding:60px 0 25px;
    }

    .team-section{
        padding:25px 0 60px;
    }

    .team-photo{
        height:220px;
    }

    .team-avatar{
        width:90px;
        height:90px;
        font-size:38px;
    }

    .departments-section{
        padding:60px 0;
    }

    .department-card{
        padding:28px 22px;
    }

    .team-professional{
        padding:60px 0;
    }

    .team-professional h2{
        font-size:30px;
    }

    .team-highlights{
        grid-template-columns:1fr;
    }

    .team-location-card{
        padding:35px 25px;
    }

    .team-cta{
        padding:60px 0;
    }

    .team-cta h2{
        font-size:30px;
    }

}