/*=========================================
HBT V11
Premium Website
Developed with ❤️
=========================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

:root{

--primary:#0B3D2E;
--secondary:#D4AF37;
--white:#ffffff;
--light:#F8F9FA;
--dark:#222;

}

body{

font-family:'Poppins',sans-serif;
background:#fff;
color:#222;
overflow-x:hidden;

}

.container{

width:90%;
max-width:1320px;
margin:auto;

}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
}

ul{
list-style:none;
padding:0;
margin:0;
}
/*==============================
TOP BAR
==============================*/

.top-bar{

background:#0B3D2E;

color:#fff;

font-size:14px;

padding:10px 0;

}

.top-bar-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

}

.top-left{

display:flex;

align-items:center;

gap:10px;

}

.top-right{

display:flex;

gap:25px;

}

.top-right a{

color:#fff;

display:flex;

align-items:center;

gap:8px;

transition:.3s;

}

.top-right a:hover{

color:#D4AF37;

}

@media(max-width:768px){

.top-bar{

display:none;

}

}
/*==============================
HEADER
==============================*/

.header{

position:sticky;

top:0;

background:#fff;

z-index:999;

box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.header-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

height:90px;

}

/*======================================
LOGO START
======================================*/

.logo img{

height:70px;
width:auto;
display:block;
transform-origin:center;
animation:logoRotate 8s linear infinite;

}

.logo img:hover{

animation-play-state:paused;
cursor:pointer;

}

@keyframes logoRotate{

0%{

transform:rotate(0deg);

}

100%{

transform:rotate(360deg);

}

}

/*======================================
LOGO END
======================================*/.navbar ul{

display:flex;

gap:35px;

}

.navbar ul li a{

font-weight:600;

color:#222;

transition:.3s;

}

.navbar ul li a:hover{

color:#0B3D2E;

}

.header-btn a{

background:#D4AF37;

color:#111;

padding:13px 24px;

border-radius:50px;

font-weight:600;

display:flex;

align-items:center;

gap:8px;

transition:.3s;

}

.header-btn a:hover{

background:#0B3D2E;

color:#fff;

}

.menu-btn{

display:none;

font-size:34px;

cursor:pointer;

}

@media(max-width:991px){

.navbar{

display:none;

}

.header-btn{

display:none;

}

.menu-btn{

display:block;

}

}
/*==============================
HERO
==============================*/

