*{
  margin: 0;
  padding: 0;
}
html, body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* horizontal scroll band */
}

.content{
  padding-left: 130px !important;
}
.icons {
  display: flex;
  gap: 15px;          /* icons ke darmiyan gap */
  justify-content: flex-end; /* right align */
  padding-right: 90px; /* border se thoda andar */
}
.icons i{
  color: white !important;
}
/* Transition smooth banane ke liye */
/* Navbar transparent initially */
.navbar-brand{
  margin-left: 120px;
}
.navbar {
  background-color: transparent !important;
  transition: background-color 0.3s ease-in-out;
}
.navbar-brand{
  margin-left: 60px;
}
/* Black background after scroll */
.navbar.scrolled {
  background-color: #0e1e2d !important;
}
.d-none{
  margin-right: 120px;
}

.navbar.scrolled .nav-link {
  color: white !important; /* text ko white karne ke liye */
}
hr{
  color: black;
  width: 100%;
}
/* section A ki main ko class ko bg img  */
.main {
   width: 100% !important;   /* full viewport width */
  height:700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: top 0;
}
.SectionA .carousel-inner{
  margin-top: -142px;
}
.main::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5); /* dark overlay */
  z-index: 1;
}

.main > .container {
  position: relative;
  z-index: 2;
  padding-top: 200px; /* content ko neeche push */
}

.main > * {
    position: relative;
    z-index: 2;
}
.main .row{
  margin-top: 200px;
}
/* H3 ka color same jaise hero__caption */
.secAContent h3 {
  color: #3370AF;
  font-weight: bold;
  padding-top: 20px;
}

/* H1 ko bhi white aur same look dena */
.secAContent h1 {
  color: white;
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
  word-wrap: break-word;
  white-space: normal;
}

/* Paragraph aur H5 ko bhi white */
.secAContent h5,
.secAContent p {
  color: white;
}

/* Button Styling same as before */
.secAContent .btn {
  background: #3370AF;      /* purple background */
  color: white;             /* text white */
  padding: 12px 30px;       /* button size */
  border-radius: 28px;      /* rounded corners */
  font-weight: 600;         
  transition: all 0.3s ease;
  border: 2px solid #3370AF;
}

/* Hover effect */
.secAContent .btn:hover {
  background: transparent;  
  color: #3370AF;           
  border: 2px solid #3370AF;
}

/* Hero Section Styles */
.hero__caption {
  color: white; /* by default sab white */
}

.hero__caption span,
.hero__caption p {
  color: white;
}
.hero__caption h1 {
  color: white;
  font-size: 42px;      /* size adjust */
  line-height: 1.3;     /* line gap kam */
  margin-bottom: 20px;
  word-wrap: break-word;
  white-space:normal;  /* force break in multiple lines */
}
/* Sirf Hooria Consultancy ka color alag */
.hero__caption h3 {
  color:#3370AF;
  font-weight: bold;
  padding-top: 20px;
}

/* Button Styling */
.hero__btn .btn {
  background: #3370AF;      /* dark purple background */
  color: white;             /* text white */
  padding: 12px 30px;       /* button size */
  border-radius: 28px;      /* rounded corners */
  font-weight: 600;         
  transition: all 0.3s ease;
  border: 2px solid #3370AF;
}

