*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root
{
	--primary:#b0ac37;
  --primary-dark:#9F9B25;
  --subtitle:#424242;


  --about-section:#E0E9FF;


	--second-color:#40f7d9;
	--second-color-dark:#0CB99D;
	--top-header:#f07959;
	--top-header:#6823c2;

	--top-header-hover:#f2e96d;
	--text-color:#4A4A4A;


  --font-primary: Adobe Caslon Pro;

}
a 
{
	text-decoration: none;

}
ol,ul 
{
	margin: 0;
	padding: 0;
}
ul li
{
	list-style: none;
}
.side-padding
{
	padding-inline: 100px;
/*	 font-family: "Poppins", sans-serif;*/
}

/* Scrollbar ko thin aur custom color dene ke liye */
body::-webkit-scrollbar {
  width: 6px; /* Scrollbar ki width */
}

/* Scrollbar track (background) */
body::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light gray background */
  border-radius: 10px;
  overflow-x: hidden !important;
}


/* Scrollbar thumb (jo move hota hai) */
body::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

/* Jab hover kare toh color change ho */
body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark); 
}
body 
{
    overflow-x: hidden !important;
/*    width: 100%;*/
/*    border-inline:1px solid red ;*/
}

*
{
/*  border:1px solid blue;*/
}
.hidden {
      display: none;
    }

   /* body,html 
    {
      overflow: hidden;
    }*/
/*.....................................................................*/



/*.......................................*/
header
{
	height: 13vh;
	widows: 100%;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
/*	padding-inline: 100px;*/
	position: relative;

}

.logo 
{
	flex:1;
}
nav
{
	flex: 4;
	display: flex;
	align-items: center;

/*	background: #000;*/

}
nav ul 
{
	display: flex;
	align-items: center;
	margin: 0;
	gap: 30px;
}

nav ul li a 
{
	
	text-transform: uppercase;
	text-decoration: none;
	color: var(--text-color);
}
header .logo img 
{
	width: 150px;
}

.cursor {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 1px solid #fff;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .5s infinite alternate;
}
.cusror_color
{
	border: 1px solid var(--primary);
}
.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
    border: 1px solid var(--second-color);
}

@keyframes moveCursor1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2.5);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}


.mobile-toggle
{
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;

}
.mobile-toggle .line 
{
	width: 30px;
	height: 3px;
	background: var(--primary);

}

/*............................................................*/
.whatsapp-btn {
  position: fixed;
  z-index: 999999;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* WhatsApp Icon Styling */
.whatsapp-btn i {
  position: relative;
  z-index: 3;
  color: #fff;
}

/* Pulse Effect */
.pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #25D366;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-animation 1.5s infinite;
}

/* Keyframes for Pulse */
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/*.................................*/
.call-btn {
  position: fixed;
  z-index: 999999;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #007BFF;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: none;
}

/* Call Icon Styling */
.call-btn i {
  position: relative;
  z-index: 2;
  color: white; /* Icon white hi rahega */
}

/* Pulse Effect */
.call-btn .pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #007BFF;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-animation 1.5s infinite;
}

/* Keyframes for Pulse */
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*.............................................................................*/
.landingpage
{
  background: url(../images/bg2.webp);
  background-size: cover;
    background-repeat: no-repeat;
 /* background-position-x: 10%;
  background-position-y:90%;*/
  position: relative;


}

/*.landingpage .row
{
  height: 80vh;
}*/
.landingpage .row .v-center
{
  display: flex;
/*  align-items: center;*/
justify-content: center;
  flex-direction: column;
}
.main-title
{
  color: #424242;
  font-size: 60px;
  font-family: var(--font-primary);


}
h4.main-title
{
  font-size: 30px;
}
/*.curve-line {
    position: relative;
    display: inline-block;
}

.curve-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; 
    width: 80%; 
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 20"><path d="M10,15 Q100,-5 390,15" stroke="black" stroke-width="4" fill="transparent"/></svg>') no-repeat;
    background-size: contain;
}*/


