/* ============================= */
/* GLOBAL */
/* ============================= */

body{
    font-family:'Poppins',sans-serif;
    font-size:16px;
    line-height:1.7;
    color:#444;
}

h1,h2,h3,h4,h5{
    font-weight:700;
    letter-spacing:.3px;
    color:#0b3d6d;
}

.section-padding{
    padding:100px 0;
}

@media(max-width:768px){
.section-padding{
    padding:70px 0;
}
}


/* ============================= */
/* SPINNER */
/* ============================= */

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    visibility: visible;
    opacity: 1;
}


/* ============================= */
/* BACK TO TOP */
/* ============================= */

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}


/* ============================= */
/* BUTTONS */
/* ============================= */

.btn{
    font-weight:600;
    border-radius:30px;
    padding:10px 26px;
    transition:.3s;
}

.btn-square{
width:32px;
height:32px;
}

.btn-sm-square{
width:34px;
height:34px;
}

.btn-md-square{
width:44px;
height:44px;
}

.btn-lg-square{
width:56px;
height:56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square{
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
}

.btn-primary{
background:#e63946 !important;
color:white !important;
border:none;
}

.btn-primary:hover{
background:#c62836 !important;
}

.btn-secondary{
background:transparent;
color:var(--bs-secondary);
border:none;
}

.btn-secondary:hover{
color:var(--bs-primary) !important;
}


/* ============================= */
/* SECTION TITLE */
/* ============================= */

.section-title{
max-width:900px;
text-align:center;
margin:auto;
}

.section-title h2{
font-size:36px;
margin-bottom:15px;
}


/* ============================= */
/* TOPBAR */
/* ============================= */

.topbar{
padding:2px 10px 2px 20px;
background:var(--bs-primary) !important;
}

.topbar a,
.topbar a i{
transition:.3s;
}

.topbar a:hover{
color:var(--bs-secondary) !important;
}

@media (max-width:768px){
.topbar{
display:none;
}
}


/* ============================= */
/* NAVBAR */
/* ============================= */

.navbar{
box-shadow:0 3px 15px rgba(0,0,0,0.08);
}

.navbar-light .navbar-nav .nav-link{
margin-right:25px;
padding:30px 0;
color:var(--bs-primary) !important;
font-size:16px;
font-weight:500;
transition:.3s;
}

.navbar-light .navbar-nav .nav-link:hover{
color:var(--bs-secondary) !important;
}

.navbar-light .navbar-brand img{
max-height:60px;
transition:.3s;
}

.sticky-top .navbar-light .navbar-brand img{
max-height:45px;
}


/* ============================= */
/* HERO */
/* ============================= */

.carousel-header .carousel-inner .carousel-item{
position:relative;
min-height:100vh;
}

.carousel-header .carousel-inner .carousel-item img{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6));
}


/* ============================= */
/* CARD DESIGN */
/* ============================= */

.card-custom{
border:none;
border-radius:14px;
overflow:hidden;
background:white;
transition:.35s;
box-shadow:0 5px 20px rgba(0,0,0,.06);
}

.card-custom:hover{
transform:translateY(-8px);
box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.card-custom .card-body{
padding:22px;
}


/* ============================= */
/* BLOG & STORY IMAGES */
/* ============================= */

.blog-card-img,
.story-card-img{
width:100%;
height:240px;
object-fit:cover;
border-radius:12px;
transition:.4s;
}

.card-custom:hover .blog-card-img,
.card-custom:hover .story-card-img{
transform:scale(1.05);
}

@media(max-width:992px){
.blog-card-img,
.story-card-img{
height:200px;
}
}

@media(max-width:576px){
.blog-card-img,
.story-card-img{
height:180px;
}
}


/* ============================= */
/* COUNTRY CARDS */
/* ============================= */

.country-card img{
width:100%;
height:200px;
object-fit:cover;
border-radius:12px;
transition:.4s;
}

.country-card:hover img{
transform:scale(1.05);
}


/* ============================= */
/* PROCESS BOX */
/* ============================= */

.process-box{
padding:30px;
border-radius:12px;
background:white;
box-shadow:0 10px 20px rgba(0,0,0,.08);
transition:.3s;
}

.process-box:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}


/* ============================= */
/* CONTACT */
/* ============================= */

.contact .office .office-item{
text-align:center;
border-radius:12px;
box-shadow:0 5px 25px rgba(0,0,0,.1);
background:var(--bs-light);
transition:.3s;
}

.contact .office .office-item:hover{
box-shadow:0 20px 40px rgba(0,0,0,.2);
}

.contact .office .office-item img{
transition:.4s;
}