.hero{

background:linear-gradient(135deg,#063126,#0B3D2E);

padding:100px 0;

overflow:hidden;

}

.hero-wrapper{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:70px;

}

.hero-badge{

display:inline-block;

padding:10px 22px;

background:rgba(212,175,55,.15);

color:#FFD369;

border-radius:50px;

font-weight:700;

margin-bottom:25px;

}

.hero h1{

font-size:70px;

line-height:1.1;

color:#fff;

font-family:'Cormorant Garamond',serif;

margin-bottom:25px;

}

.hero h1 span{

color:#D4AF37;

}

.hero p{

font-size:18px;

line-height:1.8;

color:#E8E8E8;

margin-bottom:35px;

}

.hero-buttons{

display:flex;

gap:18px;

margin-bottom:45px;

}

.btn-primary,
.btn-outline{

display:inline-flex;

align-items:center;

gap:10px;

padding:15px 34px;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.btn-primary{

background:#D4AF37;

color:#111;

}

.btn-primary:hover{

background:#fff;

}

.btn-outline{

border:2px solid #D4AF37;

color:#fff;

}

.btn-outline:hover{

background:#D4AF37;

color:#111;

}

.hero-stats{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.stat-box{

background:rgba(255,255,255,.08);

padding:18px 24px;

border-radius:18px;

text-align:center;

min-width:140px;

}

.stat-box h3{

color:#D4AF37;

font-size:32px;

margin-bottom:5px;

}

.stat-box span{

color:#fff;

font-size:15px;

}

.hero-right{

display:flex;

justify-content:center;

}

.hero-right img{

max-width:520px;

width:100%;

filter:drop-shadow(0 30px 60px rgba(0,0,0,.35));

}

@media(max-width:991px){

.hero-wrapper{

grid-template-columns:1fr;

text-align:center;

}

.hero-buttons{

justify-content:center;

}

.hero-stats{

justify-content:center;

}

.hero-right{

margin-top:50px;

}

.hero h1{

font-size:48px;

}

}

@media(max-width:576px){

.hero{

padding:80px 0;

}

.hero h1{

font-size:38px;

}

.hero-buttons{

flex-direction:column;

}

.btn-primary,
.btn-outline{

justify-content:center;

width:100%;

}

}
/*==========================
ABOUT
==========================*/

.about{

padding:90px 0;

background:#fff;

}

.about-wrapper{

display:grid;

grid-template-columns:420px 1fr;

gap:70px;

align-items:center;

}

.about-image{

text-align:center;

}

.about-image img{

width:320px;

height:400px;

object-fit:cover;

border-radius:35px;

border:6px solid #fff;

box-shadow:0 20px 60px rgba(0,0,0,.15);

margin:auto;

}

.ceo-info{

background:#0B3D2E;

color:#fff;

padding:18px;

border-radius:0 0 25px 25px;

width:320px;

margin:auto;

margin-top:-10px;

}

.ceo-info h3{

font-size:24px;

margin-bottom:5px;

}

.ceo-info p{

margin:0;

opacity:.85;

}

.section-tag{

display:inline-block;

background:#FFF5DA;

color:#D4AF37;

padding:8px 18px;

border-radius:40px;

font-weight:700;

margin-bottom:20px;

}

.about-content h2{

font-size:52px;

font-family:'Cormorant Garamond',serif;

color:#0B3D2E;

margin-bottom:20px;

}

.about-content p{

font-size:17px;

line-height:1.9;

margin-bottom:25px;

}

.about-list{

display:grid;

grid-template-columns:1fr 1fr;

gap:18px;

margin-bottom:35px;

}

.about-list div{

display:flex;

align-items:center;

gap:10px;

font-weight:500;

}

.about-list i{

color:#D4AF37;

}

@media(max-width:991px){

.about-wrapper{

grid-template-columns:1fr;

text-align:center;

}

.about-list{

grid-template-columns:1fr;

}

.about-content h2{

font-size:40px;

}

.about-image img{

width:260px;

height:330px;

}

.ceo-info{

width:260px;

}

}
/*==============================
ABOUT START
==============================*/

.about{

padding:90px 0;

background:#fff;

}

.about-wrapper{

display:grid;

grid-template-columns:360px 1fr;

gap:80px;

align-items:center;

}

.about-left{

text-align:center;

}

.about-left img{

width:280px;

height:340px;

object-fit:cover;

border-radius:35px;

box-shadow:0 20px 50px rgba(0,0,0,.15);

margin:auto;

}

/*======================================
CEO CARD START
======================================*/

.ceo-card{

background:linear-gradient(135deg,#0B3D2E,#145C47);

width:280px;

margin:auto;

margin-top:-5px;

padding:22px;

border-radius:0 0 30px 30px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.18);

transition:.35s ease;

}

.ceo-card:hover{

transform:translateY(-6px);

box-shadow:0 25px 55px rgba(0,0,0,.28);

}

.ceo-card h3{

font-size:26px;

font-weight:700;

color:#fff;

margin-bottom:8px;

letter-spacing:.4px;

}

.ceo-card p{

font-size:15px;

font-weight:600;

color:#D4AF37;

letter-spacing:1px;

text-transform:uppercase;

margin:0;

}

/*======================================
CEO CARD END
======================================*/
.section-badge{

display:inline-block;

padding:8px 18px;

background:#FFF5D9;

color:#D4AF37;

border-radius:40px;

font-weight:700;

margin-bottom:20px;

}

.about-right h2{

font-size:52px;

font-family:'Cormorant Garamond',serif;

margin-bottom:20px;

color:#0B3D2E;

}

.about-right h2 span{

color:#D4AF37;

}

.about-right p{

font-size:17px;

line-height:1.9;

margin-bottom:30px;

}

.about-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:35px;

}

.about-features div{

display:flex;

gap:10px;

align-items:center;

}

.about-features i{

color:#D4AF37;

}

@media(max-width:991px){

.about-wrapper{

grid-template-columns:1fr;

text-align:center;

}

.about-features{

grid-template-columns:1fr;

}

.about-features div{

justify-content:center;

}

.about-left img{

width:240px;

height:300px;

}

.ceo-card{

width:240px;

}

}

/*==============================
ABOUT END
==============================*/
/*==============================
SERVICES START
==============================*/

.services{

padding:90px 0;

background:#f8f9fa;

}

.section-title{

text-align:center;

margin-bottom:60px;

}

.section-title span{

display:inline-block;

background:#FFF5D9;

color:#D4AF37;

padding:8px 18px;

border-radius:40px;

font-weight:700;

margin-bottom:18px;

}

.section-title h2{

font-size:48px;

font-family:'Cormorant Garamond',serif;

color:#0B3D2E;

margin-bottom:15px;

}

.section-title p{

max-width:650px;

margin:auto;

color:#666;

}

.services-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.service-card{

background:#fff;

padding:35px;

border-radius:25px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

}

.service-card:hover{

transform:translateY(-10px);

}

.service-card i{

font-size:50px;

color:#D4AF37;

margin-bottom:20px;

}

.service-card h3{

font-size:24px;

margin-bottom:15px;

color:#0B3D2E;

}

.service-card p{

color:#666;

line-height:1.8;

}

@media(max-width:991px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.services-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:38px;

}

}

/*==============================
SERVICES END
==============================*/
/*==============================
PACKAGES
==============================*/

.packages{

padding:90px 0;

background:#fff;

}

.packages-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:60px;

}

