html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 60px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/* Topbar */
.topbar-bar {
  background-color: #FBC50B;
  border-bottom: 1px solid #FBC50B;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.fixed-line-text {
  font-weight: 500;
  padding: 6px 12px;
  word-break: break-word;
}

@media (max-width: 768px) {
  .fixed-line-text {
    font-size: 13px;
  }
}

@media (min-width: 769px) {
  .fixed-line-text {
    font-size: 15px;
  }
}

/* Header */
header img.object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.background{
	background-color:#32022a
}
@media (min-width: 768px) {
  header img.object-fit-cover {
    max-height: 350px;
  }
}

.bg-background {
  background: #32022a;
}
/* Ensure equal height vertical stacking */
.three-box-wrapper > div {
  flex: 1 1 0;
}

/* Optional: Set minimum height on small screens for better look */
@media (max-width: 767.98px) {
  .three-box-wrapper > div {
    min-height: 100px;
  }
}
 
 .bg-light-new{
	 background-color:#32022a;
 }
/* Capsule button base */
.capsule-btn {
  border-radius: 999px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  transition: background-color 0.5s ease;
  text-align: center;
  position: relative;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

/* Responsive */
@media (max-width: 576px) {
  .capsule-btn {
    font-size: 14px;
    padding: 10px 20px;
    min-width: 140px;
  }
}

/* Keyframe: Smooth continuous glow/pulse */
@keyframes continuousPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 15px 5px rgba(0,0,0, 0.15);
    transform: scale(1.03);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.2);
    transform: scale(1);
  }
}

/* WhatsApp Pulse (Green) */
.pulse-green {
  background-color: #25d366;
  animation: continuousPulse 2s ease-in-out infinite;
}

.pulse-green:hover {
  background-color: #1da955;
}

/* Call Pulse (Blue) */
.pulse-blue {
  background-color: #FBC50B;
  animation: continuousPulse 2s ease-in-out infinite;
}

.pulse-blue:hover {
  background-color: #FBC50B;
}

/* Capsule-style marquee  */
.marquee-button {
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 15px;
  overflow: hidden;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: #fbc50b;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.border-bottom-new {
    border-bottom: 1px solid #32022a !important;
}
.marquee-text {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-move 15s linear infinite;
}

@keyframes marquee-move {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}


/* Responsive font */
@media (max-width: 576px) {
  .marquee-button {
    font-size: 13px;
    padding: 10px 16px;
    height: 44px;
  }
}
.capsule-btn {
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  white-space: nowrap;
  color: Green;
}
.capsule-btn-nn{
	 border-radius: 999px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  white-space: nowrap;
  color: White;
}
/* Hover effect */
.capsule-btn.btn-danger:hover {
  background-color: #c82333;
  color: #fff;
}
/* Keyword Text Styling */
.keyword-text {
  font-size: 20px;
  font-weight: 700;
  color: #fffefc;
  margin: 0;
  white-space: nowrap;
}

/* Responsive Adjustment */
@media (max-width: 576px) {
  .keyword-text {
    font-size: 18px;
    text-align: center;
    white-space: normal;
  }
}

/* Responsive font sizes */
@media (max-width: 576px) {
  .capsule-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .text-dark {
    font-size: 14px;
  }
}


/*** Navbar ***/
/* Base navbar adjustments */
.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 70px;
}
.astrologer-name-box {
  background-color: #FBC50B; /* Optional background */
  color: #000;               /* Text color */
  font-weight: 700;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
  max-width: 220px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Logo spacing */
.navbar-brand {
  margin-right: 20px;
}

/* Spacing between nav links */
.navbar-nav .nav-link {
  margin: 0 12px;
  font-size: 16px;
  transition: color 0.3s ease;
}

/* Active & hover states */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #f8f9fa; /* Light white */
  text-decoration: underline;
}

/* Dropdown menu fix */
.navbar-nav .dropdown-menu {
  background-color: #222;
  border: none;
  padding: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 10px 20px;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #444;
  color: #fff;
}

/* Mobile fix: stack items with center align */
@media (max-width: 991.98px) {
  .navbar-collapse {
    justify-content-start !important;
  }

  .navbar-nav {
    align-items: flex-start;
    padding-left: 1rem;
  }

  .navbar-nav .nav-link {
    margin: 8px 0;
  }

  .navbar-brand {
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Optional: adjust spacing */
  }
}
.navbar-nav .nav-link {
  position: relative;
  padding: 8px 16px;
  color: #fff;
  transition: color 0.3s ease;
  z-index: 1;
}

