/* ------------------------------
   Google Fonts
------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Poppins:wght@400;600&display=swap');

/* ------------------------------
   Global Styles
------------------------------ */
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background-color: #f9eee9;
}

/* ------------------------------
   Banner Section
------------------------------ */
html, body {
  overflow-x: hidden !important;
}
.service-page-banner h6 {
    font-size: 21px !important;
}
.service-page-banner h1 {
    font-size: 68px !important;
}
.banner-section {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden; /* key to prevent scrolling */
  padding: 130px 0px 180px;
  background: url('../images/banner-img.webp') no-repeat center center;
  background-size: cover;
}

.logo-sec {
  position: relative;
  left: 50%;
  transform: translateX(-50%) rotate(-10.5deg);
  width: 120vw; /* extend wider than viewport to compensate rotation */
  background-color: #f56b45;
  padding: 5px 0;
  margin-top: -63px;
  z-index: 1;
  overflow: hidden;
}

.banner-section .bn-img{
  position: relative;
  z-index: 9999;
}

.banner-section h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #ff6a43;
  font-size: 130px;
}

.banner-section h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 0.2;
}

.banner-section p {
  font-family: 'Poppins', sans-serif;
  max-width: 500px;
}

.banner-section .btn {
  font-family: 'Poppins', sans-serif;
  background-color: #ff6a43;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
    font-size: 18px;
}

/* ------------------------------
   About Section
------------------------------ */
.about-section {
  background: url('../images/author-bg.webp') no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: -150px;
}

.about-section h6 {
  font-family: 'Allura', cursive;
  font-size: 2.5rem;
  line-height: 0.7;
  color: #fff;
}

.about-section h2 {
  font-family: 'Poppins', sans-serif;
  color: #ff6a43;
}

