/* menu*/
.nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
}

.secpadnv {
  padding: 0px 20px;
}

/* logo */
.navbar-brand img {
  max-width: 250px;
}

.menusectext {
  font-family: 'Inter';
  font-size: 16px;
  color: #fff !important;
  padding: 8px 10px;
  transition: 0.3s;
}

.menusectext:hover {
  color: #77D2F4 !important;
}

.book-btn {
  background: #77D2F4;
  color: #000;
  padding: 15px 30px;
  border-radius: 10px;
  font-weight: 700;
  font-family: 'Inter';
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.book-btn:hover {
  background: #e3b023;
  color: #fff;
}

.secheadhr {
  color: #fff;
}

#header-file {
  z-index: 9;
  position: relative;
}

.herosecbg {
  background-color: #F9F9F9;
  padding-top: 10px;
}

.heroslider1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 350px;
  padding-bottom: 150px;
  border-radius: 20px;
}

.herslider .owl-nav {
  display: none;
}

.hero-nav {
  display: flex;
  gap: 12px;
  z-index: 10;
}

.hero-nav button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #000;
  background: transparent;
  color: #000;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-nav button:hover {
  background: #37BCFF;
  border: 2px solid #37BCFF;
  color: #000;
}

.erchertextbg h5 {
  font-family: 'Inter';
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 40px;
  background: rgb(255 255 255 / 41%);
  display: inline-block;
  animation: floatBadge 4s ease-in-out infinite;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Animation */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
    /* kitna upar jana hai */
  }

  100% {
    transform: translateY(0);
  }
}


.erchertextbg h1 {
  font-family: 'Inter';
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0px 5px 5px #000;
}


.erchertextbg p {
  font-family: 'Inter';
  font-size: 18px;
  color: #fff;
}

.secherbtn {
  padding: 30px 0px;
}

.secherbtn1 {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  background: #77D2F4;
  padding: 20px 30px;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
  margin-right: 30px;
  transition: background-color 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease;

}

.secherbtn1:hover {
  background-color: #e3b023;
  color: #fff;
}

.secaligbg {
  text-align: end;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgb(255 255 255 / 41%);
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  animation: floatBadge 4s ease-in-out infinite;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  animation: floatBadge 4s ease-in-out infinite;
}

