body {overflow-x: hidden;color: #000;}
h1, h2, h3, h4, h5, h6 {font-family: lora;color: #0B3738;}
p {font-size: 16px;}
.margintb100 { margin-top: 100px; margin-bottom: 100px; }
/* Base */
.fade-up, .fade-down, .fade-left, .fade-right { opacity: 0; transition: opacity 0.8s ease, transform 0.8s ease; will-change: opacity, transform; }
/* Directions */
.fade-up { transform: translateY(100px); }
.fade-down { transform: translateY(-100px); }
.fade-left { transform: translateX(-100px); }
.fade-right { transform: translateX(100px); }
/* When visible */
.fade-visible { opacity: 1; transform: translate(0, 0); }
/* Delays */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* Accessibility: reduced motion */
@media (prefers-reduced-motion: reduce) {
.fade-up, .fade-down, .fade-left, .fade-right { transition: none; opacity: 1; transform: none; }
}
/* Prevent Elementor styles affecting rest of page */
body > :not(.testimonial-elementor-scope) .elementor { all: unset; }
.testimonial-elementor-scope { all: initial; font-family: 'Lora', serif; }
.testimonial-elementor-scope * { box-sizing: border-box; }

/* Header */
header .top-bar { background: #0B3738; padding: 15px 0; }
header .top-bar ul { list-style: none; padding-left: 0; margin: 0; }
header .top-bar ul li { display: inline-block; padding: 0 10px; }
header .top-bar ul li a { color: #fff; text-decoration: none; }
header .top-bar ul li a i { color: #FEB903; }
header .top-bar .left-block ul li:first-child { border-right: 2px solid #FEB903; }
header .top-bar .right-block { text-align: right; }
header .top-bar .right-block ul li { padding: 0 4px; }
header .top-bar .right-block ul li a { background: #FEB903; border-radius: 50px; color: #fff; padding: 8px; }
header .top-bar .right-block ul li a i { color: #fff; }
.nav-section-contact-block a { display: flex; text-decoration: none; color: #0B3738; align-items: center; }
.nav-section-contact-block a i { color: #FEB903; font-size: 35px; margin-right: 12px; }
.nav-section-contact-block p { margin: 0; }
.nav-section-contact-block span { display: block; }
.nav-section-contact-block span:first-child { font-size: 18px; font-family: lora;font-weight: 600;}
header .navbar-nav { margin: auto; }
header .navbar-nav a { color: #0B3738; padding: 10px 15px !important; font-family: lora;font-weight: 500;}
header .navbar-nav a.active { color: #DF8500 !important; }
@media screen and (max-width: 992px) {
.navbar-collapse { position: absolute; z-index: 1000; background: #fff; width: 100%; top: 110px; }
.navbar-toggler { border-radius: 10px !important; padding: 13px 20px !important; }
.navbar-toggler:hover { background-color: var( --e-global-color-accent ) !important; }
.nav-section-contact-block a { padding: 10px; }
}

/* Footer */
footer .copyrights { background: #0B3738; color: #fff; text-align: center; padding: 20px 0; margin-bottom: 0; }
footer .copyrights a { text-decoration: none; color: #DF8500; font-weight: 600;text-decoration: underline; }




/* Home Page - Banner Section */
.hero { position: relative; color: #fff; overflow: hidden; border-radius: 24px; }
.video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.video-bg iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-width: 177.77vh; min-height: 100vh; transform: translate(-50%, -50%); pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.75); z-index: 1; }
.hero-inner { position: relative; z-index: 2; margin: auto; padding: 100px 20px; display: grid; grid-template-columns: 1.2fr 0.8fr; /* LEFT | RIGHT */ gap: 60px; align-items: center; }
.hero-tag { color: #ffb703; font-weight: 600; display: inline-block; margin-bottom: 16px; }
.hero-left { max-width: 600px; }
.hero-right { position: relative; max-width: 420px; margin-left: auto; }
.hero-left h1 { font-size: 48px; line-height: 1.2; margin-bottom: 20px; color: #fff; }
.hero-left h1 span { color: #ffb703; }
.hero-left p { color: #ddd; max-width: 520px; margin-bottom: 28px; }
.btn-primary, .btn-secondary { display: inline-block; background: #ffb703; color: #000; padding: 14px 28px; border-radius: 30px; font-weight: 600; text-decoration: none; }
.image-frame { border: 6px solid #ffb703; border-radius: 24px; overflow: hidden; }
.image-frame img { width: 100%; height: 400px; object-fit: cover; }
.info-card { position: absolute; left: -140px; bottom: -60px; width: 320px; background: #000; padding: 26px; border-radius: 20px; box-shadow: 0 30px 60px rgba(0,0,0,0.45); }
.info-card ul { list-style: none; margin-bottom: 20px;padding-left: 0; }
.info-card li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.15); font-size: 14px; font-family: lora;}
.info-card span { color: #DF8500; font-size: 16px;font-weight: 600;}
@media (max-width: 900px) {
.hero-inner { grid-template-columns: 1fr; }
.hero-right { max-width: 100%; margin-left: 0; }
.info-card { position: static; width: 100%; margin-top: 20px; }
.image-frame img { height: 320px; }
}
.cta-btn { display: inline-flex; align-items: center; gap: 14px; background: #ffb703; border: 1px solid #ffb703; color: #fff !important; padding: 8px 8px 8px 20px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.3s ease; }
.cta-icon { width: 36px; height: 36px; background: #fff; color: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: all 0.3s ease; }
.cta-btn:hover { background: none; color: #ffb703; border: 1px solid #fff; }
.cta-btn:hover .cta-icon { background: #ffb703; color: #000; }
.cta-btn:hover { transform: translateY(-1px); }

/* Home Page - Stats Section */
.stats-section { width: 100%; padding: 60px 16px; display: flex; justify-content: center; }
.stats-container { width: 100%; margin: 0 auto;     /* centers container */ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.stats-section .stat-card { background: #ffffff; border-radius: 14px; padding: 28px 20px; text-align: center; box-shadow: 0 0px 4px 0px rgba(0,0,0,0.1); position: relative; }
.stats-section .stat-number { font-size: 40px; font-weight: 700; margin-bottom: 6px; }
.stats-section .stat-number.dark { color: #0b3a38; }
.stats-section .stat-number.orange { color: #f59e0b; }
.stats-section .stat-label { font-size: 18px; color: #555; }
@media (max-width: 900px) {
.stats-section .stats-container { grid-template-columns: repeat(2, 1fr); }
}
 @media (max-width: 500px) {
.stats-section .stats-container { grid-template-columns: 1fr; }
}
.stats-section .stat-card { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.stats-section .stat-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

/* Home Page - About Section */
.about-section { background: #ffffff; padding: 120px 0; }
.about-section h2 {font-size: 50px;}
.about-section p {font-size: 16px;}
.about-img { border-radius: 18px; overflow: hidden; }
.ratio-portrait { aspect-ratio: 3 / 4; }
.ratio-landscape { aspect-ratio: 16 / 9; }
.ratio-square { aspect-ratio: 1 / 1; }
.about-images-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; /* EQUAL ROW HEIGHTS */ gap: 24px; height: 100%; }
.about-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-list li { padding-bottom: 12px; border-bottom: 1px solid #e5e5e5; position: relative; padding-left: 28px; font-size: 16px; }
.about-list li::before { content: "→"; position: absolute; left: 0; color: #000; font-weight: 600; }

/* Home Page - Services Section */
.services-section { background: #f3f6f5; padding: 120px 0; }
.service-card { background: #fff; border-radius: 18px; padding: 28px; position: relative; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }
.service-card .num { position: absolute; top: 16px; right: 18px; background: #fff2d8; color: #0b3a38; font-weight: 700; border-radius: 50%; padding: 6px; font-size: 18px; width: 40px;height: 40px;line-height: 30px;font-family: lora;text-align: center;}
.service-card .icon {  color: #ffb703; border-radius: 14px; font-size: 40px; margin-bottom: 20px; }
.service-card h5 { color: #0b3a38; margin-bottom: 6px; font-size: 22px;}
.service-image { border-radius: 24px; overflow: hidden; }
.service-image img { object-fit: cover; }
.image-btn { position: absolute; bottom: 20px; left: 25%; background: #ffb703; color: #000; padding: 12px 24px; border-radius: 30px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; }
@media (max-width: 991px) {
  .service-image { height: 320px; }
}

/* Home Page - Haj Process */
.hajj-process { position: relative; background: url("../images/bg-1.webp") center/cover no-repeat; padding: 120px 0 !important;}
.hajj-process .overlay { position: absolute; inset: 0; background: rgba(8, 20, 30, 0.75); }
.hajj-process h2, .hajj-process h4 {color: #fff;}
.hajj-process .subtitle { color: #ffb703; font-weight: 600; }
.hajj-process .highlight { color: #ffb703; }
.hajj-process .text-muted-light { color: #d0d7de; }
.hajj-process .step-card { background: #fff; color: #222; padding: 28px; border-radius: 14px; box-shadow: 0 20px 40px rgba(0,0,0,0.25); position: relative; }
.hajj-process .step-no { position: absolute; top: 16px; right: 18px; background: #fff2d8; color: #ffb703; font-weight: 700; font-size: 14px; border-radius: 50%; padding: 6px 10px; }
.hajj-process .icon { width: 60px; height: 60px; background: #ffb703; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; }
.hajj-process .step-card h3 { font-size: 22px; margin-bottom: 10px; }
.hajj-process .cta-box { background: rgba(0,0,0,0.1); border: 1px solid rgba(255,183,3,0.3); padding: 28px; border-radius: 16px; box-shadow: 0 30px 60px rgba(0,0,0,0.45); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 2px solid rgba(255, 255, 255, 0.15);overflow: hidden; }
.hajj-process .cta-box h4 { font-size: 22px; margin-bottom: 10px; }
.hajj-process .cta-box p { font-size: 14px; color: #d0d7de; margin-bottom: 18px; }

/* Home page - Testimonials Section */
.testimonials-section { background: #f3f6f5; padding: 90px 0; }
.testimonial-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.image-wrap { position: relative; }
.image-wrap img { width: 100%; border-radius: 22px; display: block; }
.testimonials-section .stat-card { position: absolute; right: -30px; bottom: -30px; background: #0b3a38; color: #fff; padding: 25px; border-radius: 18px; text-align: center; min-width: 220px; border: 10px solid #f3f6f5; }
.testimonials-section .stat-value { font-size: 42px; font-weight: 700; color: #ffb703; line-height: 1; }
.testimonials-section .stat-text { font-size: 16px; margin-top: 6px; }
.label { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; margin-bottom: 16px; }
.label i { color: #ffb703;}
.content-wrap h2 { font-size: 42px; line-height: 1.25; margin-bottom: 18px; color: #0b3a38; }
.controls-testimonial { display: flex; justify-content: center; align-items: center; list-style: none; padding: 0; margin: 20px auto 0; }
.controls-testimonial { display: flex; align-items: center; list-style: none; padding: 0; margin: 0; margin-top: 20px; }
.controls-testimonial li {width: 44px; height: 44px; background: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,0.15); transition: all 0.3s ease; }
.controls-testimonial li:hover { background: #ffb703; }
.controls-testimonial li i { color: #DF8500; font-size: 16px; }
.testimonials-section .item .card {border: none;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);border-radius: 20px;}
.testimonials-section .item .card i {color: #DF8500; font-size: 14px;}
.testimonials-section .item .card .card-body {padding: 20px;}
@media (max-width: 991px) {
.testimonial-grid { grid-template-columns: 1fr; gap: 40px; }
.testimonials-section .stat-card { right: 20px; bottom: 20px; }
.content-wrap h2 { font-size: 34px; }
}


/* -------------------- Inner Pages -------------------- */

/* breadcrumb */
.breadcrumb { position: relative; background-size: cover; background-position: center; border-radius: 12px; overflow: hidden; padding: 150px 0 30px 0; border-radius: 20px; background-image: url("../images/breadcrumb.webp"); }
.breadcrumb::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; }
.breadcrumb-content { text-align: center; margin: auto; z-index: 1; }
.breadcrumb-content h3 { color: #fff; font-size: 45px; }
.breadcrumb-content ul { padding-left: 0; margin-top: 15px; }
.breadcrumb-content ul li { list-style: none; display: inline-block; color: #fff; }
.breadcrumb-content ul li a {color: #DF8500;font-weight: 500;}
.breadcrumb-content ul li i { color: #fff; margin: 0 10px; }

/* ----- Services Page ----- */
.services-row { display: flex; flex-wrap: wrap; margin-bottom: 40px; }
.services-row .col-md-6 { display: flex; margin-bottom: 20px; }
.services-block-single { border: 1px solid #ebebeb; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08235294117647059); border-radius: 20px; display: flex; flex-direction: column; width: 100%; }
.service-heading-content { position: relative; background-size: cover; background-position: center; border-radius: 12px; overflow: hidden; padding-top: 80px; border-radius: 20px 20px 0 0; }
.service-heading-content.umrah-service { background-image: url("../images/umrah-services.jpg"); }
.service-heading-content.haj-service { background-image: url("../images/haj-services.jpg"); }
.service-heading-content.flight-travel { background-image: url("../images/flight-travel.jpg"); }
.service-heading-content.accomodation { background-image: url("../images/accomodation.jpg"); }
.service-heading-content.local-transport { background-image: url("../images/local-transport.jpg"); }
.service-heading-content.food-service { background-image: url("../images/food-service.jpg"); }
.service-heading-content.ground-assistance { background-image: url("../images/ground-assistance.jpg"); }
.service-heading-content.return-journey { background-image: url("../images/return-journey.jpg"); }
.service-heading-content::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.7); z-index: 1; }
.service-heading-content-text { position: relative; z-index: 2; padding: 30px 20px; color: #fff; }
.service-heading-content-text h3 { color: #ffd27d; margin-bottom: 20px; font-size: 30px; text-shadow: 1px 1px 1px #000;}
.service-heading-content-text p { color: #fff; margin-bottom: 0;font-size: 18px; }
.service-details-content { padding: 20px; flex: 1; }
.service-details-content ul { list-style: none; padding-left: 0; }
.service-details-content ul li { padding: 8px 0; }
.service-details-content ul li i { color: #FEB903; font-size: 14px; margin-top: -4px; }

/* ----- Contact page ----- */
.contact-page-block { border: 1px solid var( --e-global-color-aac586e ); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08235294117647059); border-radius: 20px; display: flex; flex-direction: column; width: 100%; padding: 30px; }
.contact-page-block h2 {font-size: 45px;}
.contact-page-row > div { display: flex; margin-bottom: 20px; }
.contact-page-block ul { border: 1px solid var( --e-global-color-aac586e ); border-radius: 20px; display: flex; flex-direction: column; width: 100%; padding: 10px; margin-top: 20px; }
.contact-page-block ul li { list-style: none; padding: 20px 0; }
.contact-page-block ul li a { display: flex; text-decoration: none; color: #000; align-items: center; }
.contact-page-block ul li a i { color: #FEB903; font-size: 35px; margin-right: 12px; }
.contact-page-block ul li p { margin: 0; }
.contact-page-block ul li span { display: block; }
.contact-page-block ul li span:first-child { font-size: 24px; font-family: lora;color: #0B3738;}
.contact-page-block form .row > div { padding-top: 10px; padding-bottom: 10px; }
.contact-page-block form .row textarea { min-height: 150px; }
.contact-page-block form .row button { border: none; }
.contact-page-block form label {color: #0B3738;}
.contact-page-block form input, .contact-page-block form textarea {margin-top: 5px;}


/* ----- Error Page ----- */
.error-404 { position: relative; padding: 150px 0; overflow: hidden; }
.error-bg { position: absolute; inset: 0; background: url("../images/bg-1.webp") center / cover no-repeat; z-index: 0; }
.error-404 .overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.65); z-index: 1; }
.error-card { position: relative; z-index: 2; max-width: 550px; margin: auto; top: 50%; background: rgba(0,0,0,0.3); border-radius: 24px; padding: 20px 60px; text-align: center; color: #fff; box-shadow: 0 30px 60px rgba(0,0,0,0.45); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 2px solid rgba(255, 255, 255, 0.15); overflow: hidden; }
.error-card h1 {font-size: 72px; margin-bottom: 10px;color: #fff; }
.error-card h2 { font-size: 30px; margin-bottom: 16px;color: #fff; }
@media (max-width: 600px) {
  .error-card { margin: 0 16px; padding: 40px 24px; }
  .error-card h1 { font-size: 56px; }
  .error-card h2 { font-size: 26px; }
}