.landingpage h2 
{
  font-size: 2.2vw;
  font-weight: 400;
  font-family: var(--font-primary);
  opacity: 0.90;
}
.landingpage .landing-info
{
  font-size: 1.5vw;
  background: url(../images/frame.webp);
  padding: 30px;
  padding-bottom:35px;
  background-position: center;

  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
.form-col-padding
{
  padding-top: 30px;
  padding-bottom: 50px;
  padding-inline: 50px;
}
.form-col-padding .card 
{
  position: relative;
}
.star1
{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  width: 40px;
/*  display: none;*/
  animation: rotate1 15s linear infinite;
}
@keyframes rotate1{
  from{
    transform: rotate(360deg);
  }
}
.btn-primary
{
  background: var(--primary);
  border-color: var(--primary);
  font-size: 20px;
   overflow: hidden !important;
   position: relative;

}
.btn-primary:hover 
{
  background-color: var(--primary-dark);
  border-color:var(--primary-dark);

}
/*..............................*/
 .arrow-container {
      position: absolute;
      left: 20px;
      bottom: 0px;
      width: 50px;
      height: 50px;
      animation: bounce 1.5s infinite;
    }
    
    @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(20px);
      }
    }

/*....................................................................*/
.achievement-sec{
  background: var(--primary);
  height: 20vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff; 
}

