:root {
  /* --c1: #316cf4; */
  --c1:#213065;
  --c2: #dea625;
  --c3: rgb(60, 57, 49);
  --c4: #142b3b;
  /* --bg: linear-gradient(135deg, #db91ef 0%, #b56ee8 50%, #8a4fd6 100%); */
}

@font-face {
  font-family: 'inter';
  src: url(../anybody.ttf);
}


@font-face {
  font-family: 'rubik';
  src: url(../Rubik-Regular.ttf);
}


html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'rubik' !important;
  /* overflow-x: hidden !important; */
  letter-spacing: 1px;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  color: #3d3931;
  /* background-color: #fcf7f4 !important; */
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.bg {
  background-color: var(--bg);
}

/* .c5{
  color: var(--c5) !important;
} */

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

p {
  color: #2a2722;
  line-height: 1.5rem;
  font-size: 14px;
  letter-spacing: 1px;
}

.w {
  color: #fff !important;
}


.sf {
  font-family: 'Vudotronic' !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'inter' !important;
}


h1,
h2,
h3 {
  font-family: 'inter' !important;
}

.hf {
  font-family: 'inter' !important;
}

* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

.ls2 {
  font-family: 'bamini' !important;
}

/* top first section */


/* .first-top py-2 ::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  /* color: #fff !important; */
  letter-spacing: 1px;
}

.first-bx-img {
  width: 28px;
}

.top-nv-soc-img {
  width: 20px;
}

.get-help {
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.cus-img {
  width: 20%;
}

.cus-text {
  text-align: start;
}


/* top first section */

.first-top{
  background-color: var(--c2);
  /* position: relative; */
}

.bg-c2 {
  background-color: var(--c2);
  border-radius: 100px;
}

/* .first-top ::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* ---- */

/* call and whats app */
.fix-icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 30%;
  left: 1%;
  z-index: 60;
 }
 .fix-img{
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }
 .in-fix-box{
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
 }
 .in-fix-p{
  color: #FFF;
 }
 .call-fix-side{
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%; 
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .call-img-fix{
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  
 }
 @keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}


/* --- new whatsapp and call floting */
.float-contact {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 1000;
}

/* Button (icon-only always) */
.float-btn {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    backdrop-filter: blur(12px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    transition: transform 0.3s ease;
}

.float-btn:hover {
    transform: translateY(-3px);
}

/* Icon */
.float-btn i {
    font-size: 22px;
}

/* Tooltip bubble */
.float-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    white-space: nowrap;
    padding: 10px 16px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

/* Show tooltip smoothly */
@media (hover: hover) {
    .float-btn:hover .float-tooltip {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

/* WhatsApp */
.float-btn.whatsapp {
    background: linear-gradient(135deg, #25D366, #1ebe5d);
}

.float-btn.whatsapp .float-tooltip {
    background: #25D366;
}

/* Call */
.float-btn.call {
    background: var(--c1);
}

.float-btn.call .float-tooltip {
    background: var(--c1);
}




/* ----------------- navbar --------------------------*/
/* ----------------- navbar --------------------------*/


/* ============================================
   VARIABLES (Optional)
=============================================== */


/* ============================================
   NAVBAR BASE
=============================================== */
.nav-custom {
  background: var(--c1);
  padding: 10px 0;
  transition: all 0.35s ease;
  z-index: 999;
}

.nav-custom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ============================================
   LOGO & TOGGLER
=============================================== */
.logo {
  width: 150px;
}

.logo-nv {
  width: 150px;
}

.menu {
  width: 36px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* ============================================
   DESKTOP NAVIGATION
=============================================== */
.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 10px 8px !important;
  position: relative;
  transition: color 0.3s ease;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* Underline animation */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--c2);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--c2);
}

.nav-img-ic {
  width: 18px;
  margin-right: 6px;
}

.nv-active{
  background-color: var(--c1) !important;
  color: #fff !important;
}
/* ============================================
   OFFCANVAS (MOBILE)
=============================================== */
.offcanvas {
  background: #ffffff;
  border-right: 3px solid var(--c1);
}

.offcanvas-header {
  border-bottom: 1px solid #eee;
}

.btn-close {
  opacity: 1;
}

/* ============================================
   MOBILE MENU
=============================================== */
.mobile-menu {
  padding-left: 0 !important;
  margin-top: 1rem;
}

.mob-li {
  width: 100%;
}

.mobile-link {
  width: 100%;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #111;
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(15px) scale(0.95);
}

/* Fade-up animation */
.mobile-link.fade-up {
  animation: fadeUp 0.45s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ============================================
   MOBILE SOCIAL ICONS
=============================================== */
.mob-s-nav {
  justify-content: center !important;
}

.mob-s-nav .ab-lgo-bx {
  width: 44px;
  height: 44px;
  background: var(--c1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 1.2s infinite;
}

.mob-s-nav .ab-lgo-bx img {
  width: 55%;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}

/* ============================================
   BUTTON STYLE
=============================================== */

/* ============================================
   MOBILE WAVE IMAGE
=============================================== */
.wave-nv {
  width: 100%;
  margin-top: 20px;
}

/* ============================================
   RESPONSIVE FIXES
=============================================== */
@media (max-width: 991px) {
  .navbar-nav {
    align-items: stretch;
  }
}


.cal-nv-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}

.btn-round-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}

.call-nv {
  width: 20px;
}

.cal-nv-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
}

/* scrol bar */
/* width */
body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(255, 255, 255);
  border-radius: 10px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--c1);
  border-radius: 10px;
}

