/* location start */
/* ============================ */
.admin-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.admin-section .location-box {
    background: #e9e9e9;
    padding: 40px 30px;
    border-radius: 6px;
}

.admin-section .location-box h4 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 22px;
    color: #0b0b3b;
}

.admin-section .select-box {
    margin-bottom: 20px;
}

.admin-section .select-box select {
    width: 100%;
    padding: 14px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 15px;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23000000' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    cursor: pointer;
}

.admin-section .admin-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #0b0b3b;
    margin-bottom: 20px;
}

.admin-section .admin-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}
.admin-section .custom-dropdown {
    width: 100%;
    position: relative;
    font-family: sans-serif;
}

.admin-section .dropdown-selected {
    background: #f2f2f2;
    padding: 14px 16px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.admin-section .dropdown-selected span {
    font-size: 16px;
}

.admin-section .arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: 0.3s;
}

/* Rotate Arrow */
.admin-section .custom-dropdown.active .arrow {
    transform: rotate(-135deg);
}

.admin-section .dropdown-menu {
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-top: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
}

.admin-section .custom-dropdown.active .dropdown-menu {
    display: block;
}

.admin-section .search-box {
    width: 100%;
    padding: 12px;
    border: none;
    border-bottom: 1px solid #eee;
    outline: none;
}

.admin-section .dropdown-list {
    list-style: none;
    max-height: 180px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.admin-section .dropdown-list li {
    padding: 12px 15px;
    cursor: pointer;
}

.admin-section .dropdown-list li:hover {
    background: #f5f5f5;
}
 .location-side-btn {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #3b446c;
    color: #f2e9e9;
    padding: 21px 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: all 0.3s ease;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 1px;
}
/* ============================ */
/* location end */
/* ============================ */
/* HERO BANNER */
.hero-content .contact-box .form-control,
form .form-select {
  padding: 8px;
  font-size: 12px;
}
 .hero-content .contact-box {
    padding: 40px 25px;
    margin-top: -49px;
}
.hero-banner {

    overflow: hidden;
}
.hero-content .contact-box .form-control, form .form-select {
    padding: 8px !important;
    font-size: 12px;   
}
/* Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Slides wrapper */
.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-content .contact-title {
    color: #3D5F9F;
    font-weight: 400;
    font-size: 30px;
    padding-bottom: 11px;
}
/* Individual slide */
.hero-slide {
    position: absolute;
    inset: 0;
  background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

/* CONTENT */
.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 80px;
}

/* HERO TEXT */
.hero-text {
    color: #fff;
    margin-top: 166px;
}

.hero-text-slide {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
    position: absolute;
}

.hero-text-slide.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.hero-text h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-text p {
    font-size: 18px;
    max-width: 520px;
    color: #eaeaea;
}

/* CONTACT BOX */
.contact-box {
    padding: 30px;
}

.contact-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* FORM */
.contact-box .form-label {
    font-size: 14px;
    font-weight: 600;
}

.contact-box .form-control,
.contact-box .form-select,
.contact-box textarea {
    border-radius: 10px;
    font-size: 14px;
}

.contact-box textarea {
    min-height: 100px;
}

/* BUTTON */
.enquiry-btn1 button {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-text h1 {
        font-size: 38px;
    }

    .hero-content {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        min-height: auto;
        padding-bottom: 40px;
    }

    .hero-text-slide {
        position: relative;
    }

    .hero-text h1 {
        font-size: 30px;
    }

    .hero-text p {
        font-size: 16px;
    }

    .hero-content {
        padding-top: 80px;
    }

    .contact-box {
        margin-top: 30px;
    }
}

/* start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.over{
    margin-top: 150px;
    text-align: center;
}
/* top bar start */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
     height: 40px; /* ya jitni aapki topbar hai */
    line-height: 40px;              /* FIXED HEIGHT */
    background: #0d6efd;
    color: #fff;
    z-index: 1051;
    display: flex;
    align-items: center;
}
#mainNavbar{
    top: 40px; /* same as topbar height */
}
body{
    padding-top: 110px; 
    /* 40px topbar + ~70px navbar */
}

.topbar.hide {
    transform: translateY(-100%);
}

.custom-navbar {
    top: 40px;
    transition: top 0.4s ease;
}
.topbar {
       background: #16539c;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid white;
}

.topbar-left {
    display: flex;
    align-items: center;
}

.topbar-left span {
    white-space: nowrap;
    margin-right: 40px;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.topbar-right a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.topbar-right a:hover {
    color: #ffc107;
}
.topbar-left a{
text-decoration: none;
color: white;
}
/* Mobile */
@media (max-width: 768px) {
    .topbar .container {
        flex-direction: row; /* left-right hi rahe */
    }
}


/* top bar end */

/* Navbar Base  ===============================*/
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: black !important;
  border-right: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  z-index: 1000;
  /* padding: 15px 0; */
}

.fixed-top {
  position: fixed;
  top: -9px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.logo-default {
  height: 40px;
}

.logo-scrolled {
  height: 50px;
}

.navbar .container {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo {
  position: relative;
}

/* Default logo (top of page) */
.logo .logo-default {
      height: 65px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s ease;
    background: white;
    border-radius: 10px;
    padding: 10px;
}

/* Scrolled logo (appears after scrolling) */
.logo .logo-scrolled {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  /* Smaller size */
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.4s ease;
}

/* When scrolled — swap logos smoothly */
.navbar.scrolled .logo .logo-default {
  opacity: 0;
  transform: scale(0.9);
}

.navbar.scrolled .logo .logo-scrolled {
  opacity: 1;
  transform: scale(1);
}

/* Default logo styles */
.logo {
  position: relative;
}

.logo img {

  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Initially show the default logo, hide the scrolled one */
.logo .logo-scrolled {
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
  transform: scale(0.95);
}

.navbar.scrolled .logo .logo-default {
  opacity: 0;
  transform: scale(0.95);
}

.navbar.scrolled .logo .logo-scrolled {
  opacity: 1;
    transform: scale(1);
    width: 137px;
    height: 60px;
    background: white;
    border-radius: 14px;
    padding: 10px;
}


/* Nav Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all 0.4s ease;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

/* Hover underline luxury effect */
/* .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #00aaff;
  transition: width 0.3s ease;
} */
a.dropdown-toggle::after {
  display: none !important;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a:hover {
  color: #00aaff;
}

/* Dropdown */
.dropdown {
  position: relative;
}

.dropdown-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown .arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 5px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

/* Dropdown menu (hidden by default) */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
      top: calc(100% - 1px) !important; /* gap remove */
  min-width: 180px;
  z-index: 999;
}

.dropdown-menu a {
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  display: block;
  transition: 0.3s;
  width: 235px;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: flex !important;  
    opacity: 1;
    visibility: visible; 
    transform: translateY(0);
}

.dropdown:hover .arrow {
  transform: rotate(-135deg);
}

/* Login Button */
.login-btn {
  background: linear-gradient(90deg, #11B6DF, #0C7A96);
  color: #fff;
  padding: 8px 35px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.login-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0, 170, 255, 0.4);
}

.mobile-btn {
  display: none;
}

/* Scroll effect */
.navbar.scrolled {
  background: #040000;

  border-radius: 0px 0px 30px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .nav-links a {
  color: white;
}



/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1100;
}
 .mobile-btn{
  border: 1px solid white;  
  color: white;
}
.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar.scrolled .menu-toggle span {
  background: #000;
}

/* MOBILE SIDEBAR */
@media (max-width: 992px) {
    .dropdown-menu:hover {
        display: block !important;
        opacity: 1;
        visibility: visible;
    }

    .navbar.scrolled .nav-links a {
  color: black;
}
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100vh;
            background-image: linear-gradient(100deg, #f3f4f7 10%, #bfd6f4 90%) !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 20px;
    gap: 25px;
    transition: right 0.4s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  }

  .nav-links a {
    color: #000;
    font-size: 16px;
    width: 100%;
  }

  .nav-links.active {
    right: 0;
  }

  .menu-toggle {
    display: flex;
  }

  .desktop-btn {
    display: none;
  }

  .mobile-btn {
    display: block;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

  /* Hamburger animation */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
  }

  .menu-toggle span {
    background: #fff;
  }

  .navbar.scrolled .menu-toggle span,
  .menu-toggle.active span {
    background: white;
  }

  /* Dropdown inside sidebar */
  .dropdown-menu {
    position: static;
    /* remove absolute positioning */
    background: #f9f9f9;
    width: 100%;
    margin-top: 5px;
    border-radius: 8px;
    box-shadow: none;
    display: none;
    opacity: 0;
   
    transition: all 0.3s ease;
    overflow: hidden;
        visibility: hidden;  /* ADD THIS */
    transform: translateY(10px); /* optional but smooth */
  }

  /* When active */
  .dropdown.active .dropdown-menu {
    display: block;
    opacity: 1;
  }

  /* Arrow rotation when active */
  .dropdown.active .arrow {
    transform: rotate(-135deg);
  }

  .dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    font-weight: 500;
  }

  .dropdown:hover .dropdown-menu {
    transform: none;
  }

  .dropdown {
    width: 100%;
  }
}

/* ======================== */
/* navbar end */
/* =========================*/
/* ========================= */
/* banner start */
/* ======================== */
/* HAJJ Section */

.hajj-section {
  background: url('../img/banner.webp') center/cover no-repeat;
  padding: 60px 0;
  color: #fff;
  position: relative;
}

.hajj-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hajj-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  width: 90%;
  margin: auto;
  padding-top: 30px;
}

/* Left Text */
.hajj-content {
  flex: 1 1 45%;
  max-width: 480px;
}

.hajj-content h2 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}

