/* ==========================================================================
   GLOBAL PREMIUM TYPOGRAPHY SYSTEM (Outfit & Plus Jakarta Sans)
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&family=Inter:wght@300;400;500;600;700;800&display=swap");

:root {
  --font-outfit: "Outfit", sans-serif;
  --font-jakarta: "Plus Jakarta Sans", "Inter", sans-serif;
  --font-inter: "Plus Jakarta Sans", "Inter", sans-serif;
  --font-young-serif: "Outfit", sans-serif;
  --font-inter-tight: "Outfit", sans-serif;
  --font-manrope: "Plus Jakarta Sans", sans-serif;
}

body,
p,
span,
li,
a,
input,
button,
textarea,
select,
label {
  font-family: var(--font-jakarta) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.section-title h2,
.section-title h3,
.widget-title h4,
.form-heading h3,
.breadcrumb-content h1 {
  font-family: var(--font-outfit) !important;
  letter-spacing: -0.02em;
}

/* =========================================
   WHY CHOOSE GOALS
========================================= */

.goals-why-section {
  --goals-orange: #ff6839;
  --goals-navy: #17233c;
  --goals-muted: #667085;
  position: relative;
  padding: 92px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(255, 255, 255, 0.82),
      transparent 24%
    ),
    #fde9e6;
}

.goals-why-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  border-radius: 0 0 0 100%;
  background: rgba(255, 104, 57, 0.035);
  pointer-events: none;
}

.goals-why-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 0 100% 0 0;
  background: rgba(23, 35, 60, 0.025);
  pointer-events: none;
}

.goals-why-section .container {
  position: relative;
  z-index: 2;
}

.goals-why-section .section-title.style-2 h2 {
  max-width: 720px;
  margin: 0 auto;
  color: var(--goals-navy);
}

.goals-section-heading {
  max-width: 820px;
  margin-inline: auto;
}

.goals-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 104, 57, 0.2);
  border-radius: 50px;
  color: #ff6839;
  background: rgba(255, 104, 57, 0.07);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.goals-section-tag i {
  font-size: 15px;
}

.goals-section-heading h2 {
  margin-bottom: 18px;
  color: #17233c;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.goals-section-heading h2 span {
  color: #ff6839;
}

.goals-section-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: #687386;
  font-size: 17px;
  line-height: 1.75;
}

.goals-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-height: 310px;
  padding: 28px 24px 25px;
  overflow: hidden;
  border: 1px solid rgba(184, 39, 45, 0.08);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(94, 48, 48, 0.07);
  isolation: isolate;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.goals-feature-card::before {
  display: none;
}

.goals-feature-card::after {
  display: none;
}

.goals-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 39, 45, 0.16);
  box-shadow: 0 16px 32px rgba(94, 48, 48, 0.11);
}

.goals-feature-icon {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 0 0 108px;
  width: 132px;
  height: 108px;
  place-items: center;
  border: 0;
  border-radius: 46% 54% 42% 58% / 54% 43% 57% 46%;
  color: #b8272d;
  background: #fde5df;
  box-shadow: none;
  font-size: 39px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.goals-feature-icon::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 4px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #f8c7bd;
}

.goals-feature-card:hover .goals-feature-icon {
  color: #971b21;
  background: #fbdcd5;
  box-shadow: none;
  transform: translateY(-3px) rotate(-2deg);
}

/* Content */

.goals-feature-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.cours-image {
  width: 100%;
  height: 220px;
}
.cours-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doz-content-size a {
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #333 !important;
}
.doz-content-size2 {
  font-size: 16px;
  font-weight: 500;
  color: #696868;
  margin-bottom: 0;
}
.course-details-image {
  width: 100%;
  height: auto;
  max-height: 500px;
}
.course-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Connected portrait-card layout */
@media (min-width: 0px) {
  .goals-why-section {
    padding-bottom: 125px;
    background:
      radial-gradient(circle, rgba(184, 39, 45, 0.05) 0 1.5px, transparent 2px)
        0 0 / 18px 18px,
      linear-gradient(145deg, #fffdf9, #faf5ef);
  }

  .goals-why-section .row.g-4 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    margin-top: 30px;
  }

  .goals-why-section .row.g-4::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 7%;
    right: 7%;
    height: 2px;
    background: repeating-linear-gradient(
      90deg,
      rgba(184, 39, 45, 0.3) 0 7px,
      transparent 7px 13px
    );
  }

  .goals-why-section .row.g-4 > div {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .goals-why-section .row.g-4 > div:nth-child(odd) {
    transform: translateY(-24px);
  }

  .goals-why-section .row.g-4 > div:nth-child(even) {
    transform: translateY(24px);
  }

  .goals-feature-card {
    justify-content: flex-start;
    gap: 17px;
    min-height: 300px;
    padding: 26px 18px 22px;
    border: 2px solid #f9b86270;
    border-radius: 7px;
    background: #fffaf7;
    box-shadow:
      3px 3px 0 rgba(184, 39, 45, 0.1),
      0 12px 24px rgba(58, 40, 40, 0.1);
    overflow: visible;
  }

  .goals-feature-card::before {
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    border: 3px solid #faf5ef;
    border-radius: 50%;
    background: #d69a4b;
  }

  .goals-feature-card::after {
    display: block;
    content: "";
    position: absolute;
    right: 12px;
    bottom: 13px;
    width: 18px;
    height: 2px;
    background: rgba(184, 39, 45, 0.35);
    box-shadow: 0 5px 0 rgba(184, 39, 45, 0.2);
  }

  .goals-feature-card:hover {
    transform: translateY(-7px) rotate(-1deg);
    border-color: #f9b862;
    box-shadow:
      4px 5px 0 rgba(184, 39, 45, 0.13),
      0 18px 30px rgba(58, 40, 40, 0.14);
  }

  .goals-feature-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(184, 39, 45, 0.18);
    border-radius: 50%;
    background: #f6ddd9;
    font-size: 23px;
  }

  .goals-feature-icon::after {
    right: -5px;
    bottom: 2px;
    width: 13px;
    height: 13px;
    background: #d69a4b;
  }

  .goals-feature-card:hover .goals-feature-icon {
    color: #fff;
    background: #971b21;
    transform: translateY(-3px) scale(1.05);
  }

  .goals-why-section .goals-feature-number {
    top: 13px;
    right: auto;
    left: 13px;
    color: #d69a4b;
    font-size: 16px;
    background: transparent;
  }

  .goals-why-section .goals-feature-content h3 {
    font-size: 20px;
  }

  .goals-why-section .goals-feature-label {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .goals-why-section .goals-feature-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .goals-why-section .fadeInDown {
    margin-bottom: 0;
  }
}

.goals-feature-label {
  display: block;
  margin-bottom: 10px;
  color: #77717d;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.goals-feature-label::before {
  display: none;
}

.goals-feature-content::after {
  display: none;
}