.package-card{

background:#fff;

border-radius:25px;

padding:40px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

position:relative;

transition:.35s;

}

.package-card:hover{

transform:translateY(-12px);

}

.featured{

border:3px solid #D4AF37;

transform:scale(1.04);

}

.ribbon{

position:absolute;

top:-15px;

left:50%;

transform:translateX(-50%);

background:#D4AF37;

color:#111;

padding:8px 22px;

border-radius:30px;

font-weight:700;

font-size:14px;

}

.package-top{

text-align:center;

margin-bottom:30px;

}

.package-top h3{

font-size:30px;

color:#0B3D2E;

margin-bottom:10px;

}

.package-top h2{

font-size:40px;

color:#D4AF37;

}

.package-card ul{

margin:30px 0;

}

.package-card ul li{

margin-bottom:15px;

display:flex;

gap:10px;

align-items:center;

}

.package-card i{

color:#D4AF37;

}

.package-card .btn-primary{

width:100%;

justify-content:center;

}

@media(max-width:991px){

.packages-grid{

grid-template-columns:1fr;

}

.featured{

transform:none;

}

}
/*======================================
COMMITTEE START
======================================*/

.committee{

padding:90px 0;

background:linear-gradient(135deg,#083427,#0B3D2E);

}

.committee .section-title{

text-align:center;

margin-bottom:60px;

}

.committee .section-title span{

display:inline-block;

padding:8px 20px;

background:rgba(212,175,55,.15);

color:#D4AF37;

border-radius:40px;

font-weight:700;

margin-bottom:15px;

}

.committee .section-title h2{

font-size:52px;

font-family:'Cormorant Garamond',serif;

color:#fff;

margin-bottom:15px;

}

.committee .section-title p{

color:#ddd;

max-width:650px;

margin:auto;

}

.committee-wrapper{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}

.committee-left{

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.committee-left h3{

color:#0B3D2E;

font-size:34px;

margin-bottom:30px;

}

.committee-item{

display:flex;

align-items:center;

gap:15px;

margin-bottom:22px;

font-size:17px;

color:#444;

}

.committee-item i{

color:#D4AF37;

font-size:22px;

}

.committee-left .btn-primary{

margin-top:20px;

display:inline-flex;

}

.committee-right img{

width:100%;

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.30);

display:block;

}

@media(max-width:991px){

.committee-wrapper{

grid-template-columns:1fr;

}

.committee-left{

text-align:center;

}

.committee-item{

justify-content:center;

}

.committee-left h3{

font-size:30px;

}

.committee-right{

margin-top:20px;

}

}

/*======================================
COMMITTEE END
======================================*/
/*======================================
FATWA SECTION
======================================*/

.fatwa-section{

padding:90px 0;

background:#f8f9fa;

}

.fatwa-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

margin-top:60px;

}