.nav-img-ic {
  width: 23px;
}

.btn-c1 {
  background-color: unset !important;
  background: var(--c1) !important;
  color: #fff !important;
  border: 2px solid transparent !important;
  transition: all .5s;
  font-weight: bold !important;
  border-radius: unset !important;
}

.btn-c1:hover {
  background: unset !important;
  color: var(--c1) !important;
  border: 2px solid var(--c1) !important;
  transition: all .5s;
}


.btn-w {
  background-color: #fff !important;
  color: var(--c1) !important;
  border: 2px solid var(--w) !important;
  transition: all .5s;
  font-weight: bold !important;
  border-radius: unset !important;
}

.btn-w:hover {
  background-color: unset !important;
  color: var(--c1) !important;
  border: 2px solid var(--c1) !important;
  transition: all .5s;
}

.js{
  text-align: justify !important;
}

/* ----------- hero ------------- */
.hero-section{
  /* min-height: 70vh; */
  display: flex;
  align-items: center;
  position: relative;

}

.hero-section::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  z-index: -3;
  background-position: center;
  background-attachment: fixed;
}


.hero-title {
  /* font-size: 40px; */
  font-weight: 700;
  color: #1c1f25;
  line-height: 1.3;
}

/* .hero-title span {
  color: var(--c1);
} */

.hero-text {
  font-size: 16px;
}

.rivew-hero{
  width: 40%;
  position: absolute;
  left: 3%;
  top: 10%;
  z-index: 3;
  animation: float 6s ease-in-out infinite;
  
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.hero-road-img{
  width: 26%;
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: -2;
}


/* --- price details ------------ */



.offer2-title {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
}

/* Card */
.offer2-card {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.offer-img{
  object-fit: contain;
  /* height: 100%; */
  width: 100%;
}



/* Left Accent Bar */
.offer2-card .accent {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: linear-gradient(180deg, #f59e0b, #fbbf24);
  border-radius: 18px 0 0 18px;
}


/* Best Seller Ribbon */
.ribbon {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #22c55e;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
}

/* Text */
.offer2-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}

.sub-text {
  font-size: 14px;
  color: #6b7280;
}

.price {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin-top: 10px;
}

.save {
  font-size: 14px;
  color: #16a34a;
  margin-left: 5px;
}

.fee {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 20px;
}

/* Button */
.offer2-btn {
  background: var(--c1) !important;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px 26px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.offer2-btn:hover {
  background: var(--c1);
  color: #fff;
}

/* ----- lesson section --- */
.bg-silver{
  position: relative;
  
}
.bg-silver::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  /* background-color: rgba(192, 192, 192, 0.285); */
  background-image: url(../images/silver-bg.jpg);
  background-size: cover;
  z-index: -2;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.3;
}
.wheel-bh-img{
  width: 70%;
  position: absolute;
  z-index: -1;
  filter: invert(1) brightness(0) contrast(10%);
  opacity: 0.3;
  animation: wheelRotate 20s linear infinite;
}
@keyframes wheelRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.check-red{
  width: 20px;
}
.circle-school-img{
  width: 25%;
  position: absolute;
  left: 10%;
  animation: steerRotate 3s ease-in-out infinite;
}
@keyframes steerRotate {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-25deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(25deg); }
  100% { transform: rotate(0deg); }
}

.dl-crd-img{
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c1);
}
.dl-img{
  width: 80%;
  transition: all .5s;
}
.drive-less-card{
  background-color: #fff;
  transition: all .5s;
}
.drive-less-card:hover .dl-img{
  transform: scale(1.1);
  transition: all .5s;
}

