@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;
}

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;
}

.topsection{
    background: #FFFFFF;
    box-shadow: 0px 6px 12px -8px rgba(0,0,0,0.25);

}

.navbar-brand img{
    width:150px;
    height: auto;
}


.nav-link {
  transition: 0.3s;
}

/* .nav-link.active {
  color: #1451a4 !important;
  border-bottom: 2px solid #1451a4;
} */



section {
  scroll-margin-top: 50px; /* adjust according to header height */
}

#whychoose,
#testimonials,
#faqs {
  scroll-margin-top: 50px;
}



.btn-apply{
background: #1451a4;
   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:14px;
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: #0c57be;
}


.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-img.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 200px;
    
}


.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: 26px;
line-height: 36px;
color: #FFFFFF;
border: 1px solid #fff;
padding: 8px;
display: inline-block;
border-radius:20px;
}

.firstline span{
  color: 0c57be;
  font-weight:500;
}


.heading-one{
    font-style: normal;
font-weight:600;
font-size: 46px;
line-height:56px;
 font-family: "Playfair Display", serif;
color: #FFFFFF;
margin-bottom: 40px;

}


.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: 15px;
  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: #1451a4;
  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: center;

}

/* 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 {
  padding: 16px 18px;
  font-size: 15px;
  color: #444;
  border-bottom: 1px solid #eee;
}

/* Highlight Column */
.comparison-table .highlight {
   background: #f7f9fc;
  color: #444;
  text-align: center;
  font-weight: 500;
}

.comparison-table .highlight2 {
background: rgba(3, 12, 41, 0.06);
  color: #2C2C2C;
  text-align: center;
  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: 24px;
  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{
        transform: translateX(-10px);
}


/* 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: 42px;
    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: 260px;
}

/* 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,#ea580c,#f97316);
}
.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: 665px;
  width: 100%; /* optional for responsiveness */
  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%; /* optional for responsiveness */
  z-index: 999;
}

.spaceboomo {
  padding-bottom: 70px;
}

}

/* Mobile → show only icon */
@media (max-width: 480px) {
  .chat-box {
    width: 50px;
    height: 50px;
    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: 24px;
}

.footer-subtitle {
  font-size: 16px;
  color: #d8e7ff;
}

.footer-text {
  color: #d8e7ff;
  font-size: 17px;
  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: 50px;
  height: 50px;
  background: rgba(255,255,255,0.15);
  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 #1451a4;
  border-right: 5px solid #1451a4;
  border-bottom: 5px solid #1451a4;
  border-left: 1px solid #1451a4;

  background: #fff;
border-radius: 20px;
  transition: 0.3s;
  transition: transform 0.5s ease;
  height:180px;
}

.program-card:hover{
    transform: translateY(-5px);
}


.program-icon {
  width:48px;
  height:48px;
  background: #1451a4;
  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, #f15a24, #a93d2a);
  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/stepbg.webp');
    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;
}



.tabmen .nav {
  display: flex;
  width: 100%;
}

.tabmen .nav-item {
  flex: 1;              /* equal width */
}

.tabmen .nav-link {
  width: 100%;
  text-align: 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 {
  flex-wrap: nowrap;
  min-width: max-content;
  gap: 6px;
}

/* Tabs style */
.tabmen .nav-link {
  border-radius: 35px;
  padding: 10px 30px;
font-weight: 500;
font-size:18px;
line-height: 24px;
color: #2C2C2C;
  white-space: nowrap;
  background: transparent;
}

/* Active tab */
.tabmen .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: #FC502B;
}

.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.50) 35%,
    rgba(0,0,0,0.90) 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-list {
  max-width: 420px;
  width: 100%;
}

.service-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;

  font-size:18px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}

/* Orange icon */
.service-list ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 16px;
  height: 16px;
  background: #1451A4;
  color: #fff;
  font-size: 11px;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {
  .service-list ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .service-list {
    max-width: 100%;
  }

  .service-list ul li {
    font-size: 14px;
  }
}









.process-section {

}

.process-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:20px;
  flex-wrap: wrap;
}

.process-item {
  text-align: center;
  color: #fff;
  max-width:268px;
  transition:transform 0.5s ease;
}

.process-item:hover{
  transform: translateY(-10px);
}

.process-item img {
  width:200px;
  height:200px;
  border-radius: 50%;
  object-fit: cover;
  padding: 4px;
  margin-bottom: 12px;
}

.step {
  display: block;
  font-size: 12px;
  color: #ddd;
  margin-bottom: 6px;
}

.process-item h4 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.process-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #e6e6e6;
}

.process-item-ma{
  margin-top:80px;
}







@media(max-width:1660px){

  .custom-card{

height:320px;
}

}

@media(max-width:1440px){


  /* 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: 150px;
}

.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) {


  
  .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){

    
  .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;
}

}

@media(max-width:1100px){


.campus-item {
  font-size: 16px;

}
    
  .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%; /* optional for responsiveness */
  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:13px;
  font-weight: 600;
  color: #0d3f8f;
  cursor: pointer;
  transition: 0.3s;
}

.chat-box img {
  width: 20px;
  height: 20px;
}







      .contact-strip {
    flex-direction: column;
    gap: 16px;
    align-items:start;
  }


  .contact-item {
  margin-bottom: 20px;
}
   
     .banner-wrapper{
        display: none;
    }

    .form-box {
  padding: 30px 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:150px;
  height: auto;
}


}

@media(max-width:991px){

  .tru{
    margin-top: 30px;
  }

  .footerfixsection{
    border-radius: 60px 60px 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;
  }



}

/* Responsive */
@media (max-width:860px) {
     .custom-card{

height:260px;
}

.arrowboxtext {

  font-size: 18px;
  line-height:28px;

}

}


/* 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) {

       .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: 32px;
    line-height: 42px;
  }

  .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;
  }


}

/* 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 #FC502B; /* 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 #FC502B;
  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;
  }
}