.goals-feature-number {
  position: absolute;
  top: 17px;
  right: 17px;
  display: grid;
  min-width: 28px;
  height: 24px;
  padding: 0 6px;
  place-items: center;
  border-radius: 20px;
  color: #9d3a3f;
  background: #fff1ef;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.goals-feature-content h3 {
  margin-bottom: 7px;
  color: var(--goals-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.goals-feature-content p {
  margin: 0;
  color: var(--goals-muted);
  font-size: 13px;
  line-height: 1.55;
}

.goals-section-action .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.goals-section-action .primary-btn i {
  transition: transform 0.3s ease;
}

.goals-section-action .primary-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .goals-why-section {
    padding: 80px 0;
  }

  .goals-feature-card {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .goals-why-section {
    padding: 65px 0;
  }

  .goals-section-heading {
    margin-bottom: 38px !important;
  }

  .goals-section-heading h2 {
    font-size: 35px;
  }

  .goals-section-heading p {
    font-size: 16px;
  }

  .goals-feature-card {
    min-height: 290px;
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .goals-feature-card {
    gap: 17px;
    min-height: 280px;
    padding: 22px 20px;
    border-radius: 12px;
  }

  .goals-feature-icon {
    flex-basis: 90px;
    width: 112px;
    height: 90px;
    border-radius: 46% 54% 42% 58% / 54% 43% 57% 46%;
    font-size: 32px;
  }

  .goals-feature-number {
    top: 15px;
    right: 15px;
  }

  .goals-feature-content h3 {
    font-size: 19px;
  }

  .goals-section-heading h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .goals-why-section .row.g-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 10px;
  }

  .goals-why-section .row.g-4::before {
    display: none;
  }

  .goals-why-section .row.g-4 > div:nth-child(odd),
  .goals-why-section .row.g-4 > div:nth-child(even) {
    transform: none;
  }

  .goals-why-section .goals-feature-card {
    min-height: 285px;
    padding: 25px 20px 22px;
    border: 2px solid rgba(184, 39, 45, 0.48);
    border-radius: 7px;
    background: #fffaf7;
    overflow: visible;
  }

  .goals-why-section .goals-feature-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(184, 39, 45, 0.18);
    border-radius: 50%;
    background: #f6ddd9;
    font-size: 23px;
  }

  .goals-why-section .goals-feature-number {
    top: 13px;
    right: auto;
    left: 13px;
    background: transparent;
  }
}

@media (max-width: 575px) {
  .goals-why-section .row.g-4 {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .goals-why-section .goals-feature-card {
    min-height: 270px;
    padding: 24px 20px 21px;
  }
}

/* Core team mobile alignment */
@media (max-width: 576px) {
  .best-instructor-section .col-lg-12.mb-50 {
    align-items: flex-start !important;
    gap: 18px;
  }

  .best-instructor-section .section-title {
    max-width: calc(100% - 92px);
  }

  .best-instructor-section .section-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .best-instructor-section .instructor-card-wrap {
    max-width: 340px;
    margin: 0 auto;
  }

  .best-instructor-section
    .instructor-card-wrap
    .instructor-card
    .instructor-image
    img {
    height: 260px;
  }

  .best-instructor-section
    .instructor-card-wrap
    .instructor-card
    .card-content {
    min-height: 125px;
    padding: 42px 16px 18px;
  }

  .best-instructor-section .instructor-card-wrap .button-area {
    top: 7px;
    right: 5px;
    width: 40px;
    height: 40px;
  }

  .best-instructor-section .instructor-card-wrap .button-area .icon {
    position: static;
    right: auto;
    flex: 0 0 40px;
  }
}

@media (max-width: 380px) {
  .best-instructor-section .section-title h2 {
    font-size: 26px;
  }

  .best-instructor-section
    .instructor-card-wrap
    .instructor-card
    .instructor-image
    img {
    height: 235px;
  }
}

/* =========================================
  Gallery
========================================= */
.gallerySwiper {
  padding: 20px 0 50px;
}

.gallerySwiper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.4s;
}

.gallerySwiper img:hover {
  transform: scale(1.05);
}

.swiper-button-next,
.swiper-button-prev {
  color: #ff6839;
}

.swiper-pagination-bullet-active {
  background: #ff6839;
}

/* Home video gallery */
.home-video-gallery {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background: #faf7f3;
}

.home-video-grid {
  position: relative;
  z-index: 1;
  margin-top: 8px;
}

.home-video-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 35, 60, 0.1);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(23, 35, 60, 0.055);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.home-video-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 39, 45, 0.24);
  box-shadow: 0 10px 22px rgba(23, 35, 60, 0.09);
}
.doz-iframe-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 10px 10px 0 0;
  display: block;
}

.doz-direct-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  display: block;
}

.home-video-card-footer {
  padding: 10px 15px;
  text-align: center;
}

.home-video-card-footer > span {
  color: #17233c;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .home-video-gallery {
    padding: 75px 0;
  }
}

@media (max-width: 575px) {
  .home-video-gallery {
    padding: 60px 0;
  }

  .home-video-content {
    padding: 28px 22px 30px;
  }

  .home-video-grid {
    --bs-gutter-y: 18px;
  }
}

/* ==========================
   Static Gallery
========================== */

.rg-static-gallery {
  padding: 0 0 60px;
  background: #fff;
}

.rg-gallery-group {
  margin-bottom: 60px;
}

.rg-gallery-heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.rg-gallery-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(90deg, #e31e24, #ffc107);
}

.rg-gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 240px;
  background: #f8f8f8;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.rg-gallery-card a {
  display: block;
  width: 100%;
  height: 100%;
}

.rg-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.rg-gallery-card:hover img {
  transform: scale(1.1);
}

.rg-gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(227, 30, 36, 0.65);
  color: #fff;
  font-size: 26px;
  opacity: 0;
  transition: 0.35s;
}

.rg-gallery-card:hover .rg-gallery-overlay {
  opacity: 1;
}

/* ==========================
   View More Button
========================== */

.rsbutton {
  position: relative;
  display: inline-block;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.rsbutton.learn-more {
  width: 12rem;
  height: 3rem;
}

.rsbutton .circle {
  width: 3rem;
  height: 3rem;
  display: block;
  background: #e31e24;
  border-radius: 30px;
  transition: 0.45s;
  position: relative;
}

.rsbutton .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.rsbutton .icon.arrow {
  left: 12px;
  width: 18px;
  height: 2px;
}

.rsbutton .icon.arrow:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.rsbutton .button-text {
  position: absolute;
  inset: 0;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e31e24;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.45s;
}

.rsbutton:hover .circle {
  width: 100%;
  background: linear-gradient(90deg, #e31e24, #ffc107);
}

.rsbutton:hover .button-text {
  color: #fff;
}

.rg-view-more-column {
  min-height: 240px;
}

/* ==========================
   Responsive
========================== */

@media (max-width: 991px) {
  .rg-gallery-card {
    height: 260px;
  }

  .rg-view-more-column {
    min-height: 120px;
  }
}

@media (max-width: 767px) {
  .rg-static-gallery {
    padding: 0 0 40px;
  }

  .rg-gallery-heading {
    font-size: 26px;
  }

  .rg-gallery-group {
    margin-bottom: 40px;
  }

  .rg-gallery-card {
    height: 230px;
  }
}

/*==============================
 Gallery View
===============================*/

.rg-gallery-view-section {
  padding-bottom: 80px;
  background: #fff;
}

.rg-gallery-heading {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 25px;
  color: #222;
}

.rg-gallery-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 90px;
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(90deg, #e31e24, #ffc107);
}

.rg-gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 280px;
  background: #f5f5f5;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.rg-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.rg-gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.rg-gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  background: rgba(227, 30, 36, 0.6);
  opacity: 0;
  transition: 0.35s;
}

.gallery-item:hover .rg-gallery-overlay {
  opacity: 1;
}

.btn-gallery-back {
  padding: 12px 28px;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  background: #e31e24;
  text-decoration: none;
  transition: 0.35s;
}

.btn-gallery-back:hover {
  color: #fff;
  background: #111;
}

@media (max-width: 991px) {
  .rg-gallery-card {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .rg-gallery-view-section {
    padding: 50px 0;
  }

  .rg-gallery-heading {
    font-size: 26px;
  }

  .rg-gallery-card {
    height: 220px;
  }
}

/* ==========================
   Contact paage
============================= */
#scroll-section.modern-contact {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

#scroll-section.modern-contact::before,
#scroll-section.modern-contact::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

#scroll-section.modern-contact::before {
  width: 320px;
  height: 320px;
  top: -100px;
  left: -140px;
  background: rgba(255, 196, 45, 0.12);
}

#scroll-section.modern-contact::after {
  width: 240px;
  height: 240px;
  right: -80px;
  bottom: -70px;
  background: rgba(51, 79, 255, 0.08);
}

