@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

/* Custom CSS for Umrah Website */

:root {
    --color1: #14153b;
    --color2: #d1ad59;
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --light-bg: #f8f9fa;
    --gradient-bg: linear-gradient(135deg, var(--color1) 0%, var(--color2) 100%);
    --theme-radius: 10px;
}

/*Shift Layer*/
.main-content-image {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    background: #dfdfdf;
    aspect-ratio: 1 / 1;
    border-radius:var(--theme-radius);
    /*display:inline-block;*/
}
a{
    color:var(--color2);
}
a:hover{
    color:var(--color1);
}
.banner-image.umrah-detail-banner.main-content-image {
    aspect-ratio: 526 / 444;
}
.package-image.main-content-image {
    max-width:100%;
    border-radius:var(--theme-radius) var(--theme-radius) 0 0;
    width: 100%;
}
.image-frame.main-content-image {
    aspect-ratio: 526 / 446;
}
.about-images.main-content-image {
    aspect-ratio: 635 / 470;
}
.content-area p.main-content-image{
    aspect-ratio: 856 / 400;
}
.media-img a.main-content-image,
.media-img-bottom a.main-content-image{
    display:block;
    aspect-ratio: 80 / 66;
}

.main-content-image .shimmer-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(100deg, #f0f0f0 20%, #e0e0e0 50%, #f0f0f0 80%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
    pointer-events: none;
}
 
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
 
.main-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
 
.main-content-image.img-error {
    background: #e0e0e0;
}
 

/*Header*/

body {
    font-family: "Google Sans", sans-serif;
}


.header-six-call-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    background: var(--color1);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
}
.header-six-top .header-six-call-content span {
    line-height: 14px;
}
 
.header-six-call-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    display: block;
    line-height: normal;
}
.header-six-info-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-six-call-number {
    font-weight: 500;
    font-size: 16px;
    color:#fff;
    transition: 0.4s;
}
.header-six-info-item.flag-usa .header-six-call-btn {
    width: 40px;
    border: 0;
}
 
.header-six-call-btn {
    width: 40px;
    height: 40px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    font-size: 22px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    color:#fff;
}
.header-six-top .header-six-call-content {
    margin-top: 5px;
}
 
.header-six-call-btn img {
    max-width: 35px;
    width: 35px;
    height:35px;
}
 
.top_bar {
    padding: 7px 0;
    background-color:var(--color2);
}
 
a.header-six-call-number {
    text-decoration: underline;
}
 
.header-six-call-content {
    line-height:normal;
}
 


button.navbar-toggler.border-0 i {
    font-size: 25px;
}
.modal-backdrop.show:nth-of-type(2) {
  z-index: 1060 !important;
}
#termsModal {
  z-index: 1070 !important;
}
span#openTerms {
    color: var(--color1);
    margin-left: 5px;
    cursor: pointer;
    font-weight:bold;
}
.modal-header {
    border-bottom-color: #fff !important;
    background: var(--color1);
    color: #fff;
}
.grecaptcha-badge{
 display: none !important;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
    width: 23px;
    height: 23px;
    margin-right: 15px;
}

    .ui-datepicker { z-index: 9999 !important; }
    html, body {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

input, select, textarea, button {
  font-size: 16px !important; /* iOS zoom ko rokne ke liye */
}
section#packages-duration .col-lg-6.col-md-6 , section#packages-month .col-lg-6.col-md-6 , section#packages-category .col-lg-6.col-md-6{
    width: 33%;
}
 

.star-rating-detail .stars {
  display: inline-block;
  color: #ccc; /* empty stars */
  margin-right: 15px;
}
.star-rating-detail .stars .fill {
  color: #f4b400; /* gold filled stars */
}



    .modal-header {
        border-bottom-color: #fff !important;
    }

.g-recaptcha {
    display: none;
}

div#cityTabContent .col-md-6.col-lg-4 {
    margin-bottom: 25px;
}

.travel-card {
    margin-bottom: 20px;
    /* spacing between rows */
}

.row.gap-equal>[class*="col-"] {
    padding: 0 12px;
    /* equal spacing */
}


.alert-info {
    --bs-alert-color: var(--color1) !important;
    --bs-alert-border-color: var(--color1) !important;
    background-color: #045c3929 !important;
    padding: 12px 15px !important;
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
}

.alert.alert-info #selectedPackages {
    font-weight: 700;
    margin-left: 10px;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 0 25px;
    background-color: white;
    border: none !important;
    border-bottom-right-radius: var(--theme-radius);
    border-bottom-left-radius: var(--theme-radius);
}

.form-check-label a {
    color: var(--color1);
    text-decoration: none;
}
.form-check-label span {
    color: var(--color1);
      text-decoration: none !important;
      cursor: pointer;
}
div#chec-box-home , #terms {
    width: fit-content;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-wrap:wrap;
}

div#chec-box-home a {
    color: #ffff;
    font-weight: 600;
    text-decoration: underline;
}

.form-check-label :hover {
    color: var(--color1);
    text-decoration: underline;
}

.form-check-input:checked {
    background-color: var(--color1) !important;
    border-color: var(--color1) !important;
}

.form-check-input:focus {
    border-color: var(--color1);
    outline: 0 !important;
    box-shadow: none !important;
}

.bg_section {
    background: #f7f7f7;
}

.card-custom {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: var(--theme-radius);
    height:100%;
}

.card-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--color1);
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--color1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.icon-box {
    width: 80px;
    height: 80px;
    background: var(--color1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.package-featured {
    border-color: var(--color2);
    position: relative;
}

.package-featured::before {
    content: 'Most Popular';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color2);
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
}

.btn-primary-custom {
    background: var(--color1);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
}

.btn-outline-custom {
    border: 2px solid var(--color2);
    color: var(--color2);
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background: var(--color2);
    color: white;
}

.bg-light-custom {
    background: var(--light-bg) !important;
}

.text-primary-custom {
    color: var(--color1) !important;
}

.text-secondary-custom {
    color: var(--color1) !important;
}

.text-secondary-custom-2 {
    color: var(--color2) !important;
}

.grid_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
header.header-section .navbar .logo-nav,
.widget-banner .logo img,
footer.footer-section .logo-nav{
    
    aspect-ratio:275/90;
    display:inline-block;
}
.timeline {
    position: relative;
    padding-left: 65px;
    counter-reset: step;
    margin-top: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 8px;
    bottom: 0;
    width: 2px;
    background: var(--color2);
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    counter-increment: step;
    /* increase counter for each item */
}

.timeline-item::before {
    content: counter(step);
    position: absolute;
    left: -69px;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color2);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

/*header css start here*/
.two-btns {
    display: flex;
    gap: 20px;
    align-items: center;
}

.btn-callback {
    background: var(--color1) !important;
    color: white !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: flex !important;
    width: max-content !important;
    margin: auto !important;
}

.contact-info .fa-whatsapp {
    font-size: 40px;
    transition: all 0.3s ease;
}

.contact-info .fa-whatsapp:hover {
    transform: translateY(-2px);
}

.btn-get-touch {
    /*background: var(--gradient-bg);*/
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--theme-radius);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    height: 100%;
}

.btn-get-touch:hover {
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.4);
}

.banner-content .banner-features {
    padding: 23px 0;
}

input#terms {
    --bs-form-check-bg: var(--bs-body-bg);
    padding: 0;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid #b3acac;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    padding: 8px;
    margin-right:15px;
    width: 23px!important;
    height: 23px!important;
    margin-top: 0px;
}


body {
    line-height: 1.6;
    color: var(--dark-color);
}

/* Header Styles */

/* Remove Bootstrap's toggle caret */

.nav-link::after {
    display: none !important;
}

/* Smooth dropdown */
.nav-item.dropdown .dropdown-menu {
    display: block;
    /* override bootstrap */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: absolute;
    background: transparent;
    border: none;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: transparent;
    padding-top: 22px;
    border: none;
}

.menu_list {
    background-color: white;
    padding: 10px 10px;
    /* ✅ only top & bottom padding */
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin: 0;
}

/* Icon rotation */
.nav-item.dropdown .fa-angle-down {
    transition: transform 0.5s ease;
}

.nav-item.dropdown:hover .fa-angle-down {
    transform: rotate(180deg);
    font-size: 15px;
}

/* Dropdown items */
.dropdown-item {
    position: relative;
    padding: 8px 16px 8px 14px;
    /* ✅ equal left/right inside box */
    transition: all 0.3s ease;
    border-radius: 0;
    /* reset */
}

/* Arrow hidden by default */
.dropdown-item::before {
    content: "\f105";
    /* FontAwesome right arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    /* hidden to left */
    opacity: 0;
    transition: all 0.3s ease;
}
@media(max-width:1199.98px){
    .container{
        max-width:96%
    }
}

/* Show arrow smoothly on hover */
.dropdown-item:hover::before {
    transform: translateY(-50%) translateX(0);
    /* slide in */
    opacity: 1;
}

/* Hover effect */
/* Hover effect */
.dropdown-item:hover {
    color: #fff !important;
    background: var(--gradient-bg);
    padding-left: 25px;
    /* space for arrow */
    border-radius: 4px;
}

/*ul.menu_list li:first-child {*/
/*    margin-bottom: 7px;*/
/*}*/

.header-section {
    /*background: var(--gradient-bg);*/
    background-color:#fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: white !important;
}

.header-section .navbar-nav .nav-link {
    color: #212529;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
    text-align: left;
}




.contact-info {
    color: white;
    font-size: 0.9rem;
}

.contact-info .phone {
    font-size: 1.1rem;
    font-weight: bold;
}

.btn-callback:hover {
    background-color: var(--color1);
}
.btn-callback:active {
    background-color: var(--color1)!important;
}

/* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
}

.Contact_us_section {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 350px;
    display: flex;
    align-items: center;
    position: relative;
}

.Contact_us_section_banner {
    background-image: url(/userfiles/images/banner/contact-us.webp);
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    min-height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.Contact_us_section_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* black overlay with 50% opacity */
    z-index: -1;
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.inquiry-form {
    background: rgb(255 255 255 / 25%);
    padding: 2rem;
    border-radius: var(--theme-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

span#form_answers {
    background-color: var(--color1) !important;
}

button#submit_btn i {
    color: #fff !important;
}

.form-control {
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: var(--color1);
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25);
}

.btn-enquiry {
    background: var(--gradient-bg);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: var(--theme-radius);
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

form#ewebcontact_id i {
    color: var(--color1);
}

button.btn.btn-enquiry i {
    color: #fff !important;
}

.btn-enquiry:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.4);
}

/* Package Section */
.packages-section {
    background-color: var(--light-color);
}

.section-title {
    text-align: center;
    /*margin-bottom: 20px;*/
    color: var(--color1)!important;
    font-weight: bold!important;
    font-size: 35px!important;
}

.section-title-white {
    text-align: center;
    /*margin-bottom: 20px;*/
    color: #fff;
    font-weight: bold;
    font-size: 35px;
}