.about-section p {
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.about-section .btn {
  font-family: 'Poppins', sans-serif;
  background-color: #ff6a43;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
    font-size: 18px;
}

.about-section .degree-badge {
  height: 24px;
}

/* ------------------------------
   CTA Section
------------------------------ */
.cta-section {
  background: url('../images/ctabg2.webp') no-repeat center center;
  background-size: cover;
  padding-bottom: 0;
  overflow: visible;
  padding: 60px 0px 30px;
}

.cta-section h6 {
  font-family: 'Allura', cursive;
  font-size: 3.5rem;
  line-height: 0.7;
}

.cta-section h2 {
  color: #ff6a43;
}

.about-section h2 {
  font-family: 'Poppins', sans-serif;
  color: #ff6a43;
  font-size: 70px;
  line-height: 0.8;
}

.cta-section p {
  font-family: 'Poppins', sans-serif;
}

.cta-section .btn {
  font-family: 'Poppins', sans-serif;
  background-color: #ff6a43;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
    font-size: 18px;
}

.cta-image {
  position: absolute;
  top: -150px !important;
  right: 0;
  z-index: 2;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
   CTA Section 2
------------------------------ */
.cta-section-2 {
  padding-bottom: 0;
  overflow: visible;
  position: relative;
  background: url('../images/cta2bg2.webp') no-repeat center center !important;
  background-size: cover !important;
  padding: 215px 0px 30px;
  margin-top: -215px;
}

.cta-section-2 .cta-image.left-lock {
  position: absolute;
  top: -123px !important;
  bottom: -100px !important;
  left: 0;
  z-index: 2;
  width: 50%;
}

.cta-section-2 .col-lg-6 {
  z-index: 10;
}

.cta-section-2 .cta-image.left-lock img {
  max-width: 100%;
  height: auto;
}

.cta-section-2 h6 {
  font-family: 'Allura', cursive;
  font-size: 2.5rem;
  line-height: 0.7;
}

.cta-section-2 h2 {
  font-family: 'Poppins', sans-serif;
  color: #ff6a43;
}

.cta-section-2 p {
  font-family: 'Poppins', sans-serif;
}

.cta-section-2 .btn {
  font-family: 'Poppins', sans-serif;
  background-color: #ff6a43;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
    font-size: 18px;
}

/* ------------------------------
   Footer
------------------------------ */
.footer-contact-section {
  background: url('../images/footerbg.webp') no-repeat center center;
  background-size: cover;
  padding: 100px 0 40px;
  position: relative;
  overflow: hidden;
}

/* .footer-contact-section .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 106, 67, 0.95);
  z-index: 1;
} */

.footer-contact-section .container {
  position: relative;
  z-index: 2;
}

.contact-title {
  font-family: 'Allura', cursive;
  font-size: 42px;
  margin-bottom: 20px;
}

.footer-form input,
.footer-form textarea {
  border-radius: 30px;
  border: none;
  padding: 12px 20px;
}

.email-box {
  background: white;
  color: #ff6a43;
  border-radius: 30px;
  font-weight: 500;
}

.social-icons a {
  color: white;
  margin: 0 10px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ffd5c5;
}

.footer-nav {
  font-weight: 500;
}

.footer-nav a {
  color: white;
  margin: 0 8px;
  text-decoration: none;
}

.footer-nav .divider {
  color: white;
  margin: 0 4px;
}

.footer-bottom {
  /* border-top: 1px solid rgba(255, 255, 255, 0.3); */
  padding-top: 15px;
}

.footer-logo {
  max-height: 40px;
}

/* ------------------------------
   blog-section
------------------------------ */
.blog-section {
  /* background-color: #fbeeed; */
  background: url('../images/author-bg.webp') no-repeat center center;
  background-size: cover;
}

.section-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #e96f4d;
}

.blog-card {
  /* background-color: #fff; */
  border-radius: 16px;
  padding: 28px;
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
  position: relative;
  transition: 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-img-wrap {
  position: relative;
  border-radius: 16px;
  /* overflow: hidden; */
  background-color: #eee;
}

.blog-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-date {
  position: absolute;
  top: 57px;
  left: -13px;
  width: 85px;
  height: 85px;
  padding: 10px;
  border-radius: 10px;
  transform: rotate(-45deg);
  text-align: center;
  z-index: 2;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  /* Gradient border technique */
  background:
    linear-gradient(#e96f4d, #e96f4d) padding-box,
    linear-gradient(90deg, rgba(251, 215, 197, 1) 0%, rgba(234, 114, 79, 1) 68%, rgba(251, 215, 197, 1) 100%) border-box;
  border: 6px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;

  color: #fff;
}



.blog-date span {
  display: block;
  transform: rotate(45deg);
  font-weight: bold;
}

.blog-text {
  font-size: 1rem;
  color: #ffffff;
  margin: 15px 10px;
  text-align: left;
}

.blog-btn {
  background-color: #e96f4d;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  border-radius: 20px;
  padding: 10px 24px;
  text-transform: uppercase;
  transition: background 0.3s ease;
  margin: 0px 10px;
}

.blog-btn:hover {
  background-color: #c4522e;
}

span.date-day {
  font-weight: 900;
  font-size: 24px;
}

span.date-month {
  padding: 0px 20px 0px 0px;
}

@media (max-width: 767px) {
  .blog-date {
    width: 85px;
    padding: 8px;
    top: 28px;
    left: -16px;
  }

  .blog-btn {
    width: 100%;
    display: block;
  }
}

.blog-title {
  display: block;
  font-weight: 600;
  color: #ffffff;
  margin: 15px 10px;
  font-size: 1.1rem;
  text-decoration: none;
}

.blog-title:hover {
  color: #e96f4d;
}


/* ------------------------------
   testimonial section
------------------------------ */
.testimonial-tab-section {
  /* background: #fff6f3; */
  padding-bottom: 220px !important;
  background: url('../images/testi-bg.webp') no-repeat center center;
  background-size: cover;
}

.testimonial-subtitle {
  font-family: 'Brush Script MT', cursive;
  font-size: 2.6rem;
  color: #ffffff;
  line-height: 0.7;
}

.testimonial-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ec6f4d;
}

.testimonial-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.tab-btn {
  border: none;
  background: none;
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 5px;
  transition: transform 0.3s;
}

.tab-btn img {
  width: 321px;
  height: 184px;
  object-fit: cover;
  border-radius: 20px;
}

.tab-btn.active {
  border: 3px solid #ec6f4d;
}

.testimonial-content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-panel {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.testimonial-panel.active {
  display: flex;
}

.testimonial-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-textbox {
  background: #ec6f4d;
  color: white;
  padding: 30px;
  border-radius: 20px;
  max-width: 400px;
  text-align: left;
  position: relative;
  left: -68px !important;
  top: 50px !important;
}

.testimonial-arrow {
  position: absolute;
  top: -55px;
  left: -2px;
  /* background: #ff6740; */
  padding: 0px 12px;
  font-size: 40px;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  color: white;
  transform: rotate(48deg);
  background: linear-gradient(#e96f4d, #e96f4d) padding-box,
    linear-gradient(90deg, rgba(251, 215, 197, 1) 0%, rgba(234, 114, 79, 1) 68%, rgba(251, 215, 197, 1) 100%) border-box;
  border: 6px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #fff;
}

.stars {
  color: yellow;
  margin: 10px 0;
  font-size: 1.2rem;
}

@media (max-width: 1160px) {
  .tab-btn img {
    width: 267px !important;
    height: 155px !important;
  }
  .main-home {
  overflow-x: hidden;
}
}

@media (max-width: 991px) {
  .tab-btn img {
    width: 191px !important;
    height: 107px !important;
  }

  .testimonial-textbox {
    left: 0px !important;
    top: 0px !important;
  }
}

@media (max-width: 768px) {
  .testimonial-panel {
    flex-direction: column;
  }

  .testimonial-textbox {
    margin-top: 20px;
    text-align: center;
  }

  .testimonial-arrow {
    left: 40%;
    top: -63px;
    transform: rotate(90deg);
  }

  .testimonial-tab-section {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 766px) {
  .testimonial-tabs {
    display: none;

  }
}


/* ------------------------------
   Responsive Styles
------------------------------ */
@media (max-width: 991.98px) {

  .banner-section,
  .about-section {
    text-align: center;
  }

  .cta-image {
    position: static;
    margin-top: 0px;
  }

  .about-section .degree-badge {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
  }

  .banner-section .col-lg-6.text-center {
    margin-top: 20px;
  }


  .cta-section-2 .cta-image.left-lock {
    display: none;
  }

  img.header-logo {
    width: 70%;
  }
  .about-section {
    margin-top: -0px;
}

.banner-section {
    /* background-color: #f56b45; */
    padding: 130px 0px 70px;
}
   .logo-sec {
    margin-top: -432px;
}

  .banner-section p {
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    padding: 0px 20px;
    text-align: center;
  }

  .cta-section-2 {
    background-position: right !important;
  }

  .cta-section {
    background-position: left !important;
  }
  
}

@media (max-width: 575.98px) {
  .banner-section h1 {
    font-size: 2.5rem;
  }

  .banner-section h6 {
    font-size: 18px;
  }

  .cta-image {
    max-width: 80%;
    margin: 0 auto;
  }

  .banner-section p {
    font-size: 16px !important;
  }

  .banner-section .btn {
    font-size: 16px;
  }
  .logo-sec {
    margin-top: 7px !important;
}
.banner-section {
    padding: 130px 0px 40px;
}
  /* .banner-section {
    padding: 150px 0px 20px;
  } */

  .about-section h2 {
    font-size: 24px;
    line-height: 0.5;
  }

  h2 {
    font-size: 22px !important;
    line-height: 0.9 !important;
  }

  p,
  .fs-5 {
    font-size: 14px !important;
  }

  .footer-form .col-8.mb-4 {
    width: 100%;
  }

  a.navbar-brand.text-black.fw-bold {
    width: 74%;
  }

  .about-section h6,
  .cta-section h6,
  .cta-section-2 h6 {
    font-size: 1.5rem;
  }

  .cta-section-2 {
    padding: 193px 0px 30px;
    margin-top: -150px;
  }

  .footer-bottom .small.text-white.text-end.mt-2.mt-md-0 {
    font-size: 12px;
  }

  img.degree-badge.ms-2 {
    width: 27%;
  }
.service-page-banner h1 {
    font-size: 40px !important;
}
.service-page-banner h6 {
    font-size: 16px !important;
    line-height: 1;
}
.about-section .btn, .cta-section-2 .btn, .banner-section .btn {
    padding: 4px 16px;
    font-size: 14px;
}
}


@media (max-width: 1441px) {
  .cta-image {
    top: -160px;
  }

  .cta-section-2 .cta-image.left-lock {
    top: -150px;
  }
}

@media only screen and (max-width: 1160px) {
  .cta-image {
    top: -66px !important;
  }

  .cta-section-2 .cta-image.left-lock {
    top: 40px !important;
  }

  /* .banner-section {
    padding: 130px 0px 150px;
  } */
  .logo-sec {
    margin-top: -109px;
}
.banner-section .btn {
  z-index: 99999;
  position: relative;
}
}

@media only screen and (max-width: 375px) {
  .cta-image {
    max-width: 88%;
    margin: 0 auto;
  }

  h2 {
    font-size: 19px !important;
  }
}

.btn-form {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #ff6a43;
  border-radius: 50px;
  padding: 12px 32px;
}

.navbar .navbar-collapse.show {
  background-color: white;
  padding: 1rem;
  border-radius: 0 0 10px 10px;
}

.navbar .navbar-collapse.show li {
  border-bottom: 1px solid;
}

.navbar .navbar-collapse.show .last-link {
  border: none !important;
}

/* blog-post.css */
.blog-post-section {
  background-color: #fff7f0;
  font-family: 'Poppins', sans-serif;
  padding: 120px 0px !important;
}

.blog-post-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.blog-post-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #e96f4d;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}

.blog-post-section .date {
  font-weight: bold;
  line-height: 1.3;
}

.blog-post-image img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.blog-post-content {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #333;
}

.blog-post-content h3 {
  margin-top: 40px;
  color: #e96f4d;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.blog-post-content p {
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-post-title {
    font-size: 2rem;
  }

  .blog-post-content {
    font-size: 1rem;
  }
}
.main-about-book {
  background-color: #e9cac0;
}
.main-contact {
  background-color: #e76f4d;
}
img.header-logo {
    width: 85%;
}
.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
.ml3 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml3 .letter {
  display: inline-block;
  line-height: 1em;
}
.ml4 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml4 .letter {
  display: inline-block;
  line-height: 1em;
}
.ml5 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml5 .letter {
  display: inline-block;
  line-height: 1em;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  background-color: #F5CAB6;
  opacity: 1;
  transition: opacity 0.8s ease;
}

.loader-content {
  text-align: center;
}

.loader svg text {
  stroke: #ff6a43;
  font-size: 200px;
  font-weight: 700;
  stroke-width: 5;
  animation: textanimate 3s infinite alternate;
}

@keyframes textanimate {
  0% {
    stroke-dasharray: 0 50%;
  }
  100% {
    stroke-dasharray: 50% 0;
  }
}

.loading-percentage {
  font-size: 24px;
  font-weight: 600;
  color: #ff6a43;
  margin-top: 0px;
  font-family: Arial, sans-serif;
}

/* .loading-name {
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
  font-family: 'Arial Black', sans-serif;
} */

.progress-bar {
  width: 200px;
  height: 6px;
  background-color: #ddd;
  margin: 15px auto 0;
  border-radius: 3px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: #ff6a43;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s linear;
  will-change: transform;
}
[data-aos] {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.bg-about {
  background-image: url('../images/bg-2.png'); /* ✅ Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Enables basic parallax effect */
  /* Optional: full screen height */
  position: relative;
  z-index: 1;
}
.bg-testi {
  background-image: url('../images/bg-3.png'); /* ✅ Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Enables basic parallax effect */
  /* Optional: full screen height */
  position: relative;
  z-index: 1;
}

.bg-blog {
  background-image: url('../images/bg-2.png'); /* ✅ Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Enables basic parallax effect */
  /* Optional: full screen height */
  position: relative;
  z-index: 1;
}