#scroll-section .contact-section.style-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #e9ebf2;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(25, 31, 54, 0.1);
  padding: 0 !important;
}

#scroll-section .contact-section > .container {
  padding: 0;
  max-width: none;
}

#scroll-section .contact-wrapper > .row {
  margin: 0;
}

#scroll-section .contact-wrapper > .row > div {
  padding: 0;
}

#scroll-section .contact-content {
  position: relative;
  height: 100%;
  min-height: 700px;
  padding: 64px 52px;
  color: #fff;
  background: linear-gradient(
    145deg,
    #800000 0%,
    #b8272cc7 60%,
    #453bd2d5 145%
  );
}

#scroll-section .contact-content::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -80px;
  bottom: -90px;
  border: 45px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

#scroll-section .contact-content .section-title span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#scroll-section .contact-content .section-title span svg {
  fill: #ffc42d;
}

#scroll-section .contact-content .section-title h2 {
  margin: 22px 0 14px;
  color: #fff;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -1.5px;
}

#scroll-section .contact-intro {
  max-width: 390px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

#scroll-section .arrow-vector {
  display: none;
}

#scroll-section .contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

#scroll-section .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

#scroll-section .contact-list .single-contact:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.12);
}

#scroll-section .contact-list .icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #ffc42d;
}

#scroll-section .contact-list .icon svg {
  width: 23px;
  height: 23px;
  fill: #11172f;
}

#scroll-section .contact-list .content span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#scroll-section .contact-list .content h6 {
  margin: 4px 0 0;
}

#scroll-section .contact-list .content a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

#scroll-section .contact-form-wrap {
  height: 100%;
  padding: 58px 58px 54px;
  border: 0;
  background: #fff;
}

#scroll-section .contact-from {
  padding: 0;
  background: transparent;
}

#scroll-section .form-heading {
  margin-bottom: 30px;
}

#scroll-section .form-heading h3 {
  margin-bottom: 9px;
  color: #171b2d;
  font-size: 30px;
  letter-spacing: -0.5px;
}

#scroll-section .form-heading p {
  margin: 0;
  color: #777b8c;
  line-height: 1.65;
}

#scroll-section .form-inner label {
  margin-bottom: 9px;
  color: #292d3d;
  font-size: 13px;
  font-weight: 600;
}

#scroll-section .form-inner input,
#scroll-section .form-inner textarea {
  width: 100%;
  border: 1px solid #e2e5ed;
  border-radius: 12px;
  outline: none;
  background: #f8f9fc;
  color: #171b2d;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

#scroll-section .form-inner input {
  height: 54px;
  padding: 0 17px;
}

#scroll-section .form-inner textarea {
  min-height: 128px;
  padding: 15px 17px;
  resize: vertical;
}

#scroll-section .form-inner input:focus,
#scroll-section .form-inner textarea:focus {
  border-color: #b8272d;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 62, 52, 0.09);
}

#scroll-section .contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 28px;
  border: 0;
  border-radius: 12px;
  background: #ffc42d;
  color: #171b2d;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

#scroll-section .contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(255, 196, 45, 0.32);
}

#scroll-section .contact-submit svg {
  width: 17px;
  fill: currentColor;
}

#scroll-section .reply-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

#scroll-section .reply-note .status-dot {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #53e29b;
  box-shadow: 0 0 0 5px rgba(83, 226, 155, 0.13);
}

#scroll-section .privacy-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  color: #8b8f9d;
  font-size: 12px;
}

#scroll-section .privacy-note i {
  color: #344fff;
}

@media (max-width: 991px) {
  #scroll-section .contact-content {
    min-height: auto;
    padding: 48px 36px;
  }

  #scroll-section .contact-form-wrap {
    padding: 45px 36px;
  }
}

@media (max-width: 575px) {
  #scroll-section.modern-contact {
    padding-inline: 3px;
  }

  #scroll-section .contact-section.style-3 {
    border-radius: 20px;
  }

  #scroll-section .contact-content,
  #scroll-section .contact-form-wrap {
    padding: 36px 22px;
  }

  #scroll-section .contact-content .section-title h2 {
    font-size: 36px;
  }

  #scroll-section .contact-submit {
    width: 100%;
  }
}

.social-area h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-left: 30px;
  margin-top: 10px;
  border-bottom: 1px solid #fff;
  width: fit-content;
}
.social-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.social-list li a {
  color: #fff;
  font-size: 25px;
}

.doz-arrow-c {
  font-size: 25px;
  color: #800000;
}

/* =======================
  Course Details 
==========================*/
.course-details-section {
  position: relative;
  padding: 15px 0 10px;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}
.course-details-section::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  top: 40px;
  left: -180px;
  border-radius: 50%;
  background: rgba(255, 196, 45, 0.11);
  pointer-events: none;
}
.course-details-section .course-layout {
  align-items: flex-start;
}
.course-details-section .course-details-wrapper > h2 {
  max-width: 850px;
  margin-bottom: 15px !important;
  color: #171b2d;
  font-size: clamp(20px, 4vw, 35px);
  line-height: 1.12;
  letter-spacing: -1.6px;
}
.course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}
.course-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid #e7e9f0;
  border-radius: 50px;
  background: #fff;
  color: #555b6e;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 5px 16px rgba(25, 31, 54, 0.04);
}

