/*--------------------------------------------------
Default Style
---------------------------------------------------*/

:root,
[data-bs-theme=light] {
  --bs-primary: #0A2647;
  --bs-primary-bg-dark: #071A33;
  --bs-primary-rgb: 10, 38, 71;
  --bs-warning: #C99A2E;
  --bs-warning-rgb: 201, 154, 46;
  --body-font-family: "Montserrat", sans-serif;
  --heading-font-family: "Montserrat", sans-serif;
  --fontSize: 14px;
  --bg-light-primary: #E8EDF3;
}

[data-bs-theme=dark] {
  --bs-primary: #0A2647;
  --bs-primary-bg-dark: #071A33;
  --bs-primary-rgb: 10, 38, 71;
  --body-font-family: "Montserrat", sans-serif;
  --heading-font-family: "Montserrat", sans-serif;
  --fontSize: 14px;
  --bg-light-primary: #1a1a2e;
}

.bg-light-primary {
    background-color: var(--bg-light-primary) !important;
}

[data-bs-theme=dark] .bg-masjid-1{
    background-image: url('../img/masjid-1.jpg');
    background-color: #272727;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;

}
[data-bs-theme=dark] .bg-masjid-1::before{
    display: block;
    background: black;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.8;
}
[data-bs-theme=light] .bg-masjid-1{
    background: url('../img/masjid-1.jpg');
    background-color: #272727;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
[data-bs-theme=dark] .bg-masjid-1::before{
    display: block;
    background: black;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.8;
}

[data-bs-theme=dark] .search-wrap .tab-content{
    background: var(--bs-body-bg);
}
[data-bs-theme=light] .search-wrap .tab-content{
    background: var(--bs-body-bg);
}

[data-bs-theme=dark] .feature-azzam {
    background-color: var(--bg-light-primary);
    color: var(--bs-white);
}

[data-bs-theme=light] .feature-azzam {
    background: #f1f5f8 !important;
}

[data-bs-theme=dark] .bs-stepper-circle {
    color: var(--bs-white) !important;
}

[data-bs-theme=light] .active .flights-list-item {
    background: var(--bs-white) !important;
}

[data-bs-theme=dark] .active .bs-stepper-circle {
    background: var(--bs-primary) !important;
}

[data-bs-theme=light] .itinerary-list-azzam {
    background: #f7f9fc !important;
}

[data-bs-theme=dark] .itinerary-list-azzam {
    background: #181818 !important;
}

body {
    font-size: 14px;
    overflow-x: hidden !important;
}

.text-xs {
    font-size: 8px;
}

.text-sm {
    font-size: 10px;
}

.text-md {
    font-size: 12px;
}

.card-header h4 {
    font-size: 15px;
}
.card-header h5 {
    font-size: 15px;
}
.card-header h6 {
    font-size: 15px;
}

@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.3rem;
    }
    .h2,
    h2 {
        font-size: 1.7rem;
    }
}
@media (min-width: 1500px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
    .h2,
    h2 {
        font-size: 1.9rem;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 22px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .h1,
    h1 {
        font-size: 1.7rem;
    }
    .h2,
    h2 {
        font-size: 1.3rem;
    }
    .h3,
    h3 {
        font-size: 1.1rem;
    }
    .h4,
    h4 {
        font-size: 1rem;
    }
    .h5,
    h5 {
        font-size: 0.88rem;
    }
    .fs-1 {
        font-size: 1.7rem;
    }
    .fs-2 {
        font-size: 1.4rem;
    }
    .fs-3 {
        font-size: 1.1rem;
    }
}

/* ============================
   Hero Banner & Search Overlay
   ============================ */
.image-cover.hero-header .container {
    position: relative;
    z-index: 2;
}

.search-explore-wrap {
    position: relative;
    z-index: 10;
}

[data-bs-theme=dark] .search-wrap .nav-tabs.simple-tabs .nav-link.active,
[data-bs-theme=dark] .search-wrap .nav-tabs.simple-tabs .nav-link:hover {
    color: var(--bs-primary) !important;
}

.search-wrap .nav-tabs.simple-tabs .nav-link {
    padding: 10px 24px;
    font-weight: 600;
}

/* ============================
   Section Spacing & Headings
   ============================ */
section {
    padding: 60px 0;
}

.secHeading-wrap h2 {
    font-weight: 700;
    color: var(--bs-heading-color);
    margin-bottom: 10px;
}

.secHeading-wrap p {
    font-size: 15px;
    opacity: 0.8;
}

/* ============================
   Feature Cards
   ============================ */
.feature-azzam .card {
    border: 1px solid var(--bs-border-color);
    transition: all 0.3s ease;
    height: 100%;
    background: var(--bs-body-bg);
}

.feature-azzam .card:hover {
    transform: translateY(-4px);
    border-color: var(--bs-primary);
    box-shadow: 0 8px 24px rgba(10, 38, 71, 0.15);
}

.feature-azzam .card .card-body {
    padding: 1.5rem;
}

/* ============================
   Best Experience Section
   ============================ */
.bestExperience-block {
    padding: 20px;
}

.bestExperience-block h3 {
    font-size: 28px;
    line-height: 1.3;
}

/* ============================
   Product Cards
   ============================ */
.pop-touritem .card {
    transition: all 0.3s ease;
    overflow: hidden;
}

.pop-touritem .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(10, 38, 71, 0.2);
}

/* ============================
   Footer
   ============================ */
.py-5.bg-primary a.btn-whites {
    background: #fff;
    color: #0A2647;
    border: 2px solid #fff;
    transition: all 0.3s ease;
}

.py-5.bg-primary a.btn-whites:hover {
    background: transparent;
    color: #fff;
}

footer.skin-theme-footer {
    background: #0A2647 !important;
}

footer.skin-theme-footer .footer-widget h4.widget-title {
    color: #D4A017 !important;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

footer.skin-theme-footer .footer-widget h4.widget-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #D4A017;
}

footer.skin-theme-footer .footer-widget ul li a,
footer.skin-theme-footer .footer-widget p,
footer.skin-theme-footer,
footer.skin-theme-footer a,
footer.skin-theme-footer .footer-add p,
footer.skin-theme-footer .footer-add strong {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 13px;
    transition: all 0.3s ease;
}

footer.skin-theme-footer .footer-widget ul li a:hover {
    color: #D4A017 !important;
    padding-left: 4px;
}

footer.skin-theme-footer .footer-logo-azzamku {
    filter: brightness(0) invert(1);
    height: 100px;
}

footer.skin-theme-footer .foot-socials ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    font-size: 16px;
    transition: all 0.3s ease;
}

footer.skin-theme-footer .foot-socials ul li a:hover {
    background: #D4A017;
    color: #0A2647 !important;
    transform: translateY(-2px);
}

footer.skin-theme-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 20px 0;
}

