@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?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&display=swap");

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/*For OTP*/

.otp-container {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.otp-input {
  width: 150px !important;
  height: 50px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 8px !important;
  outline: none;
  transition: border-color 0.3s;
}

.otp-input:focus {
  border-color: #0b9c8f;
}

.confirmbtn2 {
  background: #15999e !important;
  border-radius: 12px !important;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
}

.confirmbtn2:hover {
  background: #50b3b6 !important;
}

.mb-3 {
  margin-bottom: 20px;
}

.youare {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #1e1e48;
  text-align: center;
}

.fillinyour {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #4b4b5b;
  text-align: center;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;
  margin: 0;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  overflow-y: scroll;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 50px;
  /* adjust according to header height */
}

#whychoose,
#testimonials,
#faqs {
  scroll-margin-top: 50px;
}

.topsection {
  background: #ffffff;
  box-shadow: 0px 6px 12px -8px rgba(0, 0, 0, 0.25);
}

.navbar-brand img {
  width: 200px;
  height: auto;
}

.nav-link {
  transition: 0.3s;
}

/* .nav-link.active {
  color: #FC502B !important;
  border-bottom: 2px solid #FC502B;
}
 */

.btn-apply {
  background: #aa2927;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  padding: 10px 30px;
}

.btn-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  color: #fff;
  background: #d52600;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(90deg, #0a3d91, #1f6fe5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 25px;
  padding-right: 25px;
  color: #000000;
}

