/*================ TOP BAR =================*/

.top-bar{

background:linear-gradient(90deg,#5b1624,#b8860b,#0f4c81);

padding:12px 0;

font-size:14px;

color:#fff;

}

.top-contact{

display:flex;

gap:25px;

list-style:none;

margin:0;

padding:0;

}

.top-contact li i{

margin-right:8px;

color:#ffd77c;

}

.top-social a{

display:inline-flex;

width:38px;

height:38px;

border-radius:50%;

justify-content:center;

align-items:center;

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

margin-left:8px;

color:#fff;

transition:.35s;

}

.top-social a:hover{

background:#fff;

color:#5b1624;

transform:translateY(-5px);

}

/*================ HEADER =================*/

.main-header{

background:#fff;

box-shadow:0 8px 25px rgba(0,0,0,.08);

position:sticky;

top:0;

z-index:999;

}

.logo{

height:82px;

transition:.4s;

}

.navbar{

padding:10px 0;

}

.nav-link{

font-weight:600;

font-size:16px;

padding:18px 18px !important;

position:relative;

color:#222;

}

.nav-link::after{

content:"";

position:absolute;

left:18px;

bottom:10px;

width:0;

height:3px;

background:#d8b07a;

transition:.35s;

}

.nav-link:hover::after,

.nav-link.active::after{

width:55%;

}

.nav-link:hover{

color:#5b1624;

}

/*================ BUTTON =================*/

.appointment-btn{

background:linear-gradient(135deg,#5b1624,#d8b07a);

padding:14px 34px;

border-radius:40px;

color:#fff;

font-weight:600;

margin-left:25px;

text-decoration:none;

transition:.4s;

}

.appointment-btn:hover{

transform:translateY(-3px);

color:#fff;

box-shadow:0 15px 30px rgba(0,0,0,.2);

}


/*================= MEGA MENU =================*/

.dropdown-menu{
    width:320px;
    border:none;
    border-radius:15px;
    padding:15px 0;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.mega-dropdown{
    position:static;
}

.mega-menu{

    width:1000px;

    left:50%!important;

    transform:translateX(-50%) translateY(20px);

    border:none;

    border-radius:20px;

    padding:35px;

    opacity:0;

    visibility:hidden;

    display:block;

    transition:.45s ease;

    box-shadow:0 20px 60px rgba(0,0,0,.15);

}

/* Hover */

.mega-dropdown:hover .mega-menu{

    opacity:1;

    visibility:visible;

    transform:translateX(-50%) translateY(0);

}

.mega-item{

display:block;

padding:10px 0;

text-decoration:none;

color:#555;

opacity:0;

transform:translateX(-25px);

transition:.45s;

font-weight:500;

}

.mega-item:hover{

padding-left:10px;

color:#5b1624;

}

.mega-dropdown:hover .mega-item{

opacity:1;

transform:translateX(0);

}

.mega-dropdown:hover .mega-item:nth-child(1){

transition-delay:.08s;

}

.mega-dropdown:hover .mega-item:nth-child(2){

transition-delay:.16s;

}

.mega-dropdown:hover .mega-item:nth-child(3){

transition-delay:.24s;

}

.mega-dropdown:hover .mega-item:nth-child(4){

transition-delay:.32s;

}

.mega-dropdown:hover .mega-item:nth-child(5){

transition-delay:.40s;

}

.mega-dropdown:hover .mega-item:nth-child(6){

transition-delay:.48s;

}

.mega-menu h5{

opacity:0;

transform:translateY(-15px);

transition:.4s;

}

.mega-dropdown:hover h5{

opacity:1;

transform:translateY(0);

}

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

.about-section{
background:#faf8f5;
padding:100px 0;
}

.section-tag{
display:inline-block;
padding:8px 20px;
background:#d8b07a;
color:#5b1624;
font-weight:600;
border-radius:50px;
letter-spacing:1px;
font-size:14px;
}

.section-title{
font-size:46px;
font-weight:700;
font-family:'Playfair Display',serif;
color:#222;
line-height:1.2;
}

.section-title span{
color:#5b1624;
}

.about-section p{
font-size:17px;
line-height:32px;
color:#666;
}

.about-feature{
display:flex;
align-items:flex-start;
gap:18px;
padding:20px;
background:#fff;
border-radius:15px;
transition:.4s;
box-shadow:0 10px 25px rgba(0,0,0,.05);
height:100%;
}

.about-feature:hover{
transform:translateY(-8px);
}

.about-feature i{
font-size:30px;
color:#d8b07a;
width:60px;
height:60px;
display:flex;
justify-content:center;
align-items:center;
background:#5b1624;
border-radius:50%;
color:#fff;
}

.about-feature h5{
margin-bottom:5px;
font-weight:600;
}

.about-feature p{
margin:0;
font-size:14px;
line-height:24px;
}

.experience-box{
position:absolute;
bottom:30px;
left:-20px;
background:#5b1624;
color:#fff;
padding:25px;
border-radius:20px;
text-align:center;
box-shadow:0 20px 40px rgba(0,0,0,.2);
}

.experience-box h2{
font-size:45px;
margin:0;
color:#d8b07a;
}

.experience-box span{
font-size:15px;
}

/*================ SERVICES =================*/

.services-section{
background:#f7f8fb;
border-bottom:1px solid #ececec;
padding:100px 0;
}

.section-subtitle{
max-width:700px;
margin:15px auto 0;
font-size:17px;
line-height:30px;
color:#666;
}

.service-card{
background:#fff;
padding:35px 25px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
height:100%;
text-align:center;
border-top:5px solid transparent;
}

.service-card:hover{
transform:translateY(-10px);
border-color:#d8b07a;
box-shadow:0 25px 45px rgba(0,0,0,.15);
}

.service-icon{
width:85px;
height:85px;
margin:0 auto 25px;
background:#5b1624;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
transition:.4s;
}

.service-card:hover .service-icon{
background:#d8b07a;
transform:rotateY(180deg);
}

.service-icon i{
font-size:36px;
color:#fff;
}

.service-card h4{
font-size:22px;
font-weight:600;
margin-bottom:15px;
font-family:'Playfair Display',serif;
color:#222;
}

.service-card p{
font-size:15px;
line-height:28px;
color:#666;
margin-bottom:25px;
}

.service-btn{
display:inline-block;
padding:12px 28px;
background:#5b1624;
color:#fff;
border-radius:50px;
text-decoration:none;
font-weight:500;
transition:.4s;
}

.service-btn:hover{
background:#d8b07a;
color:#5b1624;
text-decoration:none;
}

/*================ COUNTRIES =================*/

.countries-section{
padding:100px 0;
background:#faf8f5;
}

.country-card{
position:relative;
overflow:hidden;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.12);
transition:.4s;
}

.country-card img{
/*width:100%;
height:420px;*/
object-fit:cover;
transition:.6s;
}

.country-card:hover img{
transform:scale(1.1);
}

.country-overlay{
position:absolute;
left:0;
bottom:0;
width:100%;
padding:30px;
background:linear-gradient(to top,rgba(91,22,36,.95),rgba(91,22,36,.15));
color:#fff;
}

.country-flag{
width:55px;
height:55px;
border-radius:50%;
background:#fff;
padding:5px;
margin-bottom:15px;
}

.country-overlay h3{
font-family:'Playfair Display',serif;
font-size:30px;
margin-bottom:10px;
}

.country-overlay p{
font-size:15px;
line-height:28px;
margin-bottom:20px;
}

.country-btn{
display:inline-block;
padding:10px 28px;
background:#d8b07a;
color:#5b1624;
font-weight:600;
border-radius:40px;
text-decoration:none;
transition:.4s;
}

.country-btn:hover{
background:#fff;
color:#5b1624;
}

/*================ CONTACT =================*/

.contact-section{

padding:100px 0;

background:#ffffff;

}

.contact-info{

background:#5b1624;

padding:45px;

border-radius:25px;

color:#fff;

height:100%;

}

.contact-info h3{

font-family:'Playfair Display',serif;

margin-bottom:20px;

}

.contact-info p{

line-height:30px;

color:#eee;

}

.contact-box{

display:flex;

gap:20px;

margin-top:30px;

align-items:flex-start;

}

.contact-icon{

width:65px;

height:65px;

background:#d8b07a;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

flex-shrink:0;

}

.contact-icon i{

font-size:26px;

color:#5b1624;

}

.contact-box h5{

margin-bottom:6px;

font-weight:600;

}

.contact-form{

background:#faf8f5;

padding:45px;

border-radius:25px;

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

}

.contact-form h3{

font-family:'Playfair Display',serif;

margin-bottom:30px;

}

.contact-form .form-control,

.contact-form .form-select{

height:55px;

border-radius:10px;

border:1px solid #ddd;

}

.contact-form textarea{

height:auto!important;

}

.contact-btn{

background:#5b1624;

color:#fff;

padding:15px 35px;

border-radius:50px;

font-weight:600;

transition:.4s;

}

.contact-btn:hover{

background:#d8b07a;

color:#5b1624;

}

/*================ FOOTER =================*/

.footer{

background:#43111d;

color:#ddd;

padding:80px 0 20px;

}

.footer-logo{

max-width:220px;

margin-bottom:25px;

}

.footer-about{

line-height:30px;

margin-bottom:30px;

}

.footer h4{

color:#fff;

margin-bottom:25px;

font-size:22px;

font-family:'Playfair Display',serif;

position:relative;

}

.footer h4::after{

content:"";

position:absolute;

left:0;

bottom:-10px;

width:45px;

height:3px;

background:#d8b07a;

}

.footer ul{

padding:0;

list-style:none;

}

.footer ul li{

margin-bottom:15px;

}

.footer ul li a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer ul li a:hover{

color:#d8b07a;

padding-left:8px;

}

.footer-social a{

display:inline-flex;

justify-content:center;

align-items:center;

width:42px;

height:42px;

background:#5b1624;

border-radius:50%;

margin-right:10px;

color:#fff;

transition:.3s;

}

.footer-social a:hover{

background:#d8b07a;

color:#5b1624;

transform:translateY(-5px);

}

.footer-contact li{

display:flex;

gap:15px;

margin-bottom:20px;

}

.footer-contact i{

width:42px;

height:42px;

background:#d8b07a;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

color:#5b1624;

flex-shrink:0;

}

.footer-btn{

display:inline-block;

margin-top:15px;

padding:14px 35px;

background:#d8b07a;

color:#5b1624;

border-radius:40px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.footer-btn:hover{

background:#fff;

color:#5b1624;

}

.footer hr{

border-color:rgba(255,255,255,.15);

margin:50px 0 25px;

}

.footer-bottom{

font-size:15px;

}

.footer-bottom a{

color:#d8b07a;

text-decoration:none;

}

/*DROp DOWN MENU*/

.navbar{
    padding:16px 0;
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
}

.logo{
    height:65px;
}

.navbar-nav .nav-link{

    color:#1b3556;

    font-size:16px;

    font-weight:600;

    padding:22px 16px;

    transition:.3s;

}

.navbar-nav .nav-link:hover{

    color:#0056b3;

}

.dropdown-menu{

    min-width:260px;

    border:none;

    border-radius:12px;

    padding:10px 0;

    margin-top:0;

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

}

.dropdown-item{

    padding:12px 20px;

    font-size:15px;

    color:#333;

    transition:.3s;

}

.dropdown-item:hover{

    background:#0056b3;

    color:#fff;

    padding-left:28px;

}


/*MOOTH HOVER*/

@media(min-width:992px){

.dropdown:hover>.dropdown-menu{

display:block;

animation:fadeDown .25s ease;

}

}

@keyframes fadeDown{

from{

opacity:0;

transform:translateY(10px);

}

to{

opacity:1;

transform:translateY(0);

}

}


/*ATTRACTIVE BUTTON*/

.appointment-btn{

background:#0056b3;

color:#fff;

padding:12px 26px;

border-radius:30px;

font-weight:600;

text-decoration:none;

margin-left:25px;

transition:.3s;

}

.appointment-btn:hover{

background:#ff7a00;

color:#fff;

}

/* ================= HERO ================= */

.hero{
    position:relative;
    overflow:hidden;
    min-height:760px;
    display:flex;
    align-items:center;
    padding:90px 0;
    background:linear-gradient(135deg,#071c38 0%,#0b3158 45%,#6b4b25 100%);
}

/* Background circles */

.hero::before{
    content:"";
    position:absolute;
    width:550px;
    height:550px;
    left:-180px;
    top:-150px;
    border-radius:50%;
    background:rgba(255,183,77,.08);
}

.hero::after{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    right:-220px;
    bottom:-220px;
    border-radius:50%;
    background:rgba(255,193,7,.06);
}

/* Content */

.hero .container{
    position:relative;
    z-index:2;
}

.hero .row{
    align-items:center;
    min-height:650px;
}

.hero h1{

    font-size:54px;
    font-weight:800;
    line-height:1.15;
    color:#fff;
    margin-bottom:25px;
}

.hero h1 span{

    color:#ffc857;
}

.hero p{

    color:#d7dce4;
    font-size:20px;
    line-height:1.8;
    max-width:560px;
}

.hero-tag{

    display:inline-block;
    padding:10px 28px;
    border-radius:50px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:25px;
    border:1px solid rgba(255,255,255,.15);
}

/* Image */

.hero-img{

    width:100%;
    max-width:620px;
    height:620px;
    object-fit:cover;
    object-position:center;
    border-radius:28px;
    box-shadow:0 35px 70px rgba(0,0,0,.35);
    animation:floatImage 5s ease-in-out infinite;
}

@keyframes floatImage{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-15px);
}

}

/* Buttons */

.btn-primary{

    background:#b67b2c;
    border-color:#b67b2c;
}

.btn-primary:hover{

    background:#d69a3d;
    border-color:#d69a3d;
}

.btn-outline-light{

    border:2px solid rgba(255,255,255,.6);
}

.btn-outline-light:hover{

    background:#fff;
    color:#0b3158;
}

.hero h1{
    font-size:68px;
    font-weight:800;
    line-height:1.15;
    color:#fff;
}

#typed-text{
    color:#FFC857;
    font-weight:800;
}

.typed-cursor{
    color:#FFC857;
    font-size:68px;
    animation:blink .8s infinite;
}

@keyframes blink{
    0%,50%{
        opacity:1;
    }
    51%,100%{
        opacity:0;
    }
}

/*==================== SERVICES ====================*/

.services-highlight{

background:#f6f8fc;

position:relative;

padding:90px 0;

}

.section-tag{

display:inline-block;

padding:8px 22px;

background:#0c2e59;

color:#fff;

border-radius:40px;

font-size:13px;

letter-spacing:2px;

margin-bottom:18px;

}

.services-highlight h2{

font-size:42px;

font-weight:800;

color:#0c2e59;

margin-bottom:15px;

}

.services-highlight p{

color:#666;

}

/* Card */

.feature-box{

background:#fff;

padding:45px 35px;

border-radius:25px;

text-align:center;

height:100%;

transition:.4s;

position:relative;

overflow:hidden;

box-shadow:0 12px 35px rgba(0,0,0,.08);

border-top:5px solid transparent;

}

.feature-box:before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#0c2e59,#b8842b);

transform:scaleX(0);

transition:.4s;

}