footer.skin-theme-footer .footer-bottom p,
footer.skin-theme-footer .footer-bottom a {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 13px;
}

footer.skin-theme-footer .footer-bottom a:hover {
    color: #D4A017 !important;
}

footer.skin-theme-footer .pmt-wrap img {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

footer.skin-theme-footer .footer-widget {
    padding: 50px 0 40px;
}

@media (max-width: 767px) {
    footer.skin-theme-footer .footer-widget {
        padding: 30px 0;
    }
}

/* ============================
   Navigation Menu Fix
   ============================ */
.header-light {
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.nav-menu > li > a {
    font-weight: 500;
    padding: 10px 16px;
}

.header-transparent .nav-menu > li > a {
    color: var(--bs-body-color);
}

.header-dark .nav-dropdown {
    background: #0A2647 !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}

.header-dark .nav-dropdown > li > a {
    color: #fff !important;
}

.header-dark .nav-dropdown > li > a:hover {
    color: #D4A017 !important;
    background: rgba(255,255,255,0.05) !important;
}

/* ============================
   Responsive Fixes
   ============================ */
@media (max-width: 767.98px) {
    section {
        padding: 40px 0;
    }
    .bestExperience-block h3 {
        font-size: 22px;
    }
    .search-wrap.overio {
        position: relative;
        top: 0;
        transform: none;
    }
}

ul.colored-list li:before {
    color: #D4A017;
}

/**
Logo
*/
.nav-brand img {
    width: unset;
    height: 38px;
}
img.footer-logo-azzamku {
    height: 120px;
}

[data-bs-theme=dark] img.footer-logo-azzamku {
    filter: brightness(0) invert(1);
}

/**
Search destination
*/
@media (min-width: 1200px) { 
    .search-wrap.overio {
        top: -110px;
        transform: translateY(-110px);
    }
    .container-search-azzam{
        height: 0;
    }
}

/* ----------------- Default Style: Typography Styles ----------------------- */

/** preloader **/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

[data-bs-theme=light] #preloader {
    background: #f7f7f7;
}

[data-bs-theme=dark] #preloader {
    background: #232323 !important;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--bs-primary);
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

/** ajax loader **/
#loading_ajax {
    position: fixed;
    z-index: 2021;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity= 80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    overflow: hidden;
    text-align: center;
    display:none;
}
[data-bs-theme=light] #loading_ajax {
    background: rgba(255, 255, 255, 0.90);
}

[data-bs-theme=dark] #loading_ajax {
    background: rgba(0, 0, 0, 0.90);
}
#loading_ajax .loaderpageajax {
    position: relative;
    top: 40%;
}  
#loading_ajax .loaderpageajax .spinner-loader{
    background: url(/assets/img/loader/loader.svg) no-repeat;
    padding: 25px;
    height: 140px;
    width: 200px;
    margin: 0 auto;
}
#loading_ajax img {
    margin-bottom: 12px;
}  
#loading_ajax i.fa, #loading_ajax h4 {
    opacity: 1.0;
    filter: alpha(opacity= 100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/**
*
* NAV TAB SEARCH
*
*/
[data-bs-theme=dark] .search-wrap .nav-tabs.simple-tabs .nav-link,
[data-bs-theme="dark"] .search-wrap .tab-content {

    background: var(--bs-gray-200);
}

/* ----------------- Form style ----------------------- */
/* 
*
* Form Custom
*/
.req:after {
    content: ' *';
    color: #c0392b;
    font-size: 15px;
    line-height: 15px;
}

/* 
*
* footer setting
*
*/
[data-bs-theme=dark] .skin-dark-footer {
    background: #373737;
}

[data-bs-theme=dark] footer.skin-dark-footer .footer-widget ul li a,
[data-bs-theme=dark] footer.skin-dark-footer,
[data-bs-theme=dark] footer.skin-dark-footer a,
[data-bs-theme=dark] .skin-dark-footer .footer-widget p {
    color: #fff;
}

[data-bs-theme=dark] footer.skin-dark-footer .footer-widget .ftp-info {
    background: #999;
}

[data-bs-theme=dark] .skin-dark-footer .footer-bottom.border-top {
    border-color: #5b5b5b !important;
}

[data-bs-theme=dark] .skin-dark-footer .footer-bottom {
    background-color: #1c1c1c;
}

[data-bs-theme=dark] .text-light {
    color: rgba(var(--bs-light-rgb)) !important;
}

/*
*
* SIDEBAR
*
*/

[data-bs-theme=dark] .sidebar-azzam {
    background-color: var(--bs-gray-200);
    border: 1px solid var(--bs-border-color);
}
[data-bs-theme=dark] .searchBar-single:last-child{
    border-bottom: none !important;
}
[data-bs-theme=light] .sidebar-azzam {
    background-color: var(--bs-white);
}

/*
*
* TOP MENU NAV
*
*/
.nav-menu > li > a {
    font-weight: normal;
}

/*
*
* SINGLE POSTING
*
*/
.breadcrumbs {
    padding: 22px 0;
    background-color: #FBF7EF;
    min-height: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(10, 38, 71, 0.10);
}
  
.breadcrumbs .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
  
.breadcrumb {
    background: none;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
}
  
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: ">";
    padding: 0 5px;
    color: #C99A2E;
}

.breadcrumb-item a {
    color: #5A6472;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #0A2647;
}

.breadcrumbs h2 {
    margin-top: 6px;
    font-size: 24px;
    font-weight: 600;
}


/* Styling untuk bagian Articles Detail Section */
.section-articles-detail {
    background-color: #1c1e22; /* Warna latar belakang gelap */
    color: #ffffff; /* Warna teks utama */
    padding: 20px 0; /* Padding sesuai kebutuhan */
}

.section-articles-detail .container {
    padding: 15px; /* Padding container */
}

.section-articles-detail h1 {
    color: #ffffff; /* Warna judul artikel */
}

.section-articles-detail p {
    color: #adb5bd; /* Warna teks */
}

/* Styling untuk badge */
.label {
    background-color: #6c757d; /* Warna latar belakang badge */
    color: #ffffff; /* Warna teks badge */
    padding: 5px 10px; /* Padding badge */
    border-radius: 5px; /* Radius border badge */
}

/* Styling untuk informasi penulis */
.author-info {
    display: flex;
    align-items: center;
}

.author-info .avatar {
    margin-right: 10px; /* Margin antara avatar dan teks */
}

.author-info h6, .author-info p {
    color: #ffffff; /* Warna teks info penulis */
}

.author-info a {
    color: #f9b934; /* Warna link penulis, disesuaikan dengan tema */
    text-decoration: none;
}

.author-info .avatar-img {
    border-radius: 50%; /* Membuat avatar menjadi lingkaran */
}

