/* =========================================================
   LP1 — Custom Styles
   Extracted from index.php inline <style> blocks
   ========================================================= */

/* ── Base ─────────────────────────────────────────────── */
body {
  background: #fff !important;
  color: #222 !important;
}
.form_msg.alert.alert-success {
  display: none !important;
}
h1, .h1 { font-weight: 700; }
.blink-soft {
  animation: blinker 1.2s linear infinite;
  color: #4792E3;
  will-change: opacity;
}
@keyframes blinker { 50% { opacity: .3; } }
@keyframes blink {
  50%  { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes imageChange {
  0%   { opacity: 0; }
  75%  { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes imageChangeTwo {
  0%   { opacity: 1; }
  75%  { opacity: 0; }
  100% { opacity: 1; }
}

/* ── Typography ───────────────────────────────────────── */
h3.head, h4.head {
  margin-bottom: 11px;
  text-transform: uppercase;
  font-size: 24px;
}
span.bg-darks {
  padding-left: .5rem;
  padding-right: .5rem;
  background: #4792E3 !important;
}
span.iti__country-name { color: #000; }

/* ── Default Button ───────────────────────────────────── */
.default-btn {
  text-decoration: none;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #fff !important;
  background-color: #000;
  transition: .5s;
  border-radius: 5px;
  font-weight: 700 !important;
  font-size: 15px;
  padding: 13px 25px;
}

/* ── SVG Icons ─────────────────────────────────────────── */
.svg-icon svg { height: 1em; width: 1em; vertical-align: -.125em; }
button .svg-icon { margin-left: 10px; }
button i, a.btn i { margin-left: 10px; }

/* ── Fixed Header ──────────────────────────────────────── */
.fixed-header {
  position: absolute;
  left: 0; right: 0;
  width: 100%;
  top: auto;
  z-index: 1001;
  border-top-width: 0;
  background: #fff;
}
header.fixed-header a {
  color: #0F335E;
  text-decoration: none;
  font-weight: 500;
}

/* ── Hero Section ─────────────────────────────────────── */
.hero { }
.hero-h1 {
  line-height: 1.1;
  color: #4792E3 !important;
}
.hero .h2 {
  margin: 16px 0;
  font-size: 22px !important;
  font-weight: 500;
  text-transform: capitalize !important;
}
section.hero h2 {
  font-size: 32px;
  margin: 16px 0;
  font-weight: 700;
  text-transform: capitalize;
}
.hero-text-top {
  font-size: 18px;
  line-height: 1.6;
}
.hero-button { margin-bottom: 15px; }
.hero-bottom-text { margin-bottom: 0; }
.hero-bottom-text i,
.hero-bottom-text .svg-icon { color: #ffd513; }
p.hero-text.bxn {
  background: rgba(0,0,0,.4);
  border: 1px solid #fff;
  border-radius: 5px;
  width: fit-content;
  padding: 15px;
}
.hero-awards.bigg img {
  height: 71px;
  width: auto;
  margin-bottom: 10px;
  margin-right: 5px;
}
.hero-awards.bigg, .bnn { margin-bottom: 20px; }
.hero a:hover {
  background: #2D2D2D !important;
  border-color: #2D2D2D !important;
  color: #fff !important;
  text-shadow: none !important;
}
.hero-button .btn-desktop_show.btn_phone { display: none; }

/* ── Hero Form ─────────────────────────────────────────── */
.hero-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  color: #000;
  max-width: 450px;
  margin: 0 auto;
}
.hero-form textarea.form-control { resize: none; height: 100px; }
h3.hero-form__heading, .hero-form__heading {
  color: var(--bs-primary);
  animation: blink1 1s cubic-bezier(.4,0,1,1) infinite;
}
.hero-form input.form-control,
.hero-form textarea.form-control {
  background-color: #f4f7fc;
  color: #000 !important;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
}
section.hero .container-xl { z-index: 9; position: relative; }

/* ── BTN Primary overrides ────────────────────────────── */
/* #1a6fc5 on white = 5.05:1 contrast ratio — passes WCAG AA */
.btn-primary {
  text-shadow: 0 10px 10px #1a6fc5;
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-color: #1a6fc5;
  --bs-btn-active-color: #1a6fc5;
  --bs-btn-disabled-color: var(--bs-white);
  margin-bottom: 15px;
  --bs-btn-bg: #1a6fc5;
  --bs-btn-border-color: #1a6fc5;
  --bs-btn-hover-border-color: #1a6fc5;
}

/* ── Logo Slider ───────────────────────────────────────── */
.logo-slider img {
  margin: 0 auto;
  filter: grayscale(1);
  width: 100%;
  height: auto;
  aspect-ratio: 195 / 50;
  display: block;
}
.logo-slider {
  min-height: 90px;
}
.logo-slider__item {
  min-width: 195px;
  flex: 0 0 auto;
}
.logo-slider:not(.slick-initialized),
.port-slider-one:not(.slick-initialized),
.port-slider-two:not(.slick-initialized) {
  opacity: 0;
}
.slick-initialized.logo-slider,
.slick-initialized.port-slider-one,
.slick-initialized.port-slider-two {
  opacity: 1;
}
.logo-slider-section { padding: 30px 0; margin: 20px 0; }
.logo-slider:not(.slick-initialized) {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.logo-slider:not(.slick-initialized) > div:is(:nth-child(5),:nth-child(6),:nth-child(7),:nth-child(8)) {
  display: none;
}
.box-shadow-1 { box-shadow: 0 0 40px 2px rgba(var(--bs-primary-rgb),.4); }

/* ── Explore Boxes ─────────────────────────────────────── */
.explore-box {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  padding: 40px 15px !important;
  border-radius: .5rem !important;
  position: relative;
  height: 100% !important;
  transition: background-color .3s cubic-bezier(.4,0,.2,1);
}
.explore-box:hover { background: #4792E3 !important; }
.explore-box:hover * { color: #fff !important; }
.explore-box h3 {
  font-size: 25px;
  line-height: 1.25;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 10px;
}
.explore-box p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}
.explore-box .spld {
  background-color: #0F335E;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 4px solid rgb(226,226,226);
  color: #fff !important;
  font-size: 25px;
  font-weight: 600;
  left: 1.25rem;
  top: -40px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.osd {
  flex-wrap: wrap !important;
  margin-top: 50px;
}
.osd .col-md-4 {
  flex: 1 !important;
  margin-bottom: 15px;
}

/* ── R-Btns ────────────────────────────────────────────── */
.r-btns {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.t2w { justify-content: start; }
.r-btns a {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  border-radius: .375rem;
  height: 50px;
  font-weight: 600;
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: space-between !important;
}
.r-btns a:first-child {
  background: #4792E3 !important;
  color: #fff;
  margin-right: 15px;
  border: 2px solid #4792E3;
}
.r-btns a:first-child:hover {
  background: #2D2D2D !important;
  border-color: #2D2D2D !important;
}
.r-btns a {
  border: 2px solid #4792E3 !important;
  color: #40BEE2;
}
.r-btns a:hover {
  border: 2px solid #4792E3 !important;
  background: #4792E3;
  color: #fff;
}

/* ── Packages ──────────────────────────────────────────── */
.section__heding-big { color: #000; }
.section__heding-small {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 0 !important;
}
.package__form textarea.form-control,
.package__form-description { display: none; }
.package__form .phone-input { border: 1px solid #495057; }
.package__form .phone-input, .package__form .phone-input * {
  background: transparent;
  color: #fff;
}

/* ── Waht Section ──────────────────────────────────────── */
.waht {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
  margin-top: 30px;
  background-color: rgb(242,242,242);
  border-radius: .5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .3s cubic-bezier(.4,0,.2,1);
}
.waht:hover { background: #000; }
.waht h3 {
  padding-bottom: .5rem !important;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
  border-bottom: 1px solid rgb(112,112,112);
  margin-bottom: 10px;
  margin-top: 15px;
}
.waht:hover h3, .waht:hover p { color: #fff; }
.waht p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  min-height: 140px;
}
.waht button {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  background: #4792E3;
  border-radius: .125rem;
  height: 50px;
  margin-top: 15px;
  color: #fff;
  border: none;
}

/* ── S Section ─────────────────────────────────────────── */
.s h2 {
  margin-bottom: .5rem !important;
  color: #0F335E;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
}
.s h3 {
  font-size: 35px;
  margin-bottom: 16px;
  color: #000;
  line-height: 1.25;
  font-weight: 700;
}
.s p {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.s h4 {
  padding: 1rem !important;
  font-size: 20px;
  line-height: 1.25;
  background: #4792E3;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: max-content;
}
.s ul {
  display: grid;
  gap: .5rem !important;
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.s li { font-weight: 600; font-size: 14px; line-height: 26px; color: #000; }
.s ul li { list-style: none; }
.s ul li::before {
  content: '';
  width: 7px; height: 7px;
  background: #4792E3;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  transform: rotate(45deg);
}

/* ── PDI Padding ───────────────────────────────────────── */
.pdi { padding: 40px 0 20px !important; }

/* ── Video Testimonials ────────────────────────────────── */
.vid-test {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  box-shadow: 0 4px 6px -1px rgb(0 0 0/.1), 0 2px 4px -2px rgb(0 0 0/.1);
}
.vid-test .review { padding: 30px 25px; }
.vid-test .review p {
  min-height: 145px;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 400;
}
.reviwer { display: flex; align-items: center; }
.reviwer img {
  width: 58px; height: 59px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
}
.reviwer h4 { font-size: 1.4rem; font-weight: 500; color: #8f181b; }
.rev_slide { padding: 10px; }
.rev_slide video { width: 100% !important; }
.vid video { width: 100%; }
.vid-sec { padding: 50px 30px; }

/* ── Videes Section ────────────────────────────────────── */
.videes .section__header h3 {
  font-size: 30px;
  color: #0F335E;
  line-height: 1.25;
  font-weight: 500;
}
.videes .section__header h4 {
  margin-bottom: 1rem !important;
  margin-top: .5rem !important;
  font-size: 45px;
  line-height: 1.25;
  font-weight: 600;
}
section.videes .slick-arrow i { color: #fff; text-shadow: 0 5px 5px black; }
.reviews__inner { background: #f5f5f5 !important; }

/* ── CTA / Section With Big Image ─────────────────────── */
.section-with-big-image {
  padding: 0;
  margin-bottom: 20px !important;
  background-image: url(images/cta-bg.jpg);
  background-size: cover;
}
.section-with-big-image__buttons a { margin-right: 10px; }
.section-with-big-image__buttons .btn-primary {
  width: fit-content;
  font-size: 26px;
  background: #FFD130;
  font-weight: 700;
  border: none;
  color: #363636;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 50px;
  box-shadow: 0 10px 10px #247fa8;
  text-shadow: none;
  letter-spacing: 1px;
}
.section-with-big-image__buttons .btn-primary.popup-show {
  font-size: 22px;
  background: #000;
  color: #fff;
  padding: 15px 32px;
  border-radius: 2px;
}
h2.section-with-big-image__heading.h1 {
  font-size: 4rem;
  line-height: 1;
  border: 3px solid;
  width: fit-content;
  padding: 5px 10px;
}
h2.section-with-big-image__heading.h1 span {
  font-size: 5rem;
  text-transform: uppercase;
  color: #FFD130;
}
h3.section-with-big-image__description, h5.section-with-big-image__description {
  font-size: 1.55rem;
  margin: 40px 0 20px;
  font-weight: 700 !important;
}
span.sdsd { background: #FFD130; color: #000; padding: 0 5px; }

/* ── New Sec Button ────────────────────────────────────── */
.new-sec button.btn-primary.popup-show {
  width: 100%;
  font-size: 25px;
  background: #FFD130;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  padding: 15px;
  text-shadow: none;
  letter-spacing: 1px;
  color: #363636;
}

/* ── Trust List ────────────────────────────────────────── */
ul.trust_ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 40px 0;
  padding-left: 0;
}
ul.trust_ul li {
  border: 2px solid #5f5f5f;
  border-radius: 5px;
  margin: 0 5px;
  max-width: 198px;
}

/* ── Portfolio Sliders ─────────────────────────────────── */
.slider.title.sesa { background: #0F335E; padding: 50px 0; }
.slider.title.sesa h3 { font-size: 3rem !important; }
.sliders .slider {
  border-top: 1px solid rgba(112,197,235,.3);
  padding-top: 3rem !important;
}
.sliders .slider:first-of-type { border-top: none !important; padding-top: 0 !important; }
.slider.title > div { margin-bottom: 0; text-align: left !important; }
.slider.title > div h2 { text-align: center !important; margin-left: 0; }
.slider.title { margin-top: 10px; }
.port-slider-two { direction: rtl; }
.port-slider-one img, .port-slider-two img { margin: 10px 0; box-shadow: -10px 0 20px #535353; }
.port-slider-one, .port-slider-two, .slick-slider { overflow: hidden !important; }
.port-slider-one .review-left, .port-slider-two .review-left { padding: 10px; }

/* ── Prevent slider CLS — reserve image space before load ── */
/* Isolate slider layout: changes inside don't affect outside */
.port-slider-one, .port-slider-two { contain: layout; min-height: 420px; }
.port1, .port3 { contain: layout; min-height: 460px; }
/* Aspect-ratio ensures browser reserves height before lazy images load */
.port1 .review-left img,
.port3 .review-left img {
  aspect-ratio: 596 / 453;
  width: 100%;
  height: auto;
  display: block;
}
.port3 .review-left:nth-child(n+3) img {
  aspect-ratio: 596 / 415; /* illustration images */
}
.port-slider-one .review-left img,
.port-slider-two .review-left img {
  aspect-ratio: 247 / 381;
  width: 100%;
  height: auto;
  display: block;
}

/* ── A-Book Portfolio ──────────────────────────────────── */
.a-book {
  padding: 25px;
  border-radius: 15px;
  position: relative;
}
.a-book .row { align-items: center; z-index: 99999; position: relative; }
.a-book .pub-img img { width: 90%; margin: 0 auto; }
.a-book::after {
  content: '';
  height: 175px;
  background: #4792E3;
  width: 92%;
  position: absolute;
  display: block;
  top: 27.5%;
  z-index: 0;
  border-radius: 10px;
}
.av-on a { background: #fff; color: #4792E3; }
.port-detal h5 { font-weight: 700; }
.port-detal h6 { font-size: 14px !important; }
.av-on { margin-top: 26px; }
.av-on h6 { font-weight: 700; }
.port-detal { padding-right: 10px; }

/* ── Jonifer Section ───────────────────────────────────── */
.review-left { padding: 30px; }

/* ── Custom Prev/Next Arrows ───────────────────────────── */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 45px;
  background: transparent;
  color: #4792E3;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  border: none;
}
.custom-prev { left: -20px; }
.custom-next { right: -20px; }
.custom-prev:hover, .custom-next:hover { background: transparent; color: #4792E3; }

/* ── FAQ Accordion ─────────────────────────────────────── */
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  background: #5f5f5f;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}
.faq-accordion .accordion .accordion-title {
  padding: 12px 40px 10px 20px;
  color: #fff;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.faq-accordion .accordion .accordion-content { display: none; }
.faq-accordion .accordion .accordion-content.show { display: block; }
.faq-accordion .accordion .accordion-content {
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
  border-top: 1px solid #fff;
  color: #fff;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  transition: .5s;
}

/* ── Swiper ────────────────────────────────────────────── */
.swiper-pagination-bullet {
  padding: 3px;
  border-radius: 0;
  width: auto;
  height: 3px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #fff;
}
.swiper-pagination-bullet-active { color: #fff; background: #007aff; }
.swiper-container.swiper-container-horizontal { padding: 40px 0; }
.slider-controls { position: relative; z-index: 12; }
.slider-controls .swiper-pagination {
  text-align: center;
  margin-top: 50px;
  position: relative !important;
}
.slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 13px; height: 10px;
  display: inline-block;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
.slider-controls .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
.slider-controls .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #4792E3;
  width: 100px;
  transition-delay: 0s;
}
.swiper-button-prev, .swiper-button-next {
  width: 20px; height: 20px;
  background-size: 20px;
  top: var(--swiper-navigation-top-offset, 92%) !important;
}
.swiper-button-prev { left: 38%; }
.swiper-button-next { right: 38%; }
.swiper-button-prev::after, .swiper-button-next::after { display: none !important; }
.swiper-button-prev, .swiper-button-next {
  filter: invert(65%) sepia(54%) saturate(2448%) hue-rotate(167deg) brightness(88%) contrast(100%);
}
.swiper-wrapper video { width: 100%; height: 300px; }

/* ── Video Section ─────────────────────────────────────── */
.slick-list { height: auto !important; }

/* ── Custom Phone Input ────────────────────────────────── */
.phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 8px 10px;
  width: 100%;
  background: #f7faff;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.country-select { display: flex; align-items: center; position: relative; }
.country-select img { width: 22px; height: 15px; margin-right: 6px; border-radius: 2px; }
.country-select select {
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  appearance: none;
  color: #000;
  padding-right: 18px;
}
.country-select .arrow { position: absolute; right: 4px; pointer-events: none; font-size: 10px; color: #555; }
.phone-input input {
  border: none;
  outline: none;
  flex: 1;
  background: transparent;
  font-size: 14px;
  padding-left: 8px;
  color: #000;
}

/* ── Support / Footer ──────────────────────────────────── */
ul.support-list { list-style: none; }
ul.support-list li a { text-decoration: none; margin-bottom: 8px; font-size: 16px; font-weight: 400; }
ul.services-list { column-gap: 40px; list-style-type: none; padding: 0; margin: 0; }
.footer-area {
  background-color: #0f335e;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
footer { background: linear-gradient(162deg, rgb(15 51 94) 0%, rgb(15 51 94) 48%, rgb(15 51 94) 100%); }
.footer-area::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  z-index: -1;
  animation: imageChange 1s linear 1s infinite;
  background-image: url(../assets/img/footer-shape1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: opacity;
}
.footer-area::after {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  z-index: -1;
  animation: imageChangeTwo 1s linear 1s infinite;
  background-image: url(../assets/img/footer-shape2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: opacity;
}
.divider {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c%2fsvg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c%2fsvg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #0f335e;
  top: -100px;
  left: 0;
  z-index: -1;
}
.single-footer-widget p { color: #acc5db; }
.single-footer-widget h3 { color: #fff; margin-bottom: 29px; font-weight: 500; font-size: 22px; }
.single-footer-widget .services-list { padding-left: 0; margin-bottom: 0; list-style-type: none; }
.single-footer-widget .services-list li { color: #acc5db; margin-bottom: 10px; }
.single-footer-widget .services-list li a { display: inline-block; color: #acc5db; text-decoration: none; }
.single-footer-widget .footer-contact-info { padding-left: 0; margin-bottom: 0; list-style-type: none; }
.single-footer-widget .footer-contact-info li { color: #fff; margin-bottom: 10px; }
.copyright-area {
  border-top: 1px solid #1c2250;
  text-align: center;
  margin-top: 50px;
  padding: 25px 0;
}
.footer__heading {
  color: #000;
  font-weight: 700;
  text-align: center;
  font-family: 'Goudy Old Style' !important;
}
.footer__header { color: #000; text-align: center; }
.footer-section { background-image: none; }
.footer__form textarea.form-control { height: 120px; resize: none; }
.footer__form .form-control { background: #f4f7fc; }
.footer__form .iti__selected-dial-code { color: #000; }
.footer__form button[type=submit] { width: 100%; }
footer.footer-area a { display: inline-block; color: #acc5db; text-decoration: none; }
.disclaimer-area.text-center { margin-top: 20px; }

/* ── Country Select (legacy) ───────────────────────────── */
.tell { display: flex; }
.tell .country-select.inside {
  font-size: 12px;
  width: 20%;
  padding: 0;
  background: #f4f7fc;
  margin-right: 5px;
}
.country-select .flag {
  display: inline-block;
  width: 20px; height: 15px;
  background-image: url('flags.png') !important;
  background-repeat: no-repeat;
}
ul.country-list { width: 200px !important; position: absolute; }
body.popup-open { overflow: scroll !important; }
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown { width: 100%; }
.iti.iti--allow-dropdown.iti--separate-dial-code { width: 100%; }

/* ── Popup Coupon ──────────────────────────────────────── */
.popup-coupon-close {
  background-image: url(https://www.divinebookpublishers.com/lpassetsnew/images/close-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
  font-size: 0rem;
}
.popup-coupon-close .close-pop {
  background-color: transparent !important;
  font-size: 0rem;
}
.popup-coupon-close .close-pop:hover,
.popup-coupon-close .close-pop:active { background-color: transparent !important; }
.popup-coupon-form label.error { color: red; }
.popup-coupon-main .form-group.has-error .form-control { border-color: red; }

/* ── D-SM Visibility ───────────────────────────────────── */
.d-sm-block { display: none !important; }
.d-sm-block a.default-btn { font-size: 14px; padding: 5px 12px; border-radius: 2px !important; }
.d-sm-none { display: flex !important; }

/* ── Misc ──────────────────────────────────────────────── */
.navbar-toggler:focus { box-shadow: none; }
.section-with-big-image__buttons a:nth-child(2) { margin-right: 10px; }

/* ── H1 Desktop Size ───────────────────────────────────── */
@media (min-width: 1200px) {
  h1, .h1 { font-size: 1.79rem; }
}

/* ── H4 Section Big Image Desktop ─────────────────────── */
@media only screen and (max-width: 1350px) {
  h2.section-with-big-image__heading.h1 { font-size: 3rem; }
  h2.section-with-big-image__heading.h1 span { font-size: 4rem; }
  h3.section-with-big-image__description, h5.section-with-big-image__description { font-size: 1.5rem; }
  .slider.title.sesa h3 { font-size: 2.5rem !important; text-align: center; }
  .footer__heading { font-size: 2rem; }
}

/* ── A-Book responsive ─────────────────────────────────── */
@media only screen and (max-width: 1350px) {
  .a-book::after { top: 23.5%; }
}
@media only screen and (max-width: 1070px) {
  .a-book::after { top: 18.5%; height: 200px; }
  .a-book .row .col-md-7 { width: 40%; }
  .a-book .row .col-md-5 { width: 60%; }
  .a-book { background: #4792E3; }
  .a-book::after { background: transparent; }
}
@media only screen and (max-width: 1024px) {
  h2.section-with-big-image__heading.h1 { font-size: 3rem; }
  h2.section-with-big-image__heading.h1 span { font-size: 4rem; }
  h3.section-with-big-image__description, h5.section-with-big-image__description { font-size: 1.2rem; }
  .slider.title.sesa h3 { font-size: 2.3rem !important; text-align: center; }
}

/* ── Swiper mobile ─────────────────────────────────────── */
@media (max-width: 768px) {
  .swiper-button-prev { left: 25%; }
  .swiper-button-next { right: 25%; }
  .swiper-wrapper video { height: 200px; }
  section.hero { padding-top: 160px; }
  .a-book::after { background: #4792E3; }
  .a-book { background: transparent !important; }
  .a-book .row { display: flex; }
  .a-book .row .col-md-7, .a-book .row .col-md-5 { width: 50%; }
  .a-book::after { top: 24.5% !important; height: 181px; }
  h2.section-with-big-image__heading.h1 { font-size: 2.8rem; }
  h2.section-with-big-image__heading.h1 span { font-size: 3.8rem; }
  .row.osd { display: block; }
  .row.osd .col-md-4 { width: 100% !important; margin-bottom: 60px; }
  .r-btns { display: block; margin: 0 auto; }
  .r-btns a {
    margin-bottom: 20px;
    text-align: center !important;
    width: 100% !important;
    display: block;
    line-height: 3;
  }
  .s ul { grid: none; }
  .s h2 { font-size: 28px; }
  .s span { font-size: 20px; }
  .videes .section__header h3 { font-size: 25px; }
  .videes .section__header h2 { font-size: 33px !important; }
}
@media (max-width: 700px) {
  .swiper-button-prev { left: 10%; }
  .swiper-button-next { right: 10%; }
}

/* ── Mobile media queries ──────────────────────────────── */
@media (max-width: 767px) {
  .d-flex.align-items-center.justify-content-end.flex-col.md\:flex-row.gap-3.flex-col-reverse.d-sm-block { flex-direction: row; }
  .d-flex.align-items-center.justify-content-end.flex-col.md\:flex-row.gap-3.flex-col-reverse {
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .section-with-big-image { padding: 10px 0; margin-bottom: 60px; }
  .d-sm-none { display: none !important; }
  .section-with-big-image__buttons { display: flex; }
  .section-with-big-image__buttons a { font-size: 14px; padding: 10px 20px; line-height: 1.8; }
  .d-sm-block { display: flex !important; flex-direction: row; }
  header.fixed-header { background: #fff !important; }
  .hide { display: none; }
  .fixed-header { position: relative; }
  .hero { padding-top: 90px; padding-right: 0 !important; }
  .popup-coupon-close { height: 25px; width: 25px; }
  .popup-coupon-activate { padding-right: 20px; }
  ul.trust_ul { display: block; }
  ul.trust_ul li { margin: 10px; }
  .videes .section__header h4 { font-size: 2.3rem; }
  .footer__form textarea.form-control { height: 150px; }
}
@media (max-width: 650px) {
  .a-book .row .col-md-5 { width: 55%; }
  .a-book .row .col-md-7 { width: 45%; }
  .a-book::after { top: 18.5% !important; }
}
@media (max-width: 600px) { .a-book::after { top: 15.5% !important; } }
@media (max-width: 550px) { .a-book::after { top: 13.5% !important; } }
@media (max-width: 500px) {
  .a-book::after { top: 9.5% !important; }
  h2.section-with-big-image__heading.h1 { font-size: 2rem; }
  h2.section-with-big-image__heading.h1 span { font-size: 3rem; }
  .s h3 { font-size: 29px; }
  .s h2 { font-size: 24px; }
}
@media only screen and (max-width: 480px) {
  .a-book .pub-img img { width: 100%; }
  .a-book::after { top: 11.5% !important; }
  .port-detal h5 { font-size: 1rem; }
}
@media only screen and (max-width: 450px) {
  .a-book::after { top: 53% !important; height: 195px; }
  .a-book .row { display: block; }
  .a-book .row .col-md-7 { width: 100% !important; }
  .a-book .row .col-md-5 { width: 100%; }
  .a-book .pub-img img { width: 65%; }
  .port-detal { padding-left: 20px; padding-top: 10px; }
}
@media only screen and (max-width: 425px) {
  .a-book::after { top: 51% !important; }
  .hero-text-top { font-size: 16px; }
  .mbl i.bx { display: none; }
}
@media only screen and (max-width: 400px) {
  .swiper-button-prev { left: 5%; }
  .swiper-button-next { right: 5%; }
}
@media only screen and (max-width: 380px) { .a-book::after { top: 48% !important; } }
@media only screen and (max-width: 350px) {
  .a-book::after { top: 44% !important; }
  .swiper-button-prev { left: -1%; }
  .swiper-button-next { right: -1%; }
}
@media only screen and (max-width: 768px) {
  .hero { padding-top: 150px !important; padding-right: 0 !important; }
}

/* ── Responsive btn visibility ─────────────────────────── */
@media (max-width: 991px) {
  .btn-desktop_show { display: none; }
  .hero-form__desc br { display: none; }
  .hero-button, .hero-awards, .hero-bottom-text { display: block; }
  .footer__form textarea.form-control { height: 150px; }
}
@media (min-width: 991px) {
  .btn-mobile_show { display: none; }
}
@media (max-width: 375px) { .hero-form__desc { font-size: 14px; } }
.hero-button .btn-mobile_show { margin-bottom: 0; }

/* ── iPhone X portrait ─────────────────────────────────── */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
  .popup-coupon-close { height: 30px; width: 30px; }
}

/* ── Footer Links ──────────────────────────────────────── */
section.footer-links {
  padding: 50px 0 30px;
  border-bottom: 1px solid #6f6f6f;
}
section.footer-links ul li { list-style: none; margin-bottom: 10px; }
section.footer-links ul li a { text-decoration: none; }
ul.support-list { padding: 0; }

/* ── Font Face ─────────────────────────────────────────── */
@font-face {
  font-family: 'Goudy Old Style';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Goudy Old Style'), url('../GOUDOS.woff') format('woff');
}
@media (max-width: 767px) {
    .hero-h1 {
        font-size: 25px;
    }
    .hero .h2 {
    font-size: 20px !important;
    }
    .hero-button {
    margin: 35px 0;
    }
    .hero-button a {
        width: 100%;
    }
    .hero {
        padding-top: 80px !important;
        padding-right: 0 !important;
    }
    p.hero-bottom-text.mt-3 {
        font-size: 12px;
        margin-bottom: 50px;
    }
    h3.section__heding-big.h2.text-white {
      font-size: 1.2rem !important;
    }
    h3.section-with-big-image__description, h5.section-with-big-image__description {
        font-size: 1.2rem;
        line-height: 1.5;
        text-transform: capitalize;
    }
}
h3.section-with-big-image__description, h5.section-with-big-image__description {
        text-transform: capitalize;
    }
.new-sec button.btn-primary.popup-show span {
    font-size: 14px !important;
    /* margin-top: -10px !important; */
    display: block !important;
}