/* ------------------------------
   Google Fonts
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Poppins:wght@400;600&display=swap");
@font-face {
  font-family: "Abigail";
  src: url("assets/fonts/Abigail.otf") format("opentype"); /* adjust path/format if needed */
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------
   Global Styles
------------------------------ */
body {
  font-family: "Poppins", sans-serif;
  color: #333;
  /* background-color: #f6ebe9; */
  background: url("../images/bg.png") center center !important;
}

/* ------------------------------
   Banner Section
------------------------------ */
html, body {
  overflow-x: hidden !important;
}
.service-page-banner h6 {
  font-size: 21px !important;
}
.service-page-banner h1 {
  font-size: 68px !important;
}
.custom-navbar {
  background-color: #f91400;
  width: 90%;
  margin-left: 5%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 1000;
}
.banner-section {
  position: relative;
  overflow: visible; /* allow overflow for image to appear */
  z-index: 1;
  padding: 0px 0px 120px;
}
.banner-section .banner-sec-bg {
  padding: 50px 0px 10px; /* reduce bottom padding if needed */
  background: url("../images/banner-img.png") no-repeat center center;
  background-size: cover;
}
.banner-section .bn-img {
  position: absolute;
  /* bottom: -80px; controls how far it overlaps */
  top: -130px;
  right: 0;
  left: auto;
  z-index: 10;
  width: 100%;
  /* max-width: 500px; */
}

.logo-sec {
  position: relative;
  z-index: 5;
  width: 100vw;
  /* background-color: #f56b45;
  padding: 5px 0; */
  border-top: 12px solid #b92b00;
  border-bottom: 12px solid #b92b00;
}

.banner-section h1 {
  font-weight: 400;
  color: #f52e00;
  font-size: 130px;
}

.banner-section h6 {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  line-height: 0.2;
}

.banner-section p {
  max-width: 500px;
  color: #fff;
}