/* Styling untuk list */
.nav-divider {
    border-top: 1px solid #2d3035; /* Warna pembatas */
    padding-top: 10px; /* Padding atas */
}

/*
*
* Card Product
*
*/
.flight-footer-bottom {
    margin-top: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.azzam-flexer-product {
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
}


.touritem-middle-azzam {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.floating-wpp .floating-wpp-input-message textarea {
    background: #fff;
    color: #333;
}

.floating-wpp .floating-wpp-button {
    border-radius: 50%;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.35);
}
.floating-wpp .floating-wpp-popup.active {
    bottom: 78px !important;
}

/**
*
* Galleri
*
*/
section.portfolio-post {
    margin: 20px auto;
    padding: 20px 15px  !important;
}
section.portfolio {
    margin: auto;
    padding: 10px 15px 80px !important;
}

.section-header h1 {
    font-size: 2.5rem;
    color: #bbbbbb;
    text-align: center;
    margin-bottom: 50px;
}

.entry-single {
    margin-bottom: 40px;
}

.entry-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.entry-meta li {
    font-size: 0.9rem;
    color: #6c757d;
}

.entry-meta i {
    margin-right: 8px;
}

.entry-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
  }
  
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff;
  }
  
  .portfolio #portfolio-flters li:hover,
  .portfolio #portfolio-flters li.filter-active {
    color: #4154f1;
    border-color: #4154f1;
  }
  
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
  }
  
  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
  
  .portfolio .portfolio-wrap img {
    transition: 1s;
  }
  
  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  
  .portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }
  
  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
    color: #012970;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }
  
  .portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #4154f1;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #5969f3;
  }
  
  .portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
  }
  
  .portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }
  
  .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0;
  }


.portfolio-home .member {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.portfolio-home .member-img img {
    border-radius: 10px 10px 0 0;
    transition: transform 0.3s ease-in-out;
}

.portfolio-home .member:hover .member-img img {
    transform: scale(1.05);
}

.portfolio-home .member-info {
    padding: 20px;
    text-align: center;
}

.portfolio-home .member-info h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.portfolio-home .member-info p {
    font-size: 0.9rem;
    color: #a3a3a3;
}

.portfolio-home .readmore {
    color: #fff;
    text-decoration: none;
}

.portfolio-home .readmore:hover {
    text-decoration: underline;
}

/* Home professional refresh */
:root,
[data-bs-theme=light] {
  /* Retuned ke palet "Ketenangan Amanah" (navy + emas). Nama variabel
     dipertahankan agar ratusan aturan legacy langsung jadi on-brand. */
  --azzam-purple: #0A2647;
  --azzam-purple-dark: #071A33;
  --azzam-purple-soft: #EAF0F6;
  --azzam-gold: #C99A2E;
  --azzam-gold-dark: #A97F1E;
  --azzam-ink: #0A2647;
  --azzam-muted: #5A6472;
  --azzam-line: rgba(10, 38, 71, 0.12);
  --bs-primary: #0A2647;
  --bs-primary-rgb: 10, 38, 71;
  --bs-warning: #C99A2E;
  --bs-warning-rgb: 201, 154, 46;
  --bg-light-primary: #EAF0F6;
}

body {
  color: var(--azzam-ink);
  background: #fff;
}

.btn-primary,
.btn-dark,
.list-buttons.light a:first-child {
  border-color: var(--azzam-purple) !important;
  background: var(--azzam-purple) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(10, 38, 71, 0.16);
}

.btn-primary:hover,
.btn-dark:hover,
.list-buttons.light a:first-child:hover {
  border-color: var(--azzam-purple-dark) !important;
  background: var(--azzam-purple-dark) !important;
  transform: translateY(-1px);
}

.btn-light {
  border: 1px solid rgba(201, 154, 46, 0.36);
  background: #fffaf0;
  color: var(--azzam-purple);
}

.text-warning {
  color: var(--azzam-gold-dark) !important;
}

.header-light {
  min-height: 76px;
  box-shadow: 0 10px 32px rgba(10, 38, 71, 0.08) !important;
}

.nav-brand img {
  height: 46px;
}

.nav-menu > li > a {
  color: var(--azzam-ink);
  font-size: 13px;
  font-weight: 700;
}

.nav-menu > li > a:hover,
.nav-menu > li > a.active {
  color: var(--azzam-purple) !important;
}

.nav-menu-social .cartlink,
.mobile_nav .cartlink {
  border: 1px solid rgba(10, 38, 71, 0.12);
}

.nav-menu-social .list-buttons.light a:first-child {
  border: 1px solid rgba(201, 154, 46, 0.5) !important;
  background: #fffaf0 !important;
  color: var(--azzam-purple) !important;
  box-shadow: none;
}

.nav-menu-social .list-buttons.light a:first-child i {
  color: var(--azzam-gold-dark);
}

.nav-menu-social .list-buttons.light a:first-child:hover {
  border-color: var(--azzam-gold) !important;
  background: var(--azzam-purple) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(10, 38, 71, 0.16);
}

.nav-menu-social .list-buttons.light a:first-child:hover i {
  color: var(--azzam-gold);
}

.nav-menu-social .cartlink {
  background: #fff !important;
  color: var(--azzam-purple) !important;
}

.nav-menu-social .cartlink:hover {
  border-color: rgba(201, 154, 46, 0.55);
  background: #fffaf0 !important;
  color: var(--azzam-purple) !important;
}

.header.header-light .nav-menu.nav-menu-social > li.list-buttons.light > a:first-child {
  border: 1px solid rgba(201, 154, 46, 0.56) !important;
  border-radius: 8px !important;
  background: #fff8e8 !important;
  color: var(--azzam-purple) !important;
  box-shadow: 0 8px 18px rgba(10, 38, 71, 0.07) !important;
}

.header.header-light .nav-menu.nav-menu-social > li.list-buttons.light > a:first-child i {
  color: var(--azzam-gold-dark) !important;
}

.header.header-light .nav-menu.nav-menu-social > li.list-buttons.light > a:first-child:hover {
  border-color: var(--azzam-purple) !important;
  background: var(--azzam-purple) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(10, 38, 71, 0.18) !important;
}

.header.header-light .nav-menu.nav-menu-social > li.list-buttons.light > a:first-child:hover i {
  color: var(--azzam-gold) !important;
}

.header.header-light .nav-menu.nav-menu-social > li.list-buttons.light > a.cartlink {
  border: 1px solid rgba(10, 38, 71, 0.12) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--azzam-purple) !important;
  box-shadow: none !important;
}

.header.header-light .nav-menu.nav-menu-social > li.list-buttons.light > a.cartlink:hover {
  border-color: rgba(201, 154, 46, 0.56) !important;
  background: #fff8e8 !important;
  color: var(--azzam-purple) !important;
}