.hajj-content .description {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0;
  color: #e0e0e0;
}

.hajj-content .price {
  font-size: 18px;
  margin-top: 20px;
}

.hajj-content .price span {
  color: #D5C068;
  font-size: 54px;
  font-weight: 600;
}

.btn-know-more {
  display: inline-block;
  background: linear-gradient(90deg, #11B6DF, #0C7A96);
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  margin-top: 25px;
  text-decoration: none;
  font-weight: 500;
      margin-left: 10px;
  transition: all 0.3s ease;
}

.btn-know-more:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 170, 255, 0.4);
}

/* Slider */
.hajj-slider {
  flex: 1 1 45%;
  position: relative;
  overflow: hidden;
  max-width: 700px;
  padding-top: 50px;
}

.hajj-slider .slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease;
}

/* Default slides */
.hajj-slider .hajj-slide {
  flex: 0 0 220px;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.8;
  transform: scale(0.9);
  transition: all 0.6s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

/* Prevent layout shift when active slide enlarges */
.hajj-slider .slider-track {
  align-items: center;
}

.hajj-slider .hajj-slide {
  transition: transform 0.6s ease, opacity 0.6s ease, box-shadow 0.6s ease;
  transform-origin: center bottom;
}


/* Active slide (center image grows) */
.hajj-slider .hajj-slide.active {
  flex: 0 0 320px;
  height: 450px;
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.hajj-slider .hajj-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Controls below */
.hajj-slider .slider-controls {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin-top: -20px;
}

.hajj-slider .slider-controls button {
  position: relative;
  background: #fff;
  /* solid inner circle */
  color: #333;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 10px;
  margin-bottom: 33px;
  margin-right: 25px;
  transition: all 0.3s ease;
  z-index: 2;
  font-weight: 900;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.15),
    0 0 0 12px rgba(255, 255, 255, 0.05);
  /* 2 white layers */
}

/* Outer ring animation layer */
.hajj-slider .slider-controls button::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  z-index: -1;
  animation: pulseRing 2.4s infinite ease-in-out;
}

/* Pulse animation keyframes */
@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.25);
    opacity: 0.15;
  }

  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}

/* Hover effect */
.hajj-slider .slider-controls button:hover {
  background: #00aaff;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 0 0 6px rgba(0, 170, 255, 0.35),
    0 0 0 12px rgba(0, 170, 255, 0.15);
}

.hajj-slider .slider-controls button:hover::before {
  background: rgba(0, 170, 255, 0.25);
  animation: pulseRingBlue 2s infinite ease-in-out;
}

/* Hover pulse color */
@keyframes pulseRingBlue {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.2;
  }

  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}


/* Responsive */
@media (max-width: 992px) {
  .hajj-section .container {
    flex-direction: column;
    text-align: center;
  }

  .hajj-slider {
    max-width: 100%;
  }

  .hajj-slide {
    flex: 0 0 180px;
    height: 280px;
  }

  .hajj-slide.active {
    flex: 0 0 250px;
    height: 360px;
  }
}


/* ======================== */
/* banner end */
/* ======================== */
/* ======================== */
/* start 2 */
/* ======================== */
/* 🟡 Inclusions Section (Scoped) */
.inclusion-section .container {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inclusion-section {
  background: #fff;
  padding: 26px 0;
  text-align: center;
  box-shadow: 6px 0 12px 7px rgb(44 29 29 / 5%);
  position: relative;
  overflow: hidden;
  margin: 40px 0px;
}

.inclusion-section .section-heading {

  font-weight: 500;
  color: #000;
  font-size: 33px;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.inclusion-section .section-heading::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 14px;
  background: #fbe36a;
  z-index: -1;
  border-radius: 2px;
}

/* Slider Wrapper */
.inclusion-section .slider-wrapper {
  overflow: hidden;
  width: 100%;
  flex: 1;
  position: relative;
  margin-left: 116px;
}

/* Slider Track */
.inclusion-section .slider-track {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent stacking */
  width: max-content;
  animation: inclusionScroll 40s linear infinite;
}

.inclusion-section .slider-wrapper:hover .slider-track {
  animation-play-state: paused;
}

/* Slider Items */
.inclusion-section .slider-item {
  flex: 0 0 auto;
  width: 60px;
  margin-right: 118px;
}

.inclusion-section .slider-item img {
  width: 100%;
  height: auto;
  object-fit: contain;

  transition: all 0.3s ease;
}

.inclusion-section .slider-item img:hover {
  filter: none;
  transform: scale(1.1);
  width: 40px;
}

/* Animation */
@keyframes inclusionScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .inclusion-section .slider-item {
    width: 60px;
    margin-right: 35px;
  }
}

@media (max-width: 768px) {
  .inclusion-section .container {
    flex-direction: column;
  }

  .inclusion-section .section-heading {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .inclusion-section .slider-wrapper {
    width: 100%;
  }
}


@media (max-width: 576px) {
  .inclusion-section {
    padding: 30px 0;
  }

  .inclusion-section .slider-item {
    width: 70px;
    margin-right: 25px;
  }

  .inclusion-section .slider-track {
    animation: inclusionScroll 30s linear infinite;
    /* slightly faster on mobile */
  }
}



/* ======================== */
/* end 2 */
/* ======================== */
/* ======================== */
/* start 3 aboutus */
/* ======================== */
.footerone p {
    white-space: pre-line;
}
.about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 10%;
  position: relative;
  overflow: hidden;
}

/* Curved blue background on right side */
.about-section::before {
 content: "";
    position: absolute;
    right: 0px;
    top: 78px;
    width: 34%;
    height: 56%;
    background: #174b63;
    border-top-left-radius: 589px;
    border-bottom-left-radius: 550px;
    border-top-right-radius: 540px;
    border-bottom-right-radius: 540px;
    z-index: 0;
    transform: translateX(20%);
}

.about-img {
  width: 450px;
}

.about-content {
  width: 50%;
  position: relative;
  z-index: 1;
}

.about-content h2 {
  font-size: 32px;
  color: #103c52;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-content h2::before {
  content: "";
  width: 5px;
  height: 35px;
  background: #f6c800;
  display: inline-block;
  border-radius: 3px;
}

.about-content p {
  color: #333;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 30px;
}

.about-content .btn {
  display: inline-block;
 background: #174b63;
    color: white;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.about-content .btn:hover {
  background: #dcb600;
}

.about-img {

  position: relative;
  z-index: 1;
}

.about-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 900px) {
  .about-section {
    flex-direction: column;
    padding: 60px 5%;
  }

  .about-section::before {
    display: none;
  }

  .about-content,
  .about-img {
    width: 100%;
  }

  .about-content {
    margin-bottom: 30px;
  }
}