.package_desc {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.filter-section {
    background: white;
    padding: 2rem;
    border-radius: var(--theme-radius);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.form-select {
    min-height: 52px;
    border-radius:var(--theme-radius);
}

label.form-label.fw-bold i {
    color: var(--color1) !important;
}

.package-card {
    margin-bottom: 25px;
    background: white;
    border-radius: var(--theme-radius);
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.table>thead{
    vertical-align: top; 
}
.package-image {
    /*height: 230px;*/
    background-size: cover;
    background-position: center;
    position: relative;
}

.package-card-city .our-city-thumbnail {
    object-fit: cover;
    border-top-left-radius: var(--theme-radius);
    border-top-right-radius: var(--theme-radius);
}
ul.package-list.card-latest-details li {
    font-size: 14px;
}
ul.package-list.card-latest-details li::before {
     content: "\f00c";
    /* Font Awesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    color: var(--color1);
    /* blue color */
    font-size: 14px;
}

/*.package-badge {*/

/*    top: 1rem;*/
/*    right: 1rem;*/
/*    background: var(--color2);*/
/*    color: var(--dark-color);*/
/*    padding: 0.5rem 1rem;*/
/*    border-radius: 25px;*/
/*    font-weight: bold;*/
/*    font-size: 0.9rem;*/
/*}*/

div#packageContainer .col-lg-4 {
    margin-bottom: 20px;
}


.package-content {
    padding: 10px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 260px;
}



.detail-package-image {

    border-radius: var(--theme-radius);
}

.para_package-detail {
    font-size: 18px !important;
    margin: 15px 0;
}

.package-card img {
    height: auto;
    margin-bottom: 10px;
    object-fit: cover;
}

.package-list {
    list-style: none;
    /* remove default bullets */
    padding: 0;
    margin-top: 0;
}

.package-list li {
    position: relative;
    padding-left: 25px;
    /* space for icon */
    margin-bottom: 8px;
    font-size: 17px;
}
.overview-section .overview-card h3{
    color:#000 !important;
    font-size: 20px;
}

/* Icon on the left */
.package-list li::before {
    content: "\f00c";
    /* Font Awesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color1);
    /* blue color */
    font-size: 14px;
}


.star-rating {
    color: #f4b400;
    margin-top: 0px;
}

.details-btn {
    background-color: #007bff;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 0;
    width: 100%;
    font-weight: bold;
    margin-top: 20px;
}


.package-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 21px;
}

.makkah {
    text-align: center;
}

.makkah h4 {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.makkah p {
    margin-bottom: -6px;
    font-size: 13px;
    margin-bottom: -9px;
}

.madina {
    text-align: center;
}

.madina h4 {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.madina p {
    margin-bottom: -6px;
    font-size: 13px;
}

.package-content .star-rating i {
    font-size: 10px;
}

.city_card .star-rating i {
    font-size: 10px;
}

.madina_text {
    padding: 4px 0 0;
}

.package-content .border_l {
    border-left: 1px solid #d6d6d6 !important;
}

.city_card .border_l {
    border-left: 1px solid #d6d6d6 !important;
}

.cards_heading {
    /*border: 1px solid #000000;*/
        background: var(--color1);
    padding: 10px 5px;
    text-align: center;
}
p.box-text.guide-section a {
    color: #fff;
}
p.box-text.guide-section a:hover {
    color: #fff;
}
.cards_heading a {
    text-decoration: none;
}

.cards_heading a:hover {
    text-decoration: underline;
}

.package-price {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    /* margin-bottom: 1rem; */
    position: absolute;
    top: 19px;
    background: #045c39d1;
    left: 0;
    padding: 6px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index:99;
}

.package-price small {
    font-size: 16px;
    color: #fff !important;
    margin-left: -3px;
}

/*package-card-duration*/

.package-card-duration {
    background: white;
    border-radius: var(--theme-radius);
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.package-card-duration img {
    object-fit: cover;
    /*width: 40px;*/
    height: auto;
    margin-bottom: 0;
    /*height: 40px;*/
}

.package-title-duration {
    /*width: 85%;*/
}

.package-title-duration a {
    color: var(--color1);
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 20px;
    text-decoration: none;
    line-height: 25px;
}
header.header-section .navbar .logo-nav,
footer.footer-section .logo-nav,
.widget-banner .logo{
    width:180px;
    object-fit:contain
}
@media(min-width:992px){
    .package-title-duration a {
        font-size: 24px;
    }
    header.header-section .navbar .logo-nav,
    footer.footer-section .logo-nav,
    .widget-banner .logo{
        width:250px;
    }
}
.package-title-duration a:hover {
    text-decoration: underline;
}

.package-card-duration .package-price {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    /* margin-bottom: 1rem; */
    position: absolute;
    top: 19px;
    background: #045c39d1;
    left: 0;
    padding: 6px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index:99;
}
ul.package-list.card-latest-details li strong {
    color:var(--color2);
}
.package-price-duration,
.package-price-monthly{
    font-size: 25px;
    font-weight: 700;
    color: var(--color1);
}
.package-price-monthly {
    margin-bottom: 10px;
}
.right_btns {
    gap: 10px;
}
.right_btns > div a{
    width:100%;
}
#faqAccordion .accordion-item {
    border-top:1px solid #dee2e6;
    border-radius:8px;
    overflow: hidden;
}
#faqAccordion .accordion-item:not(:last-child){
    margin-bottom:10px;
}
.package-content-duration {
    /*padding: 20px 20px;*/
    padding:0;
}
.all_brand {
    background-color:var(--color2);
}
@media(min-width:768px){
    .package-content-duration,
    .package-card-duration{
        padding-right:30px;
    }
    .package-image.main-content-image {
        border-radius:var(--theme-radius) 0 0 var(--theme-radius);
    }
}
.right_btns > div{
        flex:1;
    }
@media(min-width:992px){
    .widget-banner .logo{
        padding: 17px 40px;
    }
    .all_brand .row{
        align-items:center;
    }
    .header-section .navbar-nav .nav-link:hover {
        color: var(--color2);
    }
    .header-six-call-number{
        color:var(--color1);
    }
    .header-six-info-item.flag-usa {
        margin-right:15px;
    }
    .header-six-call-btn{
        border-color:#212529;
    }
    .header-six-call-text,
    .header-six-call-btn{
        color:#212529;
    }
    .package-price-duration,
    .package-price-monthly {
        font-size: 32px;
    }
    
    .right_btns {
        gap: 20px;
    }
    
    .package-content-duration .row {
        align-items:center;
    }
    .package-list {
        margin-bottom:0;
    }
    /* Golden Accent */
    .umrah-hero-elegant::before {
      content: "";
      position: absolute;
      top: 0;
      left: 45%;
      width: 2px;
      height: 100%;
      background: linear-gradient(to bottom, transparent, var(--color2), transparent);
    }
    .content-box {
        padding-left: 30px;
    }
    .umrah-hero-elegant {
        padding:30px 0;
    }
}


.package-price-duratio-rating {
    /*padding: 15px 0px;*/
    padding-bottom:10px;
    text-align:center;
}

.card_duration_dec {
    margin: 5px 0 0;
    padding-bottom: 15px;
}

.package-card-duration:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.rating_duration {
    position: absolute;
    margin: 0;
    top: 0;
    right: 32px;
    line-height: 1.1;
    text-align: center;
    border-radius: 0 0 90px 90px;
    padding: 24px 10px 32px 10px;
    font-size: 14px;
}

.rating_duration:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color1);
    border-radius: inherit;
    z-index: -1;
}



.package-features {
    list-style: none;
    margin-bottom: 1.5rem;
}

.package-price-duration small {
    font-size: 13px;
    margin-left: -7px;
    color: #000 !important;
}

.packages-by-month small {
    font-size: 13px;
    margin-left: -7px;
    color: #000 !important;
}

hr {
    margin: 0 !important;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.5;
    background: #5E5E5E;
}

.btn-book-duration-top {
    background: transparent;
    color: var(--color1);
    border: none;
    padding: 8px 20px;
    border-radius: var(--theme-radius);
    font-weight: 600;
    transition: all 0.5s ease;
    margin-top: 5px;
    border: 1px solid var(--color1);
}
.right_btns .btn-book-duration-top {
        padding: 11px 20px;
}

.btn-book-duration-top:hover {
    /*background: var(--gradient-bg);*/
    color: #fff;
    background-color:var(--color2);
    border-color: var(--color2);
}

.btn-book-duration-bottom {
    background: transparent;
    color: var(--color1);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--theme-radius);
    font-weight: 600;
    transition: all 0.5s ease;
    margin-top: 5px;
    border: 1px solid var(--color1);
}

.btn-book-duration-bottom:hover {
    background: var(--gradient-bg);
    color: white;
    border: none;
}

.package-features li {
    padding: 0.25rem 0;
    color: #666;
}

.package-features li i {
    color: var(--color1);
    margin-right: 0.5rem;
}

.btn-book,
.view-detail {
    /*background: var(--gradient-bg);*/
    background-color:var(--color2);
    color: #fff;
    border: none;
    padding: 0.75rem 0.5rem;
    border-radius: var(--theme-radius);
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
    margin-top: 5px;
}

.btn-book:hover,
.view-detail:hover {
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.4);
    background-color:var(--color2);
}
.bner-btn .btn-book:hover {
    color:#fff;
}
.btn:hover {
    color: #fff !important;
}
/*Process Section*/

.process-card{
    background:#fff;
    padding:50px 25px 25px;
    position:relative;
    text-align:center;
    border-radius: var(--theme-radius);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    height:100%;
    margin:2px;
}

/* Top Ribbon */
.process-card::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 25px;
    background: var(--color2);
    clip-path: polygon(0% 0%,100% 0%,90% 100%, 10% 100%);
}

/* Bottom Ribbon */

/* Number Badge */
.process-number{
    position:absolute;
    top:-30px;
    left:50%;
    transform:translateX(-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:transparent;
    border:6px solid var(--color1);
    display:flex;
    align-items:center;
    justify-content:center;
}

/* inner white circle */
.process-number span{
    width:100%;
    height:100%;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;

    /* 🔥 shadow only on white area */
    box-shadow:0 8px 18px rgba(0, 0, 0, 0.35);
}




.process-title{
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:10px;
}

.process-text{
    font-size:16px;
    margin-bottom:0;
}


.owl-carousel:not(#process-slider) .item{
    padding:20px 5px;
}
.owl-carousel:not(.brand-carousel) .owl-stage-outer {
    position: relative;
    padding: 15px 0px;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.owl-carousel#process-slider .owl-stage-outer {
    position: relative;
    padding: 10px 0px;
    padding-top:32px;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}


/* Make all owl items equal height */
#process-slider .owl-stage {
    display: flex;
}

#process-slider .owl-item {
    display: flex;
}

#process-slider .item {
    display: flex;
    width: 100%;
}

/* Card takes full height */
.process-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
/*End Process Section*/
.btn-book-more,
.btn.btn-book-more:first-child:active,
.btn.btn-book-more:focus{
    /*background: var(--gradient-bg);*/
    background-color:var(--color1);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--theme-radius);
    font-weight: 600;
    transition: all 0.3s ease;
    /*margin-top: 5px;*/
   width: fit-content;
}

.btn-book-more:hover {
    /*transform: translateY(-2px);*/
    background-color:var(--color1);
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.4);
}

button.btn.btn-outline-primary.btn-shair {
       padding: 10px 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    border-radius: var(--theme-radius);
    align-items: center;
}
button.btn.btn-outline-primary.btn-shair:hover {
    /*transform: translateY(-2px);*/
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.4);
}

.travel-card {
    border-radius: var(--theme-radius);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
}

.travel-img {
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    height: 100%;
}

.tag-green {
    background: #045c39d1;
    color: #fff;
    padding: 5px 25px;
    border-radius: 15px;
    font-size: 15px;
    display: inline-block;
}

.hotel-info i {
    color: #6c63ff;
}

.dropdown-custom {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    font-weight: 500;
}

.filer_section {
    margin: 9px 0;
}

.travel_card_detail {
    padding: 20px;
    position: relative;
}

.travel_card_detail a {
    text-decoration: none;
    color: var(--color1);
}

.travel_card_detail a:hover {
    text-decoration: underline;
    color: var(--color1);
}

.star-rating-monthly {
    position: absolute;
    top: -22px;
    right: -40px;
    background: var(--color1);
    color: #fff;
    padding: 27px 35px 7px 54px;
    rotate: 46deg;
}

.hotel-detail {
    text-align: center;
    margin-top: 4px;
}

.filer_section h4 {
    font-size: 15px;
    margin-bottom: 0px;
}

.filer_section .hotel {
    font-size: 12px;
    margin-bottom: 0px;
}

.error-page-area .title {
    font-size: 82px;
    line-height: 120px;
}

.error-page-area .description {
    font-size: 18px;
}

/* FAQ Section */

.faq-section {
    padding: 5rem 0;
    background: white;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button {
    background-color: var(--light-color);
    /*background-color:#fff;*/
    color: var(--color1);
    font-weight: 600;
    border: none;
}

.accordion-button:not(.collapsed) {
    /*background: var(--gradient-bg);*/
    color: #fff;
    background-color:var(--color2);
}
.accordion-button:not(.collapsed)::after {
    background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25);
}

/*contact-us css*/
.breadcrumb {
    display: inline-block;
    /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;*/
    /*padding: 0.75rem 1.25rem;*/
    /*border-radius: 35px;*/
}

.breadcrumb-links {
    display: flex;
    column-gap: 1px;
    align-items: center;
    list-style: none;
    margin: auto;
    padding-left: 0;
}


.breadcrumb-box {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.breadcrumb-link {
    color: #9ca3af;
}
/*span.breadcrumb-text {*/
/*    color: #000;*/
/*}*/

.breadcrumb-box:hover>*:not(.breadcrumb-icon) {
    color: var(--color1);
}

.breadcrumb-icon,
.breadcrumb-icon-home {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color1);
}


.breadcrumb-text {
    margin-left: 9px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--color1);
    text-decoration: none;
}

.breadcrumb-text-last {
    margin-left: 9px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}


/* Footer */
.footer-section {
    background: var(--dark-color);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size:20px;
}
footer.footer-section .logo-nav {
    background: #fff;
    padding: 5px;
    border-radius: var(--theme-radius);
    margin-bottom:20px !important;
    
}
.footer-links {
    list-style: none;
    padding-left: 0px;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--color2);
}

.social-icons a {
    margin-right: 5px;
    height: 40px;
    width: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all ease 0.3s;
    text-decoration: none;
    display: inline-flex;
}

.social-icons a:hover {
    background-color: var(--color2);
    color:#fff;
}

.social-icons-contact a {
    color: var(--color1);
    font-size: 1.5rem;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.social-icons-contact a:hover {
    color: var(--color2);
}

.copyright {
    border-top: 1px solid #444;
    padding-top: 1rem;
    margin-top: 1rem;
    text-align: center;
    color: #ccc;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}
section#privacypolicy .page-content a {
    color: var(--color1);
    text-decoration: none;
}
section#privacypolicy .page-content a:hover {
    color: var(--color1);
    text-decoration: underline;
}

section#termsconditions .page-content a {
    color: var(--color1);
    text-decoration: none;
}
section#termsconditions .page-content a:hover {
    color: var(--color1);
    text-decoration: underline;
}

section {
    padding: 60px 0;
}

section.info-banner-section h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 35px;
}

span#form_answer {
    background-color: var(--color1) !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--color1) !important;
}