.home-hero-stage {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: var(--azzam-purple-dark);
}

.home-hero-stage #myCarousel {
  margin-bottom: 0 !important;
}

.home-hero-stage::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: 3;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 92%);
  pointer-events: none;
}

.home-hero-assurance {
  position: absolute;
  right: max(48px, calc((100vw - 1140px) / 2));
  bottom: 145px;
  z-index: 5;
  align-items: center;
  gap: 10px;
  max-width: 520px;
}

.home-hero-assurance div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 15px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(7, 26, 51, 0.55);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.home-hero-assurance i {
  color: var(--azzam-gold);
}

.search-wrap.with-label.overio {
  overflow: visible;
}

.search-wrap.with-label .fliore {
  position: relative;
}

.search-wrap.with-label .fliore::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(201, 154, 46, 0.58), rgba(10, 38, 71, 0.14), rgba(255, 255, 255, 0));
  z-index: -1;
}

.search-wrap .tab-content {
  padding: 22px !important;
}

.search-panel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(10, 38, 71, 0.08);
}

.search-panel-heading span {
  display: inline-flex;
  margin-bottom: 5px;
  color: var(--azzam-gold-dark);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.search-panel-heading h2 {
  margin: 0;
  color: var(--azzam-purple);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
}

.search-panel-heading p {
  max-width: 360px;
  margin: 0;
  color: var(--azzam-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.search-field-shell {
  position: relative;
}

.search-field-shell label {
  display: block;
  margin-bottom: 7px;
  color: var(--azzam-purple);
  font-size: 0.78rem;
  font-weight: 800;
}

.search-field-icon {
  position: absolute;
  left: 15px;
  bottom: 14px;
  z-index: 3;
  color: var(--azzam-gold-dark);
  pointer-events: none;
}

.search-field-shell .select2-container--default .select2-selection--single,
.search-field-shell .select2-container .select2-selection--single {
  height: 52px;
  padding-left: 34px;
  border: 1px solid rgba(10, 38, 71, 0.14);
  background: #fbfaff;
}

.search-field-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  color: var(--azzam-ink);
  line-height: 52px;
}

.search-field-shell .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(28, 22, 48, 0.52);
}

.search-field-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  right: 10px;
}

.search-submit-shell {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-top: 0;
}

.search-submit-shell .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
  font-weight: 800;
}

.search-submit-shell .btn span {
  display: none;
}

.search-wrap .nav-tabs.simple-tabs {
  box-shadow: 0 14px 32px rgba(10, 38, 71, 0.14);
}

.search-wrap .nav-tabs.simple-tabs .nav-link {
  padding: 12px 22px;
  font-size: 0.9rem;
}

.carousel-inner .carousel-item {
  min-height: 520px;
  background-position: center !important;
  background-size: cover !important;
}

.carousel-inner .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.78) 0%, rgba(7, 26, 51, 0.48) 46%, rgba(7, 26, 51, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(7, 26, 51, 0.22));
  pointer-events: none;
}

.carousel-caption {
  z-index: 2;
  right: auto;
  left: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-52%);
  max-width: 700px;
  padding: 0 18px;
  text-align: left;
}

/* Eyebrow — garis emas + huruf renggang, bukan kotak */
.carousel-caption h3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #E7D4A0;
  background: transparent;
  font-family: "Plus Jakarta Sans", "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700 !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.carousel-caption h3::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #C99A2E;
}

/* Judul — serif Fraunces, tenang & berkelas */
.carousel-caption h1 {
  color: #fff !important;
  max-width: 640px;
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.015em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.carousel-caption p {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.7;
}

.carousel-caption p.mt-5 {
  margin-top: 1.5rem !important;
}

.carousel-caption .btn {
  border-radius: 999px;
  padding: 11px 26px;
  font-weight: 600;
  font-size: 0.9rem;
  background: var(--azzam-gold) !important;
  border-color: var(--azzam-gold) !important;
  color: #071A33 !important;
  box-shadow: 0 12px 28px rgba(201, 154, 46, 0.35);
  transition: transform 0.18s ease, background 0.18s ease;
}

.carousel-caption .btn:hover {
  background: #d8ab3e !important;
  border-color: #d8ab3e !important;
  transform: translateY(-2px);
}

/* Panah navigasi — lingkaran kaca tipis */
.carousel-control-prev,
.carousel-control-next {
  width: 46px;
  height: 46px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  opacity: 1;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.carousel-control-prev { left: 22px; }
.carousel-control-next { right: 22px; }

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(201, 154, 46, 0.85);
  border-color: rgba(201, 154, 46, 0.9);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.1rem;
  height: 1.1rem;
}

/* Indikator — strip tipis, aktif emas memanjang */
.carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  width: 22px;
  height: 3px;
  border-radius: 2px;
  border: 0;
  background: rgba(255, 255, 255, 0.38);
  transition: width 0.25s ease, background 0.25s ease;
}

.carousel .carousel-indicators .active {
  width: 42px;
  background: var(--azzam-gold);
}

.search-explore-wrap {
  z-index: 20;
}

.search-wrap.with-label {
  border: 1px solid rgba(201, 154, 46, 0.28);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(10, 38, 71, 0.18);
}

.search-wrap .nav-tabs.simple-tabs .nav-link {
  border-radius: 8px 8px 0 0;
  background: var(--azzam-purple);
  color: #fff !important;
}

.search-wrap .tab-content {
  border-radius: 0 0 8px 8px !important;
}

.select2-container--default .select2-selection--single,
.search-wrap .form-control {
  min-height: 48px;
  border-color: rgba(10, 38, 71, 0.14);
  border-radius: 8px;
  color: var(--azzam-ink);
}

.search-wrap .btn {
  min-height: 48px;
  border-radius: 8px;
}

.home-trust-strip {
  padding: 86px 0 62px;
  background: linear-gradient(180deg, #fff 0%, #faf8fd 100%);
}

.home-trust-panel {
  border: 1px solid var(--azzam-line);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(201, 154, 46, 0.14), rgba(255, 255, 255, 0) 38%),
    #fff;
  box-shadow: 0 18px 46px rgba(10, 38, 71, 0.08);
}

.trust-eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--azzam-gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-intro h2 {
  margin: 0;
  color: var(--azzam-purple);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.35;
}

.trust-item {
  display: flex;
  gap: 14px;
  height: 100%;
  border: 1px solid rgba(10, 38, 71, 0.1);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.trust-item i {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--azzam-purple-soft);
  color: var(--azzam-purple);
  font-size: 1.15rem;
}

.trust-item h3 {
  margin: 0 0 6px;
  color: var(--azzam-ink);
  font-size: 0.98rem;
  font-weight: 800;
}