.feature-box:hover:before{

transform:scaleX(1);

}

.feature-box:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.15);

}

/* Icon */

.feature-icon{

width:90px;

height:90px;

margin:auto;

border-radius:50%;

background:linear-gradient(135deg,#0c2e59,#b8842b);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

margin-bottom:25px;

}

/* Heading */

.feature-box h4{

font-size:26px;

font-weight:700;

margin-bottom:18px;

color:#0c2e59;

}

/* Button */

.feature-btn{

display:inline-block;

margin-top:20px;

padding:12px 30px;

border-radius:50px;

text-decoration:none;

background:linear-gradient(90deg,#0c2e59,#b8842b);

color:#fff;

font-weight:600;

transition:.3s;

}

.feature-btn:hover{

color:#fff;

transform:scale(1.05);

}

/* --------- ABOUT Banner */
.page-banner{
    height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:linear-gradient(135deg,#071c38,#0d3f73,#b8832d);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.page-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:url(images/world-map.png) center center no-repeat;
    background-size:contain;
    opacity:.08;
}

.page-banner .container{
    position:relative;
    z-index:2;
}

.page-banner h1{
    font-size:42px;
    font-weight:800;
    margin-bottom:10px;
}

.page-banner nav{
    font-size:15px;
}

.page-banner nav a{
    color:#ffc857;
    text-decoration:none;
}

.page-banner nav span{
    margin:0 6px;
}

/*==================================================
            ABOUT PAGE
==================================================*/

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

.section-subtitle{
    display:inline-block;
    background:#f4e6c7;
    color:#b8832d;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.about-company{
    background:#fff;
}

.about-company img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.about-company h2{
    font-size:42px;
    font-weight:700;
    color:#0b3158;
    margin-bottom:20px;
}

.about-company p{
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
}

.about-company .btn{
    margin-top:15px;
}

/*=============================
 Vision & Mission
==============================*/

.vision-mission{
    padding:80px 0;
    background:#f7f9fc;
}

.vm-box{
    background:#fff;
    padding:45px;
    border-radius:20px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.vm-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.vm-box i{
    width:80px;
    height:80px;
    line-height:80px;
    font-size:32px;
    border-radius:50%;
    background:linear-gradient(135deg,#0b3158,#b8832d);
    color:#fff;
    margin-bottom:20px;
}

.vm-box h3{
    color:#0b3158;
    margin-bottom:15px;
    font-weight:700;
}

.vm-box p{
    color:#666;
    line-height:1.8;
}

/*=========================
 Who We Are
==========================*/

.who-we-are{
    padding:80px 0;
    background:#fff;
}

.who-we-are h2{
    color:#0b3158;
    font-size:40px;
    font-weight:700;
}

.info-card{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    height:100%;
    border:1px solid #ececec;
    transition:.4s;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.info-card:hover{
    background:#0b3158;
    color:#fff;
    transform:translateY(-8px);
}

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

.info-card h3{
    color:#0b3158;
    font-size:22px;
    margin-bottom:15px;
}

.info-card p{
    color:#666;
    line-height:1.8;
}

/*=========================
 FAQ
==========================*/

.faq{
    padding:80px 0;
    background:#f7f9fc;
}

.faq h2{
    color:#0b3158;
    font-size:40px;
    font-weight:700;
}

.faq-item{
    background:#fff;
    padding:30px;
    border-radius:15px;
    margin-bottom:30px;
    border-left:5px solid #b8832d;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
    transition:.3s;
}

.faq-item:hover{
    transform:translateY(-5px);
}

.faq-item h3{
    color:#0b3158;
    font-size:22px;
    margin-bottom:15px;
}

.faq-item p{
    color:#666;
    line-height:1.8;
}

/*=========================
 CTA
==========================*/

.cta-section{
    padding:90px 20px;
    text-align:center;
    background:linear-gradient(135deg,#071c38,#0b3158,#b8832d);
    color:#fff;
}

.cta-section h2{
    font-size:46px;
    font-weight:700;
    margin-bottom:20px;
}

.cta-section p{
    font-size:20px;
    max-width:750px;
    margin:auto;
    margin-bottom:30px;
    color:#f3f3f3;
}

.cta-section .btn{
    padding:15px 35px;
    border-radius:50px;
    font-size:18px;
    font-weight:600;
}

/*-------------- Galler Css------------------*/
.gallery-section{

padding:90px 0;

background:#f8f9fc;

}

.gallery-item{

overflow:hidden;

border-radius:18px;

cursor:pointer;

position:relative;

box-shadow:0 15px 30px rgba(0,0,0,.08);

}

.gallery-item img{

width:100%;

height:280px;

object-fit:cover;

transition:.5s;

display:block;

}

.gallery-item:hover img{

transform:scale(1.12);

}

/* Overlay */

.gallery-item::after{

content:"+";

position:absolute;

left:50%;

top:50%;

transform:translate(-50%,-50%);

width:70px;

height:70px;

border-radius:50%;

background:rgba(11,49,88,.8);

color:#fff;

font-size:42px;

display:flex;

align-items:center;

justify-content:center;

opacity:0;

transition:.4s;

}

.gallery-item:hover::after{

opacity:1;

}

/*================ Lightbox =================*/

#galleryModal{

display:none;

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

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

z-index:99999;

justify-content:center;

align-items:center;

}

#galleryImage{

max-width:85%;

max-height:85%;

border-radius:12px;

box-shadow:0 20px 60px rgba(0,0,0,.5);

}

.close-gallery{

position:absolute;

top:25px;

right:40px;

font-size:48px;

color:#fff;

cursor:pointer;

}

.gallery-prev,
.gallery-next{

position:absolute;

top:50%;

transform:translateY(-50%);

width:60px;

height:60px;

border:none;

border-radius:50%;

background:#b8832d;

color:#fff;

font-size:28px;

cursor:pointer;

transition:.3s;

}

.gallery-prev:hover,
.gallery-next:hover{

background:#fff;

color:#0b3158;

}

.gallery-prev{

left:40px;

}

.gallery-next{

right:40px;

}

@media(max-width:768px){

#galleryImage{

max-width:95%;

}

.gallery-prev{

left:10px;

}

.gallery-next{

right:10px;

}

}

/*-------------Contact page ------------------*/
/*================ Contact Section =================*/

.contact-section{
    padding:100px 0;
    background:#f5f8fc;
}

.contact-form-box{

    background:linear-gradient(135deg,#ffffff,#f7fbff);

    border-radius:20px;

    padding:45px;

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

    border-top:5px solid #ff7a00;

    height:100%;

}

.form-header span{

    color:#ff7a00;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.form-header h3{

    color:#0d3b66;

    margin:10px 0;

    font-weight:700;

}

.form-header p{

    color:#666;

    margin-bottom:30px;

}

.contact-form-box .form-control,
.contact-form-box .form-select{

    height:55px;

    border-radius:10px;

    border:1px solid #d7dfe8;

}

.contact-form-box textarea{

    height:150px !important;

}

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus{

    border-color:#ff7a00;

    box-shadow:0 0 0 .2rem rgba(255,122,0,.15);

}

.btn-submit{

    width:100%;

    height:55px;

    border:none;

    border-radius:10px;

    background:linear-gradient(90deg,#ff7a00,#ff9800);

    color:#fff;

    font-weight:600;

    font-size:17px;

    transition:.3s;

}

.btn-submit:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 30px rgba(255,122,0,.35);

}

/*================ Right Side =================*/

/*================ Contact Information =================*/

.info-card{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:22px;
    margin-bottom:18px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.3);
    border-radius:18px;
}

.info-content{
    flex:1;
}

.info-content h5{
    margin:0 0 8px;
    color:#fff;
}

.info-content p{
    margin:0;
    color:#eef5ff;
}

/* Default text color */
.contact-info-box .info-card .info-content h5{
    color:#000 !important;
}

.contact-info-box .info-card .info-content p{
    color:#000 !important;
}

/* Keep your existing hover effect */
.contact-info-box .info-card:hover .info-content h5{
    color:#0d4d98 !important;
}

.contact-info-box .info-card:hover .info-content p{
    color:#555 !important;
}

/* Default */
.contact-info-box .info-card .info-content h5,
.contact-info-box .info-card .info-content p{
    color:#000;
}

/* Hover */
.contact-info-box .info-card:hover .info-content h5,
.contact-info-box .info-card:hover .info-content p{
    color:#fff !important;
}

/*================ Google Map =================*/

.map-section{

    margin-top:40px;

}

.map-section iframe{

    display:block;

    width:100%;

    border:0;

}

/*================ Career Consulting =================*/

.page-banner{

padding:110px 0;

background:linear-gradient(rgba(0,38,77,.75),rgba(0,38,77,.75)),
url(images/banner-career.jpg) center center;

background-size:cover;

color:#fff;

text-align:center;

}

.page-banner h1{

font-size:48px;

font-weight:700;

margin-bottom:15px;

}

.breadcrumb{

justify-content:center;

background:none;

margin:0;

}

.breadcrumb a{

color:#FFD166;

text-decoration:none;

}

.section-padding{

padding:80px 0;

}

.career-intro{

background:#fff;

padding:35px;

border-radius:18px;

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

}

.career-box{

background:#fff;

padding:35px;

border-radius:18px;

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

transition:.4s;

}

.career-box:hover{

transform:translateY(-8px);

}

.career-box h3{

color:#0C3C78;

margin-bottom:20px;

}

.career-box ul{

padding-left:20px;

}

.career-box li{

margin-bottom:10px;

}

.career-sidebar{

position:sticky;

top:100px;

background:linear-gradient(145deg,#003366,#00509D);

padding:35px;

border-radius:20px;

color:#fff;

box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.career-sidebar h4{

margin-bottom:25px;

}

.career-sidebar ul{

list-style:none;

padding:0;

margin:0;

}

.career-sidebar li{

margin-bottom:12px;

}

.career-sidebar a{

display:block;

padding:14px 18px;

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

border-radius:12px;

color:#fff;

text-decoration:none;

transition:.3s;

}

.career-sidebar a:hover{

background:#FFD166;

color:#003366;

padding-left:28px;

}

.sidebar-contact{

margin-top:35px;

padding:25px;

background:#fff;

color:#333;

border-radius:16px;

text-align:center;

}

.sidebar-contact h5{

color:#003366;

margin-bottom:15px;

}

@media(max-width:991px){

.career-sidebar{

position:relative;

top:0;

margin-top:40px;

}

.page-banner{

padding:80px 0;

}

.page-banner h1{

font-size:36px;

}

}


/* =========================================
   APPOINTMENT MODAL
========================================= */

.appointment-modal {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.20);
}

.appointment-modal .modal-header {
    padding: 22px 28px;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
}

.appointment-modal .modal-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #123c59;
}

.appointment-modal .modal-body {
    padding: 28px;
    background: #ffffff;
}

.appointment-modal .form-label {
    font-weight: 600;
    color: #263746;
    margin-bottom: 7px;
}

.appointment-modal .form-control,
.appointment-modal .form-select {
    min-height: 48px;
    border: 1px solid #d9dfe5;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
}

.appointment-modal textarea.form-control {
    min-height: 95px;
}

.appointment-modal .form-control:focus,
.appointment-modal .form-select:focus {
    border-color: #b04213;
    box-shadow: 0 0 0 0.20rem rgba(176, 66, 19, 0.12);
}

.appointment-modal input[type="file"] {
    padding: 10px;
    font-size: 13px;
}

.appointment-modal small {
    font-size: 11px;
}

.appointment-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 18px;
    background: #f7f9fb;
    border-left: 4px solid #b04213;
    border-radius: 8px;
}

.appointment-info-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #123c59;
    color: #ffffff;
    font-size: 18px;
}

.appointment-info strong {
    color: #123c59;
    font-size: 15px;
}

.appointment-info p {
    color: #66717b;
    font-size: 13px;
    line-height: 1.6;
}

.appointment-submit-btn {
    min-width: 220px;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
}

#appointmentDate {
    cursor: pointer;
}

@media (max-width: 767px) {

    .appointment-modal .modal-body {
        padding: 20px 16px;
    }

    .appointment-modal .modal-header {
        padding: 18px 16px;
    }

    .appointment-info {
        align-items: flex-start;
    }

    .appointment-submit-btn {
        width: 100%;
    }

}