/* ---footer--- */
/* --footer --- */
   .footer-section{
    background-image: url(../images/footer1.png);
    background-position: bottom;
    background-size: cover;
    color:#ffffff;
    font-size:0.94rem;
  }

  .footer-logo{
    max-width:140px;
  }

  .footer-title{
    font-weight:700;
    margin-bottom:12px;
    font-size:1rem;
  }

  .footer-list{
    list-style:none;
    padding:0;
    margin:0;
  }
  .footer-list li{
    margin-bottom:6px;
    line-height:1.6;
    color: #fff;
  }
  .footer-list li a{
    color:#f4f1f1;
    text-decoration:none;
    transition:0.3s;
  }
  .footer-list li a:hover{
    color:var(--c2);
  }

  /* Social Icons */
  .footer-social a{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:10px;
    font-size:14px;
    color:#fff;
    transition:0.3s;
  }
  .footer-social a:hover{
    border-color:var(--c1);
    background:var(--c1);
    color:#fff;
  }

  .footer-bottom{
    border-top:1px solid #ffffff;
    font-size:0.88rem;
    color:#fffefe !important;
  }

  .footer-bottom p{
    color: #fff !important;
  }

  .footer-bottom .c1{
    color: var(--c2) !important;
  }

  .card-why{
  background-color: #fff;
 box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  /* min-height: 240px; */
}

.card-why-img{
  width: 100%;
  height: 100px;
}

.card-why-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* -----------------  */

.other-ban-hero{
  height: 45vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}
.other-ban-hero::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/688.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
} 
  
.hero-h{
  /* color: #fff; */
  font-size: 55px;
}

/* --- Terms and Conditions  ---- */
.Terms and Conditions  .accordion-item{
  margin-bottom: 1rem !important;
}
.Terms and Conditions  .accordion-button{
  background-color: #fff;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* height: 0px; */
}

.accordion-button:focus{
box-shadow:unset !important;
}
.accordion-button:not(.collapsed) {
  color: #fff !important;
 background-color: var(--c2) !important;
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  /* box-shadow: unset !important; */
}
.accordion-button::after {
 content: '＋'!important;
 font-size: 22px;
 font-weight: bold;
 color: var(--c2);
 background-image: unset !important;
 /* background-color: #fff; */
 font-display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
transition: all 0.5s;
line-height: inherit;
}
.accordion-button:not(.collapsed)::after {
content: '—' !important;
font-size: 18px;
color: #fff;
background-image: unset !important;
font-display: flex;
 align-items: center;
 justify-content: center;
 line-height: inherit;
}
.Terms and Conditions -acc button{
display: flex !important;
align-items: center;
}
.Terms and Conditions -man{
  height: 95%;
  z-index: 2;
}
.Terms and Conditions -side{
  position: absolute;
  width: 40%;
  right: 0%;
  bottom: -5%;
  z-index: 1;
}

/* --------- contact-us -----------------   */

 
.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input{
padding: 10px !important;
}

.con_img img{
height: 80%;
width: 100%;
object-fit: cover;
border-radius: 10px;
margin-left: 40px;
margin-top: 20px;
}