.fatwa-card{

background:#fff;

padding:40px;

border-radius:25px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

}

.fatwa-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.fatwa-card i{

font-size:55px;

color:#D4AF37;

margin-bottom:20px;

display:block;

}

.fatwa-card h3{

font-size:28px;

color:#0B3D2E;

margin-bottom:15px;

}

.fatwa-card p{

color:#666;

line-height:1.8;

margin-bottom:25px;

}

.fatwa-btn{

display:inline-block;

background:#D4AF37;

color:#fff;

padding:14px 28px;

border-radius:50px;

font-weight:600;

text-decoration:none;

transition:.3s;

}

.fatwa-btn:hover{

background:#0B3D2E;

color:#fff;

}

@media(max-width:991px){

.fatwa-grid{

grid-template-columns:1fr;

}

}
/*======================================
GALLERY START
======================================*/

.gallery-section{

padding:90px 0;

background:#ffffff;

}

.gallery-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

margin-top:60px;

}

.gallery-grid a{

display:block;

overflow:hidden;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.10);

transition:.35s;

}

.gallery-grid a:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.gallery-grid img{

width:100%;

height:280px;

object-fit:cover;

display:block;

transition:.45s;

}

.gallery-grid a:hover img{

transform:scale(1.08);

}

@media(max-width:991px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.gallery-grid{

grid-template-columns:1fr;

}

.gallery-grid img{

height:240px;

}

}

/*======================================
GALLERY END
======================================*/
/*======================================
CONTACT START
======================================*/

.contact-section{

padding:90px 0;

background:#f8f9fa;

}

.contact-wrapper{

display:grid;

grid-template-columns:1fr 1fr;

gap:50px;

margin-top:60px;

}

.contact-info{

display:flex;

flex-direction:column;

gap:25px;

}

.info-box{

display:flex;

gap:20px;

padding:25px;

background:#fff;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

}

.info-box:hover{

transform:translateY(-6px);

}

.info-box i{

font-size:32px;

color:#D4AF37;

}

.info-box h4{

margin-bottom:8px;

color:#0B3D2E;

}

.info-box p{

margin:0;

line-height:1.8;

color:#666;

}

.contact-form{

background:#fff;

padding:35px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.contact-form form{

display:flex;

flex-direction:column;

gap:18px;

}

.contact-form input,
.contact-form select,
.contact-form textarea{

width:100%;

padding:15px 18px;

border:1px solid #ddd;

border-radius:12px;

font-size:15px;

outline:none;

transition:.3s;

}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{

border-color:#D4AF37;

}

.contact-form button{

border:none;

cursor:pointer;

padding:16px;

border-radius:50px;

}

@media(max-width:991px){

.contact-wrapper{

grid-template-columns:1fr;

}

}

/*======================================
CONTACT END
======================================*/
/*======================================
FOOTER START
======================================*/

.footer{

background:#06281F;

color:#fff;

padding:80px 0 25px;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr 1.3fr;

gap:45px;

margin-bottom:40px;

}

.footer-logo{

width:120px;

margin-bottom:20px;

transition:.5s;

}

.footer-logo:hover{

transform:rotate(360deg);

}

.footer-col h4{

font-size:24px;

margin-bottom:20px;

color:#D4AF37;

}

.footer-col p{

color:#d8d8d8;

line-height:1.8;

margin-bottom:12px;

}

.footer-col ul{

padding:0;

margin:0;

}

.footer-col ul li{

list-style:none;

margin-bottom:12px;

}

.footer-col ul li a{

color:#d8d8d8;

text-decoration:none;

transition:.3s;

}

.footer-col ul li a:hover{

color:#D4AF37;

padding-left:6px;

}

.footer-col i{

color:#D4AF37;

margin-right:10px;

}

.footer hr{

border-color:rgba(255,255,255,.12);

margin:35px 0 20px;

}

.copyright{

text-align:center;

color:#bfbfbf;

font-size:14px;

}

@media(max-width:991px){

.footer-grid{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:768px){

.footer-grid{

grid-template-columns:1fr;

text-align:center;

}

.footer-logo{

margin:auto auto 20px;

}

}

/*======================================
FOOTER END
======================================*/
/*======================================
RIBBON START
======================================*/

.top-ribbon{

height:48px;

background:#0B3D2E;

display:flex;

align-items:center;

overflow:hidden;

position:relative;

z-index:100;

}

.ribbon-live{

min-width:110px;

height:48px;

background:#D4AF37;

display:flex;

align-items:center;

justify-content:center;

gap:10px;

font-weight:700;

color:#111;

flex-shrink:0;

}

.live-dot{

width:10px;

height:10px;

background:red;

border-radius:50%;

animation:liveBlink 1s infinite;

}

.ribbon-scroll{

flex:1;

overflow:hidden;

white-space:nowrap;

}

.ribbon-text{

display:inline-block;

padding-left:100%;

color:#fff;

font-size:15px;

font-weight:500;

animation:ribbonMove 28s linear infinite;

}

.top-ribbon:hover .ribbon-text{

animation-play-state:paused;

cursor:pointer;

}

@keyframes ribbonMove{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-100%);

}

}