.course-details-section .course-details-image {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(21, 29, 65, 0.13);
}
.course-details-section .course-details-image img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}
.course-details-section .course-details-image:hover img {
  transform: scale(1.025);
}
.course-details-section .video-tab-area {
  overflow: hidden;
  margin-top: 34px;
  border: 1px solid #e6e9f1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(25, 31, 54, 0.07);
}
.course-details-section .video-tab-area .top-area {
  padding: 24px 26px;
  border-bottom: 1px solid #e8eaf1;
  background: #f8f9fd;
}
.course-details-section .video-tab-area .top-area h4 {
  margin: 0;
  color: #171b2d;
}
.course-details-section .video-tab-area .top-area span {
  color: #6f7485;
  font-weight: 600;
}
.course-details-section .accordion {
  padding: 18px;
}
.course-details-section .accordion-item {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #e5e8f0 !important;
  border-radius: 13px !important;
}
.course-details-section .accordion-item:last-child {
  margin-bottom: 0;
}
.course-details-section .accordion-button {
  min-height: 58px;
  padding: 16px 20px;
  border: 0;
  background: #171d3b;
  box-shadow: none;
}
.course-details-section .accordion-button.collapsed {
  background: #f5f6fa;
}
.course-details-section .accordion-button.collapsed .content span {
  color: #24293a;
}
.course-details-section .accordion-button.collapsed svg circle {
  stroke: #334fff;
}
.course-details-section .accordion-button.collapsed svg path {
  fill: #334fff;
}
.course-details-section .accordion-body {
  padding: 8px 20px 14px;
  background: #fff;
}
.course-details-section .accordion-body ul {
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid #eef0f5;
}
.course-details-section .accordion-body ul:last-child {
  border-bottom: 0;
}
.course-details-section .course-details-wrapper > p,
.course-details-section .course-details-wrapper > ul,
.course-details-section .course-details-wrapper > h4,
.course-details-section .course-details-wrapper > .line-break {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
.course-details-section .course-details-wrapper > p {
  color: #666b7b;
  font-size: 16px;
  line-height: 1.85;
}
.course-details-section .course-details-wrapper > h4 {
  color: #171b2d;
  font-size: 27px;
}
.course-details-section .course-details-wrapper > ul {
  display: grid;
  gap: 13px;
  padding: 0;
}
.course-details-section .course-details-wrapper > ul li {
  color: #555b6e;
  line-height: 1.6;
}
.course-details-section .course-details-wrapper > ul li svg {
  flex: 0 0 15px;
  fill: #334fff;
}
.course-details-section .course-sidebar-area {
  position: sticky;
  top: 110px;
}
.course-details-section .course-sidebar-card {
  overflow: hidden;
  padding: 0;
  border: 1px solid #e4e7ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(25, 31, 54, 0.11);
}
.course-enquiry-head {
  position: relative;
  padding: 28px 28px 25px;
  color: #fff;
  background: linear-gradient(140deg, #171d3b 0%, #293879 100%);
}
.course-enquiry-head::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: -34px;
  top: -35px;
  border: 22px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}
.course-enquiry-head span {
  color: #ffc42d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.course-enquiry-head h3 {
  margin: 7px 0 8px;
  color: #fff;
  font-size: 27px;
}
.course-enquiry-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}
.course-details-section #course-form {
  padding: 27px 28px 30px;
}
.course-details-section #course-form .row {
  --bs-gutter-y: 17px;
}
.course-details-section #course-form .form-inner label {
  display: block;
  margin-bottom: 7px;
  color: #303546;
  font-size: 12px;
  font-weight: 700;
}
.course-details-section #course-form input,
.course-details-section #course-form textarea {
  width: 100%;
  border: 1px solid #e0e3eb;
  border-radius: 11px;
  outline: none;
  background: #f8f9fc;
  color: #171b2d;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.course-details-section #course-form input {
  height: 50px;
  padding: 0 15px;
}
.course-details-section #course-form textarea {
  min-height: 105px;
  padding: 13px 15px;
  resize: vertical;
}
.course-details-section #course-form input:focus,
.course-details-section #course-form textarea:focus {
  border-color: #334fff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(51, 79, 255, 0.09);
}
.course-details-section .contact-submit {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  border: 0;
  border-radius: 11px;
  background: #ffc42d;
  color: #171b2d;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.course-details-section .contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255, 196, 45, 0.3);
}
.course-details-section .contact-submit svg {
  width: 17px;
  fill: currentColor;
}
.course-form-note {
  margin: 13px 0 0;
  color: #858a99;
  font-size: 11px;
  text-align: center;
}
@media (max-width: 991px) {
  .course-details-section .course-sidebar-area {
    position: static;
  }
  .course-details-section .course-details-wrapper > h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .course-details-section .course-details-wrapper > h2 {
    font-size: 33px;
    letter-spacing: -0.8px;
  }
  .course-details-section .video-tab-area .top-area {
    align-items: flex-start;
    gap: 7px;
    padding: 20px;
  }
  .course-details-section .accordion {
    padding: 10px;
  }
  .course-details-section .accordion-body {
    padding-inline: 14px;
  }
  .course-enquiry-head,
  .course-details-section #course-form {
    padding-left: 22px;
    padding-right: 22px;
  }
}

/* ==========================
 FAQs page 
==============================*/
.faq-page-modern {
  position: relative;
  padding: 100px 0 120px;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(var(--primary-color2-opc), 0.09),
      transparent 28%
    ),
    radial-gradient(
      circle at 94% 88%,
      rgba(255, 164, 71, 0.1),
      transparent 24%
    ),
    #f8faff;
  overflow: hidden;
}
.faq-page-modern .faq-left-area {
  top: 120px;
  padding: 10px 34px 20px 0;
}

.faq-page-modern .section-title h2 {
  max-width: 480px;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.faq-page-modern .section-title p {
  max-width: 460px;
  color: #626b7a;
  font-size: 17px;
  line-height: 1.75;
}
.faq-support-card {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 420px;
  margin-top: 32px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(29, 42, 68, 0.08);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(35, 49, 82, 0.08);
}
.faq-support-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  color: #fff;
  background: #971b21df;
  border-radius: 14px;
  font-size: 21px;
}

.doz-font-sp {
  font-size: 14px;
  font-weight: 500;
  color: #777b8c;
}
.doz-font-sp2 {
  color: var(--primary-color2);
  font-weight: 700;
  font-size: 14px;
}
.faq-search input:focus {
  border-color: var(--primary-color2);
  box-shadow: 0 0 0 4px rgba(var(--primary-color2-opc), 0.11);
}
.faq-page-modern .faq-wrap .accordion {
  counter-reset: faq-counter;
}
.faq-page-modern .faq-wrap .accordion .accordion-item {
  position: relative;
  margin-bottom: 14px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(29, 42, 68, 0.09);
  border-radius: 16px;
  box-shadow: 0 7px 22px rgba(31, 46, 82, 0.045);
  counter-increment: faq-counter;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}

.faq-page-modern .accordion-button:not(.collapsed) {
  color: var(--primary-color2);
  background: rgba(var(--primary-color2-opc), 0.045);
}
.faq-page-modern .faq-wrap .accordion .accordion-body {
  padding: 22px 26px 25px 78px;
  color: #626b7a;
  background: #fff;
  border-top: 1px solid rgba(29, 42, 68, 0.07);
  font-size: 15px;
  line-height: 1.8;
}
.faq-empty {
  padding: 35px 20px;
  color: #737b89;
  text-align: center;
}
@media (max-width: 991px) {
  .faq-page-modern {
    padding: 75px 0 90px;
  }
  .faq-page-modern .faq-left-area {
    position: static;
    padding-right: 0;
  }
  .faq-page-modern .section-title p {
    max-width: 680px;
  }
}
@media (max-width: 575px) {
  .faq-page-modern {
    padding: 55px 0 70px;
  }
  .faq-page-modern .faq-wrap {
    padding: 14px;
    border-radius: 18px;
  }
  .faq-page-modern .faq-wrap .accordion .accordion-button {
    min-height: 74px;
    padding: 16px 45px 16px 61px;
    font-size: 15px;
  }
  .faq-page-modern .accordion-button::before {
    left: 13px;
    width: 36px;
    height: 36px;
  }
  .faq-page-modern .faq-wrap .accordion .accordion-body {
    padding: 18px 18px 20px;
    font-size: 14px;
  }
}
.faq-orb {
  position: absolute;
  z-index: 0;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(var(--primary-color2-opc), 0.12);
  border-radius: 50%;
  pointer-events: none;
  animation: faqFloat 7s ease-in-out infinite;
}
.faq-orb::before,
.faq-orb::after {
  position: absolute;
  border: 1px solid rgba(var(--primary-color2-opc), 0.1);
  border-radius: inherit;
  content: "";
}
.faq-orb::before {
  inset: 18px;
}
.faq-orb::after {
  inset: 38px;
}
.faq-orb-one {
  top: 55px;
  left: -65px;
}
.faq-orb-two {
  right: -50px;
  bottom: 35px;
  width: 110px;
  height: 110px;
  border-color: rgba(var(--primary-color2-opc), 0.12);
  animation-delay: -3s;
}