.trust-item p {
  margin: 0;
  color: var(--azzam-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.feature-azzam {
  background:
    linear-gradient(180deg, #f8f5fb 0%, #fff 100%) !important;
}

.secHeading-wrap h2.text-warning,
.bestExperience-block > p,
.prc-captions p {
  color: var(--azzam-gold-dark) !important;
  font-weight: 800 !important;
}

.secHeading-wrap h3,
.secHeading-wrap h2:not(.text-warning) {
  color: var(--azzam-purple);
  font-weight: 800;
}

.secHeading-wrap p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: var(--azzam-muted);
  opacity: 1;
  line-height: 1.7;
}

.feature-azzam .card {
  border: 1px solid rgba(10, 38, 71, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 38, 71, 0.06);
}

.feature-azzam .card:hover {
  border-color: rgba(201, 154, 46, 0.58);
  box-shadow: 0 18px 42px rgba(10, 38, 71, 0.12);
}

.feature-azzam .avatar-title i {
  color: var(--azzam-purple) !important;
}

.feature-azzam .card h4 {
  color: var(--azzam-purple);
}

.feature-azzam .card p {
  color: var(--azzam-muted);
  line-height: 1.6;
}

.home-about-section {
  background-size: cover !important;
  background-position: center !important;
}

.home-about-visual img {
  border: 1px solid rgba(10, 38, 71, 0.1);
  border-radius: 8px !important;
  box-shadow: 0 24px 54px rgba(10, 38, 71, 0.14);
}

.home-about-badge {
  position: absolute;
  right: -18px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 270px;
  border: 1px solid rgba(201, 154, 46, 0.36);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
  color: var(--azzam-purple);
  box-shadow: 0 18px 42px rgba(10, 38, 71, 0.16);
  font-weight: 800;
  line-height: 1.35;
}

.home-about-badge i {
  color: var(--azzam-gold-dark);
  font-size: 1.3rem;
}

.bestExperience-block {
  padding: 26px 0;
}

.bestExperience-block h3 {
  color: var(--azzam-purple);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.bestExperience-block .d-flex {
  border: 1px solid rgba(10, 38, 71, 0.09);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.bestExperience-block h4 {
  color: var(--azzam-purple);
  font-weight: 800;
}

.bestExperience-block p {
  color: var(--azzam-muted);
  line-height: 1.75;
}

.bg-masjid-1 {
  overflow: hidden;
}

[data-bs-theme=light] .bg-masjid-1::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.86), rgba(10, 38, 71, 0.64)),
    rgba(0, 0, 0, 0.22);
}

.bg-masjid-1 .container {
  position: relative;
  z-index: 1;
}

.prc-captions h1 {
  color: #fff;
  font-weight: 800;
}

.card.shadow.rounded-4,
.pop-touritem .card,
.card-clean {
  border-radius: 8px !important;
  border: 1px solid rgba(10, 38, 71, 0.1) !important;
  box-shadow: 0 14px 34px rgba(10, 38, 71, 0.09) !important;
}

.card.shadow.rounded-4 .card-header {
  border-bottom-color: rgba(10, 38, 71, 0.08) !important;
  background: linear-gradient(180deg, #fff, #FBF7EF);
}

.card.shadow.rounded-4 h6,
.pop-touritem .city {
  color: var(--azzam-purple);
}

.pricingtable__highlight,
.low-price .price {
  color: var(--azzam-purple);
}

.flight-thumb-wrapper img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.touritem-middle-azzam {
  min-height: 245px;
}

.blogGrid-wrap {
  border: 1px solid rgba(10, 38, 71, 0.09);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 38, 71, 0.06);
}

.blogGrid-pics img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px !important;
}

.blogGrid-caps h4 a {
  color: var(--azzam-purple) !important;
}

.blogGrid-caps p {
  color: var(--azzam-muted);
}

.portfolio-home .member {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 38, 71, 0.08);
}

.portfolio-home .member-info h4 a {
  color: var(--azzam-purple);
}

.portfolio-home .readmore {
  color: var(--azzam-purple);
}

.py-5.bg-primary {
  background:
    linear-gradient(135deg, var(--azzam-purple), var(--azzam-purple-dark)) !important;
}

.footer-cta.py-5.bg-primary {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(201, 154, 46, 0.22);
  border-bottom: 1px solid rgba(10, 38, 71, 0.08);
  background:
    linear-gradient(135deg, rgba(201, 154, 46, 0.18), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, #fff 0%, #FBF7EF 100%) !important;
}

.footer-cta.py-5.bg-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 58%, rgba(10, 38, 71, 0.06) 58.2% 74%, transparent 74.2%),
    linear-gradient(28deg, transparent 0 18%, rgba(201, 154, 46, 0.14) 18.2% 29%, transparent 29.2%);
  pointer-events: none;
}

.footer-cta.py-5.bg-primary .container {
  position: relative;
  z-index: 1;
}

.footer-cta.py-5.bg-primary h4 {
  color: var(--azzam-purple) !important;
  font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
}

.footer-cta.py-5.bg-primary p {
  max-width: 720px;
  color: var(--azzam-muted) !important;
  opacity: 1 !important;
  line-height: 1.7;
}

.footer-cta.py-5.bg-primary a.btn-whites {
  border: 1px solid var(--azzam-purple) !important;
  border-radius: 8px;
  background: var(--azzam-purple) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(10, 38, 71, 0.16);
}

.footer-cta.py-5.bg-primary a.btn-whites i {
  color: var(--azzam-gold);
}

.footer-cta.py-5.bg-primary a.btn-whites:hover {
  border-color: var(--azzam-gold) !important;
  background: var(--azzam-purple-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

footer.skin-theme-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(201, 154, 46, 0.28);
  background:
    linear-gradient(145deg, rgba(201, 154, 46, 0.08), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #0A2647 0%, #071A33 100%) !important;
}

footer.skin-theme-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 62%, rgba(201, 154, 46, 0.07) 62.2% 74%, transparent 74.2%),
    linear-gradient(38deg, transparent 0 18%, rgba(255, 255, 255, 0.035) 18.2% 28%, transparent 28.2%);
  pointer-events: none;
}

footer.skin-theme-footer > div,
footer.skin-theme-footer .footer-bottom {
  position: relative;
  z-index: 1;
}

footer.skin-theme-footer .footer-widget {
  padding: 58px 0 46px;
}

footer.skin-theme-footer .footer-logo-azzamku {
  height: 92px;
  max-width: 210px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

footer.skin-theme-footer .footer-add {
  margin-top: 12px;
}

footer.skin-theme-footer .footer-add p {
  max-width: 280px;
  line-height: 1.85;
}

footer.skin-theme-footer .footer-add strong {
  display: inline-block;
  margin-bottom: 4px;
  color: #fff !important;
  font-weight: 800;
}

footer.skin-theme-footer .footer-widget h4.widget-title {
  color: var(--azzam-gold) !important;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

footer.skin-theme-footer .footer-widget h4.widget-title:after {
  width: 38px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--azzam-gold), rgba(201, 154, 46, 0.18));
}