@keyframes liveBlink{

0%{opacity:1;}

50%{opacity:.25;}

100%{opacity:1;}

}

@media(max-width:768px){

.top-ribbon{

height:42px;

}

.ribbon-live{

min-width:85px;

font-size:12px;

}

.ribbon-text{

font-size:12px;

}

}

/*======================================
RIBBON END
======================================*/
/*======================================
REGISTRATION FORM START
======================================*/

.registration-section{

padding:90px 0;

background:#f8f9fa;

}

.registration-form{

background:#fff;

padding:45px;

border-radius:30px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

margin-top:50px;

}

.form-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin-bottom:25px;

}

.registration-form input,
.registration-form select,
.registration-form textarea{

width:100%;

padding:16px 18px;

border:1px solid #ddd;

border-radius:15px;

font-size:15px;

outline:none;

transition:.3s;

font-family:'Poppins',sans-serif;

}

.registration-form input:focus,
.registration-form select:focus,
.registration-form textarea:focus{

border-color:#D4AF37;

box-shadow:0 0 0 3px rgba(212,175,55,.15);

}

.upload-box{

display:flex;

flex-direction:column;

gap:8px;

}

.upload-box label{

font-weight:600;

color:#0B3D2E;

font-size:14px;

}

.registration-form textarea{

margin-bottom:25px;

resize:none;

}

.terms{

margin-bottom:25px;

font-size:15px;

}

.terms label{

display:flex;

align-items:flex-start;

gap:10px;

cursor:pointer;

}

.registration-form button{

border:none;

padding:16px 35px;

border-radius:50px;

font-size:16px;

cursor:pointer;

display:inline-flex;

align-items:center;

gap:10px;

}

.registration-form button:hover{

transform:translateY(-3px);

}

@media(max-width:991px){

.form-grid{

grid-template-columns:1fr;

}

.registration-form{

padding:30px;

}

}

/*======================================
REGISTRATION FORM END
======================================*/
/*======================================
WHATSAPP FLOAT START
======================================*/

.whatsapp-float{

position:fixed;

right:25px;

bottom:25px;

width:65px;

height:65px;

background:#25D366;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

box-shadow:0 15px 35px rgba(0,0,0,.25);

z-index:9999;

transition:.35s;

animation:whatsPulse 2s infinite;

}

.whatsapp-float:hover{

transform:scale(1.1);

color:#fff;

animation-play-state:paused;

}

@keyframes whatsPulse{

0%{

box-shadow:0 0 0 0 rgba(37,211,102,.45);

}

70%{

box-shadow:0 0 0 18px rgba(37,211,102,0);

}

100%{

box-shadow:0 0 0 0 rgba(37,211,102,0);

}

}

/*======================================
WHATSAPP FLOAT END
======================================*/
/*======================================
BACK TO TOP START
======================================*/

#backToTop{

position:fixed;

left:25px;

bottom:25px;

width:55px;

height:55px;

border:none;

background:#D4AF37;

color:#111;

font-size:24px;

border-radius:50%;

cursor:pointer;

display:none;

z-index:9999;