.con-box {
width: 100%;
display: flex;
align-items: flex-start;
}
.con-box img {
width: 40px;
}
.con-right {
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}




.contact .info-wrap {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 30px !important;
  border-radius: 10px;
}

.con-pad{
  padding-top: 100px !important;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--c2);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: var(--c2);
  color: #fff;
}


.custom-input:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.custom-input{
  background-color: #f6f6f6 !important;
  padding: 10px;
}


.custom-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
}
.r-input input{
padding: 10px !important;
}


/* gallery */

.gallery {
  column-count: 3;
  column-gap: 6px;
}
.gallery img {
  width: 100%;
  /* border-radius: 8px; */
  margin-bottom: 7px;
  transition: transform 0.3s;
}
.gallery img:hover {
  transform: scale(1.02);
}
@media (max-width: 992px) {
  .gallery { column-count: 3; }
}
@media (max-width: 768px) {
  .gallery { column-count: 2; }
}
@media (max-width: 480px) {
  .gallery { column-count: 2; }
}


/* ------------------ service --------------------- */

    .service-card {
        transition: all 0.35s ease;
        border-radius: 16px;
         box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

    .service-card:hover {
        transform: translateY(-8px);
       
    }

    .icon-box {
        width: 70px;
        height: 70px;
        background: var(--c1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px;
        transition: all 0.35s ease;
    }

    .icon-box i {
        color: #fff;
        font-size: 30px;
        transition: all 0.35s ease;
    }

    .service-card:hover .icon-box {
        transform: rotate(10deg) scale(1.08);
        box-shadow: 0 10px 25px rgba(13, 110, 253, 0.4);
    }

    .service-card:hover .icon-box i {
        transform: rotate(-10deg);
    }

    .service-nsw-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.service-nsw-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-nsw-logo img {
    max-width: 140px;
    height: auto;
}

.service-nsw-card h5 {
    letter-spacing: 1px;
    margin-top: 10px;
}

.about-apex {
  background: #f8f9fb;
}

.feature-card {
  background: #ffffff;
  padding: 25px;
  /* border-radius: 14px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.feature-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}

.custom-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--c2);
  font-weight: bold;
}

.info-box {
  background-color: #ffff;
  color: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.highlight-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.prep-card {
  background: #ffffff;
  padding: 16px 25px;
  font-weight: 500;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.abt-why{
  width: 100%;
  height: 200px;
  object-fit: contain;
}

/* ----- */
.dif-font{
  /* font-family: 'Poppins', sans-serif !important; */
  /* font-weight: bold !important; */
  font-size: 17px;
  font-family: 'Cinzel', serif !important;
  font-style: italic !important;
}
.gold-shine-text {

  text-align: center;
  letter-spacing: 1px;

  /* Gold gradient text */
  background: linear-gradient(
    90deg,
    #b8860b,
    #080808,
    #141413,
    #242423,
    #b8860b
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Shine animation */
  background-size: 200% auto;
  animation: goldShine 3s linear infinite;
}

@keyframes goldShine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}


  .terms-heading{
    font-weight: bold;
    font-size: 18px;
  }
  .terms-section li{
    font-size: 14px;
  }


  /* --------new pricing card ----- */
  .price-new-section {
  background: #f7f9fc;
}

/* Card */
.price-new-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover effect */
.price-new-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Top glow animation */
.price-new-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 193, 7, 0.3), transparent);
  transition: 0.6s;
}

.price-new-card:hover::before {
  top: 100%;
}

/* Icon */
.price-new-icon {
  font-size: 42px;
  color: var(--c2);
  margin-bottom: 15px;
}

/* Title */
.price-new-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Price */
.price-new-card h2 {
  font-size: 42px;
  font-weight: 700;
  color: #033073;
  margin-bottom: 5px;
}

/* Small text */
.price-new-small {
  color: #6c757d;
  font-size: 14px;
}

/* Note text */
.price-new-note {
  font-size: 13px;
  color: #555;
  margin-top: 15px;
}

