/* Reset */
* {

  padding: 0;
  box-sizing: border-box;
}

body {
font-family: "Dosis", sans-serif;
    overflow-x: hidden;
}




/* Mobile Sidebar */
@media (max-width: 1024px) {
 .logo{
  width: 42%;
 }


 

  .hamburger {
    display: flex;
  }
   .desktop-cta {
    display: none; /* hide desktop CTA */
  }
  .cta-mobile {
    display: block; /* show CTA inside sidebar */
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .cta-mobile .cta-btn {
    width: 80%;
    text-align: center;
  }
}
/* Mobile Sidebar */
@media (max-width: 500px) {
 .logo a{
  height: 80%;
 }
}
@media (max-width: 400px) {
    .logo a {
        height: 60%;
    }
}


.why-choose {
  background: #fff;
  padding: 80px 20px;
}

.why-choose .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.why-choose h2 {
  font-size: 36px;
  font-weight: 700;
  color: #C8102E;
  margin-bottom: 10px;
}

.why-choose .subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.why-box {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.why-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: #C8102E;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.why-box:hover .icon-wrapper {
  background: #a50c24;
  transform: scale(1.1);
}

.why-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.why-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}



.services {
  background: #f9f9f9;
  padding: 80px 20px;
}

.services .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.services h2 {
  font-size: 36px;
  font-weight: 700;
  color: #C8102E;
  margin-bottom: 10px;
}

.services .subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: #C8102E;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.service-box:hover .icon-wrapper {
  background: #a00d24;
  transform: scale(1.1);
}

.service-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.service-box p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.service-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.service-box ul li {
  font-size: 14px;
  color: #555;
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}

.service-box ul li::before {
  content: "✔";
  color: #C8102E;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .steps-container {
    flex-direction: column;
    align-items: center;
  }
  .steps-container::before {
    display: none;
  }
  .step-icon::after {
    display: none;
  }
}


.success-stories {
  padding: 70px 20px;
  background: #fff;
  text-align: center;
}

.success-stories h2 {
  font-size: 38px;
  font-weight: 700;
  color: #C8102E;
  margin-bottom: 50px;
}

.success-stories {
  background: #f9f9f9;
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.success-stories .content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.success-stories h2 {
  font-size: 36px;
  font-weight: 700;
  color: #C8102E;
  margin-bottom: 10px;
}

.success-stories .subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
}

.testimonial {
  display: none;
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.5s ease-in-out;
}

.testimonial.active {
  display: block;
}

.testimonial .quote-icon {
  font-size: 36px;
  color: #C8102E;
  margin-bottom: 15px;
}

.testimonial p {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonial h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

/* Controls */
.carousel-controls {
  margin-top: 20px;
}

.carousel-controls span {
  cursor: pointer;
  font-size: 28px;
  color: #C8102E;
  margin: 0 15px;
  transition: 0.3s;
}

.carousel-controls span:hover {
  color: #a50c24;
}

/* Dots */
.carousel-dots {
  margin-top: 20px;
}

.carousel-dots span {
  height: 12px;
  width: 12px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.3s;
}

.carousel-dots span.active {
  background: #C8102E;
}


.study-destinations {
  background: #f9f9f9;
  padding: 80px 20px;
}

.study-destinations .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.study-destinations h2 {
  font-size: 36px;
  font-weight: 700;
  color: #C8102E;
  margin-bottom: 10px;
}

.study-destinations .subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

.study-destinations {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}

.study-destinations .content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.study-destinations h2 {
  font-size: 36px;
  font-weight: 700;
  color: #C8102E;
  margin-bottom: 10px;
}

.study-destinations .subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

.destinations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  justify-content: center;
}

.destination-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px 20px;
  text-decoration: none;
  color: #222;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.destination-card:hover {
  background: #C8102E;
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.flag-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: border 0.3s;
}

.destination-card:hover .flag-circle {
  border: 3px solid #fff;
}

.flag-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}



/* Inquiry Section */
.inquiry-section {
 background: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.inquiry-wrapper {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.inquiry-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.inquiry-wrapper .subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  color: #FFD700;
}

.inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inquiry-form .form-group input,
.inquiry-form .form-group select {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  outline: none;
  background: #fff;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.inquiry-form .form-group input:focus,
.inquiry-form .form-group select:focus {
  border: 1px solid #C8102E;
  box-shadow: 0 0 10px rgba(200,16,46,0.2);
}

.btn-submit {
  background: #C8102E;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #a00d25;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 600px) {
  .inquiry-wrapper {
    padding: 30px 20px;
  }
  .inquiry-wrapper h2 {
    font-size: 26px;
  }
}

/* Section Styling */
.latest-updates {
  padding: 80px 20px;
  background: #fdfdfd;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #C8102E;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

/* Blog Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.blog-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.blog-date {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 8px;
}

.blog-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.blog-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

.read-more {
  font-weight: 600;
  color: #C8102E;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

/* Button */
.view-all {
  margin-top: 40px;
}

.btn {
  background: #C8102E;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.btn:hover {
  background: #a30d24;
}

/* Footer */