.contact .office .office-item:hover img{
transform:scale(1.1);
}


/* ============================= */
/* FOOTER */
/* ============================= */

.footer{
background:var(--bs-primary);
}

.footer a{
color:white;
transition:.3s;
}

.footer a:hover{
color:var(--bs-secondary);
letter-spacing:1px;
}


/* ============================= */
/* COPYRIGHT */
/* ============================= */

.copyright{
border-top:1px solid rgba(255,255,255,.1);
background:var(--bs-secondary) !important;
}


/* ============================= */
/* IMAGE FIX */
/* ============================= */

img{
max-width:100%;
height:auto;
display:block;
}


/* ============================= */
/* APPLY BUTTON CLICK FIX */
/* ============================= */

.container a.btn{
position:relative;
z-index:9999;
}
/* ===================================== */
/* SUCCESS STORIES CARD */
/* ===================================== */

.success-card{
background:white;
border-radius:16px;
padding:30px 25px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:.3s;
}

.success-card:hover{
transform:translateY(-6px);
box-shadow:0 25px 50px rgba(0,0,0,0.15);
}


/* ===================================== */
/* IMAGE CONTAINER */
/* ===================================== */

.success-img{
width:130px;
height:130px;
margin:auto;
margin-bottom:18px;

border-radius:50%;
overflow:hidden;

border:5px solid #f1f4f8;

display:flex;
align-items:center;
justify-content:center;

background:#f8f9fa;
}


/* IMAGE AUTO FIT */

.success-img img{
max-width:100%;
max-height:100%;
object-fit:contain;
}


/* ===================================== */
/* TEXT */
/* ===================================== */

.success-content h5{
font-weight:700;
color:#0b3d6d;
margin-bottom:5px;
}

.country{
color:#2a6bbf;
font-size:14px;
display:block;
margin-bottom:10px;
}

.success-content p{
font-size:14px;
color:#777;
}


/* ===================================== */
/* BUTTON */
/* ===================================== */

.success-btn{
display:inline-block;
margin-top:15px;

padding:10px 28px;

border-radius:30px;

border:2px solid #2a6bbf;

color:#2a6bbf;

font-weight:600;

transition:.3s;
}

.success-btn:hover{
background:#2a6bbf;
color:white;
}
/* BLOG CARD */

.blog-card{
background:white;
border-radius:15px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.blog-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

/* BLOG IMAGE */

.blog-img{
width:100%;
height:220px;
overflow:hidden;
}

.blog-img img{
width:100%;
height:100%;
object-fit:cover;
}

/* BLOG CONTENT */

.blog-content{
padding:20px;
}

.blog-content h5{
font-weight:600;
color:#0b3d6d;
margin-bottom:10px;
}

.blog-content p{
font-size:14px;
color:#666;
}

.blog-btn{
display:inline-block;
margin-top:10px;
padding:8px 20px;
border-radius:30px;
border:2px solid #2b6cb0;
color:#2b6cb0;
text-decoration:none;
font-weight:500;
transition:0.3s;
}

.blog-btn:hover{
background:#2b6cb0;
color:white;
}

/* BUTTON */

.blog-btn{
display:inline-block;
margin-top:10px;

padding:10px 25px;

border-radius:30px;

border:2px solid #2a6bbf;

color:#2a6bbf;

font-weight:600;

transition:.3s;
}

.blog-btn:hover{
background:#2a6bbf;
color:white;
}


/* MOBILE FIX */

@media(max-width:768px){

.blog-img{
height:200px;
}

}
/* ================= FOOTER PREMIUM ================= */

.footer-premium{
background:#0f172a;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
color:#cbd5e1;
text-decoration:none;
transition:0.3s;
}

.footer-links a:hover{
color:#ffffff;
padding-left:5px;
}

.footer-social a{
display:inline-flex;
align-items:center;
justify-content:center;
width:38px;
height:38px;
background:#1e293b;
border-radius:50%;
margin-right:10px;
color:white;
font-size:16px;
transition:0.3s;
}

.footer-social a:hover{
background:#2563eb;
transform:translateY(-3px);
}
/* STORY DETAILS IMAGE */

.story-detail-img{
display:flex;
justify-content:center;
margin-bottom:30px;
}

.story-detail-photo{
max-width:380px;
width:100%;
height:auto;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
display:block;
margin:auto;
}
/* BLOG DETAILS IMAGE */

.blog-detail-img img{
max-width:600px;
width:100%;
height:auto;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

/* BLOG CONTENT */

.blog-content{
font-size:16px;
line-height:1.8;
color:#444;
}