.modal-body {
        border-bottom-left-radius: var(--theme-radius);
    border-bottom-right-radius: var(--theme-radius);
    position: relative;
    flex: 1 1 auto;
    background: white !important;
    padding: var(--bs-modal-padding);
    height: 570px;
    overflow: auto;
}
.modal-body.custom_scroll a {
    color: var(--color1);
}
.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  filter: none !important;
}

.modal-title {
    font-size: 20px !important;
    font-weight: 700 !important;
}
select.form-select option:hover {
  background-color: var(--color1) !important;
  color: #fff !important;
}

.modal-content {
    color: #000 !important;
}

.see_more-section {
    padding: 10px 0;
}

.team-contact {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #d6d6d6;
    border-radius: var(--theme-radius);
    align-items: center;
    min-height: 120px;

}

.team-contact-us {
    display: flex;
    gap: 20px;
    border-radius: var(--theme-radius);
    align-items: center;
    margin-bottom: 40px;
}

.icon-btn-contact-us {
    --btn-size: 70px;
    font-size: 12px;
    background-color: var(--color1);
    border: none;
    color: #fff;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
}

.media-body-contact-us {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-btn {
    --btn-size: 70px;
    font-size: 12px;
    background-color: var(--color2);
    border: none;
    color: #fff;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
}

.media-body {
    text-align: start;
}

.box-title {
    font-size: 20px;
    margin-bottom: 2px;
}

.box-text {
    margin-bottom: 0px;
}

p.box-text a {
    text-decoration: none;
    color: #000;
}

p.box-text a:hover {
    text-decoration: underline;
    color: var(--color1);
}



.share-links-title {
    font-size: 18px;
    color: var(--color2);

    font-weight: 600;
    margin: 0 15px 0 0;
    display: inline-block;
    text-transform: capitalize;
}

.share-links .th-social {
    display: inline-block;
}

.share-links .th-social a {
    --icon-size: 40px;
    font-size: 14px;
    border-radius: 99px;

}

.th-social.upated a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.th-social.upated {
    display: flex;
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 45px);
    background-color: #f7f7f7;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 99px;
}

.th-social svg {

    width: 14px;
}

.th-social a:hover {
    background-color: var(--color1);
    color: #fff;
}

.blog-details .share-links .th-social a svg path {
    fill: var(--body-color) !important;
}

.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: var(--color2);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}

.new-bottm-bar {
    margin: 40px 0 0;
}

.blog-img {
    margin-bottom: 25px;
}

.share-links .th-social a:hover svg path {
    fill: #fff !important;
}

aside.sidebar-area .widget {
    background: #f7f7f7;
    border-radius: var(--theme-radius);
    padding: 25px;
    margin-bottom: 15px;
}

p.widget_title {
    margin-top: 0px;
}

span.author-name a:hover {
    color: var(--color1);
}

.sidebar-area {
    margin-bottom: -10px;
        position: sticky;
    top: 130px !important;
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1.4em;
    /*padding-bottom: 20px;*/
    /*margin: -0.12em 0 32px 0;*/
    color: var(--color1);
}

.widget_title:after,
.widget_title:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.recent-post .media-img {
    margin-right: 15px;
    width: 80px;
    overflow: hidden;
    border-radius: var(--theme-radius);
    position: relative;
}

.recent-post .media-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.recent-post .media-img:after {
    content: '\f0c1';
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    pointer-events: none;
    border-radius: var(--theme-radius);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    top: -0;
    font: normal normal normal 14px / 1 FontAwesome;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    z-index:2;
}

.title-area.text-center.our_top_head.d-block.w-100 {
    margin-bottom: 15px;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.recent-post .post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 6px 0;
    font-family: var(--title-font);
    text-transform: capitalize;
}

.recent-post-meta i {
    margin-right: 7px;
}

.item-heading {
    margin-bottom: 20px;
    color: var(--color1);
    font-weight: bold;
    font-size: 35px;
}

.recent-post-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: var(--theme-radius);
    border: 1px solid#fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
@media(min-width:992px){
    .recent-post-bottom {
        margin-bottom:0;
    }
}

.recent-post-bottom:hover {
    /*transform: translateY(-10px);*/
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--color1);
}

.recent-post-bottom .media-img-bottom {
    margin-right: 15px;
    width: 80px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.recent-post-bottom .media-img-bottom img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.recent-post-bottom .media-img-bottom:after {
    content: '\f0c1';
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--color2);
    pointer-events: none;
    border-radius: var(--theme-radius);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    top: 0;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    z-index:2;
}

.title-area.text-center.our_top_head.d-block.w-100 {
    margin-bottom: 15px;
}

.media-body-bottom {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.recent-post-bottom .post-title-bottom {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 6px 0;
    font-family: var(--title-font);
    text-transform: capitalize;
}

.recent-post-bottom-meta i {
    margin-right: 7px;
}

.post-title-bottom a {
    color: var(--color1);
    text-decoration: none;
}

.post-title-bottom a:hover {
    color: var(--color2);
    text-decoration: underline;
}

.widget-banner .box-title {
    margin-bottom: 27px;
    color: #fff;
}

.widget-banner .logo {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 99px;
    background-color: #fff;
    max-width: 100%;
}

.widget-banner .box-text {
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 10px;
    color: #fff;
}

.widget-banner .box-link {
    font-size: 24px;
    font-weight: 600;
}

.widget-banner {
    text-align: center;
}

.widget-banner a {
    color: #fff;
}

.recent-post:hover .media-img:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.widget-banner a:hover {
    color: var(--color2);
}

.author_inner {
    background: #fff;
    border-radius: var(--theme-radius);
    padding: 40px;
    box-shadow: none;
    display: flex;
    text-align: left;
    gap: 30px;
    align-items: center;
}

section.author-banner.pt-50 {
    background: #f7f7f7;
    padding: 60px 0px;
}

.author_inner img {
    width: 120px;
    height: 120px;
    border-radius: 100% !important;
    margin-bottom: 0;
    min-width: auto !important;
    max-width: max-content;
}

.author_inner .author {
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
}

.blog-content a.th-btn.style4 i {
    margin-left: 6px;
}

.sec-btn.mt-n3.mt-md-0 {
    display: flex;
    justify-content: end;
}

.blog-content .row.justify-content-between.d-flex.align-items-center {
    align-items: center;
    display: flex;

}

.blog-content .col-sm-auto {
    display: flex;
    align-items: center;
}

.cta-buttons .btn {
    border: 1px solid var(--color2);
}

a.th-btn.style2.btn-red i {
    margin-left: 6px;
}

.new-bottm-bar h2 {
    margin-bottom: 25px;
}

.new-bottm-bar .container {
    padding: 0;
}

a.th-btn.style2.btn-red {
    color: #fff;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
}

.blog-content h3 a {
    font-size: 22px;
    line-height: 32px;
}

h4.post-title a,
.blog-content h3 a {
    color: var(--color1);
    text-decoration: none;
}

h4.post-title a:hover,
.blog-content h3 a:hover {
    color: var(--color1);
}

.widget-banner .box-link a {
    /*background: var(--gradient-bg);*/
    color: white;
    border: none;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    /*transition: all 0.3s ease;*/

}

section.mb-50.article-btm.author-new-articles.space {
    background: #f7f7f7;
    padding: 60px 0;
}

.author-new-articles h2.item-heading.mb-20 {
    margin-bottom: 30px;
    font-weight: 700;
}

.blog-content h3.box-title {
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 16px;
    line-height: 24px;
}

.home-banner .slider-big-text {
    margin-bottom: 0;
}
.table-responsive{
    margin-bottom:1rem;
}

label.error {
    display: none !important;
}

input.error,
textarea.error,
select.required.error {
    border-color: red !important;
}

.required.error {
    padding-right: calc(1.5em + .75em);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 18px;
}

.required.valid {
    padding-right: calc(1.5em + .75em);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 18px;
}

input.form-control {
    transition: none !important;
}

.required.valid {
    border: 1px solid #017701;
}

.info-banner-section .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.modal_info .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-radius: 0 var(--theme-radius) var(--theme-radius) 0;
}

@media (max-width: 991px) {
    .align-items-center.contact-info.d-flex.d-lg-none.mt-0.mx-2.text-center {
        display:none !important;
    }
    header.header-section .navbar .btn-callback {
        margin-left:0 !important;
    }
    .blog-card.style3 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .blog-meta.col-xl-6 {
        margin-bottom: 16px;
    }

    .author_inner {
        padding: 20px 15px;

    }

    .author_inner .author {
        margin-bottom: 5px;
    }

    section.author-banner.pt-50 {
        padding: 40px 0px;
    }

    section.mb-50.article-btm.author-new-articles.space {
        padding: 40px 0;
    }

    .author-new-articles h2.item-heading.mb-20 {
        margin-bottom: 20px;
    }

    .blog-card {

        height: auto;
    }

    .blog-content p {
        line-height: 24px;
    }

    .blog-content h3.box-title {
        margin-bottom: 5px;
    }

    .author_inner {
        display: block;
        gap: 25px;
    }

    .sec-btn.mt-n3.mt-md-0 {
        justify-content: center;
        margin-top: 20px;
    }

    .title-area.text-md-start {
        text-align: center;
    }

    section.space.blog-content .row.gy-4 {
        margin-top: 25px;
    }

    .rating-first-sec .left-section {
        margin-bottom: 20px;
    }

   

    .new-bottm-bar .col-lg-4 {
        margin-bottom: 30px;
    }

    section.th-blog-wrapper.blog-details.space-top.service_single_area.space-extra-bottom.single-blog-style2 .col-lg-4 {
        margin-bottom: 0;
    }

    section.th-blog-wrapper.blog-details.space-top.service_single_area.space-extra-bottom.single-blog-style2,
    section.space.blog-content {
        padding: 40px 0;
        margin-bottom: 0;
    }

    .blog-meta span:not(:last-child),
    .blog-meta a:not(:last-child) {
        padding-right: 6px;
    }
}

@media (max-width:767px) {
    
    .header-section .navbar-nav .nav-link {
        color:#fff;
    }
    .package-card-duration {
        position:relative;
    }
    .package-price-duratio-rating {
        position: absolute;
        top: 0;
        background-color: #0008;
        padding-left:10px !important;
        padding-right:10px !important;
    }
    .package-price-duration,
    .package-price-duration small{
        color:#fff !important;
    }
    .package-content-duration .col-md-6 .d-flex,
    .package-card-duration .col-md-6 .d-flex,
    .package-content-duration .col-md-6 ul.package-list,
    .package-card-duration .col-md-6 ul.package-list,
    .package-content-duration .col-md-3:last-child > div,
    .package-card-duration .col-md-3:last-child > div{
        padding:20px;
    }
    .package-content-duration .col-md-6 .d-flex,
    .package-card-duration .col-md-6 .d-flex,
    .package-content-duration .col-md-3:last-child .package-price-duratio-rating,
    .package-card-duration .col-md-3:last-child .package-price-duratio-rating{
        padding-bottom:0;
    }
    .package-content-duration .col-md-3:last-child,
    .package-content-duration .col-md-6 ul.package-list,
    .package-card-duration .col-md-6 ul.package-list,
    .package-content-duration .col-md-3:last-child .package-price-duratio-rating,
    .package-card-duration .col-md-3:last-child .package-price-duratio-rating,
    .package-content-duration .col-md-3:last-child .d-flex{
        padding-top:0;
    }
    .package-content-duration .col-md-3:last-child > div,
    .package-card-duration .col-md-3:last-child > div{
        padding-top:0;
    }
    .package-content-duration .col-md-6 ul.package-list,
    .package-card-duration .col-md-6 ul.package-list{
        margin-top:0;
        margin-bottom:0;
        padding-bottom:12px;
    }
    .right_btns {
        flex-wrap:wrap;
        justify-content:center;
    }
    .home-banner .slider-big-text {
        margin-bottom: 0;
    }

    .new-bottm-bar h2 {
        margin-bottom: 18px;
    }

    .btn-group.justify-content-center.our-call-to-action {
        display: contents;
    }

    .btn-group.justify-content-center.our-call-to-action .call-btn {
        margin-bottom: 20px;
    }

    section.space.blog-content h2 {
        margin-bottom: 30px;
        font-size: 24px;

    }

    .team-contact {
        margin-bottom: 20px;
    }


    .grid_section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}



/* Responsive Design */
@media (max-width: 768px) {
        
    .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,0.6);*/
  /* black with opacity */
  z-index: 99; /* must be LESS than navbar (1040–1050) */
  display: none;
}

body.no-scroll {
  overflow: hidden;
}
.navbar-collapse {
  z-index: 1040;
  background: #fff; /* so menu is visible above overlay */
}
    .hero-title {
        font-size: 2.5rem;
    }

    .inquiry-form {
        padding: 1.5rem;
    }

    .contact-info {
        text-align: center;
        margin-top: 1rem;
    }

.align-items-center.contact-info.d-flex.d-lg-none.mt-0.mx-2.text-center {
    padding: 16px;
}
.navbar-collapse ul {
    padding: 16px;
    padding-bottom:0;
}
    .travel-img {
        border-radius: 20px 0px 0px 0px;
        height: 100%;
        width: 100%;
    }

    .btn-book,
    .view-detail {
        padding: 10px 7px;
        font-size: 0.9rem;
    }

    .travel-card .col-md-4 {
        z-index: 9;
    }

    .see_more-section {
        padding: 0 0 30px;
    }
}