/* Hover effect */
.hero__btn .btn:hover {
  background: transparent;  
  color: #3370AF;           
  border: 2px solid #3370AF;
  overflow-x: hidden;
}
/* Section B ki styling */
.main2{
  width: 100%;
  height: 700px;
  display: flex !important;
  margin-top: 80px;
}
.part1{
  width: 49%;
  height: 500px;
  
}
.part1 h4{
  color: #3370AF;
  font-size: 24px;
  font-weight: 500;
  padding-left: 80px;
  padding-top: 50px;
}
.part1 h2{
font-size: 46px;
font-weight: 400;
padding-left: 80px;
}
.part1 h2 span{
  font-size: 46px;
  font-weight:700;
}
.part1 p{
  padding-left: 80px;
}
.part1 .align-items-start{
  margin-left: 80px;
}
.part1 .mission{
  background-color:#3370AF;
  color: white;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.part2{
  width: 48%;
  height: 500px;
  display: flex;
  margin-left: 20px;
}
.imgpart1{
  width: 24%;
}

.part2 .imgpart1 img{
  width: 240px;
  height: 280px;
  border-radius: 4px;
  margin-top: 40px;
margin-left: 20px;
}
.imgpart2{
  width: 24%;
}
.part2 .imgpart2 img{
  width: 340px;
  height: 600px;
  border-radius: 4px;
  margin-top: 40px;
  margin-left: 140px;
}
/* Headings aur icons ke blue color ko replace kare */
.text-primary,
h2 span,
h5.fw-bold,
.mission {
  color: #3370AF !important;
}

/* Optional: Agar hover ya border effect bhi same color chahiye */
.text-primary:hover,
.mission:hover {
  color: #3370AF !important;
}

/* Section C ki styling */
.SectionC{
  width: 100%;
  height: 500px;
  display: flex;
  margin-top: 120px;
}
.SectionC .part1{
  width: 44%;
  height: 350px;
  background-color:#2C333E;
  margin-left: 120px;
}
.SectionC .part1 h2{
color: white;
font-weight:300;
padding-left: 40px;

}
.SectionC .part1 h2 span{
  color: white !important; 
}
.SectionC .part1 h5{
color:green;
padding-left: 40px;
padding-top: 40px;
}
.SectionC .part1 p{
color:whitesmoke;
padding-left: 40px;
}
.SectionC .part1 button{
font-size: 18px;
border: none;
padding: 10px 10px 10px 10px;
border-radius: 20px;
margin-left: 40px;
}
.SectionC .part2{
  width: 35%;
  height: 350px;
  margin-left: -2px;
}
.SectionC .part2 img{
width: 450px;
}
/* sectionc ka 2nd partt ki css */
.text-center h5 {
  font-size: 18px;
  font-weight: 600;
  color:#3370AF;
    margin-top: -60px;

}

.text-center h2 {
  font-size: 32px;
  font: weight 500px;;
  color: #000;
}

.text-center h2 .highlight {
  font-weight: bold;
  display: block;   /* force next line */
  color:black;   /* custom color */
}

.mainsecC {
  display: flex;
  justify-content: space-around; /* Equal spacing */
  align-items: flex-start;
  margin: 30px auto;
  max-width: 1200px;
  flex-wrap: wrap; /* Mobile responsive */
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box {
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 450px;
}

.box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.box i {
  font-size: 40px;
  color:#3370AF;
  margin-top: 45px;
}
    .box h2{
margin-top: 40px;
}
    .box p{
margin-top:  35px;
}

    .showcolor{
background-color:#3370AF;
color: white;
transition: transform 0.8s ease
}
    .showcolor i{
color: white;
}
/* sectionD ki style css */
.main4{
  margin-top: 80px;
  height: 250px;
}
.main4 .part1 button{
font-size: 18px;
border: none;
background-color: #2c333e;
color: white;
padding: 10px 20px 10px 20px;
border-radius: 20px;
margin-left: 80px;
margin-top: 20px;
}
.text-center{
  color:#3370AF;
}
.SectionD .slidescountry{
  margin-top: 40px;
}
   .country-card {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      transition: transform .3s ease;
      height: 100%;
    }
    .country-card:hover {
      transform: translateY(-5px);
    }
    .country-card img {
      height: 180px;
      object-fit: cover;
    }
    .country-card .card-body {
      padding: 15px;
    }
    .carousel-item {
      padding: 20px 0;
    }
    .CountryButton{
      border: none;
      color:#3370AF;
      font-weight: bold;
      text-decoration: none;
    }
    .hero-btn {
  background-color: #ffffff;   /* white bg */
  color: #000000;              /* black text */
  border: 1px solid #000000;
  border-radius: 14px;
  margin-left: 50px;
}

.hero-btn:hover {
  background-color: #000000;   /* hover black */
  color: #ffffff;              /* hover white text */
}
   
      

    /*SEction D dublicate ki dtyling css*/
       /* Make section full width */
.CountrySection {
  width: 100%;
  max-width: 1400px; /* You can increase to 1600 if you want */
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
    .mySwiper {
      position: relative; /* IMPORTANT */
    }
/* Reduce card width */
.mySwiper .swiper-slide {
  width: 260px !important;   /* 240, 260, 280 try kar sakte ho */
}

.country-card {
  width: 100%;
}

    .country-card {
      border-radius: 12px;
      overflow: hidden;
      transition: 0.3s;
      border: none;
      box-shadow: 0 4px 18px rgba(0,0,0,0.10);
      background: #fff;
    }
    .country-card:hover { transform: translateY(-6px); }

    .country-card img {
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .CountryButton {
      background: #2b5fb8;
      border: none;
      padding: 8px 16px;
      color: #fff;
      border-radius: 6px;
      transition: 0.3s;
    }
    .CountryButton:hover { background: #17468e; }



        
   /* Position Arrows */
.swiper-button-next,
.swiper-button-prev {
  background: #ffffffdf;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  top: 50% !important;         /* Center vertically */
  transform: translateY(-50%); /* Correct center alignment */
}


/* Arrow icons */
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #2b5fb8;
  font-size: 20px;
  font-weight: bold;
}
    /* SectionE ki style css */
    .SectionE{
      width: 100%;
    height:auto;
    background-color:#3370AF !important;
    display: flex;
    }
    .SectionE .content h2{
      color: white;
      font-size: 48px;
      padding-top: 30px;
    }
    .SectionE button{
      font-size: 18px;
      font-weight: bold;
border: none;
background-color:white;
color:#2c333e;
padding: 10px 20px 10px 20px;
border-radius: 20px;
margin-left: 390px;
margin-top: 55px;
    }
    /*Testimonial ki styling css */
    
.testimonial-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 80px 0;
  background-color: #fff;
  margin-top: 60px;
}

.testimonial-container {
  position: relative;
  max-width: 80%;
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.testimonial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  gap: 50px;
  box-sizing: border-box;
}

.testimonial-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
  flex: 1;
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.small-heading {
  color: #6cbf42;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.testimonial-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.testimonial-content h2 span {
  color: #1d2d50;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.client-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.client-info h4 {
  margin: 0;
  font-size: 18px;
  color: #1d2d50;
}

.client-info p {
  margin: 0;
  font-size: 14px;
  color: #888;
}

.testimonial-text {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}

.arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.prev {
  left: -50px;
}

.next {
  right: -50px;
}

/* Responsive */
@media (max-width: 1024px) {
  .testimonial {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-content {
    margin-top: 30px;
    padding: 30px;
  }

  .client-info {
    justify-content: center;
  }

  .prev,
  .next {
    display: none;
  }
}
    /* Footer ki styling css */
  .footer {
  background: #0e1e2d;
  color: #fff;
  padding: 40px 20px;
  margin-top: 120px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-logo-text {
  grid-column: 1 / -1; /* full width row */
  text-align: center;
}

.footer-logo-text img {
  max-width: 120px;
  margin-bottom: 15px;
}

.footer-logo-text p {
  max-width: 700px;
  margin: auto;
  line-height: 1.6;
}

hr {
  grid-column: 1 / -1; /* full width line */
  border: 0;
  border-top: 1px solid #444;
  margin: 20px 0;
}
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 14px;
  color: #aaa;
}
.footer-container ul {
      list-style: none;
      padding: 0;
    }
    .footer-container ul li {
      margin: 8px 0;
    }
    .footer-container ul li a {
      text-decoration: none;
      color: #ccc;
      transition: color 0.3s;
    }
    .footer-container ul li a:hover {
      color: #fff;
    }

    .newsletter input[type="email"] {
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 4px;
      margin-bottom: 10px;
    }
    .newsletter button {
      padding: 10px 20px;
      border: none;
      background: #3498db;
      color: #fff;
      border-radius: 4px;
      cursor: pointer;
    }
    .newsletter button:hover {
      background: #217dbb;
    }
    /* About Us ka secA ki styling */
.mainAbout {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;                  /* content ko center karne ke liye */
  justify-content: center;        /* horizontal center */
  align-items: center;            /* vertical center */
  text-align: center;             /* text ko bhi center align */
}

.mainAbout::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5); /* dark overlay */
  z-index: 1;
}

.mainAbout .secAContent {
  position: relative;
  z-index: 2;   /* overlay ke upar dikhane ke liye */
}

.carousel-inner{
  margin-top: -142px;
}

.mainAbout > .container {
  position: relative;
  z-index: 2;
  padding-top: 200px; /* content ko neeche push */
}

.mainAbout > * {
    position: relative;
    z-index: 2;
}
.mainAbout .row{
  margin-top: 200px;
}
.secAContent h2 {
  color: white;
  font-size: 48px;
  font-weight: bold;
}

.secAContent h4 {
  color: white;
  font-size: 18px;
}

.secAContent h4 a {
  color: white;
}

.secAContent h4 span{
  color: #3370AF; /* blue for About */
  font-weight: bold;
}
/* about us ka section C ki styling css */
.CsecAbout{
  width: 100%;
  height: 450px;
  background-color:#2C333E;
  display: flex;
}
.CsecAbout .content{
  width: 48%;
  height: 450px;
}
.CsecAbout .img{
  width: 48%;
  height: 450px;
}
.CsecAbout .content h2{
color: white;
font-weight:300;
padding-left: 40px;
}
.CsecAbout .content h2 span{
color: white;
font-weight:bold;
}
.CsecAbout .content h5{
color:green;
padding-left: 40px;
padding-top: 80px;
}
.CsecAbout .content p{
color:whitesmoke;
padding-left: 40px;
}
.CsecAbout .img img{
  width:620px;
  padding-left: 70px;
  padding-top: 100px;
}
/* About ki SecD ki styling css */
.steps-section {
      padding: 60px 20px;
      text-align: center;
      margin-top: 80px;
    }

    .steps-section h2 {
      font-size: 32px;
      margin-bottom: 50px;
      color: #2c3e50;
    }

    .steps-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }
.step-box {
  flex: 1 1 calc(25% - 20px); /* 4 boxes per row (100/4 = 25%) */
  max-width: calc(25% - 20px);
  background: #fff;
  border-radius: 12px;
  padding-top: 70px;
  padding-bottom:70px;
  padding-right: 30px;
  padding-left: 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

    .step-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

    .icon-circle {
      width: 70px;
      height: 70px;
      background: #3370AF;
      color: #fff;
      font-size: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 auto 15px;
    }

    .step-box h4 {
      margin-bottom: 10px;
      font-size: 18px;
      color: #2c3e50;
    }

    .step-box p {
      font-size: 14px;
      color: #666;
    }

    /* Arrow between boxes */
    .arrow {
      font-size: 28px;
      color: #3370AF;
    }
    /* study visa ki secB ki styling cs */
    .container-page {
      display: flex;
      max-width: 1200px;
      margin: 40px auto;
      gap: 30px;
      padding: 0 20px;
    }

    /* Sidebar */
    .sidebar {
      flex: 1;
      max-width: 300px;
    }
    .card {
      background: #fff;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .card h3 {
      margin-bottom: 15px;
      font-size: 20px;
      color: #3370AF;
      border-left: 4px solid #3370AF;
      padding-left: 10px;
    }
    .visa-list ul {
      list-style: none;
      padding: 0;
    }
    .visa-list ul li {
      margin: 10px 0;
    }
    .visa-list ul li a {
      text-decoration: none;
      color: #333;
      transition: 0.3s;
    }
    .visa-list ul li a:hover {
      color:green;
      font-weight: bold;
    }

    /* Form */
    form input, form select, form textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
      border-radius: 6px;
    }
    form button {
      width: 100%;
      padding: 12px;
      background: #3370AF;
      color: white;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s;
    }
    form button:hover {
      background: #265a88;
    }

    /* Main Content */
    .main-content {
      flex: 3;
    }
    .section {
      background: #fff;
      padding: 25px;
      margin-bottom: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .section h2 {
      color:green;
      margin-bottom: 15px;
      border-bottom: 2px solid green;
      display: inline-block;
      padding-bottom: 5px;
    }
    .section img {
      max-width: 100%;
      border-radius: 8px;
      margin: 20px 0;
    }
    .section ul {
      padding-left: 20px;
    }
    .section ul li {
      margin-bottom: 10px;
      line-height: 1.6;
    }

    /* CTA Button */
    .cta {
      text-align: center;
      margin: 40px 0;
    }
    .cta a {
      display: inline-block;
      padding: 15px 30px;
      background:green;
      border: green;
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      border-radius: 8px;
      transition: 0.3s;
    }
    .cta a:hover {
      background: #265a88;
    }
 .card h3 {
  color: green;              /* text color */
  border-left: none;  /* | wali line ka color & size */
  padding-left: 10px;        /* text aur line ke beech ka gap */
}

.card{
  border-left: 4px solid green;  /* side wali line ka color & thickness */
  padding-left: 10px;           /* text aur border ke beech gap */
}
      .VisaPagebtn{
background-color: green;
color: white;
}
     .VisaPagebtn:hover{
background-color:#265a88;
}
/* university page ki styling css */
 .universities {
      padding: 60px 0;
    }

    .universities h2 {
      font-size: 28px;
      font-weight: bold;
      color: #3370AF;
      text-align: center;
      margin-bottom: 40px;
    }

    .university-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .university-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .university-card:hover img {
      opacity: 0.7;
      transform: scale(1.05);
    }

    .university-card .overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 15px;
      background: rgba(0,0,0,0.6);
      color: #fff;
      text-align: center;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .university-card:hover .overlay {
      opacity: 1;
    }

    .university-card .overlay h3 {
      font-size: 18px;
      font-weight: bold;
      margin: 0;
    }
    /* Contact form ki styling Css */
     .contact-container {
      max-width: 1100px;
      margin: 60px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
    }

    /* Left Info */
    .contact-info {
      flex: 1;
      min-width: 300px;
      background: #28598c;
      color: #fff;
      padding: 40px 30px;
    }
    .contact-info h2 {
      font-size: 26px;
      margin-bottom: 20px;
      font-weight: bold;
    }
    .contact-info p {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 25px;
    }
    .info-item {
      display: flex;
      align-items: center;
      margin-bottom: 18px;
    }
    .info-item i {
      font-size: 20px;
      margin-right: 15px;
      color: #ffd700;
    }

    /* Form */
    .contact-form {
      flex: 2;
      min-width: 350px;
      padding: 40px 30px;
    }
    .contact-form h2 {
      font-size: 26px;
      margin-bottom: 25px;
      font-weight: bold;
      color:#3370AF;
    }
    .form-label {
      font-weight: 500;
      margin-bottom: 6px;
      color: #333;
    }
    .form-control, .form-select {
      border-radius: 8px;
      padding: 10px;
      border: 1px solid #ddd;
      transition: 0.3s;
    }
    .form-control:focus, .form-select:focus {
      border-color:#3370AF;
      box-shadow: 0 0 5px rgba(40, 89, 140, 0.3);
    }
    .btn-submit {
      background:#3370AF;
      color: #fff;
      font-weight: bold;
      padding: 12px;
      border-radius: 8px;
      border: none;
      transition: 0.3s;
      width: 100%;
    }
    .btn-submit:hover {
      background:#3370AF;
      transform: translateY(-2px);
    }
@media screen and (min-width: 320px) and (max-width: 424px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%; /* initially hidden */
    width: 100%;  /* sidebar width */
    height: 100%;
    background-color:white;
    transition: right 0.3s ease-in-out;
    padding-top: 60px; /* thoda gap for close button */
    z-index: 999;
  }
.navbar-brand{
  margin-left: 0px;
}
.custom-close {
    color: green !important;
    font-size: 36px;
    padding: 12px 20px;
    background: none;   /* Bootstrap ka default X hata dega */
    border: none;
}
.custom-close::before {
    content: "×";   /* X symbol */
}

  .navbar-collapse.show {
    right: 0; /* slide in */
  }

  .navbar-collapse .nav-link {
    color:green !important;
    font-size: 16px;
    padding: 12px 20px;
    display: block;
  }

  /* toggle button always visible on top */
  .navbar-toggler {
    z-index: 1000;
  }
  .content{
    display: none !important;
    
  }
  .icons{
    display: none;
  }
  .container-fluid{
    display: none;
  }
   .main2 {
    flex-direction: column; /* row → column */
    gap: 20px;
    overflow-x: hidden;
  }

  .part1{
    width: 100%;
    margin-left: -60px;
  } 
  .part2 {
    width: 100%;
  }
  .mb-4.d-flex,
  .d-flex.align-items-start {
    flex-direction: column;   /* icon upar, text neeche */
    align-items: flex-start;  /* left align */
    gap: 5px;                 /* thoda gap */
  }

  .mb-4.d-flex i,
  .d-flex.align-items-start i {
    margin-bottom: 5px;
    font-size: 28px;          /* icons thoda chhote */
    color:white;           /* icon ka color */
  }

  .mb-4.d-flex h5,
  .d-flex.align-items-start h5 {
    margin: 0;
    font-size: 16px;
  }

  .mb-4.d-flex p,
  .d-flex.align-items-start p {
    margin: 0;
    font-size: 13px;
  }

  /* Images column wise */
  .imgpart1{
     display: flex;
    flex-direction: column;
    gap: 10px; 
    margin-top: 350px;
  }
  .imgpart2 {
    display: flex;
    flex-direction: column;
    gap: 10px;               /* kam gap between images */
  }

  .Secbimg1{
    width: 100%;
  }
 .Secbimg3 {
  max-width: 315%;
    max-height: 320px; 
    object-fit: cover; /* crop ho kar bhi accha lagega */
    margin-left: -60px !important;
    margin-top: 880px !important;
  }
  .part1 h2 {
    font-size: 20px; /* thoda chhota text */
  }
   .part1 h2 span{
    font-size: 40px; /* thoda chhota text */
  }

  .part1 p {
    font-size: 14px;
  }
  .SectionC{
    margin-top: 220px;
   flex-direction: column;  /* side by side ki jagah column */
    text-align: center;
  }
.mainSecC {
  display: flex;
  flex-wrap: wrap;   /* line break on small screens */
  gap: 15px;         /* har box ke darmiyan gap */
  justify-content: center; /* center align */
}

  .SectionC .part1 {
    width: 90%;
    height: 420px;
    padding-bottom: 30px;
    margin-left: 14px;
    margin-bottom: 20px; /* text aur image ke beech space */
    text-align: center;
  }
  .SectionC .part1 h5{
margin-left: -20px;
width: 100%;
  }
   .SectionC .part1 h2{
margin-left: -20px;
width: 100%;
  }
   .SectionC .part1 button{
margin-left: -20px;
width: 50%;
  }
  .SectionC .part1 p{
    width: 100%;
  text-align: justify; /* paragraph justify */
margin-left: -20px;
}
  .SectionC .part2 img {
    width: 255%;  /* mobile pe full width image */
    height: 250px;
    margin-left: 20px;
  }
  .text-center h5{
    margin-top: 230px;
  }
  .mainsecC .box{
    max-width: 250px;
  }
.SectionE {
    height: auto;   /* mobile me fix height hata do */
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .SectionE .content h2 {
    font-size: 24px;  /* chhota text mobile ke liye */
    padding-top: -50px;
  }

  .SectionE button {
    margin: 15px 0 0 0;  /* button center me aa jaye */
  }
  /* about ki secD ki responsive styling css */
  .steps-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .arrow {
        display: none; /* mobile view me arrow remove */
      }
      .step-box {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
      }
      .step-box {
        flex: 1 1 100%;
      }
      /*About ki responsive styling css*/
     .aboutcontent{
      margin-top: 700px;
     }
   .part2about{
    padding-top: -200px !important;
   }
    .step-box {
    flex: 1 1 100%; /* 1 box per row */
    max-width: 100%;
  }
  .CsecAbout{
    margin-top: 80px;
  }
  .CountrySectionC{
    margin-bottom: -150px !important;
  }
  .SectionE{
    display: none;
  }
  .setionB{
      max-width: 260px !important;
      margin-left: 20px !important;
    }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
 .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%; /* initially hidden */
    width: 100%;  /* sidebar width */
    height: 100%;
    background-color:white;
    transition: right 0.3s ease-in-out;
    padding-top: 60px; /* thoda gap for close button */
    z-index: 999;
  }
.navbar-brand{
  margin-left: 0px;
}
.custom-close {
    color: green !important;
    font-size: 36px;
    padding: 12px 20px;
    background: none;   /* Bootstrap ka default X hata dega */
    border: none;
}
.custom-close::before {
    content: "×";   /* X symbol */
}

  .navbar-collapse.show {
    right: 0; /* slide in */
  }

  .navbar-collapse .nav-link {
    color:green !important;
    font-size: 16px;
    padding: 12px 20px;
    display: block;
  }

  /* toggle button always visible on top */
  .navbar-toggler {
    z-index: 1000;
  }
  .content{
    display: none !important;
    
  }
  .icons{
    display: none;
  }
  .container-fluid{
    display: none;
  }
   .main2 {
    flex-direction: column; /* row → column */
    gap: 20px;
    overflow-x: hidden;
  }

  .part1{
    width: 100%;
    margin-left: -60px;
  } 
  .part2 {
    width: 100%;
  }
  .mb-4.d-flex,
  .d-flex.align-items-start {
    flex-direction: column;   /* icon upar, text neeche */
    align-items: flex-start;  /* left align */
    gap: 5px;                 /* thoda gap */
  }

  .mb-4.d-flex i,
  .d-flex.align-items-start i {
    margin-bottom: 5px;
    font-size: 28px;          /* icons thoda chhote */
    color:white;           /* icon ka color */
  }

  .mb-4.d-flex h5,
  .d-flex.align-items-start h5 {
    margin: 0;
    font-size: 16px;
  }

  .mb-4.d-flex p,
  .d-flex.align-items-start p {
    margin: 0;
    font-size: 13px;
  }

  /* Images column wise */
  .imgpart1{
     display: flex;
    flex-direction: column;
    gap: 10px; 
    margin-top: 350px;
  }
  .imgpart2 {
    display: flex;
    flex-direction: column;
    gap: 10px;               /* kam gap between images */
  }

  .Secbimg1{
    width: 250% !important;
  }
  .Secbimg2{
    width: 250% !important;
  }
 .Secbimg3 {
  max-width: 315%;
    max-height: 320px; 
    object-fit: cover; /* crop ho kar bhi accha lagega */
    margin-left: -80px !important;
    margin-top: 930px !important;
  }
  .part1 h2 {
    font-size: 20px; /* thoda chhota text */
  }
   .part1 h2 span{
    font-size: 40px; /* thoda chhota text */
  }

  .part1 p {
    font-size: 14px;
  }
  .SectionC{
    margin-top: 220px;
   flex-direction: column;  /* side by side ki jagah column */
    text-align: center;
  }
.mainSecC {
  display: flex;
  flex-wrap: wrap;   /* line break on small screens */
  gap: 15px;         /* har box ke darmiyan gap */
  justify-content: center; /* center align */
}

  .SectionC .part1 {
    width: 90%;
    height: 420px;
    padding-bottom: 30px;
    margin-left: 14px;
    margin-bottom: 20px; /* text aur image ke beech space */
    text-align: center;
  }
  .SectionC .part1 h5{
margin-left: -20px;
width: 100%;
  }
   .SectionC .part1 h2{
margin-left: -20px;
width: 100%;
  }
   .SectionC .part1 button{
margin-left: -20px;
width: 50%;
  }
  .SectionC .part1 p{
    width: 100%;
  text-align: justify; /* paragraph justify */
margin-left: -20px;
}
  .SectionC .part2 img {
    width: 255%;  /* mobile pe full width image */
    height: 250px;
    margin-left: 20px;
  }
  .text-center h5{
    margin-top: 230px;
  }
  .mainsecC .box{
    max-width: 250px;
  }
.SectionE {
    height: auto;   /* mobile me fix height hata do */
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .SectionE .content h2 {
    font-size: 24px;  /* chhota text mobile ke liye */
    padding-top: -50px;
  }

  .SectionE button {
    margin: 15px 0 0 0;  /* button center me aa jaye */
  }
  /* about ki secD ki responsive styling css */
  .steps-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .arrow {
        display: none; /* mobile view me arrow remove */
      }
      .step-box {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
      }
      .step-box {
        flex: 1 1 100%;
      }
      /*About ki responsive styling css*/
     .aboutcontent{
      margin-top: 700px;
     }
   .part2about{
    padding-top: -200px !important;
   }
    .step-box {
    flex: 1 1 100%; /* 1 box per row */
    max-width: 100%;
  }
  .CsecAbout{
    margin-top: 80px;
  }
  .CountrySectionC{
    margin-bottom: -200px !important;
  }
   .SectionE{
    display: none;
  }
  .setionB{
      max-width: 340px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
 .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%; /* initially hidden */
    width: 40%;  /* sidebar width */
    height: 100%;
    background-color:white;
    transition: right 0.3s ease-in-out;
    padding-top: 60px; /* thoda gap for close button */
    z-index: 999;
  }
.navbar-brand{
  margin-left: 0px;
}
.custom-close {
    color: green !important;
    font-size: 36px;
    padding: 12px 20px;
    background: none;   /* Bootstrap ka default X hata dega */
    border: none;
}
.custom-close::before {
    content: "×";   /* X symbol */
}

  .navbar-collapse.show {
    right: 0; /* slide in */
  }

  .navbar-collapse .nav-link {
    color:green !important;
    font-size: 16px;
    padding: 12px 20px;
    display: block;
  }

  /* toggle button always visible on top */
  .navbar-toggler {
    z-index: 1000;
  }
  .content{
    display: none !important;
    
  }
  .icons{
    display: none;
  }
  .container-fluid{
    display: none;
  }
   .main2 {
    flex-direction: column; /* row → column */
    gap: 20px;
    overflow-x: hidden;
  }

  .part1{
    width: 100%;
    margin-left: -60px;
  } 
  .part2 {
    width: 100%;
  }
  .mb-4.d-flex,
  .d-flex.align-items-start {
    flex-direction: column;   /* icon upar, text neeche */
    align-items: flex-start;  /* left align */
    gap: 5px;                 /* thoda gap */
  }

  .mb-4.d-flex i,
  .d-flex.align-items-start i {
    margin-bottom: 5px;
    font-size: 28px;          /* icons thoda chhote */
    color:white;           /* icon ka color */
  }

  .mb-4.d-flex h5,
  .d-flex.align-items-start h5 {
    margin: 0;
    font-size: 16px;
  }

  .mb-4.d-flex p,
  .d-flex.align-items-start p {
    margin: 0;
    font-size: 13px;
  }

  .part2 {
    display: flex;
    gap: 15px;
    align-items: stretch; /* heights ko match karega */
  }

  .imgpart1,
  .imgpart2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .imgpart1 img,
  .imgpart2 img {
    width: 100%;
    height: auto;
    object-fit: cover;   /* crop ho ke bhi neat dikhe */
    border-radius: 8px;  /* thoda curve for clean look */
  }
.Secbimg3{
  margin-left: -80px !important;
}
  .part1 h2 {
    font-size: 20px; /* thoda chhota text */
  }
   .part1 h2 span{
    font-size: 40px; /* thoda chhota text */
  }

  .part1 p {
    font-size: 14px;
  }
  .SectionC{
    margin-top: 220px;
   flex-direction: column;  /* side by side ki jagah column */
    text-align: center;
  }
.mainSecC {
  display: flex;
  flex-wrap: wrap;   /* line break on small screens */
  gap: 15px;         /* har box ke darmiyan gap */
  justify-content: center; /* center align */
}

  .SectionC .part1 {
    width: 100%;
    height: 420px;
    padding-bottom: 30px;
    margin-left: 14px;
    margin-bottom: 20px; /* text aur image ke beech space */
    text-align: center;
  }
  .SectionC .part1 h5{
margin-left: -20px;
width: 100%;
  }
   .SectionC .part1 h2{
margin-left: -20px;
width: 100%;
  }
   .SectionC .part1 button{
margin-left: -20px;
width: 50%;
  }
  .SectionC .part1 p{
    width: 100%;
  text-align: justify; /* paragraph justify */
margin-left: -20px;
}
.SectionC .part2{
  width: 100%;
}
  .SectionC .part2 img {
    width: 100%;  /* mobile pe full width image */
    margin-left: 20px;
  }
  .text-center h5{
    margin-top: 230px;
  }
  .mainsecC .box{
    max-width: 250px;
  }
    .carousel .col-md-3 {
    flex: 0 0 50%;       /* 2 cards per row */
    max-width: 50%;
  }
.SectionE {
    height: auto;   /* mobile me fix height hata do */
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .SectionE .content h2 {
    font-size: 24px;  /* chhota text mobile ke liye */
    padding-top: -50px;
  }

  .SectionE button {
    margin: 15px 0 0 0;  /* button center me aa jaye */
  }
   /* about ki secD ki responsive styling css */
  .steps-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .arrow {
        display: none; /* mobile view me arrow remove */
      }
      .step-box {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
      }
      .step-box {
        flex: 1 1 100%;
      }
      /*About ki responsive styling css*/
  .step-box {
  flex: 1 1 calc(50% - 20px); /* 2 boxes per row */
  max-width: calc(50% - 20px);
}
  .CsecAbout{
    margin-top: 80px;
  }
  .CountrySectionC{
    margin-bottom: -320px !important;
  }
   .SectionE{
    display: none;
  }
  .setionB{
      max-width: 620px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
 .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%; /* initially hidden */
    width: 40%;  /* sidebar width */
    height: 100%;
    background-color:white;
    transition: right 0.3s ease-in-out;
    padding-top: 60px; /* thoda gap for close button */
    z-index: 999;
  }
.navbar-brand{
  margin-left: 0px;
}
.custom-close {
    color: green !important;
    font-size: 36px;
    padding: 12px 20px;
    background: none;   /* Bootstrap ka default X hata dega */
    border: none;
}
.custom-close::before {
    content: "×";   /* X symbol */
}

  .navbar-collapse.show {
    right: 0; /* slide in */
  }

  .navbar-collapse .nav-link {
    color:green !important;
    font-size: 16px;
    padding: 12px 20px;
    display: block;
  }

  /* toggle button always visible on top */
  .navbar-toggler {
    z-index: 1000;
  }
  .content{
    display: none !important;
    
  }
  .icons{
    display: none;
  }
  .container-fluid{
    display: none;
  }
   .main2 {
    flex-direction: column; /* row → column */
    gap: 20px;
    overflow-x: hidden;
  }

  .part1{
    width: 100%;
    margin-left: -60px;
  } 
  .part2 {
    width: 100%;
  }
  .mb-4.d-flex,
  .d-flex.align-items-start {
    flex-direction: column;   /* icon upar, text neeche */
    align-items: flex-start;  /* left align */
    gap: 5px;                 /* thoda gap */
  }

  .mb-4.d-flex i,
  .d-flex.align-items-start i {
    margin-bottom: 5px;
    font-size: 28px;          /* icons thoda chhote */
    color:white;           /* icon ka color */
  }

  .mb-4.d-flex h5,
  .d-flex.align-items-start h5 {
    margin: 0;
    font-size: 16px;
  }

  .mb-4.d-flex p,
  .d-flex.align-items-start p {
    margin: 0;
    font-size: 13px;
  }

  .part2 {
    display: flex;
    gap: 20px;   /* images ke darmiyan thoda gap */
    margin-left: 50px;
  }

  .imgpart1, .imgpart2 {
    flex: 1; /* dono 50-50 width lenge */
  }

  .imgpart1 {
    display: flex;
    flex-direction: column;
    gap: 15px; /* dono images ke beech ka gap */
  }

  .imgpart1 img,
  .imgpart2 img {
    width: 80% !important;
    height: auto;
    object-fit: cover; /* crop ho kar bhi neat lage */
    border-radius: 8px; /* thoda curve corners */
  }

  .Secbimg3 {
    height: 100%; /* right side wali image ko full height tak kheecho */
  }
.Secbimg3{
  margin-left: -80px !important;
}
  .part1 h2 {
    font-size: 20px; /* thoda chhota text */
  }
   .part1 h2 span{
    font-size: 40px; /* thoda chhota text */
  }

  .part1 p {
    font-size: 14px;
  }
.SectionC{
  margin-left: -60px;
}
  .carousel .col-md-3 {
    flex: 0 0 50%;       /* 2 cards per row */
    max-width: 50%;
  }
  .mainSecC {
    gap: 20px;
    padding: 30px 40px;
  }

  .mainSecC .box {
    flex: 1 1 45%; /* 2 boxes per row */
    max-width: 400px;
  }
.SectionE {
    height: auto;   /* mobile me fix height hata do */
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .SectionE .content h2 {
    font-size: 24px;  /* chhota text mobile ke liye */
    padding-top: -50px;
  }

  .SectionE button {
    margin: 15px 0 0 0;  /* button center me aa jaye */
  }
   /* about ki secD ki responsive styling css */
  .steps-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .arrow {
        display: none; /* mobile view me arrow remove */
      }
      .step-box {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
      }
      .step-box {
        flex: 1 1 100%;
      }
       /* Arrow ko thoda upar lao */
  .swiper-button-next,
  .swiper-button-prev {
    top: 40% !important;
    transform: translateY(-50%);
  }

  /* Card height fix so arrows align correctly */
  .country-card img {
    height: 160px !important;
  }

  .mySwiper {
    padding-bottom: 20px !important; /* extra space for arrows */
  }
      /*About ki responsive styling css*/
  .step-box {
  flex: 1 1 calc(50% - 20px); /* 2 boxes per row */
  max-width: calc(50% - 20px);
}
  .CsecAbout{
    margin-top: 80px;
  }
  .aboutcontent{
    margin-top: 120px;
  }

   .SectionE{
    display: none;
  }
  .testimonial-section{
    margin-top: -520px !important;
  }
    .setionB{
      max-width: 920px !important;
    }
    }
    @media screen and (min-width: 1280px) and (max-width: 1365px) {

   .main2 {
    flex-direction: column; /* row → column */
    gap: 20px;
    overflow-x: hidden;
     max-width: 85%;
    gap: 40px;
    margin-left: 100px;
  }
  .main2 .part1 h2 {
    font-size: 32px;
  }

  .part1{
    width: 100%;
    margin-left: -60px;
  } 
  .part2 {
    width: 100%;
  }
  .mb-4.d-flex,
  .d-flex.align-items-start {
    flex-direction: column;   /* icon upar, text neeche */
    align-items: flex-start;  /* left align */
    gap: 5px;                 /* thoda gap */
  }

  .mb-4.d-flex i,
  .d-flex.align-items-start i {
    margin-bottom: 5px;
    font-size: 28px;          /* icons thoda chhote */
    color:white;           /* icon ka color */
  }

  .mb-4.d-flex h5,
  .d-flex.align-items-start h5 {
    margin: 0;
    font-size: 16px;
  }

  .mb-4.d-flex p,
  .d-flex.align-items-start p {
    margin: 0;
    font-size: 13px;
  }

  .part2 {
    display: flex;
    gap: 20px;   /* images ke darmiyan thoda gap */
    margin-left: 50px;
  }

  .imgpart1, .imgpart2 {
    flex: 1; /* dono 50-50 width lenge */
  }

  .imgpart1 {
    display: flex;
    flex-direction: column;
    gap: 15px; /* dono images ke beech ka gap */
  }

  .imgpart1 img,
  .imgpart2 img {
    width: 80% !important;
    height: auto;
    object-fit: cover; /* crop ho kar bhi neat lage */
    border-radius: 8px; /* thoda curve corners */
  }

  .Secbimg3 {
    height: 100%; /* right side wali image ko full height tak kheecho */
  }
.Secbimg3{
  margin-left: -80px !important;
}
  .part1 h2 {
    font-size: 20px; /* thoda chhota text */
  }
   .part1 h2 span{
    font-size: 40px; /* thoda chhota text */
  }

  .part1 p {
    font-size: 14px;
  }
.SectionC{
  margin-left: -10px;
}
  .carousel .col-md-3 {
    flex: 0 0 50%;       /* 2 cards per row */
    max-width: 50%;
  }
  .mainSecC {
    gap: 20px;
    padding: 30px 40px;
    max-width: 80%;
    margin-left: 110px;
  }

  .mainSecC .box {
    flex: 1 1 45%; /* 2 boxes per row */
    max-width: 400px;
  }
  .main4{
    margin-left: 120px;
  }
  .SectionD{
    max-width: 92%;
    margin-left: 30px;
  }
  .SectionE .button{
margin-left: -150px;
  }
  .footer-container {
    max-width: 85%;
    grid-template-columns: repeat(3, 1fr);
  }
  /* about ki secC ki styling nav bar ka according*/
  .CsecAbout .img img{
   width: 540px;
  }
  /* about ki secD ki responsive styling css */
  .steps-section {
  max-width: 1080px;       /* Navbar ke barabar width */
  margin: 0 auto;           /* Center me laane ke liye */
  padding: 60px 20px;       /* Thoda inner space */
  text-align: center;
  margin-top: 80px;
}
.steps-section h2 {
  font-size: 32px;
  margin-bottom: 50px;
  color: #2c3e50;
}

/* Box styling */
.step-box {
  flex: 1 1 calc(25% - 30px);
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  text-align: center;
}

/* Hover effect */
.step-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Circle icon */
.icon-circle {
  width: 70px;
  height: 70px;
  background: #3370AF;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px;
}
  .steps-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .arrow {
        display: none; /* mobile view me arrow remove */
      }
      .step-box {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
      }
      .step-box {
        flex: 1 1 100%;
      }
      .aboutcontent{
    margin-top: 120px;
  }
  .footerpart1{
    margin-left: 80px;
  }
  .footerpart2{
    margin-left: 80px;
  }
  .footerpart3{
    margin-left: -20px;
  }
  .newsletter{
    margin-left: 80px;
  }
  /* Visa [age ki styling css nav bar ka according*/
  .container-page {
  max-width: 1080px;   /* navbar ke jaisa width */
  margin: 0 auto;      /* center me rakhega */
  display: flex;       /* sidebar + main-content ko side by side karega */
  gap: 30px;           /* dono ke beech spacing */
}
/* Universitses page ki styling css nav batr ka according*/
.universities .container {
  max-width: 1080px;   /* ya jo bhi width chahiye */
  margin: 0 auto;      /* center me rakhega */
  padding: 20px;       /* thoda inner spacing */
}
    .CountrySectionC{
      max-width: 1100px !important;
    }
    .SectionE{
      margin-top: -750px !important;
    }
    }
    .setionB{
      max-width: 1100px;
      margin-left: 60px;
    }
     @media screen and (min-width: 1366px) and (max-width: 1439px) {

   .main2 {
    max-width: 85%;
    gap: 40px;
    margin-left: 120px;
  }

  .part1 h2 {
    font-size: 32px;
  }

  .part1 p {
    font-size: 14px;
  }
  .main2 .part1 h2 {
    font-size: 32px;
  }

  .part1{
    width: 100%;
    margin-left: -60px;
  } 
  .part2 {
    width: 100%;
  }
  .mb-4.d-flex,
  .d-flex.align-items-start {
    flex-direction: column;   /* icon upar, text neeche */
    align-items: flex-start;  /* left align */
    gap: 5px;                 /* thoda gap */
  }

  .mb-4.d-flex i,
  .d-flex.align-items-start i {
    margin-bottom: 5px;
    font-size: 28px;          /* icons thoda chhote */
    color:white;           /* icon ka color */
  }

  .mb-4.d-flex h5,
  .d-flex.align-items-start h5 {
    margin: 0;
    font-size: 16px;
  }

  .mb-4.d-flex p,
  .d-flex.align-items-start p {
    margin: 0;
    font-size: 13px;
  }

  .part2 {
    display: flex;
    gap: 20px;   /* images ke darmiyan thoda gap */
    margin-left: 50px;
  }

  .imgpart1, .imgpart2 {
    flex: 1; /* dono 50-50 width lenge */
  }

  .imgpart1 {
    display: flex;
    flex-direction: column;
    gap: 15px; /* dono images ke beech ka gap */
  }

  .imgpart1 img,
  .imgpart2 img {
    width: 80% !important;
    height: auto;
    object-fit: cover; /* crop ho kar bhi neat lage */
    border-radius: 8px; /* thoda curve corners */
  }

  .Secbimg3 {
    height:470px !important; 
    margin-left: -30px !important;
  }

  .part1 h2 {
    font-size: 20px; /* thoda chhota text */
  }
   .part1 h2 span{
    font-size: 40px; /* thoda chhota text */
  }

  .part1 p {
    font-size: 14px;
  }
.SectionC{
  margin-left: -10px;
}
  
  .mainSecC {
    gap: 20px;
    padding: 30px 40px;
    max-width: 80%;
    margin-left: 110px;
  }
  .main4{
    margin-left: 120px;
  }
  .SectionD{
    max-width: 100%;
    margin-left: -20px;
  }
  .SectionE .button{
margin-left: -100px;
  }
  .footer-container {
    max-width: 85%;
    grid-template-columns: repeat(3, 1fr);
  }
  /* about ki secC ki styling nav bar ka according*/
  .CsecAbout .img img{
   width: 570px;
  }
  /* about ki secD ki responsive styling css */
  .steps-section {
  max-width: 1160px;       /* Navbar ke barabar width */
  margin: 0 auto;           /* Center me laane ke liye */
  padding: 60px 20px;       /* Thoda inner space */
  text-align: center;
  margin-top: 80px;
}
.steps-section h2 {
  font-size: 32px;
  margin-bottom: 50px;
  color: #2c3e50;
}

/* Box styling */
.step-box {
  flex: 1 1 calc(25% - 30px);
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  text-align: center;
}

/* Hover effect */
.step-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Circle icon */
.icon-circle {
  width: 70px;
  height: 70px;
  background: #3370AF;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px;
}
  /* about ki secD ki responsive styling css */
  .steps-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .arrow {
        display: none; /* mobile view me arrow remove */
      }
      .step-box {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
      }
      .step-box {
        flex: 1 1 100%;
      }
      .footerpart1{
        margin-left: 70px;
      }
       .footerpart2{
        margin-left: 50px;
      }
       .footerpart3{
        margin-left: -80px;
      }
      .newsletter{
        margin-left: 70px;
      }
        /* Visa [age ki styling css nav bar ka according*/
  .container-page {
  max-width: 1180px;   /* navbar ke jaisa width */
  margin: 0 auto;      /* center me rakhega */
  display: flex;       /* sidebar + main-content ko side by side karega */
  gap: 30px;           /* dono ke beech spacing */
}
/* Universitses page ki styling css nav batr ka according*/
.universities .container {
  max-width: 1180px;   /* ya jo bhi width chahiye */
  margin: 0 auto;      /* center me rakhega */
  padding: 20px;       /* thoda inner spacing */
}
.setionB{
  max-width: 1140px !important;
      margin-left: 90px !important;
    }
    .CountrySectionC{
      max-width: 1140px !important;
    }
     .SectionE{
      margin-top: -450px !important;
    }
    }
     @media screen and (min-width: 1440px) and (max-width:1919px) {

   .main2 {
    max-width: 88%;
    gap: 40px;
    margin-left: 110px;
  }

  .part1 h2 {
    font-size: 32px;
  }

  .part1 p {
    font-size: 14px;
  }
  .main2 .part1 h2 {
    font-size: 32px;
  }

  .part1{
    width: 100%;
    margin-left: -60px;
  } 
  .part2 {
    width: 100%;
  }
  .mb-4.d-flex,
  .d-flex.align-items-start {
    flex-direction: column;   /* icon upar, text neeche */
    align-items: flex-start;  /* left align */
    gap: 5px;                 /* thoda gap */
  }

  .mb-4.d-flex i,
  .d-flex.align-items-start i {
    margin-bottom: 5px;
    font-size: 28px;          /* icons thoda chhote */
    color:white;           /* icon ka color */
  }

  .mb-4.d-flex h5,
  .d-flex.align-items-start h5 {
    margin: 0;
    font-size: 16px;
  }

  .mb-4.d-flex p,
  .d-flex.align-items-start p {
    margin: 0;
    font-size: 13px;
  }

  .part2 {
    display: flex;
    gap: 20px;   /* images ke darmiyan thoda gap */
    margin-left: 50px;
  }

  .imgpart1, .imgpart2 {
    flex: 1; /* dono 50-50 width lenge */
  }

  .imgpart1 {
    display: flex;
    flex-direction: column;
    gap: 15px; /* dono images ke beech ka gap */
  }

  .imgpart1 img,
  .imgpart2 img {
    width: 80% !important;
    height: auto;
    object-fit: cover; /* crop ho kar bhi neat lage */
    border-radius: 8px; /* thoda curve corners */
  }

  .Secbimg3 {
    height:470px !important; 
    margin-left: -30px !important;
  }

  .part1 h2 {
    font-size: 20px; /* thoda chhota text */
  }
   .part1 h2 span{
    font-size: 40px; /* thoda chhota text */
  }

  .part1 p {
    font-size: 14px;
  }
.SectionC{
  margin-left: 20px;
}
  
  .mainSecC {
    gap: 20px;
    padding: 30px 40px;
    max-width: 80%;
    margin-left: 130px;
  }
  .main4{
    margin-left: 120px;
  }
  .SectionD{
    max-width: 90%;
    margin-left: 45px;
  }
  .SectionE .button{
margin-left: -20px;
  }
  .footer-container {
    max-width: 85%;
  }
   /* about ki secC ki styling nav bar ka according*/
  /* about ki secD ki responsive styling css */
  .steps-section {
  max-width: 1260px;       /* Navbar ke barabar width */
  margin: 0 auto;           /* Center me laane ke liye */
  padding: 60px 20px;       /* Thoda inner space */
  text-align: center;
  margin-top: 80px;
}
.steps-section h2 {
  font-size: 32px;
  margin-bottom: 50px;
  color: #2c3e50;
}

/* Box styling */
.step-box {
  flex: 1 1 calc(25% - 30px);
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  text-align: center;
}

/* Hover effect */
.step-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Circle icon */
.icon-circle {
  width: 70px;
  height: 70px;
  background: #3370AF;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px;
}
  /* about ki secD ki responsive styling css */
  .steps-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .arrow {
        display: none; /* mobile view me arrow remove */
      }
      .step-box {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
      }
      .step-box {
        flex: 1 1 100%;
      }
      .footerpart1{
  margin-left: 120px;
}
.footerpart2{
  margin-left: 80px;
}
.footerpart3{
  margin-left: 20px;
}
.newsletter{
      margin-left: 50px;
    }
    /* Universitses page ki styling css nav batr ka according*/
.universities .container {
  max-width: 1220px;   /* ya jo bhi width chahiye */
  margin: 0 auto;      /* center me rakhega */
  padding: 20px;       /* thoda inner spacing */
}
   .setionB{
  max-width: 1220px !important;
      margin-left: 90px !important;
    }
    .CountrySectionC{
      max-width: 1220px !important;
    }
     .SectionE{
      margin-top: -850px !important;
    }
    }
     @media screen and (min-width: 1920px) and (max-width:2559px) {
.navbar-brand{
  margin-left: 230px;
}
.d-none{
  margin-right: 220px;
}
.SectionA{
width: 120%;
}
.contentnav{
  margin-right: -180px;
}
.list-inline{
  margin-left: 180px;
}
   .main2 {
    max-width: 80%;
    gap: 40px;
    margin-left: 280px;
  }

  .part1 h2 {
    font-size: 32px;
  }

  .part1 p {
    font-size: 14px;
  }
  .main2 .part1 h2 {
    font-size: 32px;
  }

  .part1{
    width: 100%;
    margin-left: -60px;
  } 
  .part2 {
    width: 100%;
  }
  .mb-4.d-flex,
  .d-flex.align-items-start {
    flex-direction: column;   /* icon upar, text neeche */
    align-items: flex-start;  /* left align */
    gap: 5px;                 /* thoda gap */
  }

  .mb-4.d-flex i,
  .d-flex.align-items-start i {
    margin-bottom: 5px;
    font-size: 28px;          /* icons thoda chhote */
    color:white;           /* icon ka color */
  }

  .mb-4.d-flex h5,
  .d-flex.align-items-start h5 {
    margin: 0;
    font-size: 16px;
  }

  .mb-4.d-flex p,
  .d-flex.align-items-start p {
    margin: 0;
    font-size: 13px;
  }

  .part2 {
    display: flex;
    gap: 20px;   /* images ke darmiyan thoda gap */
    margin-left: 50px;
  }

  .imgpart1, .imgpart2 {
    flex: 1; /* dono 50-50 width lenge */
  }

  .imgpart1 {
    display: flex;
    flex-direction: column;
    gap: 15px; /* dono images ke beech ka gap */
  }

  .imgpart1 img,
  .imgpart2 img {
    width: 80% !important;
    height: auto;
    object-fit: cover; /* crop ho kar bhi neat lage */
    border-radius: 8px; /* thoda curve corners */
  }

  .Secbimg3 {
    height:470px !important; 
    margin-left: -30px !important;
  }

  .part1 h2 {
    font-size: 20px; /* thoda chhota text */
  }
   .part1 h2 span{
    font-size: 40px; /* thoda chhota text */
  }

  .part1 p {
    font-size: 14px;
  }
.SectionC{
  margin-left: 200px;
}
  
  .mainSecC {
    gap: 20px;
    padding: 30px 40px;
    max-width: 77%;
    margin-left: 220px;
  }
  .main4{
    margin-left: 270px;
  }
  .SectionD{
    max-width: 100%;
    margin-left: 35px;
  }
  .SectionE .button{
margin-left: -20px;
  }
  .SectionE .content h2{
    margin-left: 220px;
  }
  .testimonial-section {
max-width: 80%;
margin-left: 200px;
  }
  .footer-logo-text{
margin-right: 390px;
  }
  .footer-container {
    max-width: 100%;
    margin-left: 400px;
  }
  /*About ki sec b ki styling css */
  .main2 .part1{
    max-width: 640px;
    margin-right: 180px;
  }
  /* about ki secC ki styling nav bar ka according*/
  .CsecAbout .content{
    margin-left: 100px;
    padding-right: 50px;
  }
  .CsecAbout .img img{
   width: 570px;
  }
  /* about ki secD ki responsive styling css */
  .steps-section {
  max-width: 1460px;       /* Navbar ke barabar width */
  margin: 0 auto;           /* Center me laane ke liye */
  padding: 60px 20px;       /* Thoda inner space */
  text-align: center;
  margin-top: 80px;
}

  /* about ki secD ki responsive styling css */
  .steps-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .arrow {
        display: none; /* mobile view me arrow remove */
      }
      .step-box {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
      }
      .step-box {
        flex: 1 1 100%;
      }
      .setionB{
  max-width: 1480px !important;
      margin-left: 220px !important;
    }
    .CountrySectionC{
      max-width: 1480px !important;
    }
     .SectionE{
      margin-top: -1250px !important;
    }
    }
     @media screen and (min-width:2560px) and (max-width:2880px) {
.navbar-brand{
  margin-left: 400px;
}
.d-none{
  margin-right: 400px;
}
.contentnav{
  margin-right: -240px;
}
.list-inline{
  margin-left: 240px;
}
   .main2 {
    max-width: 70%;
    gap: 40px;
    margin-left: 440px;
  }

  .part1 h2 {
    font-size: 32px;
  }

  .part1 p {
    font-size: 14px;
  }
  .main2 .part1 h2 {
    font-size: 32px;
  }

  .part1{
    width: 100%;
    margin-left: -60px;
  } 
  .part2 {
    width: 100%;
  }
  .mb-4.d-flex,
  .d-flex.align-items-start {
    flex-direction: column;   /* icon upar, text neeche */
    align-items: flex-start;  /* left align */
    gap: 5px;                 /* thoda gap */
  }

  .mb-4.d-flex i,
  .d-flex.align-items-start i {
    margin-bottom: 5px;
    font-size: 28px;          /* icons thoda chhote */
    color:white;           /* icon ka color */
  }

  .mb-4.d-flex h5,
  .d-flex.align-items-start h5 {
    margin: 0;
    font-size: 16px;
  }

  .mb-4.d-flex p,
  .d-flex.align-items-start p {
    margin: 0;
    font-size: 13px;
  }

  .part2 {
    display: flex;
    gap: 20px;   /* images ke darmiyan thoda gap */
    margin-left: 50px;
  }

  .imgpart1, .imgpart2 {
    flex: 1; /* dono 50-50 width lenge */
  }

  .imgpart1 {
    display: flex;
    flex-direction: column;
    gap: 15px; /* dono images ke beech ka gap */
  }

  .imgpart1 img,
  .imgpart2 img {
    width: 80% !important;
    height: auto;
    object-fit: cover; /* crop ho kar bhi neat lage */
    border-radius: 8px; /* thoda curve corners */
  }

  .Secbimg3 {
    height:470px !important; 
    margin-left: -30px !important;
  }

  .part1 h2 {
    font-size: 20px; /* thoda chhota text */
  }
   .part1 h2 span{
    font-size: 40px; /* thoda chhota text */
  }

  .part1 p {
    font-size: 14px;
  }
.SectionC{
  margin-left: 360px;
}
  .SectionC .part1 p{
    padding-right: 220px;
  }
  
  .mainSecC {
    gap: 20px;
    padding: 30px 40px;
    max-width: 64%;
    margin-left: 460px;
  }
  .main4{
    margin-left: 490px;
  }
  .SectionD{
    width: 100%;
    max-width: 100%;
    margin-left: 35px;
  }
  .SectionE .button{
margin-left: -20px;
  }
  .SectionE .content h2{
    margin-left: 420px;
  }
   .testimonial-section {
max-width: 75%;
margin-left: 400px;
  }
  .footer-logo-text{
margin-right: 740px;
  }
  .footer-container {
    max-width: 100%;
    margin-left: 600px;
  }
  /*About ki sec b ki styling css */
  .main2 .part1{
    max-width: 720px;
    margin-right: 180px;
  }
  /* about ki secC ki styling nav bar ka according*/
  .CsecAbout .content{
    margin-left: 280px;
    padding-right: 280px;
  }
  .CsecAbout .img{
   margin-right: 120px;

  }
  .CsecAbout .img img{
   width: 670px;
  }
  /* about ki secD ki responsive styling css */
  .steps-section {
  max-width: 1680px;       /* Navbar ke barabar width */
  margin: 0 auto;           /* Center me laane ke liye */
  text-align: center;
  margin-top: 80px;
}
  /* about ki secD ki responsive styling css */
  .steps-container {
        flex-wrap: wrap;
        justify-content: center;
      }
      .arrow {
        display: none; /* mobile view me arrow remove */
      }
      .step-box {
        flex: 1 1 calc(50% - 20px);
        padding-bottom: 90px;
      }
      .step-box {
        flex: 1 1 100%;
      }
         .setionB{
  max-width: 1620px !important;
      margin-left: 470px !important;
    }
    .CountrySectionC{
      max-width: 1650px !important;
    }
    .SectionE{
      margin-top: -1650px !important;
    }
    }