footer.skin-theme-footer .footer-menu {
  display: grid;
  gap: 7px;
}

footer.skin-theme-footer .footer-widget ul li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.45;
}

footer.skin-theme-footer .footer-widget ul.footer-menu li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: rgba(201, 154, 46, 0.72);
  transform: rotate(45deg);
  transition: all 0.2s ease;
}

footer.skin-theme-footer .footer-widget ul.footer-menu li a:hover::before {
  background: var(--azzam-gold);
}

footer.skin-theme-footer .foot-socials {
  margin-top: 18px;
}

footer.skin-theme-footer .foot-socials ul {
  gap: 8px;
}

footer.skin-theme-footer .foot-socials ul li {
  margin: 0;
}

footer.skin-theme-footer .foot-socials ul li a {
  border: 1px solid rgba(201, 154, 46, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

footer.skin-theme-footer .foot-socials ul li a:hover {
  background: var(--azzam-gold);
  color: var(--azzam-purple-dark) !important;
}

footer.skin-theme-footer .pmt-wrap {
  border: 1px solid rgba(201, 154, 46, 0.18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
}

footer.skin-theme-footer .pmt-wrap img {
  filter: none;
  opacity: 0.92;
}

footer.skin-theme-footer .footer-bottom {
  border-top: 1px solid rgba(201, 154, 46, 0.16) !important;
  background: rgba(10, 4, 23, 0.28);
}

footer.skin-theme-footer .footer-bottom p,
footer.skin-theme-footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.68) !important;
}

footer.skin-theme-footer .footer-bottom strong a {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  footer.skin-theme-footer .footer-widget {
    padding: 30px 0 18px;
  }

  footer.skin-theme-footer .footer-logo-azzamku {
    height: 78px;
  }

  footer.skin-theme-footer .footer-add p {
    max-width: 100%;
  }

  footer.skin-theme-footer .footer-bottom ul {
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  .search-wrap.overio {
    top: -82px;
    transform: translateY(-82px);
  }

  .home-trust-strip {
    padding-top: 112px;
  }
}

@media (max-width: 991.98px) {
  .carousel-inner .carousel-item {
    min-height: 560px;
  }

  .carousel-caption {
    left: 0;
    max-width: 100%;
  }

  .home-about-badge {
    right: 16px;
    bottom: 16px;
  }

  .search-panel-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .search-panel-heading p {
    max-width: 100%;
  }

  .search-submit-shell {
    display: block;
    padding-top: 0;
  }

  .search-submit-shell .btn span {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  .nav-brand img {
    height: 38px;
  }

  .carousel-inner .carousel-item {
    min-height: 520px;
  }

  .carousel-caption h1 {
    font-size: 2.05rem;
  }

  .home-hero-stage::before {
    height: 110px;
  }

  .search-wrap .tab-content {
    padding: 16px !important;
  }

  .search-panel-heading h2 {
    font-size: 1.05rem;
  }

  .search-field-shell .select2-container--default .select2-selection--single,
  .search-field-shell .select2-container .select2-selection--single,
  .search-field-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
  }

  .search-field-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
  }

  .search-submit-shell .btn {
    min-height: 48px;
  }

  .home-trust-strip {
    padding: 26px 0 42px;
  }

  .home-trust-panel {
    padding: 16px;
  }

  .trust-item {
    padding: 15px;
  }

  .home-about-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -30px 14px 24px;
  }
}

/* Reserve real layout space for the floating search panel. */
@media (min-width: 1200px) {
  .search-explore-wrap {
    margin-top: -92px;
    padding-bottom: 72px;
  }

  .container-search-azzam {
    height: auto !important;
  }

  .search-wrap.overio {
    top: auto !important;
    transform: none !important;
  }

  .home-trust-strip {
    padding-top: 34px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .search-explore-wrap {
    margin-top: -54px;
    padding-bottom: 54px;
  }

  .search-wrap.overio {
    top: auto !important;
    transform: none !important;
  }

  .home-trust-strip {
    padding-top: 30px;
  }
}

/* My order / invoice lookup */
.myorder-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}

.myorder-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(7, 26, 51, 0.9), rgba(10, 38, 71, 0.62)),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08));
}

.myorder-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 94%);
}

.myorder-hero .container {
  position: relative;
  z-index: 1;
}

.myorder-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 46, 0.26);
  border-radius: 8px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(201, 154, 46, 0.14), rgba(255, 255, 255, 0) 44%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(10, 4, 23, 0.28);
}

.myorder-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 60%, rgba(10, 38, 71, 0.05) 60.2% 74%, transparent 74.2%),
    linear-gradient(34deg, transparent 0 20%, rgba(201, 154, 46, 0.12) 20.2% 31%, transparent 31.2%);
  pointer-events: none;
}

.myorder-card > * {
  position: relative;
  z-index: 1;
}

.myorder-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(201, 154, 46, 0.42);
  border-radius: 8px;
  margin-bottom: 18px;
  background: #fff8e8;
  color: var(--azzam-purple);
  font-size: 1.55rem;
  box-shadow: 0 14px 30px rgba(10, 38, 71, 0.1);
}

.myorder-heading span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--azzam-gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.myorder-heading h1 {
  max-width: 620px;
  margin-bottom: 12px;
  color: var(--azzam-purple);
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
}

.myorder-heading p {
  max-width: 660px;
  margin-bottom: 24px;
  color: var(--azzam-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.myorder-form {
  margin-bottom: 18px;
}

.myorder-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--azzam-purple);
  font-size: 0.82rem;
  font-weight: 800;
}

.myorder-input-group {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: stretch;
  border: 1px solid rgba(10, 38, 71, 0.13);
  border-radius: 8px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(10, 38, 71, 0.08);
}

.myorder-input-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--azzam-gold-dark);
}

.myorder-input-group .form-control {
  height: 50px;
  border: 0;
  background: transparent;
  color: var(--azzam-ink);
  font-weight: 700;
  box-shadow: none;
}

.myorder-input-group .form-control::placeholder {
  color: rgba(28, 22, 48, 0.45);
  font-weight: 600;
}

.myorder-input-group .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 154px;
  border-radius: 8px;
  font-weight: 800;
}

.myorder-input-group .btn i {
  color: var(--azzam-gold);
}

.myorder-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(10, 38, 71, 0.08);
  padding-top: 16px;
  color: var(--azzam-muted);
  font-size: 0.84rem;
}

.myorder-help div {
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1.5;
}

.myorder-help i {
  color: var(--azzam-gold-dark);
}