.faq-kicker {
  padding: 0;
  color: #c5222a;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.faq-page-modern .section-title h2 {
  max-width: 430px;
  margin-bottom: 18px;
  font-size: clamp(34px, 3.5vw, 48px);
  letter-spacing: -0.02em;
  background: linear-gradient(
    90deg,
    #111 0%,
    #111 48%,
    #c5222a 50%,
    #111 54%,
    #111 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: faqTextShine 5s linear infinite;
}

.faq-page-modern .faq-wrap .accordion .accordion-button {
  min-height: 72px;
  padding: 17px 52px 17px 22px;
  font-size: 16px;
  background: #fff;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    padding-left 0.25s ease;
}

.dozo-span {
  font-size: 20px;
  font-weight: 700;
  color: #971b21;
  background-color: #fff;
  padding: 10px 10px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
}
@keyframes faqRevealLeft {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes faqRevealRight {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes faqCardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes faqAnswerIn {
  from {
    opacity: 0;
    transform: translateY(-7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes faqFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(8deg);
  }
}
@keyframes faqLine {
  from {
    width: 16px;
  }
  to {
    width: 28px;
  }
}
@keyframes faqIconPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color2-opc), 0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(var(--primary-color2-opc), 0.08);
  }
}
@keyframes faqTextShine {
  to {
    background-position: -220% center;
  }
}
@media (max-width: 991px) {
  .faq-page-modern {
    padding: 60px 0 75px;
  }
  .faq-page-modern .faq-left-area {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .faq-page-modern {
    padding: 45px 0 60px;
  }
  .faq-page-modern .faq-wrap .accordion .accordion-body {
    padding: 16px 18px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-page-modern *,
  .faq-page-modern *::before,
  .faq-page-modern *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Announcement Section */
.gs-announcement-section {
  padding: 70px 0;
  background: #ffffff;
}

.gs-announcement-heading {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 24px;
}

.gs-announcement-heading h2 {
  margin: 0;
  color: #17283d;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.gs-announcement-heading span {
  height: 1px;
  flex: 1;
  background: #9d9d9d;
}

/* Featured Announcement */

.gs-featured-announcement {
  display: block;
  text-decoration: none;
}

.gs-featured-image {
  width: 100%;
  height: 530px;
  overflow: hidden;
  border-radius: 6px;
  background: #f5f5f5;
}

.gs-featured-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gs-featured-announcement:hover .gs-featured-image img {
  transform: scale(1.04);
}

.gs-featured-date {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 14px;
  color: #929292;
  font-size: 16px;
  font-weight: 500;
}

.gs-featured-date i {
  color: #c52232;
  font-size: 18px;
}
.home1-banner-section .carousel-item {
  height: 80vh;
}
.doz-image-w {
  height: 100%;
  object-fit: 100% 100%;
}
@media screen and (max-width: 768px) {
  .home1-banner-section .carousel-item {
    height: 40vh;
  }
}
@media screen and (max-width: 1050px) {
  .home1-banner-section .carousel-item {
    height: 50vh;
  }
}

/*========================
 Announcement List 
 =========================*/

.gs-announcement-list {
  max-height: 100%;
  overflow: hidden;
}

.gs-announcement-item {
  display: block;
  padding: 5px 14px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gs-announcement-item:hover {
  padding-left: 20px;
  background: #fff9e7;
}

.gs-announcement-date {
  display: block;
  margin-bottom: 3px;
  color: #c52232;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.gs-announcement-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gs-announcement-title h4 {
  margin: 0;
  color: #3f3f3f;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  transition: color 0.3s ease;
}

.gs-announcement-item:hover .gs-announcement-title h4 {
  color: #c52232;
}

.gs-new-badge {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 25px;
  color: #ffffff;
  font-size: 8px;
  font-weight: 500;
  background: #df101b;
  clip-path: polygon(
    50% 0%,
    61% 20%,
    82% 8%,
    86% 31%,
    100% 39%,
    87% 56%,
    95% 78%,
    70% 78%,
    61% 100%,
    45% 84%,
    24% 98%,
    21% 75%,
    0% 67%,
    14% 48%,
    3% 27%,
    27% 25%
  );
}

/* View All */

.gs-view-all-wrapper {
  margin-top: 8px;
  text-align: right;
}

.gs-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c52232;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gs-view-all-btn i {
  transition: transform 0.3s ease;
}

.gs-view-all-btn:hover {
  color: #9d1421;
}

.gs-view-all-btn:hover i {
  transform: translateX(5px);
}

/* Tablet */

@media (max-width: 991px) {
  .gs-announcement-section {
    padding: 55px 0;
  }

  .gs-announcement-heading h2 {
    font-size: 32px;
  }

  .gs-featured-image {
    height: 450px;
  }

  .gs-announcement-list {
    max-height: none;
  }
}

/* Mobile */

@media (max-width: 575px) {
  .gs-announcement-section {
    padding: 45px 0;
  }

  .gs-announcement-heading {
    gap: 14px;
    margin-bottom: 20px;
  }

  .gs-announcement-heading h2 {
    font-size: 25px;
  }

  .gs-featured-image {
    height: 350px;
  }

  .gs-announcement-item {
    padding: 5px 5px 16px;
    margin-bottom: 16px;
  }

  .gs-announcement-title {
    align-items: flex-start;
  }

  .gs-announcement-title h4 {
    font-size: 16px;
    line-height: 1.45;
  }

  .gs-new-badge {
    width: 45px;
    height: 25px;
    font-size: 9px;
  }

  .gs-view-all-wrapper {
    text-align: left;
    margin-top: 20px;
  }
}

/*=====================
 Announcements Details
======================= */
.newss-doz {
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}
.tab-body {
  padding: 0 10px;
}
.doz-news-card {
  background-color: #fff;
  border: none;
  border-radius: 15px;
  box-shadow:
    rgba(160, 95, 88, 0.25) 0px 2px 5px -1px,
    rgba(171, 170, 170, 0.3) 0px 1px 3px -1px;
}
.home-announcements {
  background: #f5f5f5;
  padding: 90px 0;
}
.newss-doz h3 {
  font-size: 17px;
  font-weight: 600;
  color: #303546;
}
.date-doz span {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.date-doz {
  background: #9d1422e5;
  width: fit-content;
  padding: 0px 10px;
}
.doz-btn-news {
  font-size: 14px;
  font-weight: 600;
  color: #9d1421;
}

.announcement-detail-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #f8f7f5 0%, #f1f4f8 100%);
}
.announcement-detail-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px;
  background: #fff;
  border: 1px solid #ece7e2;
  border-radius: 20px;
  box-shadow: 0 18px 55px rgba(35, 43, 54, 0.1);
}
.announcement-detail-topline,
.announcement-detail-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.announcement-detail-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 50px;
  background: #9d1421;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.announcement-detail-date {
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}
.announcement-detail-date i {
  color: #9d1421;
  margin-right: 5px;
}
.announcement-detail-card h2 {
  margin: 25px 0 18px;
  color: #242a35;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.2;
}
.announcement-detail-divider {
  width: 65px;
  height: 4px;
  margin-bottom: 28px;
  border-radius: 4px;
  background: #9d1421;
}
.announcement-detail-content {
  color: #505968;
  font-size: 16px;
  line-height: 1.85;
}
.announcement-detail-content > *:last-child {
  margin-bottom: 0;
}
.announcement-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.announcement-detail-actions {
  margin-top: 38px;
  padding-top: 25px;
  border-top: 1px solid #eee8e3;
  justify-content: flex-start;
}
.announcement-pdf-btn,
.announcement-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 19px;
  border-radius: 7px;
  font-weight: 700;
  transition: 0.25s ease;
}
.announcement-pdf-btn {
  color: #fff;
  background: #9d1421;
}
.announcement-pdf-btn:hover {
  color: #fff;
  background: #76101a;
  transform: translateY(-2px);
}
.announcement-back-btn {
  color: #9d1421;
  background: #f9eeee;
}
.announcement-back-btn:hover {
  color: #fff;
  background: #9d1421;
}
.announcement-empty-state {
  max-width: 650px;
  margin: 0 auto;
  padding: 65px 30px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 55px rgba(35, 43, 54, 0.08);
}
.announcement-empty-state > i {
  display: block;
  margin-bottom: 18px;
  color: #9d1421;
  font-size: 52px;
}
.announcement-empty-state h2 {
  margin-bottom: 10px;
  color: #242a35;
}
.announcement-empty-state p {
  margin-bottom: 25px;
  color: #6b7280;
}
@media screen and (max-width: 768){
   .announcement-detail-card{
    width: 100%;
   }
}
@media (max-width: 575px) {
  .announcement-detail-section {
    padding: 55px 0;
  }
  .announcement-detail-card {
    padding: 28px 22px;
    width: 100%;
    border-radius: 14px;
  }
  .announcement-detail-card h2 {
    margin-top: 20px;
  }
}

/*=====================
 Refund Policy 
 =========================*/
.refund-page {
  padding: 92px 0 105px;
  background: #f6f3ed;
}

.refund-document {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e5dfd4;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(42, 35, 25, 0.09);
}

.refund-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 42px;
  overflow: hidden;
  color: #fff;
  background: #1d2433;
}

.refund-aside::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 35px rgba(255, 255, 255, 0.035),
    0 0 0 70px rgba(255, 255, 255, 0.025);
}