@media (max-width: 576px) {
    .stage-section {
    padding: 20px 0 !important;
}
.item-heading {
    font-size: 28px !important;
}
    .hero-title {
        font-size: 2rem;
    }

    .package-card {
        margin-bottom: 1.5rem;
    }

    .filter-section {
        padding: 1rem;
    }

    .travel-img {
        border-radius: 20px 0px 0px 0px;
        height: 200px;
        width: 100%;
    }
}



/* Enhanced Responsive Design and Mobile Optimization */

/* Contact item styling */
.contact-item {
    display: flex;
    align-items: flex-start;
}

.contact-item i {
    margin-top: 0.25rem;
    flex-shrink: 0;
    color: var(--color2) !important;
}

/* Navbar scrolled effect */
/*.navbar.scrolled {*/
/*    background: rgba(111, 66, 193, 0.95) !important;*/
/*    backdrop-filter: blur(10px);*/
/*    transition: all 0.3s ease;*/
/*}*/

/* Animation classes */
.animate-in {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced mobile styles */
@media (max-width: 991px) {
    a.align-items-center.d-flex.me-3.text-decoration-none.whatsapp-btn {
        color:#128C7E;
    }
    .contact-info {
        order: 3;
        width: 100%;
    }

    .navbar-nav {
        text-align: center;
        padding: 1rem 0;
    }

    .dropdown-menu {
        background: rgba(111, 66, 193, 0.9);
        border: none;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        background-color: transparent;
        padding-top: 10px;
        border: none;
    }
}

@media (max-width: 768px) {
      .dropdown-item:hover {
        background: transparent !important;
        color: #fff !important;
        padding-left: 30px !important;
    }
 


    .hero-section {
        min-height: fit-content;
        background-attachment: scroll;
    }

    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .inquiry-form {
        padding: 1.5rem;
        margin: 0 1rem;
    }



    .filter-section {
        padding: 1rem;
    }


    .package-card {
        margin-bottom: 1.5rem;
    }

    /*.package-image {*/
    /*    height: 180px;*/
    /*}*/

    .package-content {
        padding: 10px 20px 20px;
    }

    .footer-section {
        padding: 2rem 0 1rem;
    }

    /*.footer-section .row {*/
    /*    text-align: center;*/
    /*}*/

    .footer-links {
        margin-bottom: 1.5rem;
    }

    .social-icons {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .contact-item {
        /*justify-content: center;*/
        text-align: left;
        margin-bottom: 1rem;
    }

    .copyright {
        text-align: center !important;
    }

    .copyright .col-md-6 {
        text-align: center !important;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .inquiry-form {
        padding: 1rem;
        margin: 0 0.5rem;
    }

    .inquiry-form .row {
        row-gap: 0.5rem;
    }

    .input-group-text {
        padding: 0.5rem;
    }

    .form-control {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    .btn-enquiry {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 28px!important;
    }
    #customers-testimonials .item {

    margin-top: 10px !important;
}
.section-title-white {
    font-size: 28px;
}
.dua-title {
    font-size: 20px!important;
}
.section-title-contact {
    font-size: 28px !important;
}
.section-title-contact h2 {
    font-size: 28px !important;
}
section.About-section h2 {
    font-size: 28px !important;
}
section.About-section h3 {
    font-size: 22px !important;
}
section#privacypolicy h2 {;
    font-size:28px!important;
}

section#privacypolicy h3 {
    font-size: 22px !important;
}
section#termsconditions h2, .page-content h2  {
    Font-size: 26px !important;
}
section#termsconditions h3 , .page-content h4 {
    font-size: 22px!important;
}
.cta-content h2 {
    font-size: 28px !important;
}
.heading-font {
    font-size: 28px !important;
}
div#extraText h2 {
     font-size: 28px !important;
}
div#extraText h3 {
    /*font-size: 20px !important;*/
}

.Contact_us_section {
    min-height: 300px;
}
.Contact_us_section_banner{
    display:none;
}
    section.info-banner-section h2 {

    font-size: 28px;
    line-height: 30px;
}

    .filter-section .col-md-3 {
        margin-bottom: 1rem;
    }

    .package-card {
        margin-bottom: 0px;
    }

    /*.package-image {*/
    /*    height: 160px;*/
    /*}*/

    .package-title {
        font-size: 1.1rem;
    }

    .package-price {
        font-size: 1.25rem;
    }

    .package-features {
        font-size: 0.9rem;
    }

    .btn-book,
    .view-detail {
        padding: 10px 7px;
        font-size: 0.9rem;
    }
    
    button.btn.btn-outline-primary.btn-shair {
    padding: 10px 18px !important;
    font-size: 12px !important;
    font-weight: 600;
}

    .accordion-button {
        padding: 0.75rem;
        font-size: 0.9rem;
    }

    .accordion-body {
        padding: 1rem 0.75rem;
        font-size: 0.9rem;
    }

    .modal-dialog {
        margin: 0.5rem;
    }

    .modal-body {
        padding: 1rem;
    }

    .modal-footer {
        padding: 0.75rem 1rem;
    }

    .footer-title {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .footer-links {
        font-size: 0.9rem;
    }

    .contact-item {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    .social-icons a {
        font-size: 1.25rem;
        margin-right: 0.75rem;
    }

    .copyright {
        font-size: 0.8rem;
        padding-top: 0.75rem;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .inquiry-form {
        padding: 0.75rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    /*.package-image {*/
    /*    height: 140px;*/
    /*}*/

    .modal-dialog {
        margin: 0.25rem;
    }
}

/* Landscape orientation for mobile */
@media (max-height: 500px) and (orientation: landscape) {

    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .inquiry-form {
        padding: 1rem;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .package-image {
        background-size: cover;
        background-position: center;
    }
}

/* Print styles */
@media print {

    .header-section,
    .footer-section,
    .modal,
    .btn {
        display: none !important;
    }

    .hero-section {
        background: none !important;
        color: black !important;
        min-height: auto !important;
    }

    .package-card {
        border: 1px solid #ddd !important;
        break-inside: avoid;
        margin-bottom: 1rem !important;
    }

    .section-title {
        color: black !important;
    }
}

section.info-banner-section .hero-content h3 {
font-size: 35px;
font-weight: 700;
color: #fff;
}

/* Focus styles for accessibility */
.form-control:focus,
.form-select:focus,
.btn:focus {
    outline: 2px solid var(--color2);
    outline-offset: 2px;
}


/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .hero-section {
        background-attachment: scroll !important;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .modal-content {
        background-color: #2d3748;
        color: white;
    }

    .modal-header {
        border-bottom-color: #4a5568;
    }

    .modal-footer {
        border-top-color: #4a5568;
    }

}


/* Info Banner Section */
.info-banner-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

section.info-banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: top;
    bottom: 0;
    top: 0;
    background: #0e0e0e;
    opacity: 0.3;
    z-index: -9999;
}


.umrah-content-sec .hero-image {
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

.umrah-content-sec .gallery-image {
    height: 190px;
    object-fit: cover;
    border-radius: 8px;
    /*cursor: pointer;*/
    transition: transform 0.2s;
}

/*.umrah-content-sec .gallery-image:hover {*/
/*    transform: scale(1.02);*/
/*}*/

.umrah-content-sec .rating-stars {
   color: #f4b400;
}

.umrah-content-sec .price-highlight {
    color: var(--primary-color);
    font-weight: 600;
}

.umrah-content-sec .btn-primary-custom {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 500;
}

.umrah-content-sec .btn-primary-custom:hover {
    background-color: #0e7490;
    border-color: #0e7490;
}

.umrah-content-sec .feature-icon {
    width: 24px;
    height: 24px;
    color: var(--text-secondary);
}

.umrah-content-sec .amenity-item {
    padding: 8px 0;
}


.umrah-content-sec .card-custom {
    border: 1px solid var(--border-color);
    border-radius: var(--theme-radius);
    box-shadow: none;
    background: #f8f9fa;
    z-index: 999;
    padding: 20px;
    margin-top:20px;
}

.umrah-content-sec .card-custom:hover {
    transition: none;
    transform: none;
}

.input-group-text {
    border-radius: var(--theme-radius);
}

 .shadow-effect {
      background: #fff;
      padding: 20px;
      border-radius: var(--theme-radius);
      text-align: center;
      border: 1px solid #ECECEC;
      box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
    #customers-testimonials .shadow-effect p {
      font-size: 16px;
      line-height: 1.5;
      /*margin: 20px 0 20px 0;*/
      margin: 40px 15px;
      font-weight: 300;
      color: #555;
    }
    .testimonial-name {
      margin: -17px auto 0;
      display: table;
      background: var(--color1);
      padding: 9px 35px;
       border-radius: var(--theme-radius);
      text-align: center;
      color: #fff;
      font-weight: 600;
      font-size: 15px;
      box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
     .shadow-effect p::before {
  content: "“";
  font-size: 70px;
  color: var(--color1);
  position: absolute;
  left: 19px;
  top: 0px;
}

.shadow-effect p::after {
  content: "”";
  font-size: 70px;
  color: var(--color1);
  position: absolute;
  right: 30px;
  bottom: -9px;
}
    #customers-testimonials .item {
      text-align: center;
      /*padding: 30px;*/
      opacity: .2;
      transform: scale3d(0.8, 0.8, 1);
      transition: all 0.3s ease-in-out;
      margin-top: 30px;
    }
    #customers-testimonials .owl-item.active.center .item {
      opacity: 1;
      transform: scale3d(1, 1, 1);
    }
    .owl-carousel:not(.brand-carousel) .owl-item img {
      max-width: 90px;
      margin: 0 auto 17px;
      border-radius: 50%;
      display:none!important;
    }
    #customers-testimonials.owl-carousel .owl-dots {
      text-align: center;
      margin-top: 10px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
      background: #bbb;
      display: inline-block;
      height: 12px;
      width: 12px;
      margin: 0 5px;
      border-radius: 50%;
      transition: all 0.3s ease;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span {
      background: #3190E7;
      transform: scale(1.2);
    }

.package-section {
    margin-bottom: 25px;
}

.sidebar_find-section {
    background: #f8f9fa;
    padding: 25px 25px 50px;
    text-align: center;
    border-radius: var(--theme-radius);
}

.sidebar_find-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffff !important;
    background-color: var(--color1) !important;
}

.sidebar_find-section .nav-link {
    display: block !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--color1) !important;
    text-decoration: none !important;
    background: 0 0;
    border: 0;
    transition: color .15s
}

.umrah-content-sec .host-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.umrah-content-sec .show-more-btn {
    color: var(--color1);
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
}

.umrah-content-sec .islamic-pattern {
    background: linear-gradient(45deg, transparent 30%, rgba(8, 145, 178, 0.05) 30%, rgba(8, 145, 178, 0.05) 70%, transparent 70%);
}

.detail_hdr {
    margin-bottom: 30px;
}

.detail_hdr .first-img {
    padding-right: 3px;
}
ul.breadcrumb-links li a {
    color: var(--color1);
}

.more_less_section .kaba-icon {
    width: 38px;
    height: 38px;
    background: #f4f4f4;
    border-radius: 50%;
}

.more_less_section .kaba-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: var(--color1);
}

.detail_pages .review_shair_section {
						display: flex;
						align-items: center;
						gap: 20px;
						margin-bottom: 20px;
					}
					.user_complete .user_name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 1px;
}
		
		.more_less_section h3 {
    font-size: 16px;
    font-weight: 600;
}			

.heading-font {
    font-size: 32px;
    font-weight: 700;
}
.detail-banner-font {
    font-size: 38px;
    line-height: 1.20em;
    margin-bottom: 15px;
    font-weight: 700;
}
div#extraText h2 {
    font-size: 32px;
    font-weight: 700;
}
div#extraText h3 {
    font-size: 26px;
    font-weight: 600;
}
div#extraText h4 {
    font-size: 20px;
}
.heading-para-section p {
    font-size: 15px;
}

.section-title-overview {
    text-align: center;
    margin-bottom: 20px;
    color: var(--color1);
    font-weight: bold;
    font-size: 35px ;

}

.overview-section .overview-card {
    transition: all 0.3s ease;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: var(--theme-radius);
    text-align: center;
    height:100%;
}

.overview-section .overview-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.overview-section .icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    color: var(--color1);
    margin-bottom: 10px;
}

.overview-section .icon-box i {
    font-size: 45px;

}

form#inquiryForm i {
    color: #fff !important;
}

@media (max-width: 768px) {
    .detail_hdr .first-img {
        padding-right: 15px;
        margin-bottom: 15px;
    }
    section.umrah-content-sec .heading-font d-flex .align-items-center {
    display: block !important;
}
.detail-banner-font {
    font-size: 28px;
}

}

.banner-title {
    font-size: 53px;
    line-height: 1.20em;
    /* text-transform: capitalize; */
    margin-bottom: 15px;
    font-weight: 700;
}

.banner-text {
    color: #222222;
    font-size: 1.1rem;
    line-height: 1.6;
}

.feature-item {
    font-weight: 500;
    color: #495057;
    margin-bottom: 10px;
}

.banner-image img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
}

/* About Section */
.about-section {
    /*background: #f8f9fa;*/
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--color1) !important;

}