.myorder-help a {
  color: var(--azzam-purple);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.myorder-help a:hover {
  color: var(--azzam-gold-dark);
}

@media (max-width: 767.98px) {
  .myorder-hero {
    min-height: 620px;
    padding: 46px 0;
  }

  .myorder-card {
    padding: 24px 18px;
  }

  .myorder-input-group {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0;
  }

  .myorder-input-group .btn {
    grid-column: 1 / -1;
    min-width: 100%;
    min-height: 48px;
    margin-top: 6px;
  }

  .myorder-help {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Checkout brand frame */
body.checkout-body,
body.checkout-body #main-wrapper {
  background:
    linear-gradient(180deg, rgba(201, 154, 46, 0.12) 0%, rgba(255, 255, 255, 0) 260px),
    #f6f7f2 !important;
  color: #1f2a24;
}

.checkout-page {
  background:
    linear-gradient(180deg, rgba(201, 154, 46, 0.12) 0%, rgba(255, 255, 255, 0) 260px),
    #f6f7f2 !important;
  color: #1f2a24;
}

.checkout-page .card,
.checkout-page .side-block,
.checkout-page .flights-list-item {
  border-color: rgba(10, 38, 71, 0.14) !important;
  background: #fff !important;
  color: #1f2a24;
  box-shadow: 0 12px 28px rgba(31, 42, 36, 0.08);
}

.checkout-page .card-header {
  background: #fffaf4;
  border-color: rgba(201, 154, 46, 0.2) !important;
}

.checkout-page .text-dark,
.checkout-page h1,
.checkout-page h2,
.checkout-page h3,
.checkout-page h4,
.checkout-page h5,
.checkout-page h6,
.checkout-page label,
.checkout-page .form-label,
.checkout-page .table,
.checkout-page .list-group-item {
  color: #1f2a24 !important;
}

.checkout-page .text-muted {
  color: #66736b !important;
}

.checkout-page .list-group-item,
.checkout-page .table td,
.checkout-page .table th {
  background: #fff !important;
  border-color: rgba(10, 38, 71, 0.10) !important;
}

.checkout-page .form-control,
.checkout-page .form-select,
.checkout-page .select2-selection {
  background-color: #fff !important;
  border-color: rgba(10, 38, 71, 0.18) !important;
  color: #1f2a24 !important;
}

.checkout-page .form-control:focus,
.checkout-page .form-select:focus {
  border-color: #C99A2E !important;
  box-shadow: 0 0 0 0.18rem rgba(201, 154, 46, 0.18) !important;
}

section.checkout-page {
  padding: 40px 0 40px !important;
}

.checkout-page .form-control,
.checkout-page .form-select,
.checkout-page .input-group-text,
.checkout-page .input-group .form-control,
.checkout-page .input-group .input-group-btn {
  padding: 0.32rem 0.6rem;
  font-size: 0.82rem;
  height: auto;
  min-height: 32px;
  border-radius: 8px;
}

.checkout-page .input-group {
  flex-wrap: nowrap;
}

.checkout-page textarea.form-control {
  height: auto !important;
  min-height: 56px;
  padding: 0.4rem 0.6rem;
  font-size: 0.82rem;
  line-height: 1.45;
}

.checkout-page .form-group {
  margin-bottom: 8px;
}

.checkout-page .mb-3 {
  margin-bottom: 0.6rem !important;
}

.checkout-page .mt-3 {
  margin-top: 0.6rem !important;
}

.checkout-page .g-3,
.checkout-page .g-2 {
  --bs-gutter-y: 0.55rem;
}

.checkout-page .card {
  margin-bottom: 0.75rem !important;
}

.checkout-page .btn-md {
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
}

.checkout-page .checkout-brand-title {
  font-size: 1.2rem;
}

.checkout-page .checkout-brand-copy {
  font-size: 0.78rem;
  margin-bottom: 0;
}

.checkout-page .checkout-brand-status {
  padding: 0.3rem 0.8rem;
  font-size: 0.75rem;
}

.checkout-page .table td,
.checkout-page .table th {
  padding: 0.45rem 0.6rem !important;
  font-size: 0.8rem;
  line-height: 1.35;
  vertical-align: middle;
}

.checkout-page .table .text-success {
  font-size: 0.8rem;
}

.checkout-page .list-group-item {
  padding: 0.5rem 0.75rem !important;
  font-size: 0.82rem;
  line-height: 1.4;
}

.checkout-page .list-group-item .fw-semibold {
  font-size: 0.78rem;
}

.checkout-page .bs-stepper-header {
  padding: 0.5rem 0;
}

.checkout-page .bs-stepper-circle {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.8rem;
}

.checkout-page .bs-stepper-label {
  font-size: 0.75rem;
}

.checkout-page .step-trigger {
  padding: 0.2rem 0 !important;
}

.checkout-page .form-check-label {
  font-size: 0.8rem;
}

.checkout-page .form-text {
  font-size: 0.7rem;
}

.checkout-page .form-label {
  font-size: 0.74rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.checkout-page .card-body {
  padding: 0.75rem 0.9rem;
}

.checkout-page .card-header {
  padding: 0.5rem 0.9rem;
}

.checkout-page h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.checkout-page h5 {
  font-size: 0.85rem;
}

.checkout-page .checkout-form-group {
  margin-top: 6px !important;
}

.checkout-page .checkout-form-group .form-text {
  font-size: 0.7rem;
}

.checkout-page .form-check-inline {
  margin-right: 0.5rem;
}

.checkout-page .form-check-input {
  margin-top: 2px;
}

.checkout-page .phoneChode {
  padding: 0.2rem 0.3rem;
  font-size: 0.75rem;
  min-height: 28px;
  height: auto;
}

.checkout-page .input-group .select2-container .select2-selection--single {
  height: 26px;
  border-color: #ced4da;
}

.checkout-page .input-group .select2-container .select2-selection__rendered {
  line-height: 26px;
  font-size: 0.78rem;
  padding-left: 6px;
}

.checkout-page .input-group .select2-container .select2-selection__arrow {
  height: 26px;
  top: 0;
  right: 1px;
  width: 18px;
}

.checkout-page .input-group .select2-container .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.checkout-page .input-group .select2-container .select2-selection--single {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.checkout-page .input-group > .form-control:not(:first-child) {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.checkout-page .input-group .select2-container {
  padding: 0;
}

.checkout-page .input-group-btn {
  width: auto;
  display: flex;
  align-items: stretch;
}

.checkout-page select.phoneChode {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.checkout-brand-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 38, 71, 0.14);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 16px;
  background:
    linear-gradient(115deg, transparent 0 13%, rgba(218, 221, 218, 0.7) 13.2% 28%, transparent 28.2%),
    linear-gradient(42deg, transparent 0 20%, rgba(244, 245, 243, 0.95) 20.2% 43%, transparent 43.2%),
    linear-gradient(140deg, rgba(226, 228, 225, 0.76) 0 18%, transparent 18.2% 100%),
    linear-gradient(62deg, transparent 0 57%, rgba(213, 216, 213, 0.68) 57.2% 72%, transparent 72.2%),
    linear-gradient(102deg, transparent 0 73%, rgba(247, 248, 246, 0.9) 73.2% 100%),
    #f0f1ee;
  box-shadow: 0 18px 36px rgba(31, 42, 36, 0.1);
}

.checkout-brand-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background:
    linear-gradient(28deg, transparent 0 14%, rgba(255, 255, 255, 0.9) 14.2% 30%, transparent 30.2%),
    linear-gradient(152deg, transparent 0 45%, rgba(204, 208, 204, 0.34) 45.2% 57%, transparent 57.2%),
    linear-gradient(118deg, transparent 0 64%, rgba(255, 255, 255, 0.76) 64.2% 78%, transparent 78.2%),
    linear-gradient(36deg, transparent 0 78%, rgba(218, 221, 218, 0.52) 78.2% 100%);
  opacity: 0.9;
  pointer-events: none;
}

.checkout-brand-hero > .row {
  position: relative;
  z-index: 1;
}

.checkout-brand-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #C99A2E, #5d8750);
}

.checkout-brand-logo {
  max-height: 46px;
  max-width: 180px;
  object-fit: contain;
}

.checkout-brand-eyebrow {
  color: #C99A2E;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.checkout-brand-title {
  color: #1f2a24;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 6px 0 8px;
}

.checkout-brand-copy {
  color: #66736b;
  max-width: 680px;
  margin: 0;
}

.checkout-brand-status {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 230px;
  border: 1px solid rgba(201, 154, 46, 0.28);
  border-radius: 8px;
  padding: 10px 14px 10px 12px;
  color: #254420;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.92)),
    linear-gradient(90deg, rgba(201, 154, 46, 0.18), rgba(10, 38, 71, 0.10));
  box-shadow: 0 10px 24px rgba(31, 42, 36, 0.12);
  white-space: nowrap;
}

.checkout-brand-status::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, #C99A2E, #5d8750);
}

.checkout-brand-status i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #C99A2E, #5d8750);
  box-shadow: 0 8px 18px rgba(201, 154, 46, 0.22);
}