.refund-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e2b95b;
  font: 700 11px/1 var(--font-inter);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.refund-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.refund-aside h2 {
  max-width: 230px;
  margin: 20px 0 16px;
  color: #fff;
  font: 400 clamp(38px, 4vw, 54px)/1.08 var(--font-young-serif);
}

.refund-aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font: 500 16px/1.75 var(--font-inter);
}

.refund-seal {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #e2b95b;
  font: 400 26px/1 var(--font-young-serif);
}

.refund-content {
  padding: 26px 58px 38px;
}

.refund-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  padding: 15px 0;
  border-bottom: 1px solid #ece8e0;
}

.refund-item:last-of-type {
  border-bottom: 0;
}

.refund-number {
  color: #cd1c0f;
  font: 700 16px/1.7 var(--font-inter);
  letter-spacing: 1px;
}

.refund-item h3 {
  margin: 0 0 11px;
  color: #1d2433;
  font: 400 25px/1.3 var(--font-young-serif);
}

.refund-item p {
  margin: 0;
  color: #626773;
  font: 400 16px/1.85 var(--font-inter);
}

.refund-contact {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  padding-top: 34px;
}

.refund-contact-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: var(--primary-color);
}

.refund-contact-icon svg {
  fill: currentColor;
}

.refund-contact h3 {
  margin: 0 0 8px;
  color: #1d2433;
  font: 400 25px/1.3 var(--font-young-serif);
}

.refund-contact p {
  margin: 0 0 16px;
  color: #626773;
  font: 400 15px/1.75 var(--font-inter);
}