.banner-section .btn {
  display: inline-block;
  background-color: #f52e00;
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.banner-section .btn2 {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 20px;
  border: 2px solid #f52e00;
  text-decoration: none;
  transition: all 0.3s ease;
}
.banner-section .btn:hover{
  background-color: #f4f4f4;
  color: #f52e00;
}
.banner-section .btn2:hover{
  background-color: #f52e00;
}
/* ------------------------------
   About Section
------------------------------ */
.about-section {
  /* background: url("../images/bg.png") no-repeat center center;
  background-size: cover; */
  padding: 60px 0;
  /* margin-top: -150px; */
}

.about-section h6 {
  font-size: 2.5rem;
  line-height: 0.7;
}

.about-section h2 {
  font-family: "Cormorant Garamond", bold;
  color: #f52e00;
  font-size: 3.5rem;
}

.about-section .btn {
  display: inline-block;
  background-color: #f52e00;
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

/* ------------------------------
   CTA Section
------------------------------ */
.cta-section {
  background: url("../images/cta-bg.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 0;
  overflow: visible;
  padding: 225px 0px 200px;
}

.cta-section h6 {
  font-size: 2.5rem;
  line-height: 0.7;
  color: #fff;
}

.cta-section h2 {
  font-family: "Cormorant Garamond", bold;
  color: #f52e00;
  font-size: 3.5rem;
}

.about-section h2 {
  font-size: 3.5rem;
  color: #f52e00;
  /* font-size: 70px; */
  line-height: 0.8;
}

.cta-section p {
  color: #fff;
}

.cta-section .btn {
  display: inline-block;
  background-color: #f52e00;
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* .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/cta-2-bg.png") no-repeat center center !important;
  background-size: cover !important;
  padding: 32px 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-size: 2.5rem;
  line-height: 0.7;
  color: #fff;
}

.cta-section-2 h2 {
  font-family: "Cormorant Garamond", serif;
  color: #f52e00;
  font-size: 3.5rem;
}

.cta-section-2 p {
  color: #fff;
}

.cta-section-2 .btn {
  display: inline-block;
  background-color: #f52e00;
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ------------------------------
   Footer
------------------------------ */
.footer-contact-section {
  background: url("../images/footerbg.png") no-repeat center center !important;
  background-size: cover !important;
  padding: 50px 0 0px;
}

.footer-contact-section .container-fuild {
  padding-left: 5%;
}

.contact-box {
  background-color: #f52e00;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.contact-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form .form-row {
  display: flex;
  gap: 10px;
}

.contact-form .form-control {
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  width: 100%;
}

.submit-btn {
  border: none;
  background-color: #fff;
  color: #f52e00;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #f4f4f4;
}

.book-display {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -140px;
}

.book-display img {
  max-width: 100%;
  height: auto;
  z-index: 99999;
}

.footer-bottom {
  margin-top: 40px;
  color: #fff;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
}

.social-icons a {
  color: #fff;
  transition: 0.3s;
}

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

.footer-nav a {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  font-weight: 500;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-nav {
  margin-top: 10px;
}

.copyright {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

/* ------------------------------
   blog-section
------------------------------ */
.blog-section {
  /* background-color: #fbeeed; */
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 2rem;
}

.section-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #f52e00;
  font-family: "Cormorant Garamond", serif;
}
.blog-card {
  width: 260px;

  position: relative;
}

.blog-img-wrapper {
  position: relative;
  width: 100%;
  height: 230px;
}

.bg-highlight {
  background-color: #f52e00;
  border-radius: 15px 15px 0px 0px;
  height: 100%;
  width: 100%;
}

.blog-book-img {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 180px;
  z-index: 2;
}

.blog-content {
  background-color: #2e2e2e;
  color: #fff;
  border-radius: 0 0 15px 15px;
}
.blog-content a {
    color: #fff;
    text-decoration: none;
}
.blog-content a:hover {
    color: #f52e00;
}
.blog-text {
  font-size: 14px;
  line-height: 1.6;
}

.btn-readmore {
  display: inline-block;
  background-color: #f52e00;
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-readmore:hover {
  background-color: #d72600;
}

/* ------------------------------
   testimonial section
------------------------------ */
/* .testimonial-tab-section {

  padding-bottom: 220px !important;
  background: url('../images/testi-bg.webp') no-repeat center center;
  background-size: cover;
}

.testimonial-subtitle {

  font-size: 2.6rem;
  color: #333;
  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;

  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(#f52e00, #f52e00) 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;

  }
}
 */

/* .testimonial-section {


} */
.testimonial-section span.text-danger.fw-bold.display-5 {
  font-family: "Cormorant Garamond", serif;
  color: #ff3d00 !important;
  font-size: 3.5rem;
}

.testimonial-card-right {
  border: 3px solid #ff3d00;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: visible;
  position: relative;
  min-height: 160px;
}

.testimonial-img-wrapper-right {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  margin-right: -40px; /* pulls image outside the card */
  border: 4px solid #ff3d00;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0 5px #fff;
  position: relative;
  z-index: 1;
}

.testimonial-img-wrapper-right img.testimonial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stars {
  color: #ffc107;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

/* Responsive Fix */
@media (max-width: 767.98px) {
  .testimonial-card-right {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonial-img-wrapper-right {
    margin: 10px auto 0 auto;
  }

  .testimonial-content {
    margin-right: 0 !important;
  }
}

/* ------------------------------
   Responsive Styles
------------------------------ */
@media only screen and (max-width: 1160px) {

.navbar-expand-lg .navbar-nav .me-5 {
    margin-right: 0.8rem !important;
}
 .book-display {
    margin-top: -45px;
}
.footer-contact-section {
    padding: 0px 0 0px;
}
.contact-box {
    margin: 10px auto;
}
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    background-color: #fff;
}
  .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: 0px 0px 290px;
}
  /* .logo-sec {
    margin-top: -432px;
  } */
.banner-section .bn-img {
    position: absolute;
    top: -70px;
    right: 0;
    left: auto;
    z-index: 10;
    width: 79%;
    /* max-width: 500px; */
}
  .banner-section p {
    max-width: 100%;
    padding: 0px 20px;
    text-align: center;
  }
  .cta-section {
    padding: 132px 0px 42px;
    margin-top: -115px;
}
.book-display {
    margin-top: 189px;
}

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

  .cta-section {
    background-position: left !important;
  }
  .contact-form .form-row {
    display: grid;
    gap: 10px;
}
.main-contact {
    margin-bottom: 40px !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: 0px 0px 20px;
}
.cta-section-2 {
    padding: 76px 0px 0px;
    margin-top: -90px;
}
.book-display {
    margin-top: 14px;
}
.testimonial-section span.text-danger.fw-bold.display-5 {
    font-size: 2.5rem;
}
.cta-section h2 {
    font-size: 2.5rem !important;
}
.cta-section-2 h2 {
    font-size: 2.5rem !important;
}
.testimonial-section span.text-danger.fw-bold.display-5 {
    font-size: 2.5rem;
}
  /* .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;
  }
  .banner-section .btn2 {
  background-color: #fff;
  color: #f52e00;
}
}
@media only screen and (max-width: 375px) {
 .cta-section-2 {
    padding: 101px 0px 30px;
    margin-top: -105px;
}
a.navbar-brand.text-black.fw-bold {
    width: 67%;
}
}

@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;
  } */
 
  .banner-section .btn {
    z-index: 99999;
    position: relative;
  }
  .banner-section .btn2 {
    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 {
  display: inline-block;
  background-color: #f52e00;
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.navbar .navbar-collapse.show {
    background-color: #000000;
    padding: 1rem;
    border-radius: 10px 10px 10px 10px;
    margin-top: 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; */

  padding: 120px 0px !important;
}

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

.blog-post-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f52e00;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
  overflow-x: initial !important;
}

.blog-post-section .date {
  font-weight: bold;
  line-height: 1.3;
  overflow-x: initial !important;
}

.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: #f52e00;
  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 {
  margin-bottom: 120px;
}
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; */
  background: url("../images/bg.png") center center !important;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.8s ease;
}

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

.loader svg text {
  stroke: #f52e00;
  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: #f52e00;
  margin-top: 0px;
}

/* .loading-name {
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
  color: #333;

} */

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

.progress-fill {
  height: 100%;
  background-color: #f52e00;
  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;
} */


/* Safe transform limits for AOS */
[data-aos^="fade"][data-aos^="fade"][data-aos^="fade-left"],
[data-aos^="fade-right"],
[data-aos^="zoom-in-left"],
[data-aos^="zoom-in-right"],
[data-aos^="zoom-out-left"],
[data-aos^="zoom-out-right"] {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Force transform to not go outside bounds */
[data-aos][data-aos^="fade"],
[data-aos][data-aos^="zoom-in"],
[data-aos][data-aos^="zoom-out"] {
  max-width: 100vw;
  overflow-x: hidden;
}
/* Prevent any AOS animation from causing horizontal overflow */
[data-aos] {
  overflow-x: clip;
  max-width: 100%;
}
img.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.col-lg-6[data-aos],
.col-lg-5[data-aos],
.col-lg-7[data-aos] {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  [data-aos="fade-left"],
  [data-aos="fade-right"],
  [data-aos="zoom-in-left"],
  [data-aos="zoom-in-right"] {
    transform: none !important;
    opacity: 1 !important;
  }
}
[data-aos] {
  max-width: 100vw;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cta-section-2,
.cta-section,
.about-section {
  overflow-x: hidden;
  position: relative;
}
.btn:hover{
  background-color: #f4f4f4;
  color: #f52e00;
  border: 2px solid #f52e00;
}
.testimonial-content.me-4 p {
    font-size: 14px;
}