.banner-section {
  background-image: url("../images/banner-1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
}

.form-box {
  background: linear-gradient(
    129.5deg,
    rgba(66, 66, 66, 0.37) 17.22%,
    rgba(9, 9, 9, 0.32) 100.13%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3.85px);
  -webkit-backdrop-filter: blur(3.85px);
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 66px;
  border: 2px solid #898989;
}

.get-started {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.form-group {
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
}

/* Input Wrapper */
.input-wrapper {
  position: relative;
}

/* Input Field */
.input-wrapper input {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #cfcfcf;
  background: #efefef;
  padding: 0 16px 0 46px;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
}

/* Focus Effect */
.input-wrapper input:focus {
  border-color: #999;
  background: #f5f5f5;
}

/* Icon */
.input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-girl {
  margin-bottom: -100px;
}

.banner-wrapper {
  position: relative;
  min-height: 475px;
}

.banner-girl {
  position: absolute;
  bottom: 0;
  left: 0;
  /* optional */
  right: 0;
  /* optional */
  text-align: center;
  /* if you want center image */
}

.banner-girl img {
  max-width: 100%;
  height: auto;
  display: block;
}

.firstline {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 8px;
  display: inline-block;
  border-radius: 20px;
}

.firstline span {
  color: #fc502b;
  font-weight: 500;
}

.heading-one {
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  font-family: "Playfair Display", serif;
  color: #ffffff;
  padding-top: 80px;
}

.subhead {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
}

.content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Base Button */
.btn {
  padding: 12px 26px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  white-space: nowrap;
}

/* Light Button */
.btn-light {
  background: #f1f3f6;
  color: #222;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-light:hover {
  background: #e4e7ec;
  transform: translateY(-2px);
}

/* Primary Gradient Button */
.btn-primary {
  color: #fff;
  background: linear-gradient(90deg, #0a3d91, #1f6fe5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.banner-second {
  background-image: url("../images/banner-two.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}

.third-second {
  /* background-image: url('../images/third-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
  background-color: #e2e2e2;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.fourth-second {
  background-image: url("../images/fourth-second.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-two {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  font-family: "Playfair Display", serif;
  color: #2c2c2c;
}

.heading-two span {
  color: #aa2927;
  font-style: italic;
}

/* Video Card */
.video-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  max-width: 1000px;
  margin: auto;
}

.video-card img {
  width: 100%;
  display: block;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: linear-gradient(
    129.5deg,
    rgba(217, 217, 217, 0.37) 12.82%,
    rgba(115, 115, 115, 0.32) 100.13%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: white;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(3.85px);
  -webkit-backdrop-filter: blur(3.85px);
  transition: 0.3s;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Modal */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.video-modal-content {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.video-modal iframe {
  width: 100%;
  height: 500px;
  border-radius: 12px;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.fmge-card {
  max-width: 650px;
  padding: 25px;
  border-radius: 20px;
  color: #fff;
  /* Gradient Background */
  background: linear-gradient(105.19deg, #0d121c -15.73%, #3d3f47 111.74%);
  /* Border + Shadow */
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease;
  backdrop-filter: blur(6px);
  margin-bottom: 25px;
  height: 280px;
}

.fmge-card:hover {
  transform: translateY(-10px);
}

/* Icon Box */
.fmge-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
}

/* Heading */
.fmge-card h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Playfair Display", serif;
}

/* Text */
.fmge-card p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.comparison-card {
  margin: auto;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
}

/* Table */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

/* Header */
.comparison-table thead th {
  padding: 18px;
  font-size: 20px;
  font-weight: 600;
  background: #f7f9fc;
  color: #222;
  border-bottom: 1px solid #ddd;
  font-family: "Playfair Display", serif;
}

/* Body */
.comparison-table td,
.comparison-table th {
  padding: 16px 18px;
  font-size: 15px;
  color: #444;
  border-bottom: 1px solid #eee;
}

/* Highlight Column */
.comparison-table .highlight {
  background: #f7f9fc;
  color: #444;
  text-align: left;
  font-weight: 500;
}

.comparison-table .highlight2 {
  background: rgba(3, 12, 41, 0.06);
  color: #2c2c2c;
  text-align: left;
  font-weight: 500;
}

/* Remove last border */
.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody tr {
  transition: 0.3s ease;
}

.comparison-table tbody tr:hover td:not(.highlight) {
  background: #f7f9fc;
}

.comparison-table tbody tr:hover .highlight {
  background: #f7f9fc;
}

.fivth-second {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}

.six-second {
  background-image: url("../images/Group 1000001683.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.stephead {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  text-align: center;
}

.stephe {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: rgba(240, 240, 240, 0.67);
}

.stepbox {
  position: relative;
  transition: transform 0.5s ease;
  margin-bottom: 25px;
}

.stepbox:hover {
  transform: translateY(-10px);
}

.arrow {
  position: absolute;
  right: -50px;
  top: 100px;
}

.arrow2 {
  position: absolute;
  right: -50px;
  top: 100px;
  display: none;
}

.seven-second {
  background-image: url("../images/seven-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.eight-second {
  background-image: url("../images/eight-second.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pri {
  padding-right: 50px;
}

.uni-app-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  /* Gradient Background */

  background: linear-gradient(105.19deg, #0d121c -15.73%, #3d3f47 111.74%);
  /* Border + Shadow */
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  max-width: 800px;
  transition: transform 0.5s ease;
  margin-bottom: 20px;
}

.uni-app-card:hover {
  transform: translateY(-10px);
}

.uni-app-cards img {
  transition: transform 0.5s ease;
}

.uni-app-cards img:hover {
  transition: transform 0.5s ease;
}

/* Icon Box */
.uni-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

/* Title */
.uni-app-card h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  font-family: "Playfair Display", serif;
}

/* 
.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
} */

.swiper-slide {
  padding-top: 10px;
}

.custom-card {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  /* box-shadow: 0px 40.0878px 85.2931px rgba(71, 133, 253, 0.09); */
  border-radius: 15.5555px;
  padding: 30px 20px;
  height: 300px;
}

.swiper-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 10px;
  margin-top: 0;
  /* Prevent inherited margin issues */
  box-sizing: border-box;
  /* Prevent size shift */

  position: relative;
  /* Helps Safari layout sometimes */
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  padding: 10px;
  width: 44px;
  height: 44px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}

.swiper-button-prev-custom {
  background-image: url("../images/leftd.png");
  /* Replace with your right arrow icon */
  background-size: contain;
}

.swiper-button-next-custom {
  background-image: url("../images/rightd.png");
  /* Replace with your right arrow icon */
  background-size: contain;
}

.faqbanner .accordion-item {
  background: #ffffff;
  border: 1px solid #d2d2d2 !important;
  box-shadow: 0px 24.5562px 32.7416px -14.7337px rgba(149, 149, 149, 0.25);
  border-radius: 20px;
  margin-bottom: 25px;
}

.faqbanner .accordion-button {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #2c2c2c;
}

.talt {
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer-bg {
  background-image: url("../images/Group 1261154509.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
}

.readyto {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}

.contact-strip {
  display: flex;
  align-items: center;

  gap: 40px;
  padding: 14px 20px;

  color: #fff;
  /* Dark Gradient Background */
  background: linear-gradient(90deg, #07124a, #020a2c);

  /* Dot Pattern */
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.15) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
}

/* Contact Item */
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}

/* Icon Circle */
.contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  color: #020a2c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.contact-icon svg {
  width: 24px;
}

.contact-item a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.contact-item:hover {
  transform: translateY(-2px);
  transition: 0.3s;
}

.location-strip {
  display: flex;
  align-items: center;
  gap: 16px;

  padding: 16px 22px;
  border-radius: 8px;

  color: white;
  font-family: Arial, sans-serif;

  /* Gradient Background */
  background: linear-gradient(90deg, #07124a, #020a2c);

  /* Dot Pattern */
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.15) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
}

/* Icon Circle */
.location-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  color: #020a2c;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  flex-shrink: 0;
}

.location-icon svg {
  width: 24px;
}

/* Text */
.location-text {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.location-text a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.floatingbtns {
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 50;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
}

/* .floatingbtns img{
    width: 60px;
    height: 60px;
} */

@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

.social-strip {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;

  padding: 16px 20px;

  /* Background */
  background: linear-gradient(90deg, #07124a, #020a2c);

  /* Dots Pattern */
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.15) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
}

/* Base Icon */
.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 18px;

  transition: 0.3s ease;
}

/* Brand Colors */
.fb {
  background: #1877f2;
}

.ig {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}

.in {
  background: #0a66c2;
}

.x {
  background: #000;
}

.yt {
  background: #ff0000;
}

/* Hover */
.social-icon:hover {
  transform: translateY(-3px) scale(1.05);
}

/* Each Row */
.status-item {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
}

/* Icon Circle */
.status-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  color: white;

  transition: 0.4s ease;
}

.status-icon svg {
  width: 32px;
  height: auto;
}

/* Different Colors */
.status-item:nth-child(1) .status-icon {
  background: #1f4ed8;
}

.status-item:nth-child(2) .status-icon {
  background: #22c55e;
}

.status-item:nth-child(3) .status-icon {
  background: #f97316;
}

.status-item:nth-child(4) .status-icon {
  background: #cbd5e1;
  color: #333;
}

.status-bar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-end;
}

/* Each Row */
.status-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  height: 50px;
  border-radius: 40px;

  /* padding: 0 10px; */
  cursor: pointer;

  width: 50px;
  /* Default = icon size only */
  overflow: hidden;

  transition: 0.45s ease;
}

/* Icon */
.status-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  color: white;
  flex-shrink: 0;
}

/* Text */
.status-text {
  color: white;
  font-weight: 500;
  margin-right: 18px;
  white-space: nowrap;

  opacity: 0;
  transform: translateX(20px);
  transition: 0.4s ease;
}

/* Hover Expand */
.status-row:hover {
  width: 180px;
}

/* Show Text On Hover */
.status-row:hover .status-text {
  opacity: 1;
  transform: translateX(0);
}

.blue {
  background: linear-gradient(90deg, #1e40af, #2563eb);
}

.green {
  background: linear-gradient(90deg, #16a34a, #22c55e);
}

.orange {
  background: linear-gradient(90deg, #aa2927, #aa2927);
}

.gray {
  background: linear-gradient(90deg, #94a3b8, #cbd5e1);
  color: #111;
}

.status-icon svg {
  width: 42px;
  height: auto;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

.accordion-header {
  background-color: transparent !important;
}

.accordion-button:focus {
  border-color: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .status-row {
    height: 40px;
    width: 40px;
  }

  .status-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .status-row:hover {
    width: 220px;
  }
}

.footerfixsection {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border-radius: 60px;
  background: #ffffff;
  /* max-width:1420px;
  width: 100%;  */
  z-index: 999;
}

.chat-wrapper {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
}

.chat-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 10px 24px;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  background: #fff;

  font-size: 14px;
  font-weight: 600;
  color: #0d3f8f;
  cursor: pointer;
  transition: 0.3s;
}

.chat-box img {
  width: 22px;
  height: 22px;
}

.spaceboomo {
  padding-bottom: 80px;
}

/* Tablet */
@media (max-width: 991px) {
  .chat-box span {
    display: none;
    /* hide text */
  }

  .footerfixsection {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    background: #ffffff;
    /* max-width:400px;
  width: 100%;  */
    z-index: 999;
  }

  .spaceboomo {
    padding-bottom: 70px;
  }
}

/* Mobile → show only icon */
@media (max-width: 480px) {
  .chat-box {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
  }

  .footerfixsection {
    padding: 5px;
    border-radius: 60px 60px 0px 0px;
  }

  .spaceboomo {
    padding-bottom: 60px;
  }
}

/*footer section*/
.footer-section {
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding: 50px 0 25px;
}

.footer-title {
  font-weight: 700;
  font-size: 18px;
}

.footer-subtitle {
  font-size: 16px;
  color: #d8e7ff;
}

.footer-text {
  color: #d8e7ff;
  font-size: 14px;
  line-height: 1.6;
}

.footer-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffc107;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 30px;
  padding-top: 20px;
}

.footer-bottom {
  color: #b8cdee;
  font-size: 14px;
  text-align: center;
}

/* Icon circle */
.logo-icon {
  width: 190px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 12px;
}

.program-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 30px;

  border-top: 1px solid #aa2927;
  border-right: 5px solid #aa2927;
  border-bottom: 5px solid #aa2927;
  border-left: 1px solid #aa2927;

  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
  transition: transform 0.5s ease;
  height: 230px;
}

.program-card:hover {
  transform: translateY(-5px);
}

.program-icon {
  width: 48px;
  height: 48px;
  background: #aa2927;
  color: #fff;
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.program-content h4 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
}

.program-content p {
  margin: 0;
  font-size: 16px;
  color: #2c2c2c;
  line-height: 1.4;
}

/* Tablet */
@media (max-width: 768px) {
  .program-content h4 {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .program-card {
    padding: 12px;
    border-radius: 12px;
  }

  .program-content h4 {
    font-size: 16px;
  }

  .program-content p {
    font-size: 13px;
  }

  .program-card {
    height: 120px;
  }
}

.faqbanner {
  background-image: url("../images/faq-banner.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.testibanner {
  background-image: url("../images/testimorialbg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.profname {
  color: #2c2c2c;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.heading-three {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  font-family: "Playfair Display", serif;
  color: #2c2c2c;
}

.service-bar {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;

  background: linear-gradient(90deg, #aa2927, #aa2927);
  border-radius: 6px;
  overflow: hidden;
}

/* Each item */
.service-item {
  flex: 1;
  min-width: 220px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
  padding: 16px 20px;

  position: relative;
}

/* vertical separator */
.service-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.icon {
  width: 46px;
  height: 46px;
  padding: 6px;
  font-size: 16px;
  line-height: 1;
}

/* Tablet */
@media (max-width: 992px) {
  .service-item {
    font-size: 20px;
    min-width: 50%;
    justify-content: start;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .service-item {
    min-width: 100%;
    justify-content: flex-start;
    padding: 14px 16px;
    font-size: 18px;
  }

  .service-item::after {
    display: none;
  }
}

.campus-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  border: 1px solid #d3d3d3;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

/* Each item */
.campus-item {
  flex: 1;
  min-width: 240px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #2c2c2c;

  position: relative;
  text-align: center;
}

/* vertical separator */
.campus-item:not(:last-child) {
  border-right: 1px solid #d3d3d3;
}

.icon {
  font-size: 16px;
  line-height: 1;
}

/* Tablet */
@media (max-width: 992px) {
  .campus-item {
    font-size: 18px;
    min-width: 50%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .campus-item {
    min-width: 100%;
    justify-content: flex-start;
    text-align: left;
    padding: 12px 15px;
    font-size: 16px;
  }

  .campus-item {
    border-right: none;
    border-bottom: 1px solid #d3d3d3;
  }

  .campus-item:last-child {
    border-bottom: none;
  }
}

.stepbg {
  background-image: url("../images/mid-slide.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tustmakeerbg {
  background-image: url("../images/Trust-Markers.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tru {
  transition: transform 0.5s ease;
}

.tru:hover {
  transform: translateX(-10px);
}

.listbox {
  display: flex;
  gap: 5px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #000000;
  max-width: 600px;
  width: 100%;
}

.arrowbox {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}

.arrowbox svg {
  width: 24px;
  height: 20px;
}

.arrowboxtext {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  font-family: "Playfair Display", serif;
}

.tabssec {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 40px;
  padding: 30px;
}

/* Main tab wrapper */
.tabmen {
  background: #eaeaea;
  box-shadow: inset 0px 0px 3.9px rgba(0, 0, 0, 0.65);
  border-radius: 42.5px;
  padding: 4px;
  display: inline-flex;
  width: auto;
}
.tab-wrapper {
  align-items: center;
}

/* Scroll container */
.tab-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar (optional) */
.tab-scroll::-webkit-scrollbar {
  display: none;
}

/* Nav styling */
.tabmen .nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}

.tabmen .nav-item {
  flex: 0 0 auto; /* prevent stretching */
}

/* Tabs style */
.tabmen .nav-link,
.tabmen2 .nav-link {
  display: inline-block; /* important */
  width: auto; /* content-based width */
  flex: 0 0 auto; /* no equal width */
  white-space: nowrap; /* no line break */

  border-radius: 35px;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2c2c2c;
  background: transparent;
}

/* Active tab */
.tabmen .nav-link.active,
.tabmen2 .nav-link.active {
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  color: #222;
  border: none !important;
}

/* Desktop */
@media (min-width: 992px) {
  .tab-scroll {
    overflow: visible;
  }

  /* .tabmen .nav {
    justify-content: space-between;
  } */
}

.tabhead {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #aa2927;
}

.tabhead span {
  color: #2c2c2c;
}

.training-card {
  position: relative;
  width: 100%;
  max-width: 750px;
  height: 140px;
  border-radius: 14px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  transition: transform 0.5s ease;
}

.training-card:hover {
  transform: translateY(-10px);
}

/* Dark overlay */
.training-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.5) 35%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

/* Content */
.training-content {
  position: relative;
  z-index: 2;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
}

.training-content h4 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 240px;
}

/* Tablet */
@media (max-width: 768px) {
  .training-card {
    height: 120px;
  }

  .training-content h4 {
    font-size: 18px;
    max-width: 200px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .training-card {
    height: 100px;
    border-radius: 10px;
  }

  .training-content {
    padding: 12px;
  }

  .training-content h4 {
    font-size: 14px;
    max-width: 160px;
  }
}

.service-box {
  padding: 10px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background: #fff;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.service-text {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
}

.service-icon {
  width: 22px;
  height: 22px;
  background: #aa2927;
  color: #fff;
  border-radius: 5px;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.custom-select {
  padding-left: 45px;
  /* space for icon */
  height: 48px;
  border-radius: 8px;
}

.phone-wrapper {
  display: flex;
  gap: 10px;
  width: 100%;
}

.country-code {
  width: 90px;
  flex-shrink: 0;
}

.phone-wrapper .form-select {
  padding: 0.375rem 1.25rem 0.375rem 0.75rem !important;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.phone-input {
  padding-left: 45px;
  height: 48px;
}

.mySwiper3 {
  width: 100%;
  height: auto;
}

.mySwiper3 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper3 .swiper-slide img {
  width: 100%;
  height: 300px !important;
  border-radius: 10px;
  cursor: pointer;
  object-fit: contain;
  transition: 0.3s ease;
}

.mySwiper3 img:hover {
  transform: scale(1.03);
}

.footer-text {
  font-size: 14px;
  margin-bottom: 10px !important;
}

.containerd {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
}

/* ================= LEFT SIDE ================= */

.featured-news {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 500px;
}

.featured-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}

.featured-news:hover {
  transform: translateY(-3px);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 30px 20px 30px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.overlay h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.overlay p {
  font-size: 14px;
  line-height: 1.6;
}

/* ================= RIGHT SIDE ================= */

.news-wrapper {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform 0.5s ease;
}

.news-card {
  display: flex;
  gap: 12px;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  align-items: center;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.28);
}

.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-card img {
  width: 140px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.news-content .date {
  font-size: 12px;
  color: #888;
}

.news-content h4 {
  font-size: 14px;
  margin: 5px 0;
}

.news-content p {
  font-size: 12px;
  color: #555;
  margin-bottom: 0px !important;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .containerd {
    grid-template-columns: 1fr;
  }

  .featured-news {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .overlay h2 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 13px;
  }

  .news-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-card img {
    width: 100%;
    height: 150px;
  }
}

.stephead2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #2c2c2c;
  font-family: "Playfair Display", serif;
}

.custom-card2 {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  padding: 10px;
  height: 330px;
  border-bottom: 4px solid #aa2927;
}

/* Responsive */
@media (max-width: 576px) {
  .phone-wrapper {
    flex-direction: column;
  }

  .country-code {
    width: 100%;
  }
}

.arrowboxtext2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.arrowbox2 {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}

.arrowbox2 svg {
  width: 16px;
  height: 14px;
}

.listbox2 {
  display: flex;
  gap: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #000000;
  width: 100%;
}

.phone-input {
  height: 48px;
  padding-left: 60px;
}

.input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.iti {
  width: 100%;
}

.iti__country-list {
  z-index: 9999 !important;
}

.loanbox {
  /* background: linear-gradient(129.5deg, rgba(66, 66, 66, 0.37) 17.22%, rgba(9, 9, 9, 0.32) 100.13%); */
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3.85px);
  -webkit-backdrop-filter: blur(3.85px);
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #aa2927;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 60px;

  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.parent {
  text-align: center;
}

.ned .modal-content {
  background-color: #ffffffdb !important;
}

@media (max-width: 1660px) {
  .custom-card {
    height: 320px;
  }
}

@media (max-width: 1440px) {
  .service-text {
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
  }

  .tabmen .nav-link {
    padding: 10px 20px;
    font-size: 16px;
  }

  .btn {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    white-space: nowrap;
  }

  .footerfixsection {
    border-radius: 60px 60px 0px 0px;
    padding: 5px;
  }

  .chat-box {
    padding: 10px 20px;
  }

  /* Each item */
  .service-item {
    flex: 1;
    min-width: 220px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    padding: 15px;

    position: relative;
  }

  .custom-card {
    height: 360px;
  }

  .comparison-table thead th {
    font-size: 18px;
  }

  .heading-one {
    font-size: 42px;
    line-height: 52px;
  }

  .subhead {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
  }

  .banner-section {
    padding-top: 100px;
  }

  .heading-two {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    font-family: "Playfair Display", serif;
    color: #030422;
  }

  /* Icon Box */
  .uni-icon {
    width: 38px;
    height: 38px;
    border-radius: 16px;

    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
  }

  /* Title */
  .uni-app-card h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    font-family: "Playfair Display", serif;
  }

  .uni-app-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    /* Gradient Background */

    background: linear-gradient(105.19deg, #0d121c -15.73%, #3d3f47 111.74%);
    /* Border + Shadow */
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    max-width: 800px;
    transition: transform 0.5s ease;
    margin-bottom: 15px;
  }

  .bbc {
    padding-top: 50px;
  }

  .pri {
    padding-right: 0px;
  }

  .faqbanner .accordion-button {
    font-size: 20px;
    line-height: 130%;
  }

  .faqbanner .accordion-item {
    margin-bottom: 15px;
  }

  .campus-item {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1366px) {
  .btn {
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    white-space: nowrap;
  }

  .btn-apply {
    padding: 8px 15px;
    font-size: 12px;
  }

  .chat-box {
    font-size: 12px;
  }

  .custom-card {
    height: 280px;
  }

  .heading-one {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-two {
    font-size: 36px;
    line-height: 42px;
  }

  .contact-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .location-text a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 1280px) {
  .footer-text {
    font-size: 14px;
    margin-bottom: 10px !important;
  }

  .custom-card {
    height: 290px;
  }

  .subhead {
    font-size: 18px;
    line-height: 29px;
  }

  .heading-one {
    font-size: 30px;
    line-height: 38px;
    padding-top: 50px;
  }

  .heading-two {
    font-size: 30px;
    line-height: 38px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fmge-card h2 {
    font-size: 22px;
    font-weight: 600;
  }

  .fmge-card {
    height: 300px;
  }

  .faqbanner .accordion-button {
    font-size: 18px;
    line-height: 26px;
  }

  .readyto {
    font-size: 32px;
    line-height: 42px;
  }

  .chat-box {
    font-size: 10px;
  }
}

@media (max-width: 1100px) {
  .banner-section {
    padding-top: 80px;
  }

  .footer-text {
    font-size: 12px;
    margin-bottom: 10px !important;
  }

  .service-item {
    min-width: 194px;

    font-size: 14px;
    line-height: 24px;
  }

  .navbar-brand img {
    width: 150px;
    height: auto;
  }

  .campus-item {
    font-size: 16px;
  }

  .heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .custom-card {
    height: 320px;
  }

  .footerfixsection {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    background: #ffffff;
    /* max-width:1250px;
  width: 100%;  */
    z-index: 999;
  }

  .chat-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px;
  }

  .chat-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 10px 20px;
    border: 1px solid #cfcfcf;
    border-radius: 50px;
    background: #fff;

    font-size: 10px;
    font-weight: 600;
    color: #0d3f8f;
    cursor: pointer;
    transition: 0.3s;
  }

  .chat-box img {
    width: 16px;
    height: 16px;
  }

  .contact-strip {
    flex-direction: column;
    gap: 16px;
    align-items: start;
  }

  .contact-item {
    margin-bottom: 20px;
  }

  .banner-wrapper {
    display: none;
  }

  .form-box {
    padding: 20px 20px;
  }

  .get-started {
    font-size: 32px;
    line-height: 40px;
  }

  .arrow {
    right: -70px;
  }

  .arrow img {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  .cta-buttons {
    margin-bottom: 40px;
  }

  /* .banner-section{

    padding-top: 160px;
    
} */

  .subhead {
    font-size: 18px;
    line-height: 26px;
  }

  .navbar-brand img {
    width: 240px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .btn-light {
    width: 288px;
  }

  .btn {
    padding: 10px 20px;
  }

  .tru {
    margin-top: 30px;
  }

  .footerfixsection {
    border-radius: 30px 30px 0px 0px;
  }

  .contact-item {
    gap: 10px;
  }

  .location-strip {
    gap: 10px;
  }

  .contact-strip {
    padding: 14px 20px 14px 10px;
  }

  .location-strip {
    padding: 14px 20px 14px 10px;
  }

  .contact-item {
    margin-bottom: 10px;
  }

  .heading-one {
    padding-top: 0px;
  }

  .nosh {
    display: none;
  }

  .arrow2 {
    position: absolute;
    right: -50px;
    top: 100px;
    display: block;
  }

  .arrow2 img {
    width: 70%;
  }

  .readyto {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .footer-logo {
    text-align: center;
  }

  .location-text a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }

  .contact-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }

  .location-icon svg {
    width: 20px;
  }

  .contact-strip {
    align-items: start;
  }

  .location-strip {
    border-radius: 8px;
  }

  .social-strip {
    gap: 12px;
    padding: 14px;
  }

  .social-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  /* .banner-section {
    padding-top: 120px;
  } */

  .btn-apply {
    width: 288px;
  }

  .firstline {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .training-card {
    max-width: 990px;
  }

  .listbox {
    max-width: 990px;
  }

  .loanbox {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

/* Responsive */
@media (max-width: 860px) {
  .tabmen .nav {
    justify-content: center;
  }

  .custom-card {
    height: 260px;
  }

  .arrowboxtext {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar-brand img {
    width: 150px;
    height: auto;
  }

  .chat-wrapper {
    gap: 5px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .service-item {
    justify-content: start;
  }

  .status-icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .status-text {
    font-size: 14px;
  }

  .play-btn {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .video-modal {
    align-items: center;
    justify-content: center;
  }

  .video-modal iframe {
    height: 250px;
  }

  .fmge-card {
    padding: 28px;
  }

  .fmge-card h2 {
    font-size: 26px;
  }

  .fmge-card p {
    font-size: 16px;
  }

  .comparison-card {
    overflow-x: auto;
  }

  .uni-app-card {
    padding: 22px 24px;
    gap: 16px;
  }

  .uni-app-card h2 {
    font-size: 26px;
  }

  .uni-icon {
    width: 54px;
    height: 54px;
  }

  .footer-logo img {
    width: 80%;
  }

  .arrow2 {
    display: none;
  }

  .arrow {
    display: none;
  }

  .floatingbtns {
    bottom: 30px;
  }
}

@media (max-width: 480px) {
  .content {
    font-size: 14px;
  }

  .custom-card {
    height: 360px;
    padding: 20px 15px;
  }

  .form-group label {
    font-size: 16px;
  }

  .input-wrapper input {
    height: 46px;
    font-size: 15px;
  }

  .heading-one {
    font-size: 28px;
    line-height: 36px;
    margin-top: 10px;
  }

  .fmge-card {
    padding: 22px;
    border-radius: 18px;
  }

  .fmge-icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .fmge-card h2 {
    font-size: 22px;
  }

  .fmge-card p {
    font-size: 15px;
  }

  .fmge-card {
    height: 260px;
  }

  .arrow3 {
    display: none;
  }

  .uni-app-card {
    border-radius: 18px;
  }

  .uni-app-card h2 {
    font-size: 22px;
  }

  .uni-icon {
    width: 48px;
    height: 48px;
  }

  .faqbanner .accordion-button {
    font-size: 20px;
    line-height: 130%;
  }

  .contact-strip {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .contact-item {
    font-size: 15px;
  }

  .contact-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .location-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .location-icon svg {
    width: 14px;
  }

  .contact-icon svg {
    width: 14px;
  }

  .social-icon {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .floatingbtns svg {
    width: 28px;
    height: 28px;
  }

  .copyright {
    font-size: 12px;
    line-height: 20px;
  }

  .uni-app-card {
    padding: 10px 20px;
    gap: 16px;
  }

  .firstline {
    font-size: 16px;
    line-height: 24px;
  }

  .btn {
    font-size: 12px;
  }
}

/* Admission Process Zigzag Setup */
.process-row {
  position: relative;
  align-items: flex-start;
}

.process-step {
  position: relative;
  text-align: center;
}

.step-up {
  margin-top: 0;
}

.step-down {
  margin-top: 80px;
}

.process-img-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px dashed #aa2927;
  /* Dashed border matches the design */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: transparent;
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
}

.process-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Zig-zag connecting lines */
.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 60px;
  /* Center of the circle */
  left: 60%;
  width: 90%;
  border-top: 2px dashed #aa2927;
  z-index: 1;
}

.process-step.step-up:not(:last-child)::after {
  transform: translateY(40px) rotate(20deg);
  transform-origin: left center;
}

.process-step.step-down:not(:last-child)::after {
  transform: translateY(-40px) rotate(-20deg);
  transform-origin: left center;
}

/* Media query to handle smaller screens (removing zigzag and making it a list format) */
@media (max-width: 991px) {
  .step-down {
    margin-top: 0;
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

  .process-step {
    margin-bottom: 40px;
  }

  .custom-card2 {
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    padding: 10px;
    height: 300px;
    border-bottom: 4px solid #aa2927;
  }
}

@media (max-width: 560px) {
  .custom-card2 {
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    padding: 10px;
    height: 330px;
    border-bottom: 4px solid #aa2927;
  }
}

/* @media (min-width: 1400px) {
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 32.3333%;
  }
} */

.equal-table {
  table-layout: fixed;
  width: 100%;
}

.equal-table th,
.equal-table td {
  width: 50%;
}

.stepbox-1,
.stepbox-3,
.stepbox-5 {
  margin-top: 90px;
}

.social-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 30px;
  background: #f4f6f9;
  color: #1f2d3d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}

.footer-section {
  background-image: url(../images/footer-banner.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding: 50px 0 25px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 5px 0;
}
.footer-text {
  font-size: 14px;
  margin-bottom: 10px !important;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 30px;
  padding-top: 20px;
}

.social-item svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.ca svg {
  fill: #fff;
}

@media (max-width: 991px) {
  .stepbox-1,
  .stepbox-3,
  .stepbox-5 {
    margin-top: 0px;
  }
}