.refund-email {
  display: inline-block;
  color: var(--primary-color);
  font: 700 14px/1.4 var(--font-inter);
  text-decoration: none;
  border-bottom: 1px solid rgba(var(--primary-color-opc), 0.3);
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.refund-email:hover {
  color: #1d2433;
  border-color: #1d2433;
}

@media (max-width: 991px) {
  .refund-page {
    padding: 68px 0 78px;
  }
  .refund-document {
    grid-template-columns: 280px minmax(0, 1fr);
  }
  .refund-aside {
    padding: 44px 32px;
  }
  .refund-content {
    padding: 22px 38px 32px;
  }
}

@media (max-width: 767px) {
  .refund-document {
    grid-template-columns: 1fr;
  }
  .refund-aside {
    min-height: auto;
    padding: 38px 32px;
  }
  .refund-aside h2 {
    max-width: none;
    margin-bottom: 12px;
  }
  .refund-seal {
    display: none;
  }
  .refund-content {
    padding: 15px 32px 34px;
  }
}

@media (max-width: 575px) {
  .refund-page {
    padding: 45px 0 58px;
  }
  .refund-document {
    border-radius: 0;
  }
  .refund-aside {
    padding: 32px 24px;
  }
  .refund-content {
    padding: 10px 24px 30px;
  }
  .refund-item,
  .refund-contact {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .refund-item {
    padding: 27px 0;
  }
  .refund-contact {
    padding-top: 28px;
  }
  .refund-item h3,
  .refund-contact h3 {
    font-size: 23px;
  }
}

.home-terms-condition {
  padding: 90px 0;
}
.home-community-support {
  padding: 90px 0;
}

/*=========================
   Terms & Condition 
   ===========================*/
.home-terms-condition {
  padding: 80px 0;
  background: #f8fafc;
}

.tc-header {
  text-align: center;
  margin-bottom: 40px;
}

.tc-badge {
  display: inline-block;
  padding: 8px 18px;
  background: #fff4d6;
  color: #d97706;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.tc-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.tc-header p {
  max-width: 700px;
  margin: auto;
  color: #64748b;
}

.tc-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #ffc107;
}

.tc-card h4 {
  color: #dc3545;
  font-weight: 700;
  margin-bottom: 20px;
}

.tc-card p {
  color: #475569;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 18px;
  font-size: 16px;
}

.tc-list {
  padding-left: 20px;
}

.tc-list li {
  margin-bottom: 12px;
  color: #334155;
  line-height: 1.8;
  font-size: 16px;
}

@media (max-width: 768px) {
  .tc-header h2 {
    font-size: 30px;
  }

  .tc-card {
    padding: 25px;
  }
}

/* ==========================================================================
   DYNAMIC THEME SYSTEM (DEFAULT: BLUE #271DD4 | ALTERNATE: MAROON #B8272D)
   ========================================================================== */

:root,
html,
html[data-theme="blue"] {
  --primary-color2: #271dd4;
  --primary-color2-opc: 39, 29, 212;
  --primary-color2-hover: #1b12ab;
  --primary-color2-light: #eeebfe;
  --button-color2: #271dd4;
  --goals-orange: #271dd4;
  --goals-orange-light: rgba(39, 29, 212, 0.08);
  --theme-accent: #271dd4;
  --theme-gradient: linear-gradient(90deg, #271dd4 0%, #4f46e5 100%);
  --theme-gradient-accent: linear-gradient(90deg, #271dd4 0%, #00c6ff 100%);
  --badge-bg: #271dd4;
  --footer-bg-color: #110b5c;
  --footer-accent: #00e5ff;
  --footer-link-hover: #4f87ff;
}

html[data-theme="maroon"] {
  --primary-color2: #b8272d;
  --primary-color2-opc: 184, 39, 45;
  --primary-color2-hover: #800000;
  --primary-color2-light: #fde5df;
  --button-color2: #b8272d;
  --goals-orange: #ff6839;
  --goals-orange-light: rgba(255, 104, 57, 0.07);
  --theme-accent: #ff6839;
  --theme-gradient: linear-gradient(
    90.01deg,
    #b8272d 0.01%,
    rgba(255, 104, 57, 0) 102.8%
  );
  --theme-gradient-accent: linear-gradient(90deg, #e31e24, #ffc107);
  --badge-bg: #df101b;
  --footer-bg-color: #700609;
  --footer-accent: #ffb703;
  --footer-link-hover: #ff7555;
}

/* Theme Dynamic Color Overrides across Whole Website */

/* Bulletproof Primary Button Colors & Hover Visibility Fix */
.primary-btn {
  background-color: var(--primary-color2) !important;
  color: #ffffff !important;
  border-color: var(--primary-color2) !important;
}

.primary-btn span {
  color: #ffffff !important;
}

.primary-btn svg {
  fill: #ffffff !important;
}

.primary-btn::after {
  color: #ffffff !important;
}

.primary-btn:hover {
  background-color: var(--primary-color2-hover) !important;
  color: #ffffff !important;
  border-color: var(--primary-color2-hover) !important;
}

.primary-btn:hover span {
  color: #ffffff !important;
}

.primary-btn:hover svg {
  fill: #ffffff !important;
}

.primary-btn:hover::after {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Transparent / Outline Buttons */
.primary-btn.transparent,
.primary-btn.primary-color-transparent {
  background-color: transparent !important;
  color: var(--primary-color2) !important;
  border: 1px solid var(--primary-color2) !important;
}

.primary-btn.transparent span,
.primary-btn.primary-color-transparent span {
  color: var(--primary-color2) !important;
}

.primary-btn.transparent svg,
.primary-btn.primary-color-transparent svg {
  fill: var(--primary-color2) !important;
}

.primary-btn.transparent:hover,
.primary-btn.primary-color-transparent:hover {
  background-color: var(--primary-color2) !important;
  color: #ffffff !important;
}

.primary-btn.transparent:hover span,
.primary-btn.primary-color-transparent:hover span {
  color: #ffffff !important;
}

.primary-btn.transparent:hover svg,
.primary-btn.primary-color-transparent:hover svg {
  fill: #ffffff !important;
}

/* Secondary & Style-2 Buttons */
.primary-btn.style-2 {
  background-color: var(--primary-color2) !important;
  color: #ffffff !important;
}

.primary-btn.style-2:hover {
  background-color: var(--primary-color2-hover) !important;
  color: #ffffff !important;
}

/* Header Login Button & Contact Submit */
.login-btn {
  background: var(--primary-color2) !important;
  color: #ffffff !important;
}

.login-btn:hover {
  background: var(--primary-color2-hover) !important;
  color: #ffffff !important;
}

.contact-submit {
  background: var(--primary-color2) !important;
  color: #ffffff !important;
}

.contact-submit:hover {
  background: var(--primary-color2-hover) !important;
  color: #ffffff !important;
}

.goals-section-tag {
  color: var(--theme-accent) !important;
  border-color: rgba(var(--primary-color2-opc), 0.2) !important;
  background: var(--goals-orange-light) !important;
}

.goals-section-heading h2 span {
  color: var(--theme-accent) !important;
}

.goals-feature-card {
  border-color: rgba(var(--primary-color2-opc), 0.15) !important;
}

.goals-feature-card:hover {
  border-color: var(--primary-color2) !important;
}

.goals-feature-icon {
  color: var(--primary-color2) !important;
  background: var(--primary-color2-light) !important;
}

.goals-feature-card:hover .goals-feature-icon {
  color: #ffffff !important;
  background: var(--primary-color2) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-color2) !important;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color2) !important;
}

.home-video-card:hover {
  border-color: rgba(var(--primary-color2-opc), 0.3) !important;
}

.rg-gallery-heading:before {
  background: var(--theme-gradient-accent) !important;
}

.rg-gallery-overlay {
  background: rgba(var(--primary-color2-opc), 0.75) !important;
}

.rsbutton .circle {
  background: var(--primary-color2) !important;
}

.rsbutton .button-text {
  color: var(--primary-color2) !important;
}

.rsbutton:hover .circle {
  background: var(--theme-gradient-accent) !important;
}

.btn-gallery-back {
  background: var(--primary-color2) !important;
}

#scroll-section .contact-content {
  background: linear-gradient(
    145deg,
    var(--primary-color2-hover) 0%,
    var(--primary-color2) 60%,
    #171341 100%
  ) !important;
}

#scroll-section .form-inner input:focus,
#scroll-section .form-inner textarea:focus {
  border-color: var(--primary-color2) !important;
  box-shadow: 0 0 0 4px rgba(var(--primary-color2-opc), 0.15) !important;
}

.doz-arrow-c {
  color: var(--primary-color2) !important;
}

.faq-support-icon {
  background: var(--primary-color2) !important;
}

.faq-kicker {
  color: var(--primary-color2) !important;
}

.dozo-span {
  color: var(--primary-color2) !important;
}

.gs-featured-date i,
.gs-announcement-date {
  color: var(--primary-color2) !important;
}

.gs-announcement-item:hover .gs-announcement-title h4 {
  color: var(--primary-color2) !important;
}

.gs-new-badge {
  background: var(--primary-color2) !important;
}

.gs-view-all-btn {
  color: var(--primary-color2) !important;
}

.gs-view-all-btn:hover {
  color: var(--primary-color2-hover) !important;
}

.date-doz {
  background: var(--primary-color2) !important;
}

.doz-btn-news {
  color: var(--primary-color2) !important;
}

.refund-number {
  color: var(--primary-color2) !important;
}

.tc-card h4 {
  color: var(--primary-color2) !important;
}

.progress-wrap svg.progress-circle {
  stroke: var(--primary-color2) !important;
}

.progress-wrap .arrow {
  fill: var(--primary-color2) !important;
}

.progress-wrap:hover {
  background-color: var(--primary-color2) !important;
}

header.style-1 .main-menu ul > li > a.active {
  color: var(--primary-color2) !important;
}

header.style-1 .main-menu ul > li > a:hover {
  color: var(--primary-color2) !important;
}

header.style-1 .main-menu ul > li.active > a {
  color: var(--primary-color2) !important;
}

header.style-1 .main-menu ul > li i.active {
  color: var(--primary-color2) !important;
}

.section-title span svg path,
.section-title span svg circle,
.section-title span svg rect {
  fill: var(--goals-orange) !important;
}

.section-title span svg path[stroke],
.section-title span svg circle[stroke] {
  stroke: var(--goals-orange) !important;
}

/* Header Topbar Switcher Controls */
.topbar-theme-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.topbar-theme-switcher .switcher-label {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 4px;
}

.theme-options-pill {
  display: inline-flex;
  gap: 4px;
  background: #ffffff;
  padding: 3px;
  border-radius: 20px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.theme-option-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
}

.theme-option-btn .color-box {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: inline-block;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.15),
    0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  position: relative;
}

.theme-option-btn.sw-blue .color-box {
  background: linear-gradient(135deg, #271dd4 0%, #1b13a6 100%);
}

.theme-option-btn.sw-maroon .color-box {
  background: linear-gradient(135deg, #b8272d 0%, #8f1b20 100%);
}

.theme-option-btn:hover .color-box {
  transform: scale(1.12);
}

.theme-option-btn.active .color-box {
  transform: scale(1.18);
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px var(--primary-color2),
    0 4px 10px rgba(0, 0, 0, 0.25);
}

.theme-option-btn.active .color-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}

/* Floating Theme Switcher Widget */
.floating-theme-bar {
  position: fixed;
  right: 25px;
  bottom: 85px;
  z-index: 99999;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 4px;
  border-radius: 50px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--primary-color2);
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-theme-toggle-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: var(--primary-color2);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
  outline: none;
}

.floating-theme-toggle-btn:hover {
  transform: rotate(20deg) scale(1.1);
}

.floating-theme-bar.open .floating-theme-toggle-btn {
  background: var(--primary-color2);
  color: #ffffff;
}

.floating-theme-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-theme-bar.open .floating-theme-menu {
  max-width: 120px;
  opacity: 1;
  visibility: visible;
  padding-left: 8px;
  padding-right: 6px;
}

/* ==========================================================================
   ENHANCED COURSE CARD & BUTTON UI DESIGN
   ========================================================================== */

.cours-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06) !important;
  transition:
    transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.35s ease !important;
}

.cours-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 36px rgba(var(--primary-color2-opc), 0.15) !important;
  border-color: rgba(var(--primary-color2-opc), 0.25) !important;
  background-color: #ffffff !important;
}