.stat-item {
    border: 1px solid #dbdbdb;
    padding: 10px;
    border-radius: var(--theme-radius);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: scale(1.05);
    border: 1px solid var(--color1);
}

.stat-label {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: rgba(106, 90, 205, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item h3 {
    font-size: 16px;
    font-weight: 600;
}

.feature-icon i {
    color: var(--color1) !important;
}



.btn-outline-primary {
    --bs-btn-color: var(--color1) !important;
    --bs-btn-border-color: var(--color1) !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color1) !important;
    --bs-btn-hover-border-color: var(--color1) !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color1) !important;
    --bs-btn-active-border-color: var(--color1) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color1) !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color1) !important;
    --bs-gradient: none;
}
 .content-box {
      margin-top:30px;
      overflow: hidden;
    }

    .detail-umrah-text {
      /*max-height: 170px;*/
      overflow: hidden;
      transition: max-height 0.6s ease;
    }
    div#extraText .container {
    padding: 0;
}

    .toggle-btn {
      display: inline-block;
      margin-top: 10px;
      background: transparent;
      color: var(--color1);
      cursor: pointer;
      transition: background 0.3s ease;
      border: 0;
      padding: 0;
      text-decoration: underline;
    }

        .offers-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px 30px;
            margin-top: 25px;
        }

        .offer-item {
            display: flex;
            align-items: center;
            font-size: 15px;
        }

        .offer-item i {
            font-size: 25px;
            margin-right: 20px;
            width: 25px;
            text-align: center;
        }

 /* Main Slider Styling */
    .slider-container {
      position: relative;
      overflow: hidden;
      margin-bottom: 25px;
      border-radius: var(--theme-radius);
    }

    .slider-wrapper {
      position: relative;
    }

    .slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slider-wrapper .slider .slide img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      position: relative;
    }

    .slide {
      min-width: 100%;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 24px;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
      border-radius: var(--theme-radius);
    }

    .arrow.prev {
      left: 10px;
    }

    .arrow.next {
      right: 10px;
    }

    /* Caption */
    .caption {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    position: absolute;
    bottom: 89px;
    left: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    background: #0000006e;
    padding: 17px 0;
    font-size: 30px;
    font-weight: 600;
    display:none;
}



    /* Thumbnails Styling */
    .thumbnails-wrapper {
      display: flex;
      align-items: center;
      position: relative;
     
    }

    .thumbnails {
      display: flex;
      overflow-x: hidden;
      scroll-behavior: smooth;
          background: var(--dark-color);
      flex-grow: 1;
    }

    .thumbnails::-webkit-scrollbar {
      height: 8px;
    }

    .thumbnails::-webkit-scrollbar-thumb {
      background: #888;
      border-radius: 10px;
    }

    .thumb {
      width: 120px;
      height: 80px;
      margin: 10px;
      cursor: pointer;
      opacity: 0.6;
      transition: opacity 0.3s ease;
       border-radius: var(--theme-radius);
    }

    .thumb.active,
    .thumb:hover {
      opacity: 1;
    }

    .thumbnails-wrapper .arrow {
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      cursor: pointer;
      padding: 10px;
      font-size: 20px;
    }


/* Packages by Duration Section */
.packages-by-duration {
    /*background: #f8f9fa;*/
}

button.accordion-button.collapsed i.fas.text-primary {
    color: var(--color1) !important;
    width:20px;
}

button.accordion-button i.fas.text-primary {
    color: #fff !important;
}

.duration-tabs .nav-pills .nav-link {
    background: #fff;
    color: var(--gradient-bg);
    border: 2px solid var(--color1);
    margin: 0 5px 10px 5px;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}



.duration-tabs .nav-pills .nav-link.active,
.duration-tabs .nav-pills .nav-link:hover{
    /*background: var(--gradient-bg);*/
    background-color:var(--color2);
    color: #fff;
    border-color:var(--color2);
    /*border-color: var(--gradient-bg);*/
}



.contact-section {
    background: linear-gradient(135deg, var(--bg-light) 0%, #ffffff 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}



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



.contact-section .section-title p {
    color: #fff;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.contact-section .contact-form-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    height: 100%;
}

.contact-section .contact-form-card h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.contact-section .form-group {
    margin-bottom: 25px;
}

.contact-section .form-label {
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
}

.contact-section .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.contact-section .form-control:focus {
    border-color: var(--color1);
    /*box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.1);*/
    background: white;
}

.contact-section .form-control::placeholder {
    color: #9ca3af;
}

.contact-section .btn-submit {
    background: linear-gradient(135deg, var(--color1), var(--color1));
    border: none;
    border-radius: 12px;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.contact-section .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(37, 99, 235, 0.4);
    background: linear-gradient(135deg, var(--color1), var(--color1));
}

.contact-section .contact-info-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    height: 100%;
}

.contact-section .info-box {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f3f4f6;
}

.contact-section .info-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.contact-section .info-box h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-section .info-box .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, var(--color1), var(--color1));
    color: white;
    border-radius: 8px;
    font-size: 14px;
}

.section-title-contact {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
     margin-bottom: 20px;
    color: var(--color1);
    font-weight: bold;
    font-size: 35px;
}

.section-title-contact h2 {
    color: var(--color1);
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0px;
}

.contact-section .info-box p,
.contact-section .info-box a {
    color: var(--color1);
    margin-bottom: 8px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-section .info-box a:hover {
    color: var(--color1);
}

 .offer-section {
      background-color: #f9f6ff;
      /* light bg */
      padding: 70px 0;
    }

    .offer-section-top {
      background-color: #f9f6ff;
    }

    .offer-subheading {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .offer-text {
      font-size: 18px;
      color: #666;
      margin-bottom: 30px;
    }

    .image-container img {
      width: 100%;
      object-fit: cover;
    }

    ul.custom-list {
      padding-left: 20px;
    }

    ul.custom-list li {
      margin-bottom: 10px;
      font-size: 16px;
      color: #444;
    }

    .th_travel_banner ul {
      width: 100%;
      float: left;
      margin-top: 15px;
    }

    .th_travel_banner ul li {
      display: inline-block;
      width: 25%;
      float: left;
    }

    .th_travel_banner ul li b {
      font-size: 40px;

      font-weight: 800;
    }

    .th_travel_banner ul li svg {
      color: #ec8713;
      font-size: 20px;
    }

    .th_travel_banner ul li small {
      width: 100%;
      float: left;
      color: #747474;
    }

    .exceptional_solution img {
      width: 100%;
      object-fit: contain;
    }

    .th_travel_btn {
      width: 100%;
      float: left;
      display: flex;
      justify-content: end;
      margin-top: 15px;
    }

    .th_travel_btn a {
      height: 49px;
      line-height: 49px;
      color: #fff;
      padding: 0 35px;
      float: left;
      background-color: #005b7f;

      font-weight: 600;
    }

    .th_des_head h2 {
      font-size: 26px;
      font-weight: 700;
      line-height: 35px;
      /*max-width: 340px;*/
      color:#fff;
    }

    .th_des_para {
      width: 100%;
      float: left;
      height: 180px;
      overflow: hidden;
      overflow-y: auto;
      padding-right: 10px;
    }

    .th_des_para h2 {
          font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
    letter-spacing: 1px
    }
    .th_des_para.custom_scroll p {
    font-size: 16px;
    color: #747474;
}

    .custom_scroll {
      scrollbar-width: thin;
      scrollbar-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1);
    }

    .custom_scroll:hover {
      scrollbar-width: thin;
      scrollbar-color: var(--color1) #f8f8f8;
    }

    .th_contact_sec {
      margin-top: 60px;
      background: url(https://www.alharamtravel.co.uk/theme/website/assets/images/contact_bg.webp) center / cover no-repeat;
      overflow: hidden;
    }

    .th_contact_sec .th_content {
      width: 100%;
      float: left;
    }

    .th_contact_sec .th_content ul li {
      width: 50%;
      float: left;
      height: 140px;
      padding: 10px 20px;
      display: flex;
      align-items: center;
    }

    .th_contact_sec .th_content ul li h2 {
      width: 70%;
      float: left;
      font-size: 28px;
      color: #fff;
      font-weight: 800;
      padding-right: 20px;
    }

    .th_contact_sec .th_content ul li h2 span {
      font-size: 16px;
      width: 100%;
      float: left;
    }

    .th_contact_sec .th_content ul li a {
      width: 30%;
      float: left;
      height: 52px;
      background: #005b7f;
      border-radius: 5px;
      color: #fff;
      font-family: 'NunitoSans';
      font-weight: 700;
      margin-top: 20px;
      line-height: 50px;
      font-size: 18px;
      text-align: center;
    }

    .cta-section {
      display: flex;
      flex-wrap: wrap;
      margin-top: 60px;
    }

    .cta-box {
      flex: 1;
      color: #fff;
      padding: 60px 40px;
      text-align: center;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-size: cover;
      background-position: center;
    }

    .cta-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 0;
      z-index: 1;
      opacity: 0.85;
    }

    .cta-content {
      position: relative;
      z-index: 2;
    }

    .cta-box h4 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .cta-box p {
      margin-bottom: 20px;
      font-size: 16px;
    }

    .cta-btn {
      padding: 10px 30px;
      font-weight: 600;
      border-radius: 8px;
    }
 .cta-content.bdr_right {
    border-left: 1px solid #ffff;
}

    /* Colors */
    .cta-orange {
      background-image: url('/userfiles/images/home/BG-2.webp');
    background-attachment: fixed;
    }
    .cta-blue {
    background-image: url(https://www.alharamtravel.co.uk/theme/gallery_images/923.webp);
}


    .cta-orange .cta-overlay {
       background: linear-gradient(135deg, var(--color1), var(--color2));

    }

    .cta-blue .cta-overlay{
       background: linear-gradient(135deg, var(--color1), var(--color2));
      /* replace */
    }

    .left_section{
    max-width: 500px;
    margin-left: 300px;
}

    @media (max-width: 768px) {
      .cta-box {
        flex: 100%;
      }
      .left_section{
    max-width: 500px;
    margin-left: 0px;
}
.cta-section {
      margin-top: 40px;
    }
      
    }


    .cta-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      /* Black opacity */
      z-index: 1;
    }

    .cta-content {
      position: relative;
      z-index: 2;
    }

    .cta-content h2 {
      font-size: 35px;
      font-weight: 700;
    margin-bottom: 15px;
    }

    .cta-btn {
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 8px;
    }
    .review-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
 
 
    .review-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }
 
    .review-logo img {
         margin-bottom: 5px;
    width: 100px;
    }
 
    .review-rating {
      font-size: 1.2rem;
      font-weight: 600;
      color: #f4b400;
      margin: 10px 0 0px;
    }
 
    .review-count {
      font-size: 0.95rem;
      color: #555;
    }
 
    /*.section-title {*/
    /*  text-align: center;*/
    /*  font-size: 2rem;*/
    /*  font-weight: 700;*/
    /*  margin-bottom: 40px;*/
    /*  color: #333;*/
    /*}*/
    
     /* Trusted Section Styling */
.trusted-section {
  background: #f9fafc; /* light background for clean look */
}
 
.trusted-section h2 {
  font-size: 2rem;
  color: #222;
}
 
.trusted-section p {
  max-width: 700px;
  margin: 0 auto 2rem;
}
 
/* Badge Cards */
.trusted-section .p-4 {
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
}
 
.trusted-section .p-4:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
 
/* Icon Styling */
.trusted-section i {
  transition: color 0.3s ease;
}
 
.trusted-section .p-4:hover i {
  color: #0d6efd; /* Bootstrap primary color */
}
 
/* Responsive Adjustments */
@media (max-width: 768px) {
  .trusted-section h2 {
    font-size: 1.6rem;
  }
  .trusted-section .p-4 {
    padding: 2rem 1rem;
  }
}
 
@media (max-width: 576px) {
        section#packages-duration .col-lg-6.col-md-6 , section#packages-month .col-lg-6.col-md-6 , section#packages-category .col-lg-6.col-md-6{
    width: 100% !important;
}
  .trusted-section h2 {
    font-size: 1.4rem;
  }
  .trusted-section p {
    font-size: 0.9rem;
  }
   #customers-testimonials .item {
      padding: 0px;
    }
}
 

    .newsletter {
      position: relative;
      /*background-image: url(/userfiles/images/home/newsletter.webp) no-repeat center/cover;*/
      background-image: url('/userfiles/images/home/our-umrah-services-designed-around-you.webp');
      height: 450px;
      display: flex;
      justify-content: center;
      align-items: center;
      /*background-attachment: fixed;*/
    }

    .newsletter-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      /* Black opacity */
      z-index: 1;
    }

    .newsletter-content {
      position: relative;
      z-index: 2;
      /*max-width: 700px;*/
    }

    .newsletter h2 {
      font-size: 35px;
      margin-bottom: 15px;
      font-weight:bold;
    }

    .newsletter p {
      font-size: 17px;
      margin-bottom: 15px;
    }

    .newsletter-content .btn {
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 8px;
    }
    div#why-chooose-new {
      overflow: hidden;
      /*margin-bottom: 60px;*/
    }
    .why-choose-package-list {
    list-style: none;
    /* remove default bullets */
    padding: 0;
    margin-top: 20px;
}