.border-right-1
{
  border-right: 1px solid #fff;
}
.achievement-sec h3 
{
  font-family: var(--font-primary);
}
/*.................................................................................*/
.about-section
{
/*  height: 100vh;*/
/*  width: 100vw;*/
  overflow-x: hidden;
  background: url(../images/about-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;

 
}

.about-section .about-img-box
{
/*  background-color: red;*/
  position: relative;
  overflow: hidden;
  padding-block:100px;
}

.about-student-img
{
  width: 400px;
  transform: translate(150px,80px);

}
.big-circle
{
  background: var(--primary);
  border-radius: 50%;
  width:600px;
  aspect-ratio: 1/1;
  right: -5vw;
  position: absolute;
  z-index: -1;
}
.about-section .v-center
{
  display: flex;
  align-items: center;
}
.about-section p 
{
  font-size: 18px;
  font-weight: 400;
  text-align: justify;

}
.about-content-box
{
  padding-left: 50px;
}
/*........................................................................*/
.subtitle
{
  font-size: 36px;
  font-weight: 600;
  color: var(--subtitle);
  font-family: var(--font-primary);
}
/*..........................................................................*/
/*.why-card
{
  padding: 40px 5px 40px 5px;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
  
}*/
  .why-card {
            background: #fff;
            border-radius: 12px;
            height: 25vh;
            text-align: center;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            position: relative;
            margin-top: 60px;
            overflow: visible;
            background: #f0f2fa;
        }
        .effect-box
        {
          width: 100%;
          height: 100%;
          background: #f0f2fa;
          padding: 10px 10px 15px 10px;
          overflow: hidden;
          position: relative;
          z-index: 0;
          border-radius: 12px;
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          align-items: center;
        }
        .effect-box h4,.effect-box p,.effect-box a
        {
          position: relative;
          z-index: 5;
          transition-delay: 0.2s;
        }

        /* Outer curved cutout effect */
     /*   .why-card::before {
            content: "";
            position: absolute;
            top: -40px;
            left: 50%;
            width: 100px;
            height: 50px;
            background: #fff;
            border-bottom-left-radius: 50px;
            border-bottom-right-radius: 50px;
            transform: translateX(-50%);
            z-index: 1;
        }
*/
        /* Inner circle for icon */
        .icon-box {
            width: 80px;
            height: 80px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: -40px;
            left: 50%;
            transform: translateX(-50%);
            border: 6px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            font-weight: bold;
            color: #333;
            z-index: 2;
        }
        .effect-box::after {
            content: "";
            position: absolute;
            top: var(--yPos, 50%);
            left: var(--xPos, 50%);
            width: 10px;
            height: 10px;
            background: var(--primary); /* Hover color */
            border-radius: 50%;
            transform: translate(-50%, -50%) scale(0);
            transition: transform 0.7s ease-out;
            z-index: 1;
        }

        /* On hover, spread the color */
        .effect-box:hover::after {
            transform: translate(-50%, -50%) scale(50);
        }
        .effect-box h4
        {
          color: var(--primary);
          font-family: var(--font-primary);
        }
          .effect-box:hover h4,.effect-box:hover p 
          {
            color: #fff;
          }
          .effect-box a 
        {
          color: var(--primary);
          border: 1px solid var(--primary);
          padding: 8px 12px;
          border-radius: 5px;
          font-weight: 500;
          cursor: pointer;
          width: fit-content;
      
        }
        .effect-box:hover a
        {
          color: #fff;
          border-color: #fff;
        }

.icon-box img 
{
  width: 70%;
}
/*................................................................*/
.course-details
{
  background: url(../images/krishna-vedant-full-image.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.course-details:before 
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(159, 155, 37, 0.9);
 /* 50% transparency */
  z-index: 6;
  filter: blur(3px);

}
.course-details .subtitle
{
  text-align: center;
  color: #fff;
}
.z-index-up
{
  position: relative;
  z-index: 7;
}
.course-details .card
{
  background: none;
  display: flex;
  justify-content: center;
   align-items: center;
  flex-direction: column;
  padding-block: 30px;
  gap: 15px;
  border: none;
  box-shadow: none;

}
.course-details .icon-circle
{
   width: 100px;
  aspect-ratio: 1;
  background: #f0f2fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}

.course-details .card:hover .icon-circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(240, 242, 250, 0.5);
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.course-details .icon-circle img 
{
  width: 50%;
}
.course-details .card h4 
{
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 300;
  font-size: 18px;
  width: 90%;
}
/*.........................................................................................*/

.leader-box
{
/*  border: 1px solid darkred;*/
  display: flex;
  justify-content: center;
}
.leader-card
{
  background: linear-gradient(-35deg, #0331A3,#3269F3);
  width: 100%;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.07);
  padding-block: 10px;

}
.leader-card .profile
{
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -40%;
  transform: scale(1.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;


}
.leader-card .profile .img-box
{
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.07);
  overflow: hidden;

}
.student-data
{
  padding-bottom: 10px;
  text-align: center;
 position: relative;
 top: -10px;

}
.student-name
{
  padding: 0;
  margin: 0;
  color: var(--primary);
  font-family: var(--font-primary);
  font-size: 17px;
}

.leader-card .profile .marks
{
  font-size: 16px;
} 
.leader-card .profile .img-box img 
{
  width: 100%;
  object-fit: cover;
}
/*...................................................................................*/
.testimonial
{
/*  height: 50vh;*/
 padding-top: 50px;
 padding-bottom: 100px;
}
.mySwiper
{
  margin-top: 50px;
}
    .swiper {
      width: 100%;
      height:100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
/*      background: #fff;*/
      display: flex;
/*      justify-content: center;*/
      align-items: center;
      flex-direction: column;
      height: auto;
/*      padding-bottom: 0px;*/
    }

   /* .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }*/
.mySwiper .swiper-pagination {
  text-align: center;

  bottom: 0px;
}

 .star
 {
  display: flex;
  gap: 5px;

 }

.star .fa-star,.star .fa-star-half-stroke
{
  color: var(--primary);
  font-size: 14px;
}
.test-name
{
  color: var(--text-color);
}
.swiper-pagination-bullet-active
{
  background: var(--primary);
}
/*.........................................................................................*/
.final-cta
{
  padding-block: 80px;
  background-color: var(--primary);
  color: #ffff;
  background-attachment: fixed;
}
.final-cta h4 
{
  font-family: var(--font-primary);
}
.final-cta a 
{
  color: var(--primary);
  background: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: bold;
  width: fit-content;

}

.final-cta .col-sm-6
{
  display: flex; 
/*  align-items: center;*/
  justify-content: center;
  flex-direction: column;
}
.final-cta p 
{
  padding: 0;
}
/*.......................................................................................*/
.accordion__wrapper {
/*    background-color: #fff;*/
/*    box-shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05); */
/*    border-radius: 2.5rem;*/
/*    width: 100%;*/
/*    max-width: 60rem;*/
/*    padding: 5rem;*/
}

.accordion__question{
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--primary);
/*    text-align: center;*/
/*    margin-bottom: 2rem;*/
}

.accordion {
    border-bottom: 0.05rem solid rgba(0, 0, 0, 0.3);
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
} 

.accordion__icon {
    background-color: var(--primary);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
}

/*.accordion__question{
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--primary);
}*/

.accordion__answer{
    padding: 1rem 0;
}

.accordion__content{
    overflow: hidden;
    height: 0;
    transition: 0.4s ease-in-out; 
}
.accordion__icon i {
    transition: 0.3s ease;
}

/*@media screen and (min-width: 580px) {
    .accordion__wrapper {
        padding: 5rem 8rem;
    }
}*/

.flex-handle
{
/*  border: 1px solid darkred;*/
  display: flex;
  align-items: center;
}

.focus-btn
{
  cursor: pointer;
}
.courseSwiper .swiper-wrapper  
{
  padding-bottom: 20px;
}
.courseSwiper .swiper-pagination-bullet-active
{
  background: #fff;
}