.checkout-brand-status span {
  font-weight: 700;
  line-height: 1.25;
}

.checkout-quota-label {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(201, 154, 46, 0.32);
  border-radius: 6px;
  padding: 7px 12px;
  color: #7A5E1A !important;
  background: #fff3df !important;
  font-size: 0.9rem !important;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(201, 154, 46, 0.18);
}

.checkout-flight-label {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 6px 11px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.checkout-flight-departure {
  border: 1px solid rgba(201, 154, 46, 0.34);
  color: #7A5E1A !important;
  background: #fff0dc !important;
  box-shadow: 0 6px 14px rgba(201, 154, 46, 0.12);
}

.checkout-flight-return {
  border: 1px solid rgba(93, 135, 80, 0.34);
  color: #31502c !important;
  background: #edf7e9 !important;
  box-shadow: 0 6px 14px rgba(93, 135, 80, 0.12);
}

.checkout-steps {
  border: 1px solid rgba(10, 38, 71, 0.10);
  border-radius: 12px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 42, 36, 0.07);
}

.checkout-steps .bs-stepper-header {
  align-items: center;
}

.checkout-steps .bs-stepper-circle {
  border: 1px solid rgba(10, 38, 71, 0.14);
  background: #f7fbf5;
  color: #31502c;
}

.checkout-steps .step.active .bs-stepper-circle {
  border-color: #C99A2E;
  background: #C99A2E;
  color: #111514;
}

.checkout-steps .bs-stepper-label {
  color: #66736b;
}

.checkout-steps .step.active .bs-stepper-label {
  color: #1f2a24;
}

.checkout-steps .line {
  background: rgba(10, 38, 71, 0.14);
}

.checkout-brand-footer {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 12px 0 4px;
  padding: 10px 16px;
  border: 1px solid rgba(10, 38, 71, 0.14);
  background:
    linear-gradient(118deg, transparent 0 14%, rgba(255, 255, 255, 0.86) 14.2% 28%, transparent 28.2%),
    linear-gradient(42deg, transparent 0 40%, rgba(228, 232, 226, 0.72) 40.2% 56%, transparent 56.2%),
    linear-gradient(135deg, transparent 0 67%, rgba(255, 244, 231, 0.82) 67.2% 86%, transparent 86.2%),
    linear-gradient(90deg, #fffaf4 0%, #f7fbf5 100%);
  box-shadow: 0 12px 28px rgba(31, 42, 36, 0.07);
}

.checkout-brand-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(34deg, transparent 0 22%, rgba(201, 154, 46, 0.1) 22.2% 34%, transparent 34.2%),
    linear-gradient(146deg, transparent 0 58%, rgba(93, 135, 80, 0.12) 58.2% 73%, transparent 73.2%),
    linear-gradient(28deg, transparent 0 76%, rgba(255, 255, 255, 0.72) 76.2% 100%);
  pointer-events: none;
}

.checkout-brand-footer::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, #C99A2E, #5d8750);
  pointer-events: none;
}

.checkout-brand-footer > .row {
  position: relative;
  z-index: 1;
}

.checkout-brand-footer h5,
.checkout-brand-footer p {
  color: #1f2a24;
}

.checkout-brand-footer p {
  opacity: 0.74;
}

.checkout-location {
  display: flex;
  align-items: center;
  gap: 14px;
}

.checkout-location-text {
  max-width: 420px;
}

.checkout-location-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: #7A5E1A;
  font-size: 0.82rem;
  font-weight: 800;
}

.checkout-location-address {
  margin: 0;
  color: #1f2a24 !important;
  opacity: 1 !important;
  line-height: 1.45;
}

.checkout-location-qr {
  width: 96px;
  height: 96px;
  padding: 6px;
  border: 1px solid rgba(10, 38, 71, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(31, 42, 36, 0.08);
}

.checkout-location-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.checkout-hotel-table th {
  color: #1f2a24;
  background: #fffaf4 !important;
  font-weight: 800;
}

.checkout-hotel-table td {
  vertical-align: middle;
}

.checkout-hotel-package {
  display: inline-flex;
  justify-content: center;
  min-width: 92px;
  border: 1px solid rgba(201, 154, 46, 0.28);
  border-radius: 6px;
  padding: 6px 10px;
  color: #7A5E1A;
  background: #fff3df;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .checkout-brand-hero {
    padding: 18px;
  }

  .checkout-brand-title {
    font-size: 1.2rem;
  }

  .checkout-brand-status {
    margin-top: 14px;
    width: 100%;
    justify-content: center;
  }

  .checkout-steps {
    padding: 12px;
  }
}