.why-choose-package-list li {
    position: relative;
    padding-left: 25px;
    /* space for icon */
    margin-bottom: 8px;
    font-size: 17px;
    color: #ffff;
}

/* Icon on the left */
.why-choose-package-list li::before {
    content: "\f00c";
    /* Font Awesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffff;
    /* blue color */
    font-size: 14px;
}
section#trusted-section .trust_box {
    height:100%;
    transition: all 0.3s ease;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: var(--theme-radius);
    text-align: center;
}
section#trusted-section .trust_box h3 {
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 600;
}
section#trusted-section .trust_box p{
    font-size:16px;
}
.single-logo {
    padding: 10px;
    border-radius: var(--theme-radius);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    transition: transform 0.3s ease;
    margin:2px;
    background-color:#fff;
    
}
.single-logo img{
    display:block;
    aspect-ratio:139/70;
}
section#trusted-section .trust_box:hover {
  transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
section#trusted-section .trust_box img {
    max-width: 50px;
}
.tab-content>.active {
    margin-top: 2px;
}

section.service-details-area.space ul.ul3 li a {
    color: var(--color1);
}

section.service-details-area.space h3 {
    background: var(--color1);
    text-align: center;
    border-radius: var(--theme-radius);
    color: #fff;
    padding: 5px;
    margin-bottom: 40px;
    font-size: 26px;
}
section.service-details-area.space ul.ul3 {
    column-count: 4;
    padding-left: 0;
    margin: 40px 0 0;
}
section.service-details-area.space ul.ul3 li:before {
    content: "\f3c5";
    font-weight: 700;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 18px;
    margin-right: 8px;
    border: none;
    color: inherit;
    font-family: "Font Awesome 5 Free";
    color:var(--color2);
}
section.service-details-area.space ul.ul3 li {
    list-style: none;
    display: block;
    margin-bottom: 14px;
}
section.service-details-area.space ul.ul3 li a {
    position: relative;
    margin-bottom: 20px;
    text-decoration:none;
}
section.service-details-area.space ul.ul3 li a:hover {
    text-decoration:underline
}

    .bg_blue {
      background-color: var(--color1);
    }

    div#why-chooose-new .row.align-items-center {
      display: flex !important;
      align-items: stretch !important;
    }

    .why_choose_img {
      position: relative;
      display: inline-block;
      height: 100%;
      width: 100%;
    }

    div#why-chooose-new .why_choose_img img {
      border-radius: 0px !important;
      height: 100% !important;
      width: 100% !important;
      object-fit: cover !important;
      display: block !important;
    }

    .why_choose_img:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to left, var(--color1), transparent);
      pointer-events: none;
    }

    .choose_us {
    padding: 74px 0px 74px 0px;
    max-width: 700px;
}
a.btn.btn-light.cta-btn {
    transition: all 0.3s ease;
}
a.btn.btn-light.cta-btn:hover {
    color: #000 !important;
    background: #fff;
        
}
    div#why-chooose-new h2
 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
    div#why-chooose-new p
 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}

    @media (max-width: 1200px) {
      .why_choose_img {
        display: none;
      }

      .choose_us {
        padding: 40px !important;
        width:100%;
       
      }
    }

    @media (max-width: 767px) {
        section.service-details-area.space ul.ul3 {
            column-count: 4;
            padding-left: 0;
            margin: 25px 0 0 !important;
        }
.th_des_para.custom_scroll {
    height: auto;
}
      .choose_us {
        padding: 40px 18px !important;
      }
      div#why-chooose-new {
    overflow: hidden;
    margin-bottom: 30px;
}
.cta-content.bdr_right {
    border-left: none;
    margin-top: 50px;
}
div#why-chooose-new h2 {
    font-size: 28px;
}
div#why-chooose-new p {
    font-size: 15px;
}
.why-choose-package-list li {
    font-size: 15px;
}
.th_des_head h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom:20px;
    text-align:center;

}
.th_des_para h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
}
.cta-box {
    flex: 1;
    color: #fff;
    padding: 40px 40px;
}
.cta-content h4 {
    font-size: 28px;
}



.newsletter {
        height: 350px;
}
.newsletter-content {
    padding: 0 10px;
}
.newsletter h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.newsletter p {
    font-size: 15px;
    margin-bottom: 15px;
}
.umrah-content-sec .hero-image {
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}
.umrah-content-sec .gallery-image {
    height: auto;
}
.content-box{
    margin-bottom: 0;
    overflow: hidden;
}
    }

@media (max-width: 768px) {
    .contact-section .contact-section {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .contact-section .contact-form-card,
    .contact-section .contact-info-card {
        padding: 30px 20px;
        /*margin-bottom: 30px;*/
    }

    .contact-section {

        padding: 30px 0;
        ;
    }
}

.animate-fade-up {
    animation: fadeUp 0.8s ease-out;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Packages by Month Section */
.packages-by-month {
    /*background: #fff;*/
}

.month-tabs .nav-pills .nav-link {
    background: #fff;
    color: var(--color1);
    border: 2px solid var(--color1);
    margin: 5px;
    border-radius: 20px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}



.month-tabs .nav-pills .nav-link.active,
.month-tabs .nav-pills .nav-link:hover{
    /*background: var(--gradient-bg);*/
    background-color:var(--color2);
    color: #fff;
    border-color: var(--color2);
}

.form-control:focus,
.form-select:focus,
.btn:focus {
    outline: 2px solid var(--color2);
    outline-offset: 2px;
}

.form-select:focus {
    border-color: var(--color1) !important;
    outline: 0;
}

.form-control:focus,
.form-select:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

/* Text beside call button */
.tj-slider-3-play-text {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tj-slider-3-play-text label {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    margin-bottom: -4px;
    margin-top: 0px;
}

.tj-slider-3-play-text span a {
    font-weight: 600;
    text-decoration: none;
    color: #222222;
}

.tj-slider-3-play-icon a i {
    color: #fff;
        font-size: 30px;
}

.tj-slider-3-play-text span a:hover {
    text-decoration: underline;
}

.btn-get-touch span {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    z-index: 1;
}

form#contactUs div input:focus {
    box-shadow: none;
}

form#contactUs div textarea:focus {
    box-shadow: none;
}

.card-slide:hover {
    transform: translateY(0px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}


.tj-slider-3-play-icon .circle-btn {
    font-size: 16px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: visible;
    text-decoration: none;
}

/* Ripple pulse ring 1 */
.tj-slider-3-play-icon .circle-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 30%);
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: pulseRing 2s ease-out infinite;
}

/* Ripple pulse ring 2 */
.tj-slider-3-play-icon .circle-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(4, 92, 57, 0.2);
    /* #045c39 with 20% opacity */
    transform: translate(-50%, -50%) scale(1);
    z-index: -2;
    animation: pulseRing 2s ease-out infinite;
    animation-delay: 1s;
}

a.btn.btn-book-more.btn-book {
    width: fit-content;
}

a.circle-btn:hover {
    text-decoration: none !important;
}



/* Ripple Animation */
@keyframes pulseRing {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
}

.tj-slider-3-play-text {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 8px;
}

.tj-slider-3-play-text label {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    margin-bottom: -4px;
    margin-top: 0px;
}

.tj-slider-3-play-text span a {
    font-weight: 600;
    text-decoration: none;
    color: #222222;
}

.tj-slider-3-play-icon a i {
    color: #fff;
}

.tj-slider-3-play-text span a:hover {
    text-decoration: underline;
}

.btn-get-touch span {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    z-index: 1;
}


form#contactUs div input:focus {
    box-shadow: none;
}

form#contactUs div textarea:focus {
    box-shadow: none;
}

.card-slide:hover {
    transform: translateY(0px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.input-group-text {
    min-width: 45px;
    justify-content: center;
}
.input-group-text.area {
    align-items:flex-start;
    
}
table.table.table-bordered.table-striped td{
    font-size:14px;
}
.input-group-text.area i{
    position:relative;
    top: 10px;
}

.input-group-text-area i {
    color: var(--color1);
        margin-top: 10px;
}


.input-group-text i {
    color: var(--color1);
}

section#packages-category {
    /*background: #f8f9fa;*/
}
.travel_card_detail h3 {
    padding-right: 15px;
}


/* Responsive adjustments for tabs */
@media (max-width: 768px) {
    section.service-details-area.space ul.ul3 {
    column-count: 2 !important;
}

    .card-custom {
    height:auto;
}

    .duration-tabs .nav-pills .nav-link,
    .month-tabs .nav-pills .nav-link {
        margin: 2px;
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .banner-title {
        font-size: 35px;
    }

    .stat-number {
        font-size: 2rem;
    }

    section {
        padding: 30px 0;
    }

    section#home .banner-image {
        margin-top: 35px;
    }
    .umrah-detail-banner img{
        /*display: none;*/
        border-radius:var(--theme-radius) !important;
}

    .package-content .border_l {
        border-left: none !important;
    }

    .logo-nav {
        width: 230px;
    }

    .two-btns {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-wrao:wrao;
    }
    .two-btns .btn-book{
        margin-top:0;
        margin-bottom:0 !important;
    }
    .btn-get-touch {
        margin-bottom: 30px;
        width: fit-content;

    }

    .packages-by-month {
        padding:30px 12px !important;
    }

    .row.gap-equal>[class*="col-"] {
        padding: 0 13px;
    }
}

/* Enhanced package cards for new sections */
.packages-by-duration .package-card,
.packages-by-month .package-card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.packages-by-duration .package-card:hover,
.packages-by-month .package-card:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Tab content animations */
.tab-pane {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*late css*/
.content-box img {
    border-radius: var(--theme-radius);
}

@media (max-width: 1399px) {

.btn-book, .view-detail {
    padding: 0.75rem .5rem;
}
}


@media (max-width: 1024px) {
    section#packages-duration .col-lg-6.col-md-6 , section#packages-month .col-lg-6.col-md-6 , section#packages-category .col-lg-6.col-md-6{
    width: 50%;

}
.date-switcher {
    font-size: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 180px !important;
}

header.header-section .navbar .btn-callback {
    margin-right: 0px !important;
}
.navbar-nav .nav-link {
    margin: 0 0.1rem;
}
.stat-number {
    font-size: 2rem;
}
.btn-book, .view-detail {
    padding: 0.65rem .6rem;
    font-size: 12px;
}
.btn-book-duration-top {
    padding: 10px 12px;
    font-size:14px;
}
.row:not(:last-child) .package-card-duration {
    margin-bottom: 20px;
}
.col-md-6.col-lg-4.package-card-city {
    margin-bottom: 20px;
}

}

/*.date-switcher {*/
/*  font-size: 14px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 8px;*/
/*  min-width: 210px;*/
/*}*/
/*    .date-arrow {*/
/*      background: none;*/
/*      border: none;*/
/*      color: #fff;*/
/*      font-size: 18px;*/
/*      cursor: pointer;*/
/*      padding: 2px 6px;*/
/*    }*/
/*    .date-arrow:hover {*/
/*      color: #fff;*/
/*    }*/
/*    span#dateDisplay {*/
/*        color: #fff;*/
/*        font-weight: 600;*/
/*}*/

  .date-switcher {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      overflow: hidden;
      height: 25px; /* one line height */
      min-width: 230px;
      text-align: center;
    }

    .date-wrapper {
      display: flex;
      flex-direction: column;
      animation: scrollDates 8s infinite; /* slower for pause effect */
    }

    .date-item {
      height: 25px;
      line-height: 25px;
    }

   @keyframes scrollDates {
  0%, 15%   { transform: translateY(0); }        /* Item 1 pause */
  25%, 40%  { transform: translateY(-25px); }    /* Item 2 pause */
  50%, 65%  { transform: translateY(-50px); }    /* Item 3 pause */
  75%, 90%  { transform: translateY(-75px); }    /* Item 4 pause */
  100%      { transform: translateY(-100px); }   /* Item 5 */
}


.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  right: 15px;        /* keep icon on right side */
  top: 50%;
  transform: translateY(-50%);
  color: #046b4f;     /* your theme color */
  pointer-events: none; /* don’t block input typing */
}
.contact_textarea .input-icon i  {
    top:14px;
    transform:none;
}
.input-icon .form-control {
  padding-right: 40px; /* add space for icon */
}

/*dua page css start here*/