.cours-card .cours-image {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 16px 16px 0 0 !important;
  height: 210px !important;
}

.cours-card .cours-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.cours-card:hover .cours-image img {
  transform: scale(1.07) !important;
}

.cours-card-content {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  padding: 22px 20px 20px !important;
  justify-content: space-between !important;
}

.cours-card-content-wrap h4,
.cours-card-content-wrap h4.doz-content-size {
  margin-bottom: 10px !important;
  line-height: 1.35 !important;
}

.cours-card-content-wrap h4 a {
  font-family: var(--font-inter), sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #17233c !important;
  transition: color 0.25s ease !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.cours-card:hover .cours-card-content-wrap h4 a {
  color: var(--primary-color2) !important;
}

.doz-content-size2 {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #667085 !important;
  margin-bottom: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Redesigned Card Bottom Area & Button */
.cours-card .card-bottom-area {
  margin-top: auto !important;
  padding-top: 14px !important;
  border-top: 1px solid #f0f2f7 !important;
  background-color: transparent !important;
}

.cours-card:hover .cours-card-content .card-bottom-area ul {
  background-color: transparent !important;
}

.cours-card .card-bottom-area ul {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  display: block !important;
  width: 100% !important;
}

.cours-card .card-bottom-area ul li {
  width: 100% !important;
}

.cours-card .card-bottom-area ul li::after {
  display: none !important;
}

/* Premium Course Button Style */
.course-card-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 12px 20px !important;
  border-radius: 50px !important;
  background: var(--primary-color2) !important;
  color: #ffffff !important;
  font-family: var(--font-inter), sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(var(--primary-color2-opc), 0.28) !important;
  transition: all 0.3s ease !important;
  border: 1px solid transparent !important;
}

.course-card-btn span {
  transition: transform 0.3s ease !important;
  color: #ffffff !important;
}

.course-card-btn i,
.course-card-btn svg {
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  transition: transform 0.3s ease !important;
}

.course-card-btn:hover,
.cours-card:hover .course-card-btn {
  background: var(--primary-color2-hover) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(var(--primary-color2-opc), 0.42) !important;
  transform: translateY(-2px) !important;
}

.course-card-btn:hover i,
.course-card-btn:hover svg,
.cours-card:hover .course-card-btn i,
.cours-card:hover .course-card-btn svg {
  transform: translateX(5px) !important;
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* ==========================================================================
   DYNAMIC FOOTER THEME SYSTEM
   ========================================================================== */

.footer-section {
  background-color: var(--footer-bg-color) !important;
  transition: background-color 0.4s ease !important;
}

.footer-section
  .footer-wrapper
  .footer-menu-wrap
  .footer-widget
  .widget-title
  h4::after {
  background: var(--theme-gradient-accent) !important;
  opacity: 0.9 !important;
  height: 3px !important;
}

.footer-section
  .footer-wrapper
  .footer-menu-wrap
  .footer-widget
  .menu-container
  .widget-list
  li
  a:hover,
.doz-iconstyle a:hover,
.footer-bottom-right ul li a:hover {
  color: var(--footer-accent) !important;
}

.footer-section
  .footer-wrapper
  .footer-menu-wrap
  .footer-widget
  .menu-container
  .widget-list
  li::after {
  background-color: var(--footer-accent) !important;
}

.doz-iconstyle:hover i {
  color: var(--footer-accent) !important;
}

.social-area .social-list li a {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

.social-area .social-list li a:hover {
  background: var(--primary-color2) !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.copyright-area .dozu-fru,
.copyright-area .dozu-ank {
  color: var(--footer-accent) !important;
  font-weight: 700 !important;
}

.footer-bottom-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

/* ==========================================================================
   FLOATING QUICK CONTACT BUTTONS (CALL & WHATSAPP - BOTTOM LEFT)
   ========================================================================== */
.floating-quick-contact {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.quick-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #ffffff !important;
  text-decoration: none !important;
  outline: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.quick-btn svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  transition: transform 0.3s ease;
}

.quick-call-btn {
  background: linear-gradient(135deg, #ff3b30 0%, #e02424 100%);
  box-shadow: 0 4px 18px rgba(224, 36, 36, 0.45);
  animation: pulse-call 2s infinite;
}

.quick-call-btn:hover {
  transform: scale(1.14);
  background: linear-gradient(135deg, #e02424 0%, #c81e1e 100%);
  box-shadow: 0 6px 24px rgba(224, 36, 36, 0.65);
}

.quick-whatsapp-btn {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
  animation: pulse-wa 2s infinite 1s;
}

.quick-whatsapp-btn:hover {
  transform: scale(1.14);
  background: linear-gradient(135deg, #20ba5a 0%, #0e7367 100%);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.65);
}

.quick-btn:hover svg {
  transform: scale(1.15) rotate(6deg);
}

/* Tooltip on Hover */
.quick-btn-tooltip {
  position: absolute;
  left: 64px;
  top: 50%;
  transform: translateY(-50%) translateX(-8px);
  background: #1e293b;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
}

.quick-btn-tooltip::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent #1e293b transparent transparent;
}

.quick-btn:hover .quick-btn-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* Pulse Animations */
@keyframes pulse-call {
  0% {
    box-shadow:
      0 0 0 0 rgba(224, 36, 36, 0.6),
      0 4px 18px rgba(224, 36, 36, 0.45);
  }
  70% {
    box-shadow:
      0 0 0 14px rgba(224, 36, 36, 0),
      0 4px 18px rgba(224, 36, 36, 0.45);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(224, 36, 36, 0),
      0 4px 18px rgba(224, 36, 36, 0.45);
  }
}

@keyframes pulse-wa {
  0% {
    box-shadow:
      0 0 0 0 rgba(37, 211, 102, 0.6),
      0 4px 18px rgba(37, 211, 102, 0.45);
  }
  70% {
    box-shadow:
      0 0 0 14px rgba(37, 211, 102, 0),
      0 4px 18px rgba(37, 211, 102, 0.45);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(37, 211, 102, 0),
      0 4px 18px rgba(37, 211, 102, 0.45);
  }
}

/* Responsive adjustment for mobile screens */
@media (max-width: 576px) {
  .floating-quick-contact {
    left: 15px;
    bottom: 20px;
    gap: 10px;
  }
  .quick-btn {
    width: 46px;
    height: 46px;
  }
  .quick-btn svg {
    width: 20px;
    height: 20px;
  }
}

header .main-menu ul.menu-list > li > a i.nav-dropdown-arrow {
  display: inline-block;
  opacity: 1;
  position: static;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
  transition:
    transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    color 0.3s ease;
}

header .main-menu ul.menu-list > li:hover > a i.nav-dropdown-arrow {
  transform: rotate(180deg);
  color: var(--primary-color2);
}

.faq-section2 .faq-wrap .accordion .accordion-item {
  background-color: var(--primary-color2) !important;
}

.faq-section2
  .faq-wrap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  color: var(--primary-color2) !important;
}

.faq-section2
  .faq-wrap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #fff !important;
}

.faq-wrap .accordion .accordion-item .accordion-body {
  border-color: var(--primary-color2) !important;
}

.doz-card-cat{
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: rgba(110, 110, 110, 0.24) 0px 3px 8px;
}

.doz-head-cat {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    padding-bottom: 12px;
}

.doz-head-cat::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #333;
    border-radius: 5px;
    left: 0;
    bottom: 0;
}
.courses-card-section .form-control:focus{
   box-shadow: none;
}
.courses-card-section .nice-select{
  background: #fff;
  border: 1px solid #e8e7e7;
  border-radius: 10px;
  height: 45px;
}