/* Keyframes */
@keyframes floatBadge {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.rating-number {
  font-weight: 800;
  font-family: 'Inter';
  font-size: 20px;
}

.star {
  color: gold;
  border: 0;
  font-size: 20px;
}

.review-text {
  font-size: 19px;
  font-family: 'Inter';
  opacity: 0.9;
}

.student-card {
  display: inline-flex;
  gap: 0px;
  padding: 15px 16px;
  border-radius: 10px;
  background: rgb(255 255 255 / 41%);
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  flex-direction: column;
  width: 80%;
  animation: floatBadge 4s ease-in-out infinite;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.student-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

/* Avatars */
.student-avatars {
  display: flex;
}

.student-avatars img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

/* Arrow Button */
.arrow-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

/* Number */
.student-card h2 {
  text-align: start;
  margin-bottom: 0px;
}

.student-card h2 span {
  font-family: 'Inter';
  font-size: 26px;
  font-weight: 800;
  margin: 5px 0;
}

/* Text */
.student-card p {
  font-family: 'Inter';
  font-size: 19px;
  color: #fff;
  text-align: start;
  margin-bottom: 0px;
}

/* about home  */
.sechoabhotbg {
  background-color: #F9F9F9;
  padding: 60px 0px;
}

.about-img-wrap {
  position: relative;
  display: inline-block;
}

/* Main Image */
.secabimgrod {
  width: 100%;
  border-radius: 20px;
}

/* Floating Video Card */
.video-badge {
  position: absolute;
  right: -90px;
  bottom: 224px;
  width: 280px;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 99;
}

/* Video Box */
.video-thumb {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
}

.video-thumb iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Text */
.video-text {
  text-align: center;
}

.video-text h4 {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  margin: 5px 0 0;
}

.video-badge {
  animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.video-text p {
  font-family: 'Inter';
  padding-top: 10px;
  font-size: 15px;
  margin: 0;
  color: #62625D;
  padding-bottom: 30px;
}

/* .video-thumb iframe {
  filter: hue-rotate(200deg) saturate(2) brightness(1.1);
} */

.secabbtg {
  padding-left: 120px;
}

.secrdfbhg {
  align-items: center;
}

.sectexttherbg h5 {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0px;
}

.sectexttherbg h5 i {
  font-size: 45px;
  color: #77D2F4;
}

.sectexttherbg h2 {
  font-family: 'Inter';
  font-size: 47px;
  font-weight: 700;
  color: #000;
}

.secbgmisbg {
  margin-top: 30px;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}

.secmisbg img {
  width: 25%;
}

.secmisbg h3 {
  font-family: 'Inter';
  font-size: 24px;
  color: #050505;
  font-weight: 700;
  padding-top: 20px;
}

.secmisbg p {
  font-family: 'Inter';
  font-size: 16px;
  color: #62625D;
}

.secalbgabut {
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: Arial, sans-serif;
}

.secalbgabut {
  padding-top: 20px;
}

/* Learn More Button */
.learn-btn {
  background: #77D2F4;
  color: #000;
  padding: 12px 22px;
  font-family: 'Inter';
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.learn-btn span {
  font-size: 18px;
  font-weight: bold;
}

.learn-btn:hover {
  background: #e3b023;
  color: #fff;
}

/* Call Section */
.call-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-icon {
  background: #77D2F4;
  padding: 10px;
  border-radius: 8px;
  font-size: 20px;
}

.call-text small {
  display: block;
  font-family: 'Inter';
  color: #62625D;
  font-weight: 700;
  font-size: 15px;
}

.call-text b {
  font-size: 18px;
  font-family: 'Inter';
  color: #050505;
  font-weight: 700;

}

.call-text a {
  text-decoration: none;
}

.call-box:hover .call-icon {
  background-color: #e3b023;
}

.call-box:hover .call-text b {
  color: #e3b023;
}

/* size control */
.my-svg {
  width: 70px;
  height: 70px;
}

/* color control */
.my-svg {
  color: #77D2F4;
}

.my-svg {
  width: 70px;
  height: 70px;
}

.text-primary {
  color: #77D2F4 !important;
}

.text-red {
  color: #77D2F4;
}

.text-black {
  color: #000;
}

.my-svg path {
  fill: none !important;
  stroke: currentColor;
  stroke-width: 2;
}

/* Our Program home */
.secproghombg {
  padding: 60px 10px;
}

.secherrprogbg {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center
}

.secherrprogbg h2 {
  margin-top: -20px;
  width: 65%;
}

.boxsecprobg {
  background-color: #F9F9F9;
  padding: 20px;
  border-radius: 20px;
}

.boxsecprobg h4 {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  color: #050505;
  padding-top: 30px;
}

.boxsecprobg p {
  font-family: 'Inter';
  font-size: 15px;
  color: #62625D;
}

.boxsecprobg a {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  color: #050505;
  text-decoration: none;
}

.boxsecprobg a:hover {
  color: #77D2F4;
}

.sececplbg {
  text-align: center;
  padding-top: 20px;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  color: #62625D;
}

.sececplbg a {
  color: #77D2F4;
  font-weight: 700;
}

.secsucbg {
  background: #77D2F4;
  padding: 80px 10px;
  border-radius: 0px 0px 40px 40px;
}

.secsucbg p {
  font-family: 'Inter';
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.sechoosebg {
  padding: 80px 10px;
}

.sectexttherbg p {
  font-size: 'Inter';
  color: #62625D;
  font-style: 15px;
}

/* choose */
.secbocimgtext {
  max-width: 700px;
  margin: auto;
  font-family: 'Inter', sans-serif;
}

.img-text-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  margin-top: 35px;
}

.icon-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.text-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.text-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.secvidemodal {
  font-family: Inter, sans-serif;
}

/* Contact Button */
.contact-btn {
  background: #77D2F4;
  font-size: '16px';
  font-family: 'Inter';
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  color: #000;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #e3b023;
  color: #fff;
}

/* Video Button */
.video-btn {
  cursor: pointer;
}

/* Play Circle */
.play-icon {
  width: 50px;
  height: 50px;
  border: 2px solid #6ec6f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #6ec6f1;
  transition: 0.3s;
}

.video-btn:hover .play-icon {
  background: #e3b023;
  border: 2px solid #e3b023;
  color: #fff;
}

/* Text */
.video-text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.choose-img-box {
  position: relative;
}

/* Circle Badge */
.circle-text-badge {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #dc2b21;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.secroundbg{
    position: absolute;
  bottom: 82px;
  left: 40%;
  transform: translateX(-50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* SVG Circle Text */
.circle-text-badge svg {
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
}

.circle-text-badge text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  fill: #fff;
  text-transform: uppercase;
}

textPath {
  font-size: 22px !important;
  color: #fff;
}

/* Center Icon */
.circle-center-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  overflow: hidden;            /* 🔥 IMPORTANT: mask yahin se hota hai */
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-center-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;           /* image distort nahi hogi */
  border-radius: 50%;          /* double safety */
}


/* Rotation Animation */
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*  how work */
.secworkbg {
  background-color: #050505;
  padding: 60px 10px;
  border-radius: 20px;
}

.work-section {
  background: #0b0b0b;
  padding: 80px 0;
}

/* Main images */
.main-img,
.img-card img {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Right card effect */
.img-card {
  transform: translateY(50px);
  /* niche shift */
}

/* Floating Review Box */
.review-box {
  position: absolute;
  top: 32px;
  left: 42px;
  background: #ffffff61;
  padding: 20px;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  z-index: 10;

  animation: floatBox 3s ease-in-out infinite;
}

/* Animation */
@keyframes floatBox {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* avatars */
.review-box .avatars {
  display: flex;
  margin-bottom: 10px;
}

.review-box .avatars img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

.review-box h3 {
  font-size: 28px;
  font-family: 'Inter';
  font-weight: bold;
  margin: 0;
}

.review-box h3 i {
  color: #FCBC16;
}

.review-box p {
  font-family: 'Inter';
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
}

.secworbgtext h5 {
  color: #fff !important;
}

.secworbgtext h2 {
  color: #fff !important;
}

.steps-section {
  background: #0b0b0b;
  background-image: radial-gradient(#222 1px, transparent 1px);
  background-size: 20px 20px;
  color: #fff;
}

.step-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.step-icon svg {
  width: 50px;
  height: 50px;
  stroke: #77D2F4;
  fill: none;
  stroke-width: 2;
}

.step-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.step-content p {
  font-size: 14px;
  color: #aaa;
  max-width: 500px;
}

/* gallery */
.secgltext {
  font-family: 'Inter';
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  color: #161616;
}

.secgallerybg {
  padding: 80px 10px;
  background: #fff;
}

.secgltext {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}


.gallery-item {
  background: #eee;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}


.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 20px;
}


.gallery-item.tall {
  grid-row: span 2;
  height: 420px;
}

.gallery-item.wide {
  grid-column: span 2;
  height: 200px;
}

/* Normal */
.gallery-item {
  height: 200px;
}

/* Hover Effect */
.gallery-item:hover {
  transform: scale(1.03);
  transition: 0.3s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.secallbtn {
  text-align: center;
  padding-top: 60px;
}

.secallbtn a {
  font-family: 'Inter';
  font-size: 16px;
  color: #000;
  background: #77D2F4;
  border-radius: 10px;
  padding: 15px 30px;
  text-decoration: none;
}

.secallbtn a:hover {
  background: #e3b023;
  color: #fff;
}

/* price home*/
.pricing-card {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #f1f1f1;
}

.price-top-box {
  background: #f5f5f5;
  padding: 18px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.plan-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.plan-badge i {
  color: #5ab8ff;
  font-size: 20px;
}

.plan-price {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.plan-price small {
  font-size: 14px;
  color: #777;
  font-weight: 500;
}

.plan-sub {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}

.plan-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.plan-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.plan-list li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #444;
}

.plan-list i {
  color: #5ab8ff;
  font-size: 16px;
}

.plan-btn {
  display: block;
  background: #6dd3ff;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: .3s;
}

.plan-btn:hover {
  background: #e3b023;
  color: #fff;
}

.trust-bar {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

.trust-item i {
  font-size: 18px;
  color: #77D2F4;
}


/* Core Feature */
.secworkbg2 {
  background-color: #050505;
  padding: 0px 10px;
  border-radius: 20px;
}

.secinstbg {
  padding: 40px 0;
}

.inst-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 25px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  height: 100%;
}

.inst-icon {
  width: 55px;
  height: 55px;
  border: 1px solid #4fc3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.inst-icon i {
  font-size: 24px;
  color: #4fc3ff;
}

.inst-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.inst-card p {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
}

.inst-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 20px 0;
}

.inst-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inst-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff;
}

.inst-list i {
  color: #4fc3ff;
}

.main-img2 {
  width: 83%;
}

.secimgmaa {
  margin-top: -680px;
  z-index: 99;
  position: relative;

}

/* faq */
.secsfaqbg {
  padding: 60px 10px;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Button */
.faq-accordion .accordion-button {
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 20px;
  border-radius: 12px;
  color: #111;
  transition: .3s;
  font-family: 'Inter';
}

/* Active Blue */
.faq-accordion .accordion-button:not(.collapsed) {
  background: #77D2F4;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 1px solid #eeeeee38;
  color: #000;
}

/* Remove default arrow */
.faq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

/* Minus when open */
.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  color: #000;
}

/* Body */
.faq-accordion .accordion-body {
  background: #77D2F4;
  color: #000;
  font-size: 14px;
  padding: 15px 20px;
  font-family: 'Inter';
}

/* Remove focus border */
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}


/* Testimonials */
.sectestmonbg {
  background-image: url(../images/textembgimg.png);
  padding: 60px 10px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.texthidbg h5 {
  justify-content: center;
}

.testimonialsslider {
  padding-top: 40px;
}


.testimonial-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 25px;
  color: #fff;
  min-height: 260px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-10px);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.user-img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.testimonial-header h5 {
  font-family: 'Inter';
  font-size: 16px;
  margin: 0;
}

.testimonial-header span {
  font-family: 'Inter';
  font-size: 13px;
  opacity: .7;
}

.quote-icon p {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px !important;
  color: #000;
  background: #00c2ff;
  border-radius: 50px;
  width: 36px;
  height: 38px;
  padding-left: 11px;
  padding-top: 1px;
}

.stars {
  color: #00c2ff;
  font-size: 18px;
  margin: 15px 0;
}

.testimonial-card p {
  font-family: 'Inter';
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

.testimonialsslider .owl-nav {
  display: none;
}

.testimonialsslider .owl-dots {
  display: none;
}

.secexpbg {
  padding: 80px 0;
  position: relative;
  text-align: center;
}

.secexpbg::before {
  content: "";
  position: absolute;
  inset: 0;
}

.rating-box {
  position: relative;
  color: #fff;
  z-index: 2;
}

.top-text {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 15px;
}

.top-text a {
  color: #00c2ff;
  text-decoration: none;
  font-weight: 600;
}

.rating-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 22px;
  font-weight: 600;
}

.rating-num {
  font-size: 24px;
  font-weight: 700;
}

.stars {
  color: #00c2ff;
  font-size: 24px;
  letter-spacing: 3px;
}

.review-text {
  font-size: 14px;
  opacity: 0.9;
}

/* Testimonials end */


/* <!-- book --> */
.secbookbg {
  padding: 60px 10px;
}


.book-form-box {
  background: #eee;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.book-form-box h2 {
  font-size: 35px;
  font-family: 'Inter';
  font-weight: 700;
  margin-bottom: 20px;
  color: #050505;
}

.form-control {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #00b4ff;
}

.btn-book {
  background: #77D2F4;
  color: #000;
  padding: 10px 22px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-family: 'Inter';
}

.btn-book:hover {
  background: #e3b023;
  color: #fff;
}

.book-info {
  padding-left: 50px;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.info-box {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.info-box .icon {
  min-width: 45px;
  height: 45px;
  background: #77D2F4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.info-box h5 {
  font-family: 'Inter';
  font-size: 19px;
  font-weight: 600;
  margin: 0;
}

.info-box span {
  font-family: 'Inter';
  font-size: 15px;
  color: #666;
}

/* book end */

/* blog */
.secblogbg {
  padding: 0px 10px 60px 10px;
}

.boxsecprobg h6 {
  font-family: 'Inter';
  font-size: 15px;
  color: #62625D;
  padding-top: 40px;
}

.secblobgq h4 {
  padding-top: 10px !important;
  font-weight: 500 !important;
}

/* footer */
.secfooterbg {
  background-image: url(../images/footer-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 10px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.community-section {
  background-size: cover;
  background-position: center;
  position: relative;
  align-items: center;
  gap: 8px;
  padding: 20px 20px;
  border-radius: 10px;
  background: rgb(100 100 100 / 41%);
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  animation: floatBadge 4s ease-in-out infinite;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  animation: floatBadge 4s ease-in-out infinite;
}


.community-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.community-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.community-text p {
  color: #ddd;
  font-size: 14px;
  margin: 0;
}

.community-btn-link {
  background: #77D2F4;
  color: #000;
  padding: 12px 26px;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.community-btn-link:hover {
  background: #e3b023;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media(max-width:768px) {
  .community-container {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}
.footer-row{
  padding-top: 40px;
}
.footer-main-logo{
  margin-bottom:15px;
}


/* SOCIAL ICONS */
.footer-social a{
  display:inline-flex;
  width:35px;
  height:35px;
  border:1px solid #4ecbff;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  color:#4ecbff;
  margin-right:8px;
  transition:0.3s;
}

.footer-social a:hover{
  background:#e3b023;
    border:1px solid #e3b023;
  color:#fff;
}
/* TITLES */
.footer-row h4{
  font-family: 'Inter';
  color: #fff;
  font-size:18px;
  font-weight:700;
  margin-bottom:15px;
}

/* LINKS */
.footer-links{
  list-style:none;
  padding:0;
}

.footer-links li{
  margin-bottom:8px;
  font-family: 'Inter';
}

.footer-links a{
  font-family: 'Inter';
  color:#fff;
  text-decoration:none;
  font-size:14px;
}
.seccobg p, .seccobg div{
 font-family: 'Inter';
  color:#fff;
  text-decoration:none;
  font-size:14px;
}
.footer-links a:hover{
  color:#4ecbff;
}
.secfooterbg hr{
  color: #fff !important;
}
.copysec{
  font-family: 'Inter';
  color:#fff;
  font-size:15px;
  text-align: center;
}
/* footer-end */

/* about page */
.secallabhotextbg{
  text-align: center;
}
.secallabhotextbg h2{
  font-family: 'Inter';
    font-size: 70px;
    color: #fff;
    font-weight: 700;
}
.secallabhotextbg p{
  font-family: 'Inter';
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.secanotcolorbg{
  color: #77D2F4;
}
