.animate-navbar {
  animation: navbarFadeIn 0.0s ease-in-out;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  transition: all 0.4s ease;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@keyframes navbarFadeIn {
  0% {
    transform: translateY(-40px) scale(0.98);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.logo-animate {
  color: green;
  animation: logoBounce 1.5s ease-out;
}
@keyframes logoBounce {
  0% { transform: scale(0.6); opacity: 0; }
  60% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); }
}
.nav-animate .nav-link {
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInLinks 1s ease forwards;
}
.nav-animate .nav-item:nth-child(1) .nav-link { animation-delay: 0.2s; }
.nav-animate .nav-item:nth-child(2) .nav-link { animation-delay: 0.3s; }
.nav-animate .nav-item:nth-child(3) .nav-link { animation-delay: 0.4s; }
.nav-animate .nav-item:nth-child(4) .nav-link { animation-delay: 0.5s; }
.nav-animate .nav-item:nth-child(5) .nav-link { animation-delay: 0.6s; }
.nav-animate .nav-item:nth-child(6) .nav-link { animation-delay: 0.7s; }

@keyframes fadeInLinks {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}
.navbar-nav .nav-link {
  position: relative;
  font-size: 20px;
  margin-left: 20px;
  padding: 8px 10px;
  font-weight: bold;
  color: #3f3d3d; 
  border-radius: 15px; 
  transition: color 0.3s ease; 
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #0dcaf0; 
  transition: width 0.4s ease;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  color: #fff !important; 
  transform: scale(1.05); 
}
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.admin-login-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  color: #0dcaf0;
  border-radius: 50%;
  z-index: 1000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.3s ease;
}
.admin-login-float:hover {
  background: linear-gradient(135deg, #007bff, #00d4ff);
  color: white;  
  transform: translateY(-5px) scale(1.0); 
}
.hero {
  position: relative;
  width: 100%;
  height: 70vh; 
  overflow: hidden;
}
.hero .swiper-slide img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 5;
}
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}
.tra img{
  width: 600px;
  max-height: 600px;
  animation: float 2s ease-in-out infinite;
  transition: transform 0.3s ease;
  border-radius: 100px 0px 100px 0px;
}
.tra img:hover{
   transform: scale(1.05);
}
#intro {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}
#intro h2 {
  font-weight: 700;
  line-height: 1.3;
}
#intro p {
  font-size: 1rem;
  line-height: 1.6;
}
#intro small {
  letter-spacing: 1px;
  text-transform: uppercase;
}
#intro .d-flex i {
  background: #e9f6ff;
  color: #0dcaf0;
  padding: 12px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#intro .d-flex:hover i {
  background: #0dcaf0;
  color: #fff;
  transform: scale(1.1);
}
#intro .btn {
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: 600;
  background: #0dcaf0;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#intro .btn:hover {
  background-color: #fff;
  color: #0dcaf0;
  transform: translateY(-2px);
}
.perfection {
  background: url(images/black1.png) center center/cover no-repeat;
}
.card-hover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}
.card-hover:hover {
  transform: translateY(-5px);
}
.card-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 204, 230, 0.85);
  transition: bottom 0.4s ease;
  z-index: 1;
  border-radius: 0.5rem;
}
.card-hover:hover .card-overlay {
  bottom: 0;
}
.card-hover:hover i,
.card-hover:hover h5,
.card-hover:hover p{
  color: #fff !important;
  z-index: 2;
  position: relative;
}
.swiper {
  padding: 20px 0;
}
.swiper-slide{
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
}
.swiper-slide .card{
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0, 0.1);
}
.swiper-slide .card:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
    transform: scale(1.05);
}
.card-img-top{
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.swiper-slide .card:hover .card-img-top {
  transform: scale(1.08);
}
.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-body h5 {
  color: #222;
  margin-bottom: 10px;
}
.card-body p {
  font-size: 0.9rem;
  color: #666;
}
.card-body a {
  margin-top: 10px;
}

.stats-section{
  position: relative;
  background: url("images/background-image2.png") center center/cover no-repeat;
  padding: 80px 0;
  color: white;
}
.stats-section .overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.stats-box{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 20px;
  color: white;
  border-radius: 15px;
  backdrop-filter: blur(5px);
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
.stats-box:hover{
  transform: scale(1.05);
}
.stats-box:hover .stats-icon{
  color: #fff;
}
.stats-box:hover .counter{
  color: #fff;
}
.stats-box:hover .percent, .plus{
  color: #fff;
}
.stats-box:hover .stats-text{
  color: var(--bs-info);
}
.stats-icon{
  font-size: 50px;
  color: #0dcaf0;
  margin-bottom: 15px;
  display: block;
}
.stats-number{
  display: flex;
  justify-content: center; 
  align-items: baseline;   
  gap: 4px; 
}
.counter{
  font-size: 32px;
  font-weight: bold;
  color: #0dcaf0;
  margin-bottom: 10px;
  position: relative;
}
.percent, .plus {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #0dcaf0;
  margin-left: 5px;
  display: inline-block;
}
.stats-text {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Times New Roman', Times, serif;
  margin: 0;
  color: #fff;
} 
.best-things {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.best-things .row {
  margin-bottom: 0 !important;
}
.best-things .row + .row {
  margin-top: 0.5rem; 
}
.best-things .image-card {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
}
.best-things .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.best-things .image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
}
.best-things .image-card:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.best-things .image-card:hover img {
  transform: scale(1.05);
  cursor: pointer;
}
.best-things .image-title {
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  z-index: 2;
  border-radius: 20px;
  transition: opacity 0.3s ease;
}
.best-things .image-card:hover .image-title{
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.best-things .d-flex.flex-column.gap-3 {
  gap: 0.5rem !important; 
}
.why-choose-us{
  background: url("images/black2.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  z-index: 1;
}
.why-choose-us::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.why-choose-us:hover{
  transform: scale(1.01);
}
.why-choose-us h2{
    font-size: 40px;
}
.why-choose-us small,
.why-choose-us h5{
  color: #fff;
}
.why-choose-us p{
  color: #cacfd3;
}
.timeline-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}
.step-number-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}
.step-number{
    width: 50px;
    height: 50px;
    background: #e7f0ff;
    color: #0dcaf0;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    z-index: 2;
}
.vertical-line {
  width: 2px;
  height: 100%;
  margin-top: 5px;
  background-image: repeating-linear-gradient(
    to bottom,
    #0dcaf0,
    #0dcaf0 5px,
    transparent 5px,
    transparent 10px
  );
}
.step-content h5 {
    margin-bottom: 5px;
}
.timeline-step:last-child {
    margin-bottom: 0;
}
.timeline-step:last-child .vertical-line {
  display: none;
}
.image-wrapper{
    position: relative;
    display: inline-block;
}
.image-wrapper img{
    max-width: 100%;
}
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.faq-section{
  background: #d3dae2;
}
.faq-section .img-fluid{
  width: 500px;
  max-height: 500px;
  border-radius: 20px;
}
.faq-section .img-fluid:hover{
    transform: scale(1.03);
}
.accordion-item{
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.accordion-button::after {
  display: none !important;
}
.accordion-button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  background: #ffffff;
  box-shadow: none !important;
  padding: 15px 20px;
}
.accordion-button:not(.collapsed){
  color: #0dcaf0;
  background-color: #e8faff;
}
.faq-icon{
  position: relative;
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  margin-left: auto;
  transition: transform 0.3 ease;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  transition: all 0.3s ease;
}
.faq-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.faq-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.accordion-button:not(.collapsed) .faq-icon {
  filter: invert(48%) sepia(80%) saturate(300%) hue-rotate(160deg);
}
.accordion-button:not(.collapsed) .faq-icon::after{
  height: 0;
}

.chat-btn {
    position: fixed;
    right: 20px;
    padding: 12px 16px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    z-index: 1000;
    color: white;
    transition: all 0.3s ease;
}
.chat-btn.whatsapp {
    bottom: 20px;
    background: #25D366;
}
.chat-btn.whatsapp:hover {
    background: #128C7E;
}
.chat-btn i {
    font-size: 20px;
}


/*----------------------- About us ------------------------- */

.hero-section {
  background: url("images/dubai.webp") center/cover no-repeat;
  width: 100%;
  height: 50vh; 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5); 
}

.hero-section .container {
  position: relative;
  z-index: 2; 
}

.hero-section h1,
.hero-section p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.p{
    margin-top: -100px;
}
.p h5{
  font-size: 10px;
  font-family: 'Times New Roman', Times, serif;
}
.p h2{
  font-size: 50px;
  font-family: 'Times New Roman', Times, serif;
}
.m{
  border-left: 5px solid #0dcaf0;
  box-shadow: -8px 0px 15px rgba(0, 0, 0, 0.1);
}
.m:hover {
  box-shadow: -12px 0px 20px rgba(0, 0, 0, 0.15); 
}
section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
section .im1 img{
  height: 250px;
  border-radius: 0px 30px 0px 30px;
}
section .im2 img {
  height: 250px;
  border-radius: 30px 0px 30px 0px; 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section .im1 img:hover,
section .im2 img:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}
section .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 15px;
  color: #222;
}
.section-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  text-align: justify;
}
.img-fluid {
  width: 400px;
  max-height: 300px;
  object-fit: cover;
}
.container h2{
  font-size: 60px;
  font-family: 'Times New Roman', Times, serif;
}
.testimonial-section {
  position: relative;
}
.yellow-circle {
  width: 250px;
  height: 250px;
  background: #ffcc00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.client-main-img {
  width: 400px;
  height: 350px;
  border-radius: 50px;
  z-index: 1;
  position: relative;
}
.chat-icon {
  position: absolute;
  bottom: 15%;
  left: 20%;
  background: #0dcaf0;
  color: white;
  font-size: 2rem;
  padding: 10px;
  border-radius: 50%;
  z-index: 2;
}
.testimonial-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.client-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.testimonial-text {
  font-style: italic;
  color: #444;
}
.testimonial-nav {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 20px;
}
.testimonial-nav .swiper-button-next,
.testimonial-nav .swiper-button-prev {
  position: static !important; 
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0dcaf0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.testimonial-nav .swiper-button-prev:hover,
.testimonial-nav .swiper-button-next:hover {
  background: #0dcaf0;
  color: white;
}
.testimonial-nav .swiper-button-prev::after,
.testimonial-nav .swiper-button-next::after {
  display: none !important; 
}
.adve {
  background: url('images/black6.jpg') no-repeat center/cover;
  animation: fadeInUp 1.5s ease-in-out;
}
.adve:hover{
  transform: scale(1.01);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.adve h2, .adve p, .adve a {
  opacity: 0;
  animation: slideUp 1s forwards;
}

.adve h2 {
  animation-delay: 0.3s;
}
.adve p {
  animation-delay: 0.6s;
}
.adve a {
  animation-delay: 0.9s;
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}


/* ---------------------------- services ------------------------------- */
.services-hero {
  background: url("images/services.png") center/cover no-repeat;
  min-height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.services-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.services-hero .container {
  position: relative;
  z-index: 1;
  color: #fff;
}
.service-card{
  width: 100%;
  max-width: 350px;
  height: 400px;
  margin: auto;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
}
.service-card:hover{
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transition: transform 0.4s ease;
}
.plan-trip-section{
  background: url('images/black4.png') no-repeat center/cover;
  padding: 60px 20px;
}
.trip-images-grid{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 15px;
  align-items: stretch;
}
.trip-images-grid img{
  transition: transform 0.3s ease;
}
.trip-images-grid img:hover {
  transform: scale(1.05);
}
.trip-images-grid .left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 156px 156px 0px 156px;
}
.trip-images-grid .right-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.trip-images-grid .right-images .im{
  width: 100%;
  height: 48%;
  object-fit: cover;
  border-radius: 156px 156px 156px 0px;
}
.trip-images-grid .right-images .im1{
  width: 100%;
  height: 48%;
  object-fit: cover;
  border-radius: 156px 0px 156px 156px;
}
.trip-subtitle {
  color: #009688;
  font-size: 20px;
  font-weight: 600;
}
.trip-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}
.trip-desc {
  color: #666;
  margin-bottom: 25px;
}
.trip-feature {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.feature-icon {
  background-color: #058292;
  color: #4eb4aa;
  font-size: 20px;
  padding: 12px;
  border-radius: 50%;
  margin-right: 15px;
}
.feature-title {
  font-weight: 600;
  font-size: 18px;
}
.feature-text {
  color: #555;
  font-size: 15px;
}
.cta-section {
  background: url("images/black2.png") center/cover no-repeat;
  position: relative;
  padding: 80px 20px;
  margin-bottom: 5px;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.cta-section .container {
  position: relative;
  z-index: 1;
  color: #fff;
}
.cta-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
.cta-section .btn {
  font-size: 1.1rem;
  font-weight: 600;
}
.cta-section .btn:hover {
  transform: scale(1.03);
  transition: all 0.3s ease-in-out;
}
/* Tablet (768px - 991px) */
@media (max-width: 991px) {
  .trip-images-grid {
    grid-template-columns: 1fr;
  }
  .trip-title {
    font-size: 32px;
  }
  .service-card {
    height: auto;
  }
}
/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .services-hero {
    min-height: 40vh;
  }
  .trip-images-grid {
    grid-template-columns: 1fr;
  }
  .trip-title {
    font-size: 26px;
  }
  .trip-subtitle {
    font-size: 16px;
  }
  .cta-section {
    padding: 60px 15px;
  }
  .cta-section h2 {
    font-size: 1.8rem;
  }
  .service-card {
    max-width: 100%;
    height: auto;
  }
  .service-card img {
    height: 200px;
  }
}
/* Large Screen (1200px and up) */
@media (min-width: 1200px) {
  .trip-title {
    font-size: 48px;
  }
  .service-card {
    max-width: 370px;
  }
}

/* --------------------------Career---------------------------------- */

.career-hero {
  background: url("images/c.jpg") no-repeat center center/cover;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.career-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.career-hero .container {
  position: relative;
  z-index: 1;
}
.card-1 {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 0.6rem;
  padding: 1.25rem;
  box-shadow: 0 6px 18px rgba(8, 30, 50, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex;
  flex-direction: row;
  column-gap: normal;
  gap: 0.15rem;
  border: 1px solid rgba(0,0,0,0.03);
}
.card-1:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(8, 30, 50, 0.12);
}
.career-section {
  background: url('images/why-work.png') center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 60px 0;
}
.why-card {
  transition: transform 0.3s ease;
}
.why-card:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .career-hero {
    height: 40vh;
  }
  .card-1 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .career-hero {
    height: 35vh;
  }
  .career-hero h1 {
    font-size: 1.8rem;
  }
  .career-hero p {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .career-hero {
    height: 30vh;
    padding: 20px;
  }
  .career-section {
    background-attachment: scroll;
    text-align: center;
  }
  .why-card {
    padding: 20px;
  }
}
/* ------------------------------------- bolg -------------------------------- */

.blog-hero {
  background: url("images/blog2.png") center center/cover no-repeat;
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.blog-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.blog-hero .container {
  position: relative;
  z-index: 1;
}
.blog-hero h1 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
}
.blog-hero p {
  font-size: 1.1rem;
  color: #ddd;
}
.card{
  width: 350px;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover{
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.card h5 {
  font-size: 18px;
  color: #058292;
  margin-top: 5px;
}
.card p {
  font-size: 14px;
  color: #555;
}
.card .btn-outline-info {
  border-color: #058292;
  color: #058292;
  font-weight: 600;
  transition: all 0.3s ease;
}
.card .btn-outline-info:hover {
  background-color: #058292;
  color: #fff;
}
.pagination .btn {
  border-radius: 50px;
  min-width: 38px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.pagination .btn-info {
  background-color: #058292;
  border-color: #058292;
}
.pagination .btn-outline-info:hover {
  background-color: #058292;
  color: #fff;
}
@keyframes floatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}
.travels{
  height: 650px;
  background: url("images/black5.png") center/cover no-repeat;
}

/* -----------------------------------Contact Us--------------------------- */

.contact-hero {
  background: url('images/contact.webp') center/cover no-repeat;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-hero h1 {
  font-size: 3rem;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.contact-hero p {
  font-size: 1.2rem;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
form{
  height: 395px;
}
form .form-control {
  border-radius: 8px;
  margin-top: 10px;
}

form button {
  transition: all 0.3s ease;
}

form button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 15px rgba(13, 110, 253, 0.4);
}

/* -----------------------------------Blogs Page ---------------------------- */

.blog-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.blog-card img {
  height: 220px;
  object-fit: cover;
}

footer a:hover{
  color: #0dcaf0 !important;
  text-decoration: underline;
} 
footer hr{
  opacity: 0.3;
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer h4 img {
    width: 50px;
  }
  footer p {
    font-size: 0.95rem;
  }

  footer ul li {
    margin-bottom: 6px;
  }

  footer .fs-4 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 576px) {
  footer {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  footer h4 {
    font-size: 1.3rem;
  }

  footer h5 {
    font-size: 1.1rem;
  }
}

/* ======================= Responsive Design ======================= */

/* ----------- Large Screen (≥1200px) ----------- */
@media (min-width: 1200px) {
  .hero {
    height: 60vh;
  }
  .card, .service-card {
    width: 380px;
  }
  .trip-title {
    font-size: 48px;
  }
  .navbar-nav .nav-link {
    font-size: 18px;
  }
  .blog-hero {
    height: 60vh;
  }
  .card {
    width: 370px;
  }
  .blog-hero h1 {
    font-size: 3rem;
  }
}

/* ----------- Laptops (992px – 1199px) ----------- */
@media (max-width: 1199px) {
  .hero {
    height: 65vh;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
    margin-left: 15px;
  }
  .tra img {
    width: 450px;
    max-height: 450px;
  }
  .trip-title {
    font-size: 36px;
  }
  .card, .service-card {
    width: 300px;
  }
  .blog-hero {
    height: 55vh;
  }
  .blog-hero h1 {
    font-size: 2.4rem;
  }
}

/* ----------- Tablets (768px – 991px) ----------- */
@media (max-width: 991px) {
  .hero {
    height: 55vh;
  }
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
    margin-left: 10px;
  }
  .stats-section {
    padding: 60px 0;
  }
  .trip-images-grid {
    grid-template-columns: 1fr;
  }
  .trip-images-grid img {
    border-radius: 30px;
  }
  .why-choose-us h2 {
    font-size: 28px;
  }
  .tra img {
    width: 350px;
    max-height: 350px;
  }
  .card, .service-card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .stats-text {
    font-size: 20px;
  }
  .blog-hero {
    height: 45vh;
    text-align: center;
  }
  .blog-hero h1 {
    font-size: 2rem;
  }
}

/* ----------- Mobile (576px – 767px) ----------- */
@media (max-width: 767px) {
  .hero {
    height: 45vh;
  }
  .services-hero {
    min-height: 40vh;
  }
  .hero-content h1 {
    font-size: 1.6rem;
  }
  .hero-content p {
    font-size: 0.9rem;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
    margin-left: 0;
  }
  .tra img {
    width: 280px;
    max-height: 280px;
    border-radius: 60px 0 60px 0;
  }
  .trip-title {
    font-size: 26px;
  }
  .trip-subtitle {
    font-size: 16px;
  }
  .trip-desc {
    font-size: 0.95rem;
  }
  .cta-section {
    padding: 60px 15px;
  }
  .cta-section h2 {
    font-size: 1.8rem;
  }
  .card, .service-card {
    max-width: 100%;
    height: auto;
  }
  .service-card img {
    height: 200px;
  }
  .stats-box {
    margin-bottom: 20px;
  }
  .faq-section .img-fluid {
    width: 100%;
    max-height: 300px;
  }
  .testimonial-nav {
    gap: 10px;
  }
  .testimonial-nav .swiper-button-next,
  .testimonial-nav .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .contact-hero h1 {
    font-size: 2rem;
  }
  .blog-hero {
    height: 40vh;
  }
  .blog-hero h1 {
    font-size: 1.8rem;
  }
  .blog-hero p {
    font-size: 0.95rem;
  }
  .card {
    width: 100%;
    max-width: 100%;
  }
  .card img {
    height: 200px;
  }
}

/* ----------- Small Mobile (<576px) ----------- */
@media (max-width: 575px) {
  .hero {
    height: 40vh;
  }
  h1, h2, .trip-title {
    font-size: 1.5rem !important;
  }
  p, .section-text {
    font-size: 0.9rem;
  }
  .navbar-nav .nav-link {
    font-size: 15px;
  }
  .tra img {
    width: 250px;
    max-height: 250px;
    border-radius: 40px 0 40px 0;
  }
  .stats-box {
    padding: 20px;
  }
  .faq-section .img-fluid {
    width: 100%;
  }
  .cta-section h2 {
    font-size: 1.4rem;
  }
  .cta-section .btn {
    font-size: 0.9rem;
    padding: 8px 20px;
  }
  .blog-hero {
    height: 35vh;
  }
  .blog-hero h1 {
    font-size: 1.5rem;
  }
  .blog-hero p {
    font-size: 0.9rem;
  }
  .pagination .btn {
    min-width: 30px;
    font-size: 0.85rem;
  }
  .card img {
    height: 180px;
  }
  footer {
    text-align: center;
  }
  .card, .service-card {
    width: 100%;
  }
  .testimonial-section .client-main-img {
    width: 250px;
    height: 250px;
  }
}