/* --------------------------------------make it responsive------------------------ */
@media (max-width: 768px) {
  .hero-section {
    min-height: unset !important;
  }

/* Mobile: no tooltip */

    .float-tooltip {
        display: none;
    }
    .rivew-hero {
    width: 60%;
    position: absolute;
    left: 3%;
    top: 10%;
    z-index: 3;
    animation: float 6s ease-in-out infinite;
}
}
@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  /* hero */
  .f-first {
    font-size: 50px;
  }

}

@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
  }

  .logo {
    width: 145px;
    height: unset;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 80% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c2);
  }

  .ww-d-img-box {
    width: 100%;
    height: 176px;
    overflow: hidden;
  }



}

@media screen and (max-width:1200px) {
  .ftp {
    font-size: 12px !important;
  }

  .first-text {
    font-family: 12px;
  }
}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    width: 100px;
    height: unset;
  }

  .nav-link {
    font-size: 11px !important;
  }

  .enq-btn {
    font-size: 10px !important;
  }

  .navbar {
    padding-top: unset !important;
    padding-bottom: unset !important;
  }

  .nv-tx {
    font-size: 12px;
  }

  .nv-rnd {
    width: 50px;
    height: 50px;
  }

  .nv-call-us {
    font-size: 12px !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {
  body {
    overflow-x: hidden !important;
  }

  .sm-js {
    text-align: justify !important;
  }
  p {
  font-size: 13px;
}
.bs-list li {
    font-size: 14px;
}

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
      width: 77px;
  } */
  .navbar {
    z-index: 1050;
  }

  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: normal !important;
  }

  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas {
    width: 90% !important;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c1);
  }

  .logo-nv {
    width: 35px;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .navbar .nav-item {
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  /* .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
} */
  .navbar .logo-in-nv {
    display: flex !important;
    transition: all .5s;
  }

  .top-nav-up {
    display: none !important;
  }

  .offcanvas-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative;
  }

  .wave-nv {
    width: 100%;
    height: 27%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    object-fit: cover;
  }

  .icon-div-nv {
    z-index: 3 !important;

  }

  /* --- hero --- */
  .hero-title {
    font-size: 32px;
  }

  /* --- about section --- */
  .abt-img-3 {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }

  /* --- working process -- */

.hiw-section {
  background: linear-gradient(180deg, var(--c1) 0%, var(--c1) 38%, #ffffff 38%);
}

/* testimonial -- */
.tes-bt-div{
  width: 150px;
  height: 150px;
  left: 5%;
  bottom: 0%;
}

/* ---about pagr --- */
.abt-hero-img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 80%;
    object-fit: cover;
    object-position: left;
    z-index: -1;
}
.ab-to-side-img {
    width: 450px;
    height: 450px;
}
.ab-pg-1{
  width: 80%;
  height: 280px;

}
.ab-pg-2 {
    left: 0%;
    width: 58%;
}
.cente-ab-bg {

    width: 57%;
    height: 44%;
}
.mv-card {
    padding: 30px 22px;
  }

  .mv-card h3 {
    font-size: 22px;
  }

  .gs-title {
    font-size: 28px;
  }

  .gs-img-wrap {
    padding: 20px;
  }


  /* Stop body scroll */
.ab-pg-no-scroll {
  height: 100vh!important;
  overflow: hidden !important;
}

/* Blur the page when offcanvas is open */
.offcanvas-backdrop.show {
  backdrop-filter: blur(8px) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  opacity: 0.9 !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset !important;
}
.circle-school-img {
    left: 0%;
}
/* gallery */
  .gal-imgs {
    margin-top: 11%;
  }

  .gal-imgs {
    height: 170px;
  }
}

@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 39px;
  }

  .logo {
    width: 115px;
    height: unset;
  }

  .sm-js {
    text-align: justify !important;
  }
  /* --- working process -- */

.hiw-section {
  background: linear-gradient(180deg, var(--c1) 0%, var(--c1) 22%, #ffffff 22%);
}
  .ab-to-side-img {
    width: 300px;
    height: 300px;
}

  .other-ban-hero{
  height: 35vh;
}
  .hero-h{
    font-size: 40px;
  }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}