@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Big+Shoulders:opsz,wght@10..72,100..900&family=Gelasio:ital,wght@0,400..700;1,400..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.home, .about-us {
    font-family: sans-serif !important;
}

body {
    font-family: sans-serif !important;
}



.green-btn{
    background-color: rgb(254, 54, 0) !important;
}

a{
    text-decoration: none;
}

.nav-link.active,
.dropdown-item.active {
    color: #fff;
    background-color: green;
    border-radius: 5px;
}


.green-color{
     color: rgb(254, 54, 0) !important;
}

.green-border{
    border:  rgb(254, 54, 0) !important;
  
}

.nav-link{
    font-size: 16px;
}

.nav-link.active {
    background-color: #83CD20;
    border: 2px solid #83CD20;
    color: #fff !important; /* text safed ho jaye */
    border-radius:20px; /* thoda rounded effect */
    padding: 6px 15px !important; /* spacing barabar */
}


/* .hero-head {
    background-color: #034833; 

  
} */


/* 📱 Medium screens (≤991px) */
@media (max-width: 991px) {
  .img-thumbnail-1 {
    max-width: 250px !important;
  
  }
}

/* 📱 Small screens (≤767px) */
@media (max-width: 767px) {
  .img-thumbnail-1 {
    max-width: 180px !important;
   
  }
}

.hero-head-1 {
  background: url(./images/sbg1.png) no-repeat center/cover;
  width: 100%;
  height: 80vh;
  
  color: black;
  background-position: right;
}

/* Medium and Small screens → make hero full screen height */
@media (max-width: 991px) {
  .hero-head-1 {
    height: 90vh !important;
    max-height: none !important;
    background-position: center;
  }
}

    .heroCarousel{
max-height: 600px;
    }

    .custom-indicators .indicator-btn {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  transition: 0.3s;
}

.custom-indicators .indicator-btn.active,
.custom-indicators .indicator-btn:hover {
  background: #fff;
}


 .hero-head {
      background: url(./images/sbg1.png) no-repeat center/cover;
      width: 100%;
      height: 100%;
      max-height: 600px;
      color: black;
      background-position: right;
    }


    .hero-head p {
      font-size: 18px;
      font-weight: 400 !important;
    }

    .floating-shape {
  animation: floatUpDown 6s ease-in-out infinite;
}

.floating-shape2 {
  animation: floatUpDown2 7s ease-in-out infinite;
}

/* Animation 1 */
@keyframes floatUpDown {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

/* Animation 2 (slightly different speed and distance) */
@keyframes floatUpDown2 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}



.Journey{
  position: absolute;
  text-align: center;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-top{
    margin-top: 100px;
}


.hero-about h2{
    font-weight: 500;
    color: black;


}

.hero-about p{
    font-weight: 500;
}

.img-flip-x {
  transform: scaleX(-1);
}


.process-overview{
  margin-top: 370px;
}

.hero-service {
    background-color: #F1F5EB;
 padding-bottom: 50px;
    padding-top: 50px;
}

.hero-service h2{
    font-weight: 500;
    width: 60%;
}

.slick-slider {
  position: relative; /* container ko relative rakho */
  
  
}

.slick-slide{
        margin: 0 10px;
}

.slick-slider p{
    font-size: 14px;
}

.slick-arrow {

  z-index: 10;
}

/* Right arrow */
.slick-next {

  background-color: black !important;
}


/* Left arrow (next ke thoda pehle) */
.slick-prev {

  background-color: black !important;
}


.video-container {
            position: relative;
            width: 100%;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
            margin-bottom: 30px;
        }
        
        #myVideo {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 15px;
            transform: translateZ(0);
        }
        
        
        a{
            color: black;
        }
        #playPauseBtn {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }
        
        #playPauseBtn:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.1);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }
        
        #playPauseBtn i {
            font-size: 1.8rem;
            color: rgba(255, 255, 255, 0.9);
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }
        
        .instructions {
            background: rgba(0, 0, 0, 0.2);
            padding: 20px;
            border-radius: 12px;
            margin-top: 20px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .instructions h3 {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        
        .instructions p {
            line-height: 1.6;
        }
        
        /* Animation for the button */
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .pulse {
            animation: pulse 2s infinite;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            h1 {
                font-size: 2.2rem;
            }
            
            #playPauseBtn {
                width: 70px;
                height: 70px;
            }
            
            #playPauseBtn i {
                font-size: 1.5rem;
            }
        }
        
        @media (max-width: 480px) {
            h1 {
                font-size: 1.8rem;
            }
            
           
            
            #playPauseBtn {
                width: 60px;
                height: 60px;
            }
            
            #playPauseBtn i {
                font-size: 1.2rem;
            }
        }
    
    
    .wise-offer {
  background: linear-gradient(rgba(0,0,50,0.6), rgba(0,123,255,0.6)),
              url('https://t4.ftcdn.net/jpg/05/10/86/29/360_F_510862902_K5o4Sz7odYbuFs6FLKqTH3L79eTDtjYc.jpg')
              center/cover no-repeat;
  height: auto; /* auto rakho taaki small screen pe content cut na ho */
  display: flex;
  align-items: center;
  padding: 30px;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}