/* ======================== */
/* end 3 aboutus */
/* ======================== */
/* ======================== */
/* start testimonial 4 */
/* ======================== */
.customer-stories-section {
  background: linear-gradient(to right, #eef3f9 38%, #620C94 38%, #2E0646);
  overflow: hidden;
}

.text-purple {
  color: #6a1b9a;
}

.text-teal {
  color: #00796b;
}

.testimonial-card {
  max-width: 409px;
  min-height: 234px;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.testimonial-card h5{
   margin-left: 70px; 
}
.mon{
  margin-left: 70px;    
}
.testimonial-card p {
  color: black;
   /*margin-left: 70px;*/
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.btn-nav {
  width: 50px;
  height: 50px;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  color:black;
}

.btn-nav:hover {
  background: #c99be9;
  color: #fff;
}

.bi {
  font-size: 1.3rem;
}

.title-wrapper h1,
.title-wrapper h2 {
  font-family: 'Rancho', cursive !important;
  font-size: 5rem;
  letter-spacing: 1px;
}


.customer-stories-section {
  padding: 120px 0px;
}

.carousel-controls {
    padding-top: 367px;
}

/* ✅ Responsive Fixes */
@media (max-width: 992px) {
  .customer-stories-section {
    background: linear-gradient(to bottom, #eef3f9 50%, #620C94 50%, #2E0646);
    text-align: center;
    padding: 80px 0;
  }

  .title-wrapper {
    padding: 0 !important;
    text-align: center !important;
    margin-bottom: 40px;
  }

  .title-wrapper h1,
  .title-wrapper h2 {
    font-size: 3rem;
  }

  .carousel-item .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .testimonial-card {
    width: 90%;
    min-height: auto;
  }

  .carousel-controls {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {

  /* Hide overflow so only one card shows fully */
  #customerStoriesCarousel .carousel-inner {
    max-height: 295px;
    /* adjust if your cards are taller */
    overflow: hidden;

  }
}


@media (max-width: 576px) {

  .title-wrapper h1,
  .title-wrapper h2 {
    font-size: 2.5rem;
  }

  .testimonial-card {
    width: 100%;
    padding: 20px;
  }

  .btn-nav {
    width: 40px;
    height: 40px;
  }

  .bi {
    font-size: 1rem;
  }
}

/* ======================== */
/* end testimonial 4 */
/* ======================== */
/* ======================== */
/* start blog  */
/* ======================== */
.blog .aina {
  margin-bottom: 95px;
}

.blog {
  background-color: #f8f8f8;
}

.blog .title h2 {
  font-family: 'Rancho', cursive;
  font-size: 2.5rem;
  color: #620C94;
}

.blog .view-more {
  font-size: 1.2rem;
  color: #555;
  cursor: pointer;
  transition: color 0.3s ease;
}

.blog .view-more:hover {
  color: #620C94;
}

/* start blog card */
.blog img {
  width: -webkit-fill-available;
  margin-top: -62px;
}



.blog-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.blog-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.blog-text a {
  align-self: flex-end;
  /* ✅ moves button to the right end */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  color: #0D7378;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-text a:hover {
  background-color: #0D7378;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-text p {
  font-size: 22px;
  font-weight: 400;
  padding: 7px 22px;
}

.blog-card-colour {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  background: linear-gradient(90deg, #42B4B9, #2C878C);
  color: white;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card-colour p {
  margin-bottom: 15px;
  font-size: 16px;
}

.blog-card-colour a {
  align-self: flex-end;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  color: #0D7378;
  background-color: white;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  /* ✅ keeps size fixed */
  transition: all 0.3s ease;
}

.blog-card-colour a:hover {
  color: black;
  border: 1px solid #42B4B9;
  /* ✅ no layout jump */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  /* ✅ subtle lift without moving other elements */
}


.blog-card-colour p {
  font-size: 22px;
  font-weight: 400;
  padding: 7px 22px;
}

/* end blog card 1 */
/* bolg crad 2 start */
.blog-card2 {
  background: white;
  padding: 20px;
  border-radius: 8px;
  margin-top: 65px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);

}

.blog-text2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.blog-text2 a {
  align-self: flex-end;
  /* ✅ moves button to the right end */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  color: #0D7378;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-text2 a:hover {
  background-color: #0D7378;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-text2 p {
  font-size: 22px;
  font-weight: 400;
  padding: 7px 22px;
}

.blog-card-colour2 {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  background: white;
  color: black;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: -44px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card-colour2 p {
  margin-bottom: 15px;
  font-size: 16px;
}

.blog-card-colour2 a {
  align-self: flex-end;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  color: #0D7378;
  background-color: white;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  /* ✅ keeps size fixed */
  transition: all 0.3s ease;
}

.blog-card-colour2 a:hover {
  color: black;
  border: 1px solid #42B4B9;
  /* ✅ no layout jump */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  /* ✅ subtle lift without moving other elements */
}


.blog-card-colour2 p {
  font-size: 22px;
  font-weight: 400;
  padding: 7px 22px;
}

/* bolg crad 2 end*/
/* bolg crad 3 start */
.blog-card3 {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.blog-text3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.blog-text3 a {
  align-self: flex-end;
  /* ✅ moves button to the right end */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  color: #0D7378;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-text3 a:hover {
  background-color: #0D7378;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-text3 p {
  font-size: 22px;
  font-weight: 400;
  padding: 7px 22px;
}

.blog-card-colour3 {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  background: linear-gradient(90deg, #60B765, #3B923D);
  color: white;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card-colour3 p {
  margin-bottom: 15px;
  font-size: 16px;
}

.blog-card-colour3 a {
  align-self: flex-end;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  color: #0D7378;
  background-color: white;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  /* ✅ keeps size fixed */
  transition: all 0.3s ease;
}

.blog-card-colour3 a:hover {
  color: black;
  border: 1px solid #42B4B9;
  /* ✅ no layout jump */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  /* ✅ subtle lift without moving other elements */
}


.blog-card-colour3 p {
  font-size: 22px;
  font-weight: 400;
  padding: 7px 22px;
}

/* bolg crad 3 end*/


/* end blog card */
/* ======================== */
/* end blog  */
/* ======================== */
/* ======================== */
/* start form  */
/* ======================== */
/* Existing form base */
/* Basic input & select styling */
form .form-control,
form .form-select {
  border-radius: 6px;
  border: 1px solid #d3e5ff;
  padding: 10px;
  font-size: 12px;
  color: #c0c2c4;
  transition: all 0.3s ease;
  outline: none !important;
  box-shadow: none !important;
  background-color: #fff;
}

form label {
  font-size: 14px;
}

.form .btn-primary {
  background-color: #22577A;
  border: none;
  transition: background 0.3s ease;
}

.form .btn-primary:hover {
  background-color: #1A4761;
}

/* 🔽 Custom Select Wrapper */
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 40px 10px 14px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* Thin custom arrow */
.custom-select-wrapper::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #22577A;
  border-bottom: 2px solid #22577A;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* 🔼 Arrow rotates up when dropdown is open */
.custom-select-wrapper.open::after {
  transform: translateY(-50%) rotate(-135deg);
}

/* Smooth border effect */
.custom-select-wrapper select:focus {
  border-color: #22577A;
  outline: none;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 6px rgba(66, 180, 185, 0.25);
}

.custom-select-wrapper select:hover {
  border-color: #22577A;
}

/* Remove default blue selection background */
.custom-select-wrapper select option:checked,
.custom-select-wrapper select option:hover {
  background-color: #f0f0f0 !important;
  color: #000 !important;
}

/* ======================== */
/* end form  */
/* ======================== */
/* ======================== */
/* start footer  */
/* ======================== */
.footer {

  background: linear-gradient(to bottom, #194563 0%, #0E2839 100%);
  color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 80px 0 30px;
}

/* ---------- Logo ---------- */
.footer-logo img {
  width: 234px;
  display: block;
  margin: 0 auto;
      background: white;
    border-radius: 15px;
    padding: 10px;
}

/* ---------- Headings ---------- */
.footer h5 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.footer h5::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 40px;
  height: 3px;
  background-color: #00b8f0;
  border-radius: 2px;
}

/* ---------- Links ---------- */
.footer ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 40px;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #d3dce6;
  text-decoration: none;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: #fff;
}

/* ---------- Contact Info ---------- */
.footer .contact-info p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
.contact-info p a{
   color: white; 
   text-decoration: none;
       margin-top: 4px;

}

.footer .contact-info i {
  color: white;
  margin-top: 4px;
  flex-shrink: 0;
}

/* ---------- Social Icons ---------- */
.footer .social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}

.footer .social-icons a {
  position: relative;
  display: inline-block;
  background: #173b5a;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Continuous white pulse */
.footer .social-icons a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  animation: pulse 1.6s ease-out infinite;
}

.footer .social-icons a:hover {
  background: #00b8f0;
  color: #fff;
}

/* Keyframes for continuous pulse */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.6;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0.2;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}

/* ---------- Let’s Connect ---------- */
.footer .lets-connect {
  font-size: 75px;
  font-weight: 100;
  line-height: 1.0;
  text-align: right;
  margin-top: 16px;
}

/* ---------- Responsive Design ---------- */
@media (max-width: 991px) {
  .footer {
    text-align: left;
  }

  .footer-logo {
    text-align: left !important;
  }

 

  .footer ul {
    padding-left: 18px;
  }

  .footer .lets-connect {
    text-align: left;
    margin-top: 40px;
  }

  .footer .social-icons {
    justify-content: flex-start;
  }

  .footer .social-icons a {
    margin-right: 6px;
  }

  .footer .contact-info {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 16px 20px 30px;
  }

  .footer-logo img {
            width: 180px;
        display: block;
        margin: 0px !important;
        margin-top: 36px !important;

  }
  .footerone .enquiry-btn1 button {
    margin-top: 1px !important;
}


  .footer .contact-info p {
    margin-bottom: 18px;
  }

  .footer .lets-connect {
    text-align: left;
    margin-top: -20px;
  }

  .footer {
    text-align: left;
  }

  .footer .lets-connect {
    font-size: 40px;
    text-align: left;
  }

 

  .footer .social-icons {
    justify-content: flex-start;
  }
}

/* ======================== */
/* end footer  */
/* ======================== */
/* ======================== */
/* start tours for you  */
/* ======================== */
.tours .section-heading::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 14px;
  background: #fbe36a;
  z-index: -1;
  border-radius: 2px;
}

.tours .section-heading {
  font-weight: 600;
  color: #000;
  font-size: 45px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.tours1 p {
  justify-content: end;
  display: flex;
}

/* start */
.packages-section {
  background: #fff;
}
.packages-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.package-card {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  transition: all 0.4s ease;
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

/* Main Card */
.main-card {
  height: 100%;
  display: flex;
  align-items: end;
  padding: 30px;
}

.package-info {
  position: absolute;
  bottom: 25px;
  z-index: 2;
  background: rgb(249 246 246 / 29%);
  padding: 25px;
  border-radius: 15px;
  backdrop-filter: blur(4px);
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
  /* ✅ centers inner elements like button */
}

.package-info h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.details {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.details li {
  font-size: 15px;
  margin-bottom: 6px;
}

.details i {
  color: white;
  margin-right: 8px;
}

.btn-learn {
  background: #f6d365;
  color: #000;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-learn:hover {
  background: #fff3b0;
}

.package-info .btn-learn {
  background: #f6d365;
  color: #000;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  /* ✅ needed for centering */
  margin-top: 10px;
}

.package-info .btn-learn:hover {
  background: #fff3b0;
}

/* Side Cards */
.side-card {
  height: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}

.side-card h5 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.side-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: all 0.4s ease;
}

.side-card:hover .overlay {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: brightness(1.2);
}


.package-col {
  transition: all 0.5s ease;
}

.package-col.active {
  flex: 0 0 50%;
}

.package-col:not(.active) {
  flex: 0 0 16.666%;
}

.package-card.side-card {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.package-card.side-card .package-info {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.package-col.active .package-card .package-info {
  display: block;
  opacity: 1;
}

.package-col.active .side-card h5 {
  display: none;
}

/* ======================== */
/* end tours for you  */
/* ======================== */
/* ======================== */
/* start faith Moments  */
/* ======================== */


/* ======================== */
/* end faith Moments  */
/* ======================== */
/* ======================== */
/* start tours_details  */
/* ======================== */
.tour-section {


  overflow: hidden;

  margin-top: 126px;

}

.tours_detail .container-fluid {
  width: 1400px !important;
}

.allah {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;

}

.tour-header img {
  width: 15px;
}

.allah .hajj-gallery {
  box-shadow: var(--bs-box-shadow-sm) !important;
  margin: 3px;
  padding: 20px;
  border-radius: 10px;
}

.tour-header h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.tour-images img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.summary-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.card-body h5 {
  margin-bottom: 28px;
  margin-top: 20px;
  font-size: 30px;
}

.summary-icon i {
  color: black;
  font-size: 18px;
  background: #EFEFEF;
  box-shadow: var(--bs-box-shadow-sm) !important;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: all 0.3s ease;
}

.summary-icon span {
  font-size: 14px;
}



.allah p {
  color: #626262;
}

.tour-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.tour-images img:first-child {
  grid-column: span 2;
  height: 230px;
}

.summary-icon strong {
  font-weight: 300;
  color: #656565;
}

.btn-share {
  background: #F2F3F0;
  color: black;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 0.9rem;
  text-decoration: none;
  float: right;
}

.hajj-gallery img {
  object-fit: cover;
  height: 100%;
}

@media (max-width: 767px) {
  .tour-images {
    grid-template-columns: 1fr;
  }
}

/* form start */


.card {
  border-radius: 10px;
}

.btn-primary {
  background-color: #00a7d1;
  border: none;
}

.btn-primary:hover {
  background-color: #008db1;
}

.enquiry-section .card {
  background: #F2FCFF;
}

.form-control,
.form-select {
  border-radius: 6px;
  box-shadow: none;
}

.progress {
  background-color: #e9ecef;
  border-radius: 5px;
}

.ainnas {
  margin-top: -20px;
  margin-bottom: 10px;
}

.layer .d-flex img {
  margin-right: 10px;
  width: 35px;
}

.layer .text-warning {
  color: #46ABC5 !important;
  font-size: 27px;
}

@media (max-width: 767px) {
 .d-flex.gap-3 {
        flex-direction: row-reverse;
        gap: 0.5rem;
    }
}

.layer h2 {
  font-size: 50px;
}

.layer .rio1 {
  margin-bottom: 30px;
  margin-top: 25px;
}

.layer .mb3 {
  margin-bottom: 28px;
}

.progress .bg-info {
  background-color: rgb(70 171 197) !important;
}

.hi button {
  background: linear-gradient(90deg, #11B6DF, #0C7A96);
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  width: 160px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  justify-self: center;
}

.hi button:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0, 170, 255, 0.4);
}

.input-group-text img {
  border-radius: 2px;
  object-fit: cover;
}

.share-icons {
  top: 100%;
  right: 0;
  margin-top: 8px;
  display: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.share-icons a {
  color: #555;
  margin: 0 6px;
  font-size: 18px;
  transition: 0.2s;
}

.share-icons a:hover {
  color: #00a884;
  /* WhatsApp green style hover */
}

.btn-light:hover {
  background-color: #f8f9fa;
}

#shareToggle img {
  transition: transform 0.3s ease;
}

#shareToggle:hover img {
  transform: translateY(-4px);
}

.summary-icon:hover i {
  transform: rotate(20deg) scale(1.1);
  background: #00a7d1;
  color: #fff;
}

.summary-icon:hover i {
  transform: scale(1.2) rotate(10deg);
  background: #00a7d1;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 167, 209, 0.3);
}

.traking_img .hijab img {
  animation: zoomInOut 6s ease-in-out infinite;
  transition: filter 0.4s ease;
  filter: brightness(1.05);
  border-radius: 10px;
  /* optional */
}

/* Keyframes for continuous zoom in/out */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    filter: brightness(1.15);
  }

  100% {
    transform: scale(1);
  }
}

/* form end */
/* ======================== */
/* end tours_details  */
/* ======================== */
/* ======================== */
/* start about_us  */
/* ======================== */
.about_us {
  margin-top: 10px;
  margin-bottom: 100px;
}

.about_us h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 40px;
  margin-top: 48px;
}

.about_us .dedi p {
  margin-top: 65px;
}

.about_us p {
  color: #626262;
  font-size: 16px;

}

.faith_img img {
  width: -webkit-fill-available;
  height: 500px;
  border-radius: 20px;
}

.faith_img1 img {
  width: -webkit-fill-available;
  height: 500px;
   border-radius: 20px;
}

.faith_img2 img {
  width: -webkit-fill-available;
  height: 500px;
   border-radius: 20px;
}

.making h2 {
  font-size: 41px;
}

.path img {
  width: fit-content;
}

.desi h4 {
  font-size: 45px;
  font-weight: 600;
  color: #384B6E;
}

.counter span {
  font-size: 40px;
  color: #1A8CB5;

}
.desi{
        margin-top: 118px !important;
}
.plus-symbol {
  font-size: 40px;
  /* Bigger + sign */
  color: #ff6600;
  /* You can change color if you want */
  vertical-align: middle;
  margin-left: 3px;
  font-weight: bold;
}

/* ======================== */
/* end about_us  */
/* ======================== */

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 101px;
  right: -200px;
  width: 668px;
  height: 668px;
  background: radial-gradient(circle, #CDEBF4 0%, rgb(255 255 255) 70%);
  border-radius: 50%;
  z-index: -6;
  animation: glowShift 16s ease-in-out infinite alternate;
}

/* 🌤️ Smooth size + color breathing animation */
@keyframes glowShift {
  0% {
    transform: scale(1);
    background: radial-gradient(circle, #CDEBF4 0%, rgb(255 255 255) 70%);
    opacity: 0.9;
  }

  25% {
    transform: scale(1.05);
    background: radial-gradient(circle, #BFE8FA 0%, rgb(255 255 255) 70%);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    background: radial-gradient(circle, #D4F3FF 0%, rgb(255 255 255) 70%);
    opacity: 0.95;
  }

  75% {
    transform: scale(1.06);
    background: radial-gradient(circle, #CBE9FF 0%, rgb(255 255 255) 70%);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    background: radial-gradient(circle, #CDEBF4 0%, rgb(255 255 255) 70%);
    opacity: 0.9;
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 70px 8%;
}

/* herisection 1 strat */
.hero-section1 {
  position: relative;
  overflow: hidden;
}

.hero-section1::before {
  content: "";
  position: absolute;
  top: -151px;
  left: -200px;
  width: 935px;
  height: 500px;
  background: radial-gradient(circle, #bde6f2 0%, rgb(255 255 255) 70%);
  border-radius: 50%;
  z-index: -6;
  animation: glowShift 16s ease-in-out infinite alternate;
}

/* 🌤️ Smooth size + color breathing animation */
@keyframes glowShift {
  0% {
    transform: scale(1);
    background: radial-gradient(circle, #CDEBF4 0%, rgb(255 255 255) 70%);
    opacity: 0.9;
  }

  25% {
    transform: scale(1.05);
    background: radial-gradient(circle, #BFE8FA 0%, rgb(255 255 255) 70%);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    background: radial-gradient(circle, #D4F3FF 0%, rgb(255 255 255) 70%);
    opacity: 0.95;
  }

  75% {
    transform: scale(1.06);
    background: radial-gradient(circle, #CBE9FF 0%, rgb(255 255 255) 70%);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    background: radial-gradient(circle, #CDEBF4 0%, rgb(255 255 255) 70%);
    opacity: 0.9;
  }
}

.hero-content1 {
  position: relative;
  z-index: 1;
  padding: 100px 8%;
}

/* herisection 1 end*/
/* herisection 2 start*/
.hero-section2 {
  position: relative;
  overflow: hidden;
}

.hero-section2::before {
  content: "";
  position: absolute;
  top: 101px;
  left: -200px;
  width: 668px;
  height: 668px;
  background: radial-gradient(circle, #CDEBF4 0%, rgb(255 255 255) 70%);
  border-radius: 50%;
  z-index: -6;
  animation: glowShift 16s ease-in-out infinite alternate;
}

/* 🌤️ Smooth size + color breathing animation */
@keyframes glowShift {
  0% {
    transform: scale(1);
    background: radial-gradient(circle, #CDEBF4 0%, rgb(255 255 255) 70%);
    opacity: 0.9;
  }

  25% {
    transform: scale(1.05);
    background: radial-gradient(circle, #BFE8FA 0%, rgb(255 255 255) 70%);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    background: radial-gradient(circle, #D4F3FF 0%, rgb(255 255 255) 70%);
    opacity: 0.95;
  }

  75% {
    transform: scale(1.06);
    background: radial-gradient(circle, #CBE9FF 0%, rgb(255 255 255) 70%);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    background: radial-gradient(circle, #CDEBF4 0%, rgb(255 255 255) 70%);
    opacity: 0.9;
  }
}

.hero-content2 {
  position: relative;
  z-index: 1;
  padding: 100px 8%;
}

/* herisection 2 end*/
/* start 4 choose */
.tent{
    margin-top: -71px ;
}
.use-case-box {
  background: linear-gradient(135deg, #F3FDFF, #F3FDFF);
  color: #fff;
  border-radius: 10px;
  padding: 13px 15px 16px 15px;
  margin-bottom: 15px;
  border: 1px solid #dcd8d8;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.use-case-box:hover{
    border: none;
    cursor: pointer;
}
.bg-healthcare {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
}

.icon-wrapper {
  width: 60px;
  /* adjust as per your design */
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  /* optional — your bg color */
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.icon-wrapper img {
  height: 30px;
}

.use-case-box p {

  color: black;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: -10px;
  line-height: 1.3;
}

.use-case-box h4 {
  margin-bottom: 4px;
  color: #384B6E;
  font-size: 17px;

}

.use-case-box .spirt img {
  align-items: center;
  display: flex;
}

/* end 4 choose */
/* ===================== */
/* start gallery */
/* ===================== */
.gallery-head h1 {
  color: #384B6E;
  margin-top: 70px;
  font-family: Qurova DEMO;
}

.gallry-heading {
  margin-top: 100px;
}

.gallery_img1 {
  float: inline-end;
}

.gallery-head p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.0;
}




/* ===================== */
/*  end gallery */
/* ===================== */
/* ===================== */
/*  pacakges start */
/* ===================== */
.hero_light_in {
  position: relative;
  z-index: 1;
  height: 500px;
  background: transparent;
}

.page_title {
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  color: #fff;
}

.page_title h2 {
  font-size: 35px;
  margin-bottom: 15px;
  display: inline-block;
}

.hero_light_in:after {
  position: absolute;
  z-index: -5;
  content: "";
  /* top: 108px; */
  /* left: 0; */
  width: 90%;
  height: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/banner-onecalldubai.webp);
  border-radius: 48px;
}

.hero_light_in .particle_wrapper {
  position: absolute;
  width: 100%;
}

/* search bar start */
.search-wrapper {
  position: relative;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 120px 14px 20px;
  font-size: 15px;
  color: #333;
  background: transparent;
}

.search-input::placeholder {
  color: #aaa;
}

.search-label {
  position: absolute;
  right: 20px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
}

.search-wrapper:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.search-wrapper {
  margin-top: -175px;
  z-index: 19;
  margin-bottom: 30px;
}

/* search bar end */
/* start madinah */
.package-wrapper {
  position: sticky;
  border-radius: 16px;
margin-bottom: 66px;
margin-top: 28px;

}

.package-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.package-img{
    height: 250px ;
}

.package-title {
  position: absolute;
  left: 50%;
  top:-33px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #225E87, #1F75B1);
  color: #fff;
  padding: 15px 43px;
  border-radius: 40px;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 24;
  border: 1px solid;
  width: 380px;
}

.package-title h3 {
  font-size: 20px;
  margin-bottom: 0px;
}

.package-details {
    background: white;
    padding: 20px 30px;
    /* border-radius: 0 0 16px 16px; */
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    margin-top: -118px;
    /* z-index: 11; */
    position: inherit;
    background: #ecf7fa;
    width: 95%;
   
    margin-top: -35px;
    justify-content: center;
    justify-self: anchor-center;
}

.package-img img {
  border-radius: 20px;
  border: 1px solid;
}

.package-details .info {
  display: flex;
  align-items: center;
  gap: 12px;
      margin-bottom: 15px;
}

.package-details .info .icon {
  width: 30px;
  height: 30px;
  
}

.package-details .label {
  margin: 0;
  font-size: 13px;
  color: #777;
}

.package-details h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.enquiry-btn{
        justify-content: end;
    display: flex;
}
.enquiry-btn .btn {
  border-radius: 30px;
  background: linear-gradient(90deg, #225E87, #1F75B1);
  border: none;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 3px solid #c9c4c4;
  border-top: none;
  
}

.enquiry-btn .btn:hover {
  background-color: #0849b8;
}

/* Responsive */
@media (max-width: 768px) {
      .package-title {
   
        padding: 16px 13px;
        /* font-size: 9px; */
    }

      .package-details {
        flex-direction: row;
        align-items: flex-start;
    }
        .package-details {
        background: #ecf7fa;
    }

  .enquiry-btn {
    align-self: center;
    width: 100%;
    text-align: center;
  }
}

/* end madinah */
/* ===================== */
/*  pacakges end */
/* ===================== */
/* ===================== */
/*  contact start */
/* ===================== */
.contact-title {
  color: #3D5F9F;
  font-weight: 400;
  font-size: 44px;
}

.contact-desc {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.contact-box {
  border: 1px solid #eee;
}

.form-control,
.form-select {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px 14px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 0.15rem rgba(29, 78, 216, 0.15);
}

.enquiry-btn1 .btn {
  border-radius: 30px;
  background: linear-gradient(90deg, #225E87, #1F75B1);
  border: none;
  /*padding: 10px 25px;*/
  font-weight: 600;
  transition: all 0.3s ease;
  border: 3px solid #c9c4c4;
  opacity: inherit;
  border-top: none;
}

.contact-box .enquiry-btn1 {
  justify-content: center;
  display: flex;
}

.btn-primary:hover {
  background-color: #0b3ea9;
}

.contact-img img {
  height: 675px;
  width: -webkit-fill-available;
}

.contact-box {
  padding: 40px 25px;
}
.contact-section {
  margin-top: -90px;
}
.contact-box .form-control,
form .form-select {
  border-radius: 6px;
  border: 1px solid #d3e5ff;
  padding: 12px;
  font-size: 12px;
  color: black;
  transition: all 0.3s ease;
  outline: none !important;
  box-shadow: none !important;
  background-color: #fff;
}
.inf{
      display: flex !important;
          align-items: center !important;
          
}
.calls .inf {
    display: flex;
    align-items: center;
    gap: 12px;
}
  .calls .label {
    margin: 0;
    font-size: 13px;
    color: #777;
}
.calls h6 a {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.calls{
  background: aliceblue;
    margin: 33px 0px;
    padding: 20px;
}
@media (max-width: 768px) {
  .contact-title {
    text-align: center;
  }

  .contact-desc {
    text-align: center;
  }
}

/* ===================== */
/*  contact end */
/* ===================== */
/* ===================== */
/*  blog start */
/* ===================== */
.prepar img{
  height: 100%;
  width: 100%;
}
.prepar{
  width: -webkit-fill-available;
}
.abbr{
  padding: 50px 0px;
}
.abbr a{
      text-decoration: none;
    font-size: 20px;
}
.abbr h2{
  font-size: 49px;
    line-height: 1.1;
}
.abbr p{
  font-size: 18px;
  margin-top: 30px;
}
.blog-d .diff { 
  
      justify-content: center;
    display: flex;
    margin-bottom: 15px;
    margin-top: 20px;
}
.blog-d .diff img {
  height: 100%;
  width: 100%;
 }
.blog-d .fish a{
  text-decoration: none;
}
.blog-d .fish p{
font-size: 14px;
}
.blog-d .fish h6{
  font-size: 22px;
    padding: 14px 0px;
}
/* ===================== */
/*  blog end */
/* ===================== */

/* ---------- Privacy Policy Page Styling ---------- */

.privacy-policy {
    /*max-width: 900px;*/
    margin: 0 auto;
    line-height: 1.7;margin-top: 100px;
}

.privacy-policy h1 {
    font-size: 2rem;
    color: #0d6efd;
}

.privacy-policy h2 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    color: #212529;
    border-left: 4px solid #0d6efd;
    padding-left: 8px;
}

.privacy-policy p,
.privacy-policy li {
    font-size: 1rem;
    color: #444;
}

.privacy-policy ul {
    margin-left: 1.5rem;
}

/* --- Mobile Responsive Fixes --- */
@media (max-width: 576px) {
    .privacy-policy {
        padding: 15px;
    }

    .privacy-policy h1 {
        font-size: 1.6rem;
    }

    .privacy-policy h2 {
        font-size: 1.1rem;
    }

    .privacy-policy p,
    .privacy-policy li {
        font-size: 0.95rem;
    }
}
/* ---------- Terms & Conditions / Policy Pages ---------- */
/* ---------- Login Page ---------- */
/*free register start*/
.policy-content ul.policys li{
    margin-bottom:10px;
}
.car{
    height: 300px;
    width: 400px;
}
.janhelp{
     max-height: 300px;
      border: 1px solid #ddd;
    overflow-y: scroll;
     /* Hide scrollbar */
    scrollbar-width: none;      /* Firefox */
}
.policy-content{
   
    padding: 15px;
   
    border-radius: 8px;
    background: #fff;
  
}
.policy-content ul.policys li.strong{
    font-weight: 600;
}
.privacy-policy .danger{
    color: red;
}
 .box {
            background: #ffffff;
           padding: 31px 105px;
            border-radius: 12px;

        }

        .checkbox-area {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }

        input[type="checkbox"] {
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

        label {
            font-size: 16px;
        }

        button {
            width: 150px;
            padding: 12px;
            font-size: 16px;
            border: none;
            border-radius: 8px;
            background: #6c63ff;
            color: white;
            cursor: not-allowed;
            opacity: 0.5;
            transition: 0.3s;
        }

        button.enabled {
            cursor: pointer;
            opacity: 1;
        }

        button.enabled:hover {
            background: #574bff;
        }
        /**/
        #registerBtn {
            padding: 12px 25px;
            font-size: 16px;
            border: none;
            border-radius: 8px;
           background: linear-gradient(90deg, #11B6DF, #0C7A96);
            color: white;
            opacity: 0.5;
            cursor: not-allowed;
            transition: 0.3s;
        }

        #registerBtn.enabled {
          background: linear-gradient(90deg, #11B6DF, #0C7A96);
            opacity: 1;
            cursor: pointer;
        }

        /* Popup */
        .popup {
            position: fixed;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background: rgba(0,0,0,0.4);
            display: none;
            justify-content: center;
            align-items: center;
        }

        .popup-content {
            background:#fff;
            padding:20px 30px;
            border-radius:8px;
            text-align:center;
            width:300px;
        }

        .popup-buttons {
            margin-top:20px;
            display:flex;
            justify-content:space-between;
           gap: 20px;
        }

        .popup-buttons button {
            padding:8px 20px;
            border:none;
            border-radius:6px;
            cursor:pointer;
        }

        #okBtn { background:#6c63ff; color:white; }
        #closeBtn {     
            background: #ccc;
    color: #000000c9;
    opacity: inherit; }
    .free{
        
             background: linear-gradient(90deg, #193d58, #0C7A96);
            padding: 30px 29px 30px 0px;
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
          

    }
    .priv .row{
            justify-content: center;
    }
    .priv .free ul.policys {
    margin-left: 16px;
    color: white;
}
.priv .free ul.policys h2{
    color: white;
}
.priv .free ul.policys h1{
    margin-top: 20px;
}
.priv .free ul.policys li {
   color:white;
    margin-left: 17px;
}
.priv h2 {
    font-size: 1.25rem;
    margin-top: 4.5rem;
    color: #212529;
    border-left: 4px solid #0d6efd;
    padding-left: 8px;
    margin-bottom: 19px;
}
.priv{
    margin-top: -80px;
}
.stor{
    margin-top: -80px;
}
/*free register end*/
/*=========================================*/
/*====== start whatsapp and togglae ======*/
/*=========================================*/

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms 
linear;
    transition: all 200ms 
linear;
    background: #fff;
}
.progress-wrap svg.progress-circle path {
    stroke: #5f3afc;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms 
linear;
    transition: all 200ms 
linear;
}

.progress-wrap::after {
    position: absolute;
    content: '\f106';
    font-family: "Font Awesome 5 Free";
    font-weight:600;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #5f3afc;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    display: block;
    z-index: 100;
    pointer-events: none;
    transition: all 200ms linear;
}

.whatsapp-float,
.phone-float {
    position: fixed;
    right: 49px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* WhatsApp niche */
.whatsapp-float {
    bottom: 100px;
}

/* Phone WhatsApp ke upar */
.phone-float {
    bottom: 150px;
}

/* progress-wrap active hote hi show */
.active-progress ~ .whatsapp-float,
.active-progress ~ .phone-float {
    opacity: 1;
    visibility: visible;
}

.whatsapp-icon,
.phone-icon1 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.progress-wrap svg path {
    fill: none;
}

/*=========================================*/
/*====== end whatsapp and togglae ======*/
/*=========================================*/
/* img hover to showing content  start*/
.hover-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 600px;
}

/* Image */
.hover-content strong {
  font-size: 18px;
  font-weight: 500;
}
.hover-content ul li{
  margin-bottom: 20px;
}
.hover-img-wrapper img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

/* Overlay */
.hover-content {
    position: absolute;
    inset: 0;
    background: rgba(0, 92, 120, 0.85);
    color: #fff;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.hover-content h4 {
    margin-bottom: 35px;
    margin-top: 20px;
    font-weight: 600;
}

.hover-content ul {
    padding-left: 18px;
}

.hover-content li {
    margin-bottom: 8px;
    font-size: 15px;
}

/* Desktop hover */
@media (hover: hover) and (pointer: fine) {
    .hover-img-wrapper:hover img {
        transform: scale(1.05);
    }

    .hover-img-wrapper:hover .hover-content {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* 📱 Mobile & Tablet */
@media (max-width: 991px) {
    .hover-content {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: #005c78;
        border-radius: 0 0 16px 16px;
    }

    .hover-img-wrapper img {
        transform: none;
    }
}

/* img hover to showing content  end*/
/* strat */
.vision-mission {
    padding: 30px 0;
}

.vision-mission-card {
    background: #fff;
    padding: 20px 0 15px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) -10px 0px 8px -5px;
    margin-left: 50px;
    position: relative;
}
.vision-mission-card img {
    width: 55px;
    margin-bottom: 10px;
}
.vision-mission-card h4 {
    font-family: 'Poppins', sans-serif;
    color: #0D578F;
    font-weight: 600;
    font-size: 28px;
}
.vision-mission-card p {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}
.vision-mission-card1 {
    position: relative;
}

.vision-mission-card1::before {
    content: attr(data-number);
    position: absolute;
    left: -40px;
    top: 25px;
    font-size: 180px;
    line-height: 160px;
    color: transparent;
    -webkit-text-stroke: 2px #0D578F;
    font-family: 'Archivo Black';
}

.vision-mission,
.vision-mission .row {
    overflow: visible !important;
    height: auto !important;
}

.vision-mission-card1-1 .vision-mission-card {
    margin-left: 75px;
}
.vision-mission-card {
    background: #fff;
    padding: 20px 0 15px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) -10px 0px 8px -5px;
    margin-left: 50px;
    position: relative;
    margin-top: 35px;
}
.vision-mission-card img {
    width: 55px;
    margin-bottom: 10px;
}
.vision-mission-card1-1 .vision-mission-card h4 {
    color: #2BB5AE;
}
.vision-mission .takecare{
justify-content: center;
}
.takecare {
    margin-left: auto;
    margin-right: auto;
     position: relative !important;
    top: 0 !important;
}
.vision-mission .row::after {
    content: "";
    display: block;
    clear: both;
}
  
.vision-mission h2 {
    margin-bottom: 30px;
    font-size: 51px;
    font-weight: 500;
    line-height: 50px;
    margin: 15px 7px 50px 0px;
    font-family: 'Archivo';
}
.brand{
  background: #174b63;
    padding: 20px;
    text-align: center;
    margin: 10px 0px;
}
.brand .goog img{
  border-radius: 10px;
}
/* end */
.industries-section {
    padding: 60px 40px;
}

.slider-container {
    overflow: hidden;
    width: 100%;
}

.industries-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 260px;
    grid-template-rows: repeat(2, 220px);
    gap: 24px;
    will-change: transform;
    backface-visibility: hidden;
}

.industry-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.industry-card.tall {
    grid-row: span 2;
}

.industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.15),
        transparent
    );
}

.overlay {
    position: absolute;
    bottom: 18px;
    left: 18px;
    z-index: 2;
}
.industries-section h3{
  font-size: 51px;
    font-weight: 500;
    line-height: 50px;
    margin: 15px 7px 0px 0px;
    font-family: 'Archivo';
}
.overlay h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

/* handaman start */
  .handay-banner {
    background: linear-gradient(120deg, #f5f7fa, #c3cfe2);
    padding: 26px 0;
}

.handay-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.handay-content p {
    font-size: 16px;
    color: #555;
    max-width: 450px;
}

.enquiry-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.enquiry-form h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.enquiry-form .form-control {
    border-radius: 8px;
    height: 45px;
}

.enquiry-form textarea.form-control {
    height: auto;
}

.enquiry-form button {
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
}
/* handaman end */
/*=========================================*/
/*====== start faith moments ======*/
/*=========================================*/
.faith  .title  {
  font-family: 'Rancho', cursive;
  font-size: 2.5rem;
  color: #620C94;
  text-align: center;
}


        .subtitle {
            font-size: 14px;
            color: #666;
            margin-bottom: 30px;
            text-align: center;
        }

        /* Buttons */
        .tour-buttons {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 40px;
            flex-wrap: wrap;
            padding: 0 10px;
        }

        .tour-buttons button {
            padding: 10px 5px;
            border-radius: 25px;
            border: 2px solid #444;
            color: black;
            background: white;
            cursor: pointer;
            transition: 0.3s;
            font-size: 14px;
            min-width: 110px;
            flex-shrink: 0;
        }

        .tour-buttons button.active,
        .tour-buttons button:hover {
            background: #444;
            color: #fff;
        }

        /* Carousel container */
        .carousel-wrapper {
            width: 90%;
            max-width: 1100px;
            margin: auto;
            position: relative;
            height: 380px; /* fixed height for vertical alignment */
        }

        .carousel {
            position: relative;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: visible;
        }

        .carousel img {
            position: absolute;
            border-radius: 30px;
            object-fit: cover;
          
            transition: all 0.5s ease;
            cursor: pointer;
        }

        /* Position each image manually for layering and sizing */
        /* Left-most small image */
        .img1 {
            width: auto;
            height: 350px;
            left: -60px;
            top: 50px;
            z-index: 1;
            filter: brightness(0.7);
            border-radius: 20px;
            transform: scale(0.85);
            box-shadow: none;
        }

        /* Second left */
        .img2 {
            width: auto;
            height: 400px;
            left: 100px;
            top: 20px;
            z-index: 2;
            filter: brightness(0.85);
            border-radius: 25px;
            transform: scale(0.95);
        }

        /* Center biggest image */
        .img3 {
            width:auto;
            height: 500px;
            left: 320px;
            top: -30px;
            z-index: 5;
            filter: brightness(1);
            border-radius: 30px;
            transform: scale(1);
            
        }

        /* Second right */
        .img4 {
            width: auto;
            height: 400px;
            left: 600px;
            top: 20px;
            z-index: 2;
            filter: brightness(0.85);
            border-radius: 25px;
            transform: scale(0.95);
        }

        /* Right-most small image */
        .img5 {
            width: auto;
            height: 350px;
            left: 820px;
            top: 50px;
            z-index: 1;
            filter: brightness(0.7);
            border-radius: 20px;
            transform: scale(0.85);
            box-shadow: none;
        }

        /* Navigation arrows */
        .nav-buttons {
            margin-top: 120px;
            display: flex;
            justify-content: center;
            gap: 25px;
        }

        .nav-buttons button {
            border: 2px solid #444;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0f0404;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    padding-top: 2px;
    transition: background-color 0.3s 
ease;
        }
        .nav-buttons button:hover {
            background-color: #6c2eb9;
            color: white;
            border-color: #6c2eb9;
        }
        /*tours button*/
       
        /* Responsive */
        @media (max-width: 1024px) {
             .img1 {
   
    left: -74px;
}
.img2 {
  
    left: 44px;
   
}
.img3 {
   
    left: 192px;
    
}
.img4 {
   
    left: 454px;
    
}
.img5 {
   
    left: 600px;
    
}
     
        }
        @media (max-width: 900px) {
            
                    
            
            .carousel-wrapper {
                height: 300px;
            }
            .img1 {
                width: 110px;
                height: 160px;
                left: 0;
                top: 50px;
                transform: scale(0.8);
            }
            .img2 {
                width: 140px;
                height: 210px;
                left: 80px;
                top: 30px;
                transform: scale(0.9);
            }
            .img3 {
                width: 200px;
                height: 270px;
                left: 250px;
                top: 10px;
                transform: scale(1);
               
            }
            .img4 {
                width: 140px;
                height: 210px;
                left: 460px;
                top: 30px;
                transform: scale(0.9);
            }
            .img5 {
                width: 110px;
                height: 160px;
                left: 560px;
                top: 50px;
                transform: scale(0.8);
            }
        }

        @media (max-width: 600px) {
            .carousel-wrapper {
                height: 220px;
            }
            .nav-buttons {
                margin-top: 35px;
                display: flex;
                justify-content: center;
                gap: 12px;
            }
            .img1 {
                width: 90px;
                height: 130px;
                left: 20px;
                top: 40px;
                transform: scale(0.7);
            }
            .img2 {
                width: 110px;
                height: 160px;
                left: 65px;
                top: 30px;
                transform: scale(0.8);
            }
                .img3 {
                    width: 150px;
                    height: 210px;
                    left: 128px;
                    top: 10px;
                    transform: scale(1);
                   
                }
                .img4 {
                    width: 110px;
                    height: 160px;
                    left: 235px;
                    top: 30px;
                    transform: scale(0.8);
                }
               .img5 {
                    width: 90px;
                    height: 130px;
                    left: 298px;
                    top: 40px;
                    transform: scale(0.7);
                }
        }
        @media (max-width:426px){
                .img1 {
        width: 90px;
        height: 130px;
        left: -4px;
        top: 40px;
        transform: scale(0.7);
    }
        .img2 {
        width: 110px;
        height: 160px;
        left: 43px;
        top: 30px;
        transform: scale(0.8);
    }
        .img3 {
        width: 150px;
        height: 210px;
        left: 121px;
        top: 10px;
        transform: scale(1);
    }
        }
        @media (max-width:410px){
                .img1 {
        width: 90px;
        height: 130px;
        left: -23px;
        top: 40px;
        transform: scale(0.7);
    }
        .img2 {
        width: 110px;
        height: 160px;
        left: 23px;
        top: 30px;
        transform: scale(0.8);
    }
        .img3 {
        width: 150px;
        height: 210px;
        left: 103px;
        top: 10px;
        transform: scale(1);
    }
        .img4 {
        width: 110px;
        height: 160px;
        left: 220px;
        top: 30px;
        transform: scale(0.8);
    }
        .img5 {
        width: 90px;
        height: 130px;
        left: 291px;
        top: 40px;
        transform: scale(0.7);
    }
        }
        @media (max-width:388px){
                   .img1 {
        width: 90px;
        height: 130px;
        left: -9px;
        top: 40px;
        transform: scale(0.7);
    }

        }
        
/*=========================================*/
/*====== end faith moments ======*/
/*=========================================*/
/*=========================================*/
/*====== start inclusion ======*/
/*=========================================*/
.abouts-section h5 {
   margin-bottom: 40px;
    margin-left: 90px;
    font-size: 30px;
    font-weight: 600;
    color: #407996;
}
.bixol-about-section{
        margin-top: -100px;
}
.abouts-section .household-services-sec-img img, .browse-categories .home6-service-bottom .column-wrapper .services-column .item-content .icon-wrapper span img {
    width: 65px;
}
.abouts-section .household-services-sec, .home6-team .home6-team-wrapper .team-column, .mb-30, .our-services-page .title-style-4 {
    margin-bottom: 30px;
}
.abouts-section .household-services-sec p span, .about-section .household-services-sec ul li span, .h5-about-area .about-right .about-content span, .trust-safety1 .cs_bold {
    font-weight: 700;
}
.abouts-section .household-services-sec-img, .bixol-header .info-left {
    display: flex;
    justify-content: end;
}
/*=========================================*/
/*====== end faith moments ======*/
/*=========================================*/


/* =========================++++++++++++++++++++++++++++++++++=========================================== */
/*=========================================*/
/*====== external start ======*/
/*=========================================*/
/* ===========================++++++++++++++++++++++++++++++++++++++++++++++================================ */

 .inclusion-section .homeinclusion .slider-wrapper {
    overflow: hidden;
    width: 100%;
    flex: 1;
    position: relative;
    margin-left:0px;
}
.inclusion-section .homeinclusion .slider-wrapper .slider-item a p{
color: black;
text-decoration: none;
 width: max-content;
}

.inclusion-section .homeinclusion .slider-item a{
    text-decoration: none;
    color: inherit; /* text ka color same rahe */
   
}

.footerone .two{
  background-color: #008db1;
  padding: 35px 50px;
  border-radius: 30px;
  margin-top: 30px;
  position: relative;
      margin-bottom: -26px;
}
.footerone .enquiry-btn1 button {
        width: 51%;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    margin-top: 40px;
}
.footerone p{
      margin-top: 23px;
    margin-bottom: 1rem;
    color: white;
    font-size: 31px;
    font-weight: 500;
}
/*+++++services index start+++++++*/
.fresh a{
  text-decoration: none;
  color: black;
}
.loo p{
    font-weight:500;
}
.mobile-links {
    display: none;
}
.services__content-4 h6{
    font-weight:500;
    font-size:15px;
}
.lide span{
    font-weight: 700;
    font-size: 15px;
}
.post{
    position: relative;
    height: auto;
    background: url(../img/external/Law-bg-services-lawfirm.webp) no-repeat right bottom / 48% 60% fixed;
}
.post .container{
    max-width: 1176px;
}
.post p{
   margin-bottom: 25px;
}
.post ul li p{
    margin-bottom:0px;
}
.services__item-4 {
    background:#cfd8dc47;
}
.pink{
    background:#e3f2fd66;
}
.services__content-4 li {
    list-style: disc;
    margin-left: 20px;
}
.wrapping ul li::after{
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    color: black;
    left: 0;
    top: 1px;
}
.fresh {
    padding: 40px 0;
    /* background: #f9e7e7; */
    background: #eef3f9;
}
.img-box {
    position: relative;
    width: 40%;
    flex-shrink: 0;
}
.img-box img {
    width: 100%;
    border-radius: 25px;
    height: 400px;
    display: block;
}
.img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(17 12 12 / 52%);
    padding: 10px;
    border-radius: 24px;
    color: white;
    pointer-events: none;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.img-text a {
    color: white;
    pointer-events: auto;
}
.img-text h6 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 10px;
}
.img-text h5 span {
    font-size: 12px;
    font-weight: 300px !important;
}
.img-text p {
    font-size: 23px;
    font-weight: 600;
    color: white;
    height: 219px;
    padding-top: 104px;
    text-align: left;
    padding-left: 20px;
}
.hee{
    color: black;
    margin-bottom: 25px;
    margin-top: 15px;
    font: 700 25px/25px;
}
.img-box .w-btn {
    margin-top: 22px;
    width: 130px;
    float: inline-start;
    margin-left: 30px;
}
.img-text h6,
.img-text h5,
.img-text p {
    margin: 0;
    line-height: 1.3;
}
.fresh .why h3 {
    font-weight: 800;
    font-size: 42px;
    padding: 0px 136px 0px 0px;
    text-align: left;
}
.fresh .why p {
    color: #200847;
    margin-bottom: 7px;
    text-align: left;
    font-weight: 500;
}
.nav-btn {
    background: #E0E0E0;
    color: white;
    padding: 19px 9px 17px 11px;
    height: 50px;
    border-radius: 73%;
    font-size: 14px;
    margin: 0 7px;
    cursor: pointer;
    width: 50px;
    text-align: center;
}
.category-row {
    margin-top: 30px;
}
.category-tabs {
    list-style: none;
    padding: 0;
}
.category-tabs li {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 15px;
    border-radius: 38px;
    margin: 8px 0;
    background: white;
    font-weight: 400;
    width: 280px;
    font-size: 20px;
}
.category-tabs li.active {
    background-color: #200847;
    color: white;
}
.category-tabs li.active img {
    background: white;
    border-radius: 50%;
    padding: 2px;
}

.slider-container {
    position: relative;
    overflow: hidden;
}
.nav-btn:hover {
    background: #200847;
}
.nav-btn {
    background: #E0E0E0;
    color: white;
    padding: 19px 9px 17px 11px;
    height: 50px;
    border-radius: 73%;
    font-size: 14px;
    margin: 0 7px;
    cursor: pointer;
    width: 50px;
    text-align: center;
}
.slider::-webkit-scrollbar {
    display: none;
}
.slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollable-timeline {
    max-height: 400px;
    overflow-y: auto;
    position: relative;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 5px;
    scrollbar-width: none;
}
.slider-container {
    overflow: hidden;
    width: 100%;
}
.slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 10px 0;
    display: none;
}
.slider.active {
    display: flex;
}
.why {
    padding: 72px 0px 20px 0px;
    text-align: center;
}
.toggle-btn {
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    border-radius: 30px;
    background-color: #e0e0e0;
    color: #333;
    font-weight: 600;
    transition: background 0.3s;
}
.toggle-btn:hover {
    background-color: #d6d6d6;
}
.toggle-btn.active-btn {
    background-color: #200847;
    color: white;
}
.slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 10px 0;
    display: none;
}
.section-toggle-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.section-toggle {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 5px 0;
}
.toggle-btn {
    padding: 10px 20px;
    border: 2px solid #200847;
    border-radius: 30px;
    background-color: white;
    color: #200847;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.toggle-btn:hover {
    background-color: #200847;
    color: white;
}
.toggle-btn.active-btn {
    background-color: #200847;
    color: white;
}
/* Wrapper to make it horizontally scrollable */
.category-tabs-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* Mobile view (default) */
.category-tabs {
    display: flex;
    flex-wrap: nowrap;
     white-space: nowrap;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.category-tabs .tab {
    white-space: nowrap;
    padding: 10px 16px;
        box-shadow:13px 12px 7px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    width: 237px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    flex-shrink: 0;
    transition: all 0.3s;
}
.category-tabs .tab.active {
    background-color: #200847;
    color: white;
}
.category-tabs .tab:hover {
    background-color: #200847;
    color: white;
}
@media (max-width: 768px) {
    .slider img {
        width: 70%;
    }
    .category-tabs li {
        font-size: 14px;
    }
    .why h4 {
        font-size: 18px;
    }
}
/* Desktop view */
@media (min-width: 768px) {
    .category-tabs {
        flex-direction: column;
    }
}
 @media screen and (max-width: 576px) {
    .section-toggle-wrapper {
        padding-bottom: 5px;
    }
    .toggle-btn {
        font-size: 15px;
        padding: 8px 16px;
    }
    .img-box img {
        width: 100%;
        border-radius: 25px;
        height: 238px;
        display: block;
    }
    .slider img {
        width: 100%;
    }
    .img-text h5 {
        font-size: 12px;
    }
    .why {
        padding: 0px 0px 0px 25px;
        text-align: center;
    }
    .pb-120 {
        padding-bottom: 20px;
    }
}
.services__more .buttonss{
  border-radius: 30px;
    background: linear-gradient(90deg, #225E87, #1F75B1);
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 3px solid #c9c4c4;
    opacity: inherit;
    border-top: none;
}
/*+++++services index end+++++++*/
/* start */
.services-section {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
}

.service-box {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 25px;
  text-align: left;
  height: 100%;
  color: #000;
  transition: 0.3s ease;
}

.service-box:hover {
  background-color: #5089C3;
  color: #fff !important;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-box .icon-circle {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: #5089C3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;
}

/* ICON base — NO fixed color so inline or class can work */
.service-box .icon-circle i {
  transition: color 0.3s ease;
  display: inline-block;
}

.services-section h2.chize {
  font-size: 51px;
    font-weight: 500;
    line-height: 50px;
    margin: 15px 7px 50px 0px;
    font-family: 'Archivo';
}

/* On hover: white icon + animate */

.service-box:hover .icon-circle i {
  color: #5089C3 !important;
  animation: floatIcon 1s ease-in-out infinite;
  background-color: white;

  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 15px;


}

/* Float animation */
@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  transition: 0.3s ease;
}

.service-box:hover .service-desc {
  color: #e8e8e8;
}

/* start 4 */
.use-case-section {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.usecase-title {
  font-size: 28px;
  font-weight: 600;
  color: #154785;
  margin-bottom: 25px;
}

.usecase-list {
  list-style: disc;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

.usecase-list li {
  margin-bottom: 10px;
}

.usecase-img {
  max-width: 100%;
  height: auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.nav-links .dropdown .dropdown-menu a{
  color:black;
}
/* end 4 */
/* end */

/* start  */
.space{
      background: aliceblue;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 27px;
    height: 150px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.how h2{
margin-bottom: 30px;
    font-size: 51px;
    font-weight: 500;
    line-height: 50px;
    margin: 15px 7px 50px 0px;
    font-family: 'Archivo';
}
.how .space:hover{
  border: 1px solid #e7e1e1;
  cursor: pointer;
}
/* end  */
/* ========================== */
/* start handyman */
/* ============================ */
.zigzag-section .enquiry-btn1 .btn {
    width: 30%;
    
}
.bhera{
  background: white;
    padding: 20px;
    border-radius: 20px;
}
.bhera h3{
  text-align: center;
  padding: 20px;
}
/* end handyman */
/* start services */
/* section reset */
.zigzag-section {
    overflow: hidden;
}

/* image box */
.img-boxs img {
    width: 100%;
    height: 100%;
   background-size: 100% 100%;
}
.img-boxs{
  height: 500px;
}
/* content box */
.content-box {
    background: #f6f8fc;
    display: flex;
    align-items: center;
}

/* inner spacing */
.content-inner {
    padding: 60px;
}

/* headings */
.content-inner h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

/* text */
.content-inner p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

/* ======================
   RESPONSIVE
   ====================== */

/* tablets */
@media (max-width: 991px) {
    .content-inner {
        padding: 40px;
    }

    .content-inner h2 {
        font-size: 26px;
    }
}

/* mobile */
@media (max-width: 575px) {
    .content-inner {
        padding: 25px;
        text-align: center;
    }

    .content-inner h2 {
        font-size: 22px;
    }

    .content-inner p {
        font-size: 15px;
    }

    .img-boxs img {
        height: 260px;
    }
}

/* end services */
/* start faq */
.faq-section p{
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px;
}

.faq-img {
    border-radius: 16px;
}

.accordion-button {
    font-weight: 600;
}

.accordion-item {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}
.faq-section{
      margin-top: 50px;
}
/* end faq */
/* services card start */
.service_area {
    background: #f4f5f9;
    clear: both;
        padding: 55px 0px;
    margin: 50px 0px;
}
.single_service_item {
    margin-bottom: 40px;
    padding: 30px;
    height: 300px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0;
    z-index: 3;
    -webkit-box-shadow: 0 5px 15px 0 #dceff9;
    -moz-box-shadow: 0 5px 15px 0 #dceff9;
    box-shadow: 0 5px 15px 0 #dceff9;
}
.single_service_item:before {
    width: 3px;
    height: 100%;
    top: 0;
    left: auto;
    background: -webkit-linear-gradient(bottom, #0acffe 0%, #182dee 100%);
    background: -o-linear-gradient(top, #0acffe 0%, #182dee 100%);
    background: -moz-linear-gradient(to top, #0acffe 0%, #182dee 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#0acffe), to(#182dee));
    background: -o-linear-gradient(bottom, #0acffe 0%, #182dee 100%);
    background: linear-gradient(to top, #0acffe 0%, #182dee 100%);
    right: 0px;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: '';
    opacity: 0; }
.single_service_item .service_img {
    margin: auto;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}
.single_service_item h3 {
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    font-size: 17px;
    /* line-height: 32px; */
    margin-bottom: 15px;
    color: #304e73;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single_service_item p {
    color: #838bab;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
}
.single_service_item .boxed_btn {
    background: -webkit-linear-gradient(left, #0acffe 0%, #182dee 100%);
    background: -o-linear-gradient(right, #0acffe 0%, #182dee 100%);
    background: -moz-linear-gradient(to right, #0acffe 0%, #182dee 100%);
    background: -webkit-gradient(linear, left top, right top, from(#0acffe), to(#182dee));
    background: -o-linear-gradient(left, #0acffe 0%, #182dee 100%);
    background: linear-gradient(to right, #0acffe 0%, #182dee 100%);
    padding: 10px 20px;
    border-radius: 5px;
}
.single_service_item .boxed_btn{
    transition: all 0.3s ease-in-out;
    display: inline-table;
    color: #fff;
    font-weight: 500;
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;  
}
.single_service_item:hover {
    top: -10px;
    -webkit-box-shadow: 0 15px 45px 0 #dceff9;
    -moz-box-shadow: 0 15px 45px 0 #dceff9;
    box-shadow: 0 15px 45px 0 #dceff9;
}
/* services card end */
/* start  */
.service_area h2 {
    margin-bottom: 30px;
    font-size: 51px;
    font-weight: 500;
    line-height: 50px;
    margin: 15px 7px 20px 0px;
    font-family: 'Archivo';
}
.areas h4{
  margin-bottom: 30px;
    font-size: 51px;
    font-weight: 500;
    line-height: 50px;
    margin: 15px 7px 50px 0px;
    font-family: 'Archivo';
}
.areas{
  margin-bottom: 50px;
}
.service_area .enquiry-btn1 .btn {
    width: 56%;
}
.service_area p{
  margin-bottom: 50px;
}
.service_img_tablecell img{
width: 100%;
height: 100%;
}
.service_img_tablecell{
  width: 75px;
}
/* end */