.dua-card {
            background: white;
            border-radius: var(--theme-radius);
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 4px 20px #eee;
            border: 1px solid var(--border-color);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
 
        .dua-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 20px rgba(44, 95, 124, 0.15);
        }
 
        .dua-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--color1);
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        section#ihram {
    scroll-margin-top: 60px;
}
section#tawaf {
    scroll-margin-top: 60px;
}
section#sai {
    scroll-margin-top: 60px;
}
section#general {
    scroll-margin-top: 60px;
}
section#completion {
    scroll-margin-top: 60px;
}
        .stage-section .section-title {
    text-align: left;
}
        .arabic-text {
            font-size: 1.5rem;
            line-height: 2;
            text-align: right;
            direction: rtl;
            background: #fff;
            padding: 1.5rem;
            border-radius: var(--theme-radius);
            margin: 1rem 0;
            border-right: 4px solid var(--color1);
        }
 
        .transliteration {
            font-style: italic;
            color: var(--color1);
            margin: 1rem 0;
            padding: 1rem;
            background: #f8f9fa;
            border-radius: var(--theme-radius);
            border-left: 3px solid var(--color1);
        }
 
        .translation {
            color: var(--text-primary);
            font-weight: 500;
            margin-top: 1rem;
        }
 
        .stage-nav {
            background: white;
            padding: 1rem 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 100;
        }
 
        .stage-nav .nav-link {
            color: var(--color1);
            font-weight: 500;
            padding: 0.75rem 1.5rem;
            border-radius: 25px;
            transition: all 0.3s ease;
            margin: 0 0.25rem;
        }
 
        .stage-nav .nav-link:hover,
        .stage-nav .nav-link.active {
            background: var(--color1);
            color: white;
        }
 
        .stage-section {
            padding: 60px 0;
        }
 
        .stage-icon {
            width: 60px;
            height: 60px;
            background: var(--color1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
 
              .quick-reference {
            background: #fff;
            padding: 2rem;
            border-radius: 12px;
            margin: 2rem 0;
        }
 
        .reference-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1rem;
            background: white;
            border-radius: 8px;
            margin-bottom: 1rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
 
        .reference-icon {
            width: 40px;
            height: 40px;
            background: var(--color1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }
        .dua-card i {
    color: var(--color2) !important;
}
 
        @media (max-width: 768px) {
 
.shadow-effect {
    box-shadow: none !important;
}
.stage-nav {
    background: white;
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: static;
    top: 0;
    z-index: 100;
}
            .hero-title {
                font-size: 2rem;
            }
           
            .arabic-text {
                font-size: 1.25rem;
            }
           
            .dua-card {
                padding: 1.5rem;
            }
            .stage-icon {
    width: 45px;
    height: 45px;
    font-size: 1rem;
}
        }
        
        @media (max-width: 768px) {
            .stage-icon {
    width: 35px;
    height: 35px;
    font-size: .8rem;
}
        }
        .bner-btn {
    display: flex;
    gap: 13px;
}
        
        
  .input-label {
      display: block;
      font-size: 13px;
      color: #555;
      margin-bottom: 5px;
    }
 
    .number-input {
      display: flex;
      align-items: center;
     border: 1px solid #e9ecef;
      border-radius: var(--theme-radius);
      padding: 10px;
      font-size: 16px;
      justify-content: space-between;
    }
 
    .number-input input {
      border: none;
      background: transparent;
      width: 40px;
      font-size: 16px;
      outline: none;
      text-align: center;
    }
 
    .number-input span {
      flex: 1;
      text-align: center;
      font-size: 13px;
    }
 
    .number-input button {
      border: none;
      background: none;
      font-size: 18px;
      cursor: pointer;
      padding: 0 10px;
    }
 
    .number-input button:hover {
      color: #000;
    }
    
    
    
    
    
    section.space.blog-content {
    background: #f7f7f7;
    padding: 60px 0;
}

.blog-card {
    background: white;
    border-radius: var(--theme-radius);
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
       z-index: 1;
}

.blog-card:hover {
       transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.blog-card.style3 .blog-img {
    margin-bottom: 15px;
}


.blog-card.style3 .blog-img img {
    width: 100%;
}

.blog-card .blog-img {
    display: block;
    overflow: hidden;
    border-radius: var(--theme-radius) 0 0;
    position: relative;
    z-index: 1;
}

.blog-card .blog-content,
.blog-card .blog-meta {
    color: var(--body-color);
    font-size: 14px;
    margin-bottom: 14px;
    padding: 0 25px 12px;
}

.blog-meta i {
    color: var(--color1);
    margin-right: 3px;
    font-size: 15px;
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 14px;
    color: var(--color1);
    position: relative;
    margin-right: 2px;
}

.blog-meta span {
    color: var(--color1);
}

.blog-meta a:hover {
    color: var(--color2);
}

.blog-card.style3 .box-date {
    position: absolute;
    margin: 0;
    top: 0;
    right: 32px;
    line-height: 1.1;
    text-align: center;
    border-radius: 0 0 90px 90px;
    padding: 18px 10px 24px;
    font-size: 14px;
}

section.space.blog-content .row.gy-4 {
    margin-top: 40px;
}

.blog-card .box-date {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -19px 19px 15px auto;
    color: #ffff;
    padding: 0 24px;
    border-radius: var(--theme-radius);
    line-height: 38px;
    z-index: 1;
    position: relative;
    z-index: 3;
}

.blog-card .box-date:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color1);
    border-radius: inherit;
    z-index: -1;
}

.blog-card.style3 .box-date .date {
    display: block;
    font-size: 24px;
    font-weight: 600;

}

section.space.blog-content h2 {
    color: #000;
    font-size: 42px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.sec-btn.mt-n3.mt-md-0 a {
    background: var(--gradient-bg);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--theme-radius);
    font-weight: 600;
    transition: all 0.3s ease;

}

.sec-btn.mt-n3.mt-md-0 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.4);
}

section.th-blog-wrapper.blog-details.space-top.service_single_area.space-extra-bottom.single-blog-style2 .media-body {
    margin-left: 0px;
}

section.space.blog-content a.th-btn.btn.btn-orange {
    background: var(--color2);
}

section.space.blog-content a.th-btn.btn.btn-orange:hover {
    background: var(--color1);
}

.blog-content h3 {
    font-weight: 600;
}

.blog-content h3 a {
    font-size: 24px;
    line-height: 32px;
}

.new-bottm-bar .blog-card {

    border-radius: var(--theme-radius);
    background-color: #f7f7f7;

}
.blog-card.style3.next_blog .blog-img img {
    border-radius: var(--theme-radius) 0 0 !important;
}

section.th-blog-wrapper.blog-details.space-top.space-extra-bottom {
    padding: 70px 0;
}

section.th-blog-wrapper.blog-details.space-top.space-extra-bottom img {
    border-radius: var(--theme-radius);
    width: 100%;
    animation: genieFloat 3s ease-in-out infinite;
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden;
}

.share-links {
    padding: 20px 0;
    border-top: 1px solid var(--color2);
}

.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
    padding-right: 15px;
}

.blog-meta span.author-name {
    color: var(--body-color);
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 14px;
    color: var(--color1);

    position: relative;
    margin-right: 10px;
}

blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 14px;
    color: var(--color1);
    text-decoration:none;

    position: relative;
    margin-right: 10px;
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0;
}

.share-links-title {
    font-size: 18px;
    color: var(--color1);

    font-weight: 600;
    margin: 0 15px 0 0;
    display: inline-block;
    text-transform: capitalize;
}

.share-links .th-social {
    display: inline-block;
}

.share-links .th-social a {
    --icon-size: 40px;
    font-size: 14px;
    border-radius: 99px;

}

.th-social.upated a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.th-social.upated {
    display: flex;
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 45px);
    background-color: #f7f7f7;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 99px;
}

.th-social svg {

    width: 14px;
}

.th-social a:hover {
    background-color: var(--color1);
    color: #fff;
}

.blog-details .share-links .th-social a svg path {
    fill: var(--body-color) !important;
}

.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: var(--color2);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}

.new-bottm-bar {
    margin: 40px 0 0;
}

.blog-img {
    margin-bottom: 25px;
}

.share-links .th-social a:hover svg path {
    fill: #fff !important;
}

aside.sidebar-area .widget {
    background: #f7f7f7;
    border-radius: var(--theme-radius);
    padding: 15px;
    margin-bottom: 15px;
}

p.widget_title {
    margin-top: 0px;
}

span.author-name a:hover {
    color: var(--color1);
}

.sidebar-area {
    margin-bottom: -10px;
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1.4em;
    padding-bottom: 20px;
    margin: -0.12em 0 0px 0;
    color: var(--color1);
    text-align:start;
}

.widget_title:after,
.widget_title:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
}
.recent-post:not(:last-child){
    margin-bottom: 20px;
}
.recent-post .media-img {
    margin-right: 15px;
    width: 80px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.recent-post .media-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.title-area.text-center.our_top_head.d-block.w-100 {
    margin-bottom: 15px;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.recent-post .post-title {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 26px;
    margin: 0 0 6px 0;
    font-family: var(--title-font);
    text-transform: capitalize;
}

.recent-post-meta i {
    margin-right: 7px;
}

.widget-banner .box-title {
    margin-bottom: 27px;
    color: #fff;
}



.widget-banner .box-text {
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 10px;
    color: #fff;
}

.widget-banner .box-link {
    font-size: 24px;
    font-weight: 600;
}

.widget-banner {
    text-align: center;
}

.widget-banner a {
    color: #fff;
}

.recent-post:hover .media-img:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.widget-banner a:hover {
    color: var(--color2);
}

.author_inner {
    flex-direction: column;
    background: #fff;
    border-radius: var(--theme-radius);
    padding: 40px;
    box-shadow: none;
    display: flex;
    text-align: left;
    gap: 20px;
    align-items: center;
}

section.author-banner.pt-50 {
    background: #f7f7f7;
    padding: 60px 0px;
}

.author_inner img {
    border-radius: var(--theme-radius);
    margin-bottom: 0;
    min-width: 22%;
    max-width: max-content;
}

.author_inner .author {
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
}

.blog-content a.th-btn.style4 i {
    margin-left: 6px;
}

.sec-btn.mt-n3.mt-md-0 {
    display: flex;
    justify-content: end;
}

.blog-content .row.justify-content-between.d-flex.align-items-center {
    align-items: center;
    display: flex;

}

.blog-content .col-sm-auto {
    display: flex;
    align-items: center;
}

.cta-buttons .btn {
    border: 1px solid var(--color2);
}

a.th-btn.style2.btn-red i {
    margin-left: 6px;
}

.new-bottm-bar h2 {
    margin-bottom: 25px;
}

.new-bottm-bar .container {
    padding: 0;
}

a.th-btn.style2.btn-red {
    color: #fff;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
}

.blog-content h3 a {
    font-size: 22px;
    line-height: 32px;
}

h3.post-title a, .blog-content h3 a {
    color: var(--color1);
    text-decoration: none;
}
a.text-inherit:hover {
    color: var(--color2);
    text-decoration: underline;
}

h4.post-title a:hover,
.blog-content h3 a:hover {
    color: var(--color2);
}

.widget-banner .box-link a {
    /*background: var(--color);*/
    color: #fff;
    padding: 12px 20px;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    border-radius: var(--theme-radius);
}

section.mb-50.article-btm.author-new-articles.space {
    background: #f7f7f7;
    padding: 60px 0;
}

.author-new-articles h2.item-heading.mb-20 {
    margin-bottom: 30px;
    font-weight: 700;
}

.blog-content h3.box-title {
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 16px;
    line-height: 24px;
}

.home-banner .slider-big-text {
    margin-bottom: 0;
}
.updtd-brd.text-center {
    display: flex;
    justify-content: center;
}
.breadcumb-content .breadcumb-title {
    margin-bottom: 20px !important;
}
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
    list-style-type: none;
    position: relative;
    text-align: left;
}
.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    list-style: none;
    position: relative;
}
ul.breadcumb-menu.p-brd a, ul.breadcumb-menu.p-brd li, ul.breadcumb-menu.p-brd a, ul.breadcumb-menu.p-brd a:after {
    color: #000;
    text-decoration:none;
}
ul.breadcumb-menu.p-brd a:hover{
text-decoration:underline
}
.breadcumb-menu li:not(:last-child)::after  {
    content: "\f061";
    position: relative;
    margin-left: 10px;
    font-weight: 900;
    font-size: 0.9em;
    color: inherit;
    font-family: "Font Awesome 6 Free";
}
a.whatsapp-btn.text-white.me-3 {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.team-contact-us h3 {
    margin-bottom: 0 !important;
    font-size: 20px !important;
}
section.preparation-guid h3 , section.bg-light-custom h3{
    font-size: 24px;
}
section#contact p.box-title {
    font-weight: 600;
}
@media (max-width: 991px) {
    .form-select {
    min-height: 40px;
    border-radius:var(--theme-radius);
}
        .cta-content.bdr_right {
        border-left: none;
        margin-top: 50px;
    }
    .blog-card.style3 {
        margin-bottom: 25px;
    }

    .blog-meta.col-xl-6 {
        margin-bottom: 16px;
    }

    .author_inner {
        padding: 20px 15px;

    }
.slider-wrapper .slider .slide img {
   
    height: auto; 

}
.copyright p.text-lg-start.text-center {
    margin-bottom:0;
        color: #fff;
}
    .author_inner .author {
        margin-bottom: 10px;
    }

    section.author-banner.pt-50 {
        padding: 40px 0px;
    }

    section.mb-50.article-btm.author-new-articles.space {
        padding: 40px 0;
    }

    .author-new-articles h2.item-heading.mb-20 {
        margin-bottom: 20px;
    }

    .blog-card {

        height: auto;
    }

    .blog-content p {
        line-height: 24px;
    }

    .blog-content h3.box-title {
        margin-bottom: 5px;
    }

    .author_inner {
        text-align:center;
        display: block;
        gap: 25px;
    }
    p.author-p {
    text-align: left;
}
.author_inner img {
    margin-bottom: 15px;
}

    .sec-btn.mt-n3.mt-md-0 {
        justify-content: center;
        margin-top: 20px;
    }

    .title-area.text-md-start {
        text-align: center;
    }

    section.space.blog-content .row.gy-4 {
        margin-top: 25px;
    }

    .rating-first-sec .left-section {
        margin-bottom: 20px;
    }

    

    .new-bottm-bar .col-lg-4 {
        margin-bottom: 30px;
    }

    section.th-blog-wrapper.blog-details.space-top.service_single_area.space-extra-bottom.single-blog-style2 .col-lg-4 {
        margin-bottom: 0;
    }

    section.th-blog-wrapper.blog-details.space-top.service_single_area.space-extra-bottom.single-blog-style2,
    section.space.blog-content {
        padding: 40px 0;
        margin-bottom: 0;
    }

    .blog-meta span:not(:last-child),
    .blog-meta a:not(:last-child) {
        padding-right: 6px;
    }
}
.content-area img{
    max-width:100%;
    height:auto;
    border-radius:var(--theme-radius);
}
@media (max-width:767px) {
    .content-area h2{
        font-size:25px!important;
    }
    .content-area h3{
        font-size:22px !important;
    }
.resp_drop {
  border: none;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 6px 0px;
}

/* Always display:block, we control hide/show with transitions */
.dropdown-menu {
  display: block !important;  /* override Bootstrap */
  background: transparent;
  border: none;
  padding: 0 !important;

  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(15px);
  visibility: hidden;
  transition: opacity 0.4s ease, 
              max-height 0.4s ease, 
              transform 0.4s ease;
}

/* Open smoothly */
.dropdown-menu.show {
  opacity: 1;
  max-height: 108px;   /* just bigger than your content height */
  transform: translateY(0);
  visibility: visible;
   transition: max-height 0.5s ease;
}
button.dropdown-toggle.resp_drop i {
    transition: transform 0.8s ease; /* animate the rotation */
}

button.dropdown-toggle.resp_drop.show i {
    transform: rotate(180deg);
}



.dropdown-item {
  color: #fff;
}

.dropdown-toggle::after {
  display: none;
}


    div#navbarNav {
        position: absolute;
        /*background: linear-gradient(135deg, var(--color1) 0%, var(--color2) 100%);*/
        background-color:var(--color2);
        width: 100%;
        left: 0;
        top: 75px;
        overflow: hidden;
        height:100vh;
        opacity:0;
    }
    div#navbarNav.show{
        opacity:1;
    }