.about-card {
  background-color: #fff;
  color: #000;
  border: none;
  transition: all 0.4s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.about-card:hover {
  background-color: orange;
  color: #fff;
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.about-card:hover .card-title,
.about-card:hover p,
.about-card:hover .card-icon i {
  color: #fff;
}

.card-icon {
  color: orange;
  transition: color 0.4s ease;
}

.about-card:hover .card-icon i {
  color: #fff;
}



.wise-offer-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.wise-offer-text {
  font-size: 15px;
  line-height: 1.6;
}

.wise-offer-btn {
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.wise-offer-btn:hover {
  background: #fff;
  color: #007bff;
}

/* ✅ Responsive for small screens */
@media (max-width: 768px) {
  .wise-offer .container {
    flex-direction: column;
    text-align: center;
  }

  .text-content {
    margin-bottom: 20px;
  }

  .btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}



.hero-offer {
    background-color: #F1F5EB;
 padding-bottom: 50px;
    padding-top: 50px;
}

.start{
    background: url(./images/Карта.png);
    background-color: #83CD20;
}


 .testimonial-slider-section {
      max-width: 500px;
      margin: 50px auto;
      text-align: center;
      font-family: Arial, sans-serif;
      height:fit-content;
    }

    .testimonial-slider-heading {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .testimonial-slider-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    /* Left Side Profile */
    .testimonial-slider-profile {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .testimonial-slider-profile img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #333;
    }

    .testimonial-slider-details {
      text-align: left;
    }

    .testimonial-slider-name {
      font-weight: bold;
      font-size: 18px;
    }

    .testimonial-slider-role {
      font-size: 14px;
      color: #666;
    }

    /* Right Side Arrows */
    .testimonial-slider-arrows {
      display: flex;
      gap: 15px;
    }

    .testimonial-slider-arrows button {
      background: #333;
      color: #fff;
      border: none;
      padding: 10px 15px;
      border-radius: 50%;
      cursor: pointer;
      transition: 0.3s;
    }

    .testimonial-slider-arrows button:hover {
      background: #555;
    }

    /* Slider Content */
    .testimonial-slider {
      margin-top: 30px;
    }

    .testimonial-slide {
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }



    .country-btn{
        display: block;
        border-bottom: 1px solid rgb(233, 187, 216);
        border-radius: 0%;
    }


  .country-card{
    max-height: 100px;
  }


  .overview{
    background-color: #F1F5EB;
  }

  footer{
    background-color: #F1F5EB;
    color: black  ;
  }

  .custom-list li::before {
  content: "✔";
  color: #2C5549; /* green tick */
  font-weight: bold;
  margin-right: 8px;
}


  .Useful-list li::before {
  content: "➤";
  color: #2C5549; /* green tick */
  font-weight: bold;
  margin-right: 8px;
}

a.text-decoration-none.text-white {
    color: black !important;
}


/* About us Page */
.hero-height img{
  max-height: 400px;
  width: 100%;
}


/* .why-us  {
 height: 650px !important;
 object-fit: cover;
  width: 100% !important;
} */


.hero-process{
  background: url(./images/Process.png);
}


 .form-control {
    border-radius: 20px; /* rounded-5 */
    padding-left: 40px;  /* space for icon */
  }

  /* Email input with icon */
  #inputEmail4 {
    background: url("./images/plan1.png") no-repeat 10px center;
    background-size: 13px;
  }



.nav-link.active {
    border-bottom: 3px solid green !important; /* Active link ke liye green underline */
    border-radius: 2px !important;
}





  
  /* Phone input with icon */
  #inputPhone {
    background: url("./images/\ \(1\).png") no-repeat 10px center;
    background-size: 13px;
  }

  /* Address input with icon */
  #inputAddress {
    background: url("./images/\ \(2\).png") no-repeat 10px center;
    background-size: 13px;
  }

  /* Message textarea with icon */
  #inputMessage {
    background: url("./images/\ \(3\).png") no-repeat 10px 12px;
    background-size: 13px;
    padding-left: 40px;
  }


  .blog .display-5{
    width: 50%;

  }

  .brochure{
  background: #FAEEE9;
background: radial-gradient(circle, rgba(250, 238, 233, 1) 53%, rgba(253, 251, 250, 1) 65%, rgba(253, 253, 253, 1) 100%);
padding: 30px 20px 0px 10px !important;
  }

  .brochure{
    h2{
      font-weight: 400;
    }
  }


  .consultation-form{
    position: sticky;
    top: 20px;

  }

    .Courses{
    h2{
      font-weight: 500;
    }
  }

     /* Courses Section Styling */
  .courses .card img {
    transition: transform 0.4s ease;
  }
  .courses .card:hover img {
    transform: scale(1.1);
  }
  .courses .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .courses .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  }

    .stylish-faq .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
  }

  .stylish-faq .accordion-button {
    font-weight: 600;
    padding: 1rem 1.25rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: background 0.3s ease;
  }

  /* Open state with custom green */
  .stylish-faq .accordion-button:not(.collapsed) {
    color: #fff;
    background: #83CD20;
  }

  /* Custom Plus/Minus Icon */
  .stylish-faq .accordion-button::after {
    content: '\002B'; /* + */
    font-size: 1.4rem;
    color: #83CD20;
    transform: none !important;
    background-image: none !important;
  }

  .stylish-faq .accordion-button:not(.collapsed)::after {
    content: '\2212'; /* − */
    color: #fff;
  }

  .stylish-faq .accordion-body {
    background-color: #f9f9f9;
    padding: 1.2rem;
    font-size: 0.95rem;
    color: #555;
  }

  /* .stylish-faq .accordion-button:hover {
    background-color: #e6f7d4; 
  } */



  /* Services */

  .academic-hero {
            background: linear-gradient(rgba(0, 47, 100, 0.8), rgba(0, 47, 100, 0.9)), url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: white;
        }
        
        .academic-service-card {
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            border: none;
        }
        
        .academic-service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .academic-icon {
            font-size: 2.5rem;
            color: #002f64;
            margin-bottom: 20px;
        }
        
        .academic-section {
            padding: 80px 0;
        }
        
        .academic-heading {
            color: #002f64;
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
        }
        
        .academic-heading:after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: #ffc107;
            margin: 15px 0;
        }
        
        .academic-service-card.career-counselling {
            border-top: 5px solid #4e73df;
        }
        
        .academic-service-card.study-abroad {
            border-top: 5px solid #1cc88a;
        }
        
        .academic-service-card.departure-support {
            border-top: 5px solid #36b9cc;
        }
        
        .academic-service-card.visa-guidance {
            border-top: 5px solid #f6c23e;
        }
        
        .academic-service-card.writing-assistance {
            border-top: 5px solid #e74a3b;
        }
        
        .academic-testimonial {
            background-color: #f8f9fc;
            padding: 80px 0;
        }
        
        .academic-cta {
            background-color: #002f64;
            color: white;
            padding: 60px 0;
        }
        
        .academic-footer {
            background-color: #1a2e4d;
            color: white;
            padding: 40px 0;
        }

      /* Hover par dropdown open */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* thoda smooth lagta hai */
}