/* Default nav-link style */
.navbar-nav .nav-link {
  position: relative;
  padding: 8px 15px;
  border-radius: 6px;
  color: #fff;
  transition: background 0.5s ease;
}

/* Hover effect: animated gradient */
.navbar-nav .nav-link:hover {
  animation: colorChange 1.5s infinite alternate;
}

/* Animated background color shift */
@keyframes colorChange {
  0% {
    background-color: #00695c;      /* Teal */
    box-shadow: 0 0 8px #00695c;
  }
  50% {
    background-color: #00bfa5;      /* Aqua green */
    box-shadow: 0 0 12px #00bfa5;
  }
  100% {
    background-color: #FBC50B;      /* Golden yellow (your final color) */
    box-shadow: 0 0 16px #FBC50B;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* Navigation buttons */
.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  box-sizing: border-box;
}


/* Responsive Fix */
@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    height: auto;
    min-height: auto;
  }

  #header-carousel .carousel-item img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 767.98px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%; /* smaller click area on mobile */
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
    border: 4px solid var(--primary);
  }
}
body {
  overflow-x: hidden;
}

#header-carousel {
  overflow: hidden;
}


/*** About Start ***/

/* Muslim green border for image */
.about-img-animate {
  border-color: #007f3f !important;
  max-width: 100%;
  height: auto;
}

/* Image flip animation */
@keyframes flipImage {
  0% { transform: rotateY(0); }
  50% { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

.about .about-img-animate {
  animation: flipImage 6s linear infinite;
  transform-style: preserve-3d;
}

/* Section Title Styling */
.about .section-about-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
  font-size: 1.2rem;
}

.about .section-about-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid var(--bs-primary);
}

/* Heading & Title Color */
.about h1,
.about .section-about-title {
  color: #0a4d22;
}

/* Paragraph and Icon Text Colors */
.about p {
  color: #000 !important;
}

.about i.fa,
.about i.fab {
  color: #0a4d22 !important;
}

/* Buttons Base Style */
.about .btn {
  font-weight: 600;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 25px;
}

/* Pulse Animation for Buttons */
@keyframes heartbeatPulse {
  0% {
    transform: scale(1);
    background-color: #0a4d22;
  }
  50% {
    transform: scale(1.05);
    background-color: #198754;
  }
  100% {
    transform: scale(1);
    background-color: #0a4d22;
  }
}

/* Button Base */
.about .btn-call,
.about .btn-whatsapp {
  color: #fff !important;
  animation: heartbeatPulse 2s infinite;
  transition: all 0.3s ease;
  border: none;
}

/* Button Icons */
.about .btn-call i,
.about .btn-whatsapp i {
  color: #000 !important;
}

/* Call Button Hover - Yellow */
.about .btn-call:hover {
  background-color: #f5c400 !important;
  color: #000 !important;
}

/* WhatsApp Button Hover - Green */
.about .btn-whatsapp:hover {
  background-color: #FBC50B !important;
  color: #fff !important;
}