.navbar-nav .dropdown-menu .menu_list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
    header.header-section .navbar .btn-callback {
        margin-left: 0px !important;
    }
    .home-banner .slider-big-text {
        margin-bottom: 0;
    }
    
ul#durationTabs {
    margin-bottom: 20px;
}
    .new-bottm-bar h2 {
        margin-bottom: 18px;
    }

    .btn-group.justify-content-center.our-call-to-action {
        display: contents;
    }

    .btn-group.justify-content-center.our-call-to-action .call-btn {
        margin-bottom: 20px;
    }

    section.space.blog-content h2 {
        margin-bottom: 30px;
        font-size: 24px;

    }
    .modal-title {
    font-size:16px !important;
    font-weight: 700 !important;
}
.date-item {
    height: 25px;
    line-height: 41px !important;
    font-size: 15px !important;
    margin-left: 20px !important;
    width: fit-content;
}
}


a.author {
    font-weight: 700;
}

a.author:hover {
    text-decoration:underline;
}
p.banner-text a {
    color: var(--color1);
    text-decoration: none;
    font-weight: 600;
}
p.banner-text a:hover {
    text-decoration: underline;
}
.row:not(:last-child) .package-card-duration{
    /*height:100%;*/
    margin-bottom:24px;
}
.package-content-duration {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.About-section p a {
    text-decoration: none;
    color: var(--color1);
    font-weight: 600;
}
section.About-section ul {
    padding-left: 35px;
}
section.About-section p {
    font-size: 16px;
}
section.About-section h3 {
    font-size: 25px;
    color: var(--color1);
    font-weight: 700;
}
section.About-section ul li {
    margin-bottom: 10px;
}
section#packages-duration {
    scroll-margin-top: 60px;
}
section#packages-month {
    scroll-margin-top: 60px;
}
section.About-section h2 {
    font-weight: 700;
    color: var(--color1);
    font-size:35px;
}
section#privacypolicy h2 {
    font-weight: 700;
    color: var(--color1);
    font-size:35px;
}
section#privacypolicy h3 {
    font-size: 28px;
    color: var(--color1);
    font-weight: 600;
}
section#privacypolicy p {
    font-size: 16px;
}

section#termsconditions h2, .page-content h2 {
    font-weight: 700;
    color: var(--color1);
        Font-size:32px;
}
section#termsconditions h3 , .page-content h3 {
    font-size: 26px;
    color: var(--color1);
    font-weight: 600;
}
section#termsconditions p , .page-content p{
    font-size: 16px;
}

button.swal2-confirm.swal2-styled {
    background: var(--color2);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--theme-radius);
    font-weight: 600;
    transition: all 0.3s ease;
}

button.swal2-confirm.swal2-styled:hover {
    background: var(--color1) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.4) !important;
}



/* Placeholder text for input/textarea */
input::placeholder,
textarea::placeholder {
  color: #212529 !important;
}

/* Select dropdown text */
select {
  color: #212529 !important;
}

/* Optional: make sure when user selects something it uses normal color */
select option {
  color: #000; /* change this if you want selected options black */
}

section#packages-duration .container , section#packages-month .container , section#packages-category .container{
    position: relative;
}
 
.relitive-link-see-more {
    position: absolute;
    top: 90px;
    right: 11px;
}

p.banner_strong {
    font-size: 18px;
}

.banner-features .feature-item a {
    color:var(--color1);
     text-decoration: none!important;
     font-weight:600;
     
}

.banner-features .feature-item a:hover
 {
    text-decoration: underline!important;
    color:var(--color1);
}

.banner-content .banner-text strong {
    font-size: 20px;
}

 .responsive-list {
      list-style: none;
      padding-left: 0;
      padding-bottom: 25px;
    }

    .responsive-list li {
         display: flex
;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #000;
      /* space between icon and text */
    }

    .responsive-list .icon {
      width: 35px;
      /* adjust size */
      height: 35px;
      /* adjust size */
      object-fit: contain;
    }
section.Contact_us_section.author-banner {
    min-height: 200px;
}
    /* On mobile stack vertically */
    @media (max-width: 576px) {
      
        ul#filterTabs {
    justify-content: center !important;
    gap: 10px;
}
        .umrah-content-sec .d-lg-flex.align-items-center.justify-content-between.gap-3.mb-4 {
    margin-bottom: 10px !important;
}
section#termsconditions h3, .page-content h3 {
    font-size: 22px !important;
   
}
      .responsive-list {
        display: none !important;           /* override Bootstrap */
        flex-direction: column !important;  /* stack vertically */
        gap: 12px;
      }
      .package-card-duration {
        height: auto;
    }
    div#packageContainer .col-md-6 {
    margin-bottom: 0px !important;
}
      
      .relitive-link-see-more {
        position: unset;
    top: 90px;
    right: 11px;
    margin: -17px 0 36px;
    display: flex;
    justify-content: center;
}
    }

 /* On mobile stack vertically */
    @media (max-width: 991px) {
      .relitive-link-see-more {
        position: unset;
    top: 90px;
    right: 11px;
    margin: -17px 0 36px;
    display: flex;
    justify-content: center;
}
.cta-orange {
    background-image: none;

}
      
    }
    
    div#packageContainer .col-md-6 {
    /*margin-bottom: 30px;*/
}

 aside.sidebar-area button.btn.btn-book.btn-book-duration-top {
    width: fit-content;
    padding: 12px 20px;
}
 .package-card-duration button.btn.btn-book.btn-book-duration-top {
 
    background-color: var(--color2);
    color: #fff;
    border: none;
    padding: 9px 20px;
    border-radius: var(--theme-radius);
    font-weight: 600;
    transition: all 0.5s ease;
    margin-top: 5px;
    border: 1px solid var(--color2);
    font-size: 16px;
}
 
.package-card-duration button.btn.btn-book.btn-book-duration-top:hover {
      /*background: var(--gradient-bg);*/
    color: #fff;
    background-color:var(--color2);
    border-color: var(--color2);
}

/* Reset native dropdown arrow */
select.form-control {
  appearance: none;         /* Chrome, Safari, Edge */
  -moz-appearance: none;    /* Firefox */
  -webkit-appearance: none; /* Safari */
  
 
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")no-repeat right 0.75rem center;
      background-size: 12px;
  padding-right: 2rem; /* space for arrow */
}

.circle-btns {
    align-items: center;
    text-decoration: none;
    display: flex;
}
.circle-btns i{
    font-size: 30px !important;
    color: var(--color1) !important;
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}


input#terms2 {
    --bs-form-check-bg: var(--bs-body-bg);
    padding: 0;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid #b3acac;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    padding: 8px;
    margin-right: 15px;
    width: 23px !important;
    height: 23px !important;
    margin-top: 0px;
}
/*Testimonial*/
.testi-card-area-1 {
    background-color:#f5f5f5;
}
.google-reviews-section .header-container {
    background: #fff;
    padding: 24px;
    border-radius: var(--theme-radius);
    flex-wrap:wrap;
}
.google-reviews-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.google-reviews-title.mb-1 img {
    width: 92px;
    height:31px;
}
.review-summary {
    margin-top: 0;
}
.rating-number {
    font-size: 24px;
    color: #000;
}
.review-summary .stars {
    font-size: 1.2rem;
}
.reviewer-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    flex-shrink: 0;
}
.reviewer-circle.blue {
    background: #3b82f6;
}
.review-button {
    background-color: var(--color2);
    border-color: var(--color2);
    border-radius:var(--theme-radius);
    padding: 10px 20px;
    font-weight: 500;
}
.review-button:hover{
    background-color: var(--color1);
    border-color:var(--color1);
}
.reviews-container {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    scrollbar-width: none;
}
.reviews-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.rev__card {
    border: none;
    border-radius: var(--theme-radius);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    width: 100%;
    min-height: 200px;
    scroll-snap-align: start;
}
.stars i {
    color: #ffc107;
}

/* Avatar and Icon Styling */
.avatar-container {
    width: 40px;
    height: 40px;
}

.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.google-icon {
    position: absolute;
    bottom: -7px;
    right: -9px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 1;
    font-size: 0;
}
.user-name.fw-bold {
    color: #000;
}
.verified-badge {
    color: #1A73E8; /* Google Blue for the checkmark */
    font-size: 0.8rem;
}

.user-name {
    font-size: 1rem;
}

.review-time {
    font-size: 0.8rem !important;
}

.review-text {
    color: var(--body-color);
    line-height: 1.4;
}

.read-more {
    color: var(--color2);
    font-weight: 500;
    text-decoration: none;
}

/* Navigation Arrows */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #5f6368;
    transition: background-color 0.2s, box-shadow 0.2s;
}
.reviews-wrapper .prev-arrow {
    left: -25px;
}
.reviews-wrapper .next-arrow
 {
    right: -10px;
}

.nav-arrow:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.prev-arrow {
    left: 0;
}

.next-arrow {
    right: 0;
}

.umrah-hero-elegant {
  /**/
  padding: 40px 0;
  /*color: #fff;*/
  position: relative;
  overflow: hidden;
}
.umrah-hero-elegant.packages_2 {
    background: linear-gradient(120deg, var(--color1), var(--color1));
    color: #fff;
}
section.umrah-hero-elegant h2 {
    /*color: #fff !important;*/
    text-align: left;
}
.umrah-hero-elegant.packages_2 h2{
    color: #fff !important;
}

section.umrah-hero-elegant a.btn.btn-book.btn-book-duration-top {
    max-width: fit-content;
    padding: 12px 24px;
}
.tj-slider-3-play-icon.d-flex i {
    font-size: 20px;
}


.image-frame {
  border-radius: var(--theme-radius);
  overflow: hidden;
  /*box-shadow: 0 30px 80px rgba(0,0,0,0.6);*/
  max-height: 500px;
  display: flex;
}

.image-frame img {
  border-radius: var(--theme-radius);
}

/* Content Box */


.section-tag {
  color: var(--color1);
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
}
.umrah-hero-elegant.packages_2 .section-tag {
  color: #fff;
}

.content-box h2 {
  margin: 15px 0;
}

.content-box h2 span {
  color: var(--color2);
}

.content-box p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.9;
}

.light-text {
  opacity: 0.75;
}





/* Responsive Card Display and Spacing */
@media (min-width: 1200px) {
    /* Desktop: Show 4 cards */
    .rev__card {
        width: calc(25% - 15px); /* 4 cards + margin */
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    /* Tablet: Show 3 cards */
    .rev__card {
        width: calc(33.333% - 15px); /* 3 cards + margin */
    }
}

@media (max-width: 767px) {
    /* Mobile: Show 1 card with full scroll/swipe support */
    .reviews-wrapper {
        padding: 0; /* Remove padding to allow full width scroll */
    }
    .review__card {
        width: 100%; /* Single card takes up most of the screen */
      
    }
    .my-5.google-reviews-section {
    margin-top: 0px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
    .nav-arrow {
        /* Hide arrows on mobile, rely on swipe/scroll */
        display: none;
    }
}