/* Dropdown ko stylish banane ke liye */
.dropdown-menu {

  border-radius: 8px;
  padding: 10px 0;
  border: none;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.dropdown-menu .dropdown-item {
  color: black;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

a{
  text-decoration: none;
}
.dropdown-menu .dropdown-item:hover {
  background: #1abc9c;
  color: #fff;
  padding-left: 25px; /* hover effect */
}

      
        
        .academic-hero {
            background:url('./images/Hero.png');
            background-size: cover;
            background-position: center;
            padding: 120px 0 100px;
            color: white;
        }
        
        .academic-section-heading {
            color: #1a365d;
            font-weight: 700;
            margin-bottom: 50px;
            position: relative;
            text-align: center;
        }
        
        .academic-section-heading:after {
            content: '';
            display: block;
            width: 100px;
            height: 4px;
            background: #e9b949;
            margin: 15px auto 0;
        }
        
        .service-card {
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            height: 100%;
            border: none;
            margin-bottom: 30px;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .service-icon {
            font-size: 2.8rem;
            margin-bottom: 25px;
            display: inline-block;
            padding: 20px;
            border-radius: 50%;
        }
        
        .academic-service {
            background-color: #fff;
            border-top: 5px solid #4e73df;
        }
        
        .academic-service .service-icon {
            background-color: rgba(78, 115, 223, 0.15);
            color: #4e73df;
        }
        
        .business-service {
            background-color: #fff;
            border-top: 5px solid #1cc88a;
        }
        
        .business-service .service-icon {
            background-color: rgba(28, 200, 138, 0.15);
            color: #1cc88a;
        }
        
        .concierge-service {
            background-color: #fff;
            border-top: 5px solid #36b9cc;
        }
        
        .concierge-service .service-icon {
            background-color: rgba(54, 185, 204, 0.15);
            color: #36b9cc;
        }
        
        .service-content {
            padding: 30px;
        }
        
        .service-title {
            font-weight: 700;
            margin-bottom: 20px;
            color: #1a365d;
        }
        
        .service-list {
            list-style: none;
            padding: 0;
        }
        
        .service-list li {
            margin-bottom: 12px;
            padding-left: 30px;
            position: relative;
        }
        
        .service-list li:before {
            content: '\f058';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #e9b949;
        }
        
        .academic-cta {
           
            color: white;
            padding: 80px 0;
        }
        
        .academic-testimonial {
            background-color: #f8f9fc;
            padding: 100px 0;
        }
        
        .testimonial-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            height: 100%;
        }
        
        .academic-footer {
            background-color: #1a2e4d;
            color: white;
            padding: 70px 0 30px;
        }
        
        .footer-heading {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 25px;
        }
        
        .footer-heading:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: #e9b949;
        }
        
        .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            color: white;
            transition: all 0.3s ease;
        }
        
        .social-icon:hover {
            background: #e9b949;
            transform: translateY(-3px);
        }
        
        .academic-btn-primary {
            background-color: #e9b949;
            border-color: #e9b949;
            color: #1a365d;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 30px;
            transition: all 0.3s ease;
        }
        
        .academic-btn-primary:hover {
            background-color: #d4a73a;
            border-color: #d4a73a;
            transform: translateY(-2px);
            color: #1a365d;
        }
        
        .academic-btn-outline {
            border: 2px solid #e9b949;
            color: #e9b949;
            font-weight: 600;
            padding: 10px 28px;
            border-radius: 30px;
            transition: all 0.3s ease;
        }
        
        .academic-btn-outline:hover {
            background-color: #e9b949;
            color: #1a365d;
            transform: translateY(-2px);
        }
    