/* Fix Bootstrap Hover Conflicts */
.about .btn-primary:hover,
.about .btn-success:hover {
  background-color: #FBC50B !important;
  color: unset !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

/*** Responsive Fixes ***/
@media (max-width: 768px) {
  .about {
    padding: 40px 15px;
    text-align: center;
  }

  .about .section-about-title {
    font-size: 1rem;
  }

  .about h1 {
    font-size: 1.8rem;
  }

  .about .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .about .about-img-animate {
    margin-bottom: 20px;
  }
}

/*** About End ***/



/*** Services Start ***/
/* Capsule-style heading */
.capsule-heading {
  display: inline-block;
  background-color: #FBC50B; /* Yellow background */
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive text size */
@media (max-width: 576px) {
  .capsule-heading {
    font-size: 1rem;
    padding: 6px 16px;
  }
}
/* Default for large screens */
.heading-responsive {
  color: #fff;
}

/* On smaller screens (mobile), switch to black */
@media (max-width: 768px) {
  .heading-responsive {
    color: #fff;
  }
}

.service .service-content-inner {
    transition: 0.5s;
}
.service .service-content-inner:hover {
    position: relative;
    background: #fffefc !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: Dark Black !important;

}

.bg-deep-green {
  background-color: #0a4d22 !important; /* Dark Islamic green */
}

.service-content-inner {
  background-color: #dfc100 !important; /* White box background */
  color: #000; /* Dark text */
}

.service-content h5,
.service-content p {
  color: #000 !important;
}

/* Headings inside service boxes */
.service-content h5 {
  font-size: 1.25rem;         /* Slightly larger */
  font-weight: 700;           /* Bold */
  color: #0a4d22 !important;  /* Dark green for Islamic theme */
  margin-bottom: 0.75rem;
}

/* Paragraph text inside service boxes */
.service-content p {
  font-size: 1rem;            /* Standard readable size */
  line-height: 1.6;
  color: #000 !important;     /* Dark black text */
  margin-bottom: 0;
  text-align:justify;
}

/* Optional: Add spacing between image and text */
.service-content {
  padding-left: 1rem;
}

/* Responsive tweaks (optional) */
@media (max-width: 576px) {
  .service-content h5 {
    font-size: 1.1rem;
  }

  .service-content p {
    font-size: 0.95rem;
  }
}
/* Responsive font sizes */
.small {
  font-size: 13px;
}
@media (min-width: 768px) {
  .small-md {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .medium-lg {
    font-size: 17px;
  }
}
.animated-subtitle {
  animation: subtitleColorChange 5s infinite linear;
}

@keyframes subtitleColorChange {
  0%   { color: #28a745; }     /* Green */
  25%  { color: #dc3545; }     /* Yellow */
  50%  { color: #17a2b8; }     /* Blue-teal */
  75%  { color: #dc3545; }     /* Red */
  100% { color: #28a745; }     /* Back to Green */
}

/*** Service End ***/

/*** Why Choose US ***/

.why-choose-us .section-title-badge {
  font-size: 1.3rem;
  padding: 12px 32px;
  border-radius: 35px;
  font-weight: 700;
  display: inline-block;
  background-color: #f5c400;
  color: #000;
  line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .why-choose-us .section-title-badge {
    font-size: 1.05rem;
    padding: 10px 24px;
  }
}

/* Update heading size */
.why-choose-us h2 {
  font-size: 3rem;
  margin-bottom: 45px;
}

.why-choose-us h2,
.why-choose-us h4,
.why-choose-us h6 {
  color: #fbc50b !important;
}
.why-choose-us p {
  color: #fffefc !important;
}

/* COLUMN TITLES with DESIGNER UNDERLINE */
.why-choose-us h4 {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 1.8rem;
  color: #0a4d22;
  font-weight: 700;
  margin: 0 auto 30px;
  border: none;
}

.why-choose-us h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 4px;
  background: linear-gradient(to right, #0a4d22, #00ff66);
  transform: translateX(-50%);
  border-radius: 2px;
}

/* SKILL TEXTS + BARS */
.why-choose-us span.fw-bold {
  font-size: 1rem;
  color: #0a4d22;
  margin-bottom: 6px;
  display: inline-block;
}

.why-choose-us .progress {
  height: 22px;
  border-radius: 20px;
  background-color: #f0f0f0;
}

.why-choose-us .progress-bar {
  font-weight: 600;
  font-size: 14px;
  padding: 3px 10px;
}

/* EXPERTISE BOX (GLOW HOVER EFFECT) */
/* Expertise box - transparent background, no glow */
.why-choose-us .expertise-box,
.why-choose-us .border.border-danger {
  background: transparent !important;
  color: #111;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Animated border using ::before */
.why-choose-us .expertise-box::before,
.why-choose-us .border.border-danger::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(90deg, red, transparent, red, transparent);
  background-size: 200% 200%;
  animation: animated-border 2s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

/* Border animation keyframes */
@keyframes animated-border {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.why-choose-us {
  position: relative;
  z-index: 1;
  color: #fffefc;
  background: url('../img/your-image.jpg') center/cover no-repeat;
  background-attachment: scroll;
}

/* Dark overlay behind content */
.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65); /* darker overlay */
  z-index: 0;
}

/* Ensure all content stays above the overlay */
.why-choose-us * {
  position: relative;
  z-index: 1;
  color: #fffefc !important;
}

/* SPECIALITY ITEM */
.why-choose-us .speciality-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

/* ICONS */
.why-choose-us .speciality-item i {
  font-size: 28px;
  margin-right: 15px;
  color: #0a4d22;
  flex-shrink: 0;
}

/* SPECIALITY HEADING + NEON UNDERLINE */
.why-choose-us .speciality-item h6,
.why-choose-us h6.mb-1.text-success {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a4d22;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.why-choose-us .speciality-item h6::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  background: linear-gradient(to right, #0a4d22, #00ff66);
  border-radius: 20px;
}

/* SPECIALITY PARAGRAPH */
/* Yellow underline under each p inside Our Speciality */
.why-choose-us .col-lg-4 p.mb-0 {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 18px;
  color: #fffefc;
  font-size: 1rem;
  line-height: 1.6;
}

.why-choose-us .col-lg-4 p.mb-0::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #f5c400; /* yellow underline */
  border-radius: 2px;
}

@media (max-width: 768px) {
  .why-choose-us {
    background-attachment: scroll !important;
  }
}

@media (max-width: 576px) {
  .why-choose-us h2 {
    font-size: 2rem;
  }

  .why-choose-us h4 {
    font-size: 1.4rem;
  }

  .why-choose-us .progress-bar {
    font-size: 12px;
  }

  .why-choose-us .speciality-item i {
    font-size: 24px;
    margin-right: 12px;
  }

  .why-choose-us h6.mb-1.text-success {
    font-size: 1rem;
  }
}

/*** Why Choose End ***/


/*** Packages Start ***/

.service-section-bg {
  background: linear-gradient(135deg, #0a4d22, #148f45);
  color: #fff;
}


.bg-yellow-box {
  background-color: #f5c400; /* bright yellow */
  padding: 6px 20px;
  border-radius: 25px;
}

    .service-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      transition: 0.4s ease;
    }

    .service-card img {
      transition: 0.4s ease;
    }

    .service-card:hover img {
      transform: scale(1.1);
    }

    .service-buttons {
      z-index: 2;
    }

    .service-title {
      z-index: 2;
      background: rgba(0, 0, 0, 0.7);
    }
	.service-card {
  border: 4px solid #ce3800; /* Dark green border */
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.service-card .btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card .btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: 0;
}

.service-card .btn:hover::before {
  transform: scaleX(1);
}

.service-card .btn:hover {
  color: #fff !important;
  z-index: 1;
}
.bg-peach-gradient {
  background: linear-gradient(135deg, #ffd1a4, #ffb07c);
}

/*** Packages End ***/


/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.ExploreTour .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.ExploreTour .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}


/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
    opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

/* International Tour Start */
.owl-nav {
  display: none !important;
}
.section-title-badge {
  background-color: #f5c400;
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  max-width: 100%;
  word-wrap: break-word;
}

/* Tablet and below */
@media (max-width: 768px) {
  .section-title-badge {
    font-size: 1.5rem;
    padding: 8px 24px;
  }
}

/* Mobile screens */
@media (max-width: 480px) {
  .section-title-badge {
    font-size: 1.2rem;
    padding: 6px 20px;
  }
}


.ExploreTour #InternationalTab-2 .international-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
  transition: transform 0.5s ease;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
  transform: scale(1.2);
}

/* Offer Tag Style */
.ExploreTour #InternationalTab-2 .international-item .tour-offer {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 20px;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-top-right-radius: 30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 80px;
}

/* Content Overlay */
.ExploreTour #InternationalTab-2 .international-item .international-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: background 0.5s ease;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-content {
  background: rgba(19, 53, 123, 0.6);
}

/* Content Links */
.ExploreTour #InternationalTab-2 .international-content .international-info a {
  font-size: 14px;
}

/* Plus Icon (Hover Effect) */
.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
  opacity: 1;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
  position: relative;
  overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: var(--bs-light);
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
  width: 40px;
  background: var(--bs-primary);
}

.custom-prev,
.custom-next {
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}

.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

/*** Explore Tour End ***/


/*** Tour Booking Start ***/
.booking {
  background: linear-gradient(rgba(9, 121, 55, 0.8), rgba(9, 121, 55, 0.8)), url(../img/contact-form.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}



.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
.btn-hover-animate {
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-hover-animate:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.btn-call-now {
  background-color: #28a745; /* initial green */
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  animation: pulseColor 2s infinite;
  border-radius: 50px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(40, 167, 69, 0.4);
}

@keyframes pulseColor {
  0% {
    transform: scale(1);
    background-color: #28a745;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.6);
  }
  50% {
    transform: scale(1.05);
    background-color: #f5c400;
    box-shadow: 0 0 20px 10px rgba(245, 196, 0, 0.3);
  }
  100% {
    transform: scale(1);
    background-color: #28a745;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.6);
  }
}

/*** Tour Booking end ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px; 
    height: 100px; 
    top: 0; left: 50%; 
    transform: translate(-50%, -50%);
    border: 3px solid var(--bs-primary); 
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-success) !important;
    color: var(--bs-white);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white); 
    border-style: dotted;
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

/*** Contact End ***/

/*** Subscribe Start ***/
.muslim-keyword-heading {
  background-color: #f5c400;
  color: #000;
  font-weight: 700;
  border-radius: 50px;
  font-size: 1.5rem;
  line-height: 1.4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-align: center;
}

@media (max-width: 576px) {
  .muslim-keyword-heading {
    font-size: 1.1rem;
    padding: 10px 20px;
  }
}

.keyword-overlay-section {
  position: relative;
  background: url('../img/keyword-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff; /* Use white text for better contrast */
  z-index: 1;
}

.keyword-overlay-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 65, 32, 0.7); /* Muslim green overlay */
  z-index: 0;
}

/* Ensure content stays above the overlay */
.keyword-overlay-section > * {
  position: relative;
  z-index: 1;
}


.keyword-card {
  position: relative;
  padding: 25px;
  border-radius: 12px;
  background-color: rgba(5, 65, 32, 0.95); 
  color: #fff;
  z-index: 1;
  text-align: left;

  background: 
    linear-gradient(#054120, #054120) padding-box, 
    repeating-linear-gradient(
      90deg,
      #f5c400 0,
      #f5c400 10px,
      transparent 10px,
      transparent 20px
    ) border-box;
  border: 3px solid transparent;
  background-size: 100% 100%, 200% 100%;
  animation: move-border 5s linear infinite;
}

@keyframes move-border {
  0% {
    background-position: center center, 0 0;
  }
  100% {
    background-position: center center, 200px 0;
  }
}


.keyword-card ul {
  list-style: none;
  padding-left: 0;
}

.keyword-card ul li {
  margin-bottom: 8px;
}

.keyword-card ul li::before {
  content: "➤";
  color: #f5c400;
  margin-right: 8px;
}

.keyword-card ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.keyword-card ul li a:hover {
  color: #f5c400;
}


/*** Footer Start ***/
.footer {
  background: radial-gradient(circle at top left, rgba(255,255,255,0.07), transparent 70%),
              radial-gradient(circle at bottom right, rgba(255,255,255,0.07), transparent 70%),
              #000000; /* Solid black base */
  color: #fff;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer-link {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-link:hover {
  color: #f5c400;
  padding-left: 8px;
}

.copyright {
  background-color: #0a4d22;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .footer h4 {
    font-size: 18px;
  }
  .footer-link {
    font-size: 15px;
  }
}

 .footer-link {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    transition: 0.3s;
  }
  .footer-link:hover {
    color: #f5c400;
    padding-left: 8px;
  }
  @media (max-width: 767px) {
    .footer h4 {
      font-size: 18px;
    }
    .footer-link {
      font-size: 15px;
    }
  }

/*** Footer End ***/
 /*** offer ***/
.best-offers {
  background-color: #FBC50B; /* Muslim green */
}

.section-heading {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}

.offer-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.offer-box:hover {
  transform: translateY(-5px);
}

.offer-title {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
 /*** offer end***/
 
 /*** Flag Start ***/
 /* Flag hover effect */
.flag-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.flag-box:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Entry animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.flag-animate {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

 /*** Flag End ***/
 /*** New Offer ***/
 .bg-offer-green {
  background-color: #2e7d32;
}

.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.85; }
  100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 768px) {
  .bg-offer-green h3 {
    font-size: 1.5rem;
  }

  .bg-offer-green p {
    font-size: 1rem;
  }

  .pulse-animation {
    width: 50px;
    height: 50px;
  }
}
/*** bottom call button ***/
@media (max-width: 767.98px) {
  .mobile-fixed-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #198754; /* Same as btn-success */
  }

  .mobile-fixed-buttons a {
    height: 60px;
    font-size: 16px;
    border-radius: 0;
  }

  .mobile-bottom-spacer {
    height: 60px; /* Same height as the fixed buttons */
    width: 100%;
  }
}