box-shadow:0 12px 30px rgba(0,0,0,.20);

transition:.3s;

}

#backToTop:hover{

background:#0B3D2E;

color:#fff;

}

/*======================================
BACK TO TOP END
======================================*/
/*======================================
GOOGLE MAP START
======================================*/

.map-section{

padding:90px 0;

background:#ffffff;

}

.map-wrapper{

overflow:hidden;

border-radius:30px;

box-shadow:0 20px 60px rgba(0,0,0,.10);

margin-top:50px;

}

.map-wrapper iframe{

width:100%;

height:500px;

border:none;

display:block;

}

@media(max-width:768px){

.map-wrapper iframe{

height:350px;

}

}

/*======================================
GOOGLE MAP END
======================================*/
/*======================================
MOBILE MENU START
======================================*/

@media(max-width:991px){

.navbar{

position:absolute;

top:90px;

left:0;

width:100%;

background:#ffffff;

box-shadow:0 15px 40px rgba(0,0,0,.10);

display:none;

padding:25px 0;

z-index:999;

}

.navbar.active{

display:block;

animation:menuFade .35s ease;

}

.navbar ul{

flex-direction:column;

gap:0;

}

.navbar ul li{

text-align:center;

border-bottom:1px solid #eee;

}

.navbar ul li:last-child{

border:none;

}

.navbar ul li a{

display:block;

padding:16px;

font-size:16px;

}

}

@keyframes menuFade{

from{

opacity:0;

transform:translateY(-15px);

}

to{

opacity:1;

transform:translateY(0);

}

}

/*======================================
MOBILE MENU END
======================================*/
/*======================================
PRELOADER START
======================================*/

#preloader{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:#ffffff;

display:flex;

justify-content:center;

align-items:center;

z-index:999999;

transition:.6s;

}

.loader-box{

text-align:center;

}

.loader-box img{

width:90px;

animation:logoRotate 3s linear infinite;

margin:auto;

margin-bottom:20px;

}

.loader-box h3{

color:#0B3D2E;

font-size:28px;

margin-bottom:10px;

font-family:'Cormorant Garamond',serif;

}

.loader-box p{

color:#777;

}

/*======================================
PRELOADER END
======================================*/
/*======================================
BANK DETAILS START
======================================*/

.bank-section{

padding:90px 0;

background:#ffffff;

}

.bank-card{

background:#fff;

border-radius:30px;

padding:40px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

border-top:5px solid #D4AF37;

}

.bank-header{

display:flex;

align-items:center;

gap:15px;

margin-bottom:35px;

}

.bank-header i{

font-size:40px;

color:#D4AF37;

}

.bank-header h3{

margin:0;

color:#0B3D2E;

font-size:30px;

}

.bank-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin-bottom:30px;

}

.bank-item{

background:#f8f9fa;

padding:20px;

border-radius:15px;

}

.bank-item strong{

display:block;

color:#0B3D2E;

margin-bottom:8px;

}

.bank-item span{

color:#555;

word-break:break-word;

}

.bank-note{

background:#FFF8E5;

border-left:5px solid #D4AF37;

padding:18px 20px;

border-radius:12px;

margin-bottom:25px;

color:#444;

}

.bank-note i{

color:#D4AF37;

margin-right:8px;

}

@media(max-width:768px){

.bank-grid{

grid-template-columns:1fr;

}

.bank-card{

padding:25px;

}

.bank-header{

flex-direction:column;

text-align:center;

}

}

/*======================================
BANK DETAILS END
======================================*/
/* Clickable Phone & Email */

a[href^="tel:"],
a[href^="mailto:"]{
    color:#0B3D2E;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

a[href^="tel:"]:hover,
a[href^="mailto:"]:hover{
    color:#D4AF37;
}
.airline-partners{
margin-top:50px;
text-align:center;
}

.airline-partners h3{
color:#d4af37;
font-size:30px;
margin-bottom:25px;
}

.airline-logos{
display:flex;
justify-content:center;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.airline-logos img{
width:110px;
height:70px;
object-fit:contain;
background:#fff;
padding:10px;
border-radius:10px;
transition:.3s;
box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.airline-logos img:hover{
transform:translateY(-6px);
}