/* ==========================================
   CTA / CONTACT BANNER
========================================== */

.akg-cta-section {
  position: relative;
  width: 100%;

  /* Reference jaisi compact height */
  padding: 68px 20px 0;

  overflow: visible;

  background: linear-gradient(110deg,
      #2e7d32 0%,
      #456c2d 38%,
      #6b4a29 68%,
      #7b1e1e 100%);
}


/* ==========================================
   CONTENT
========================================== */

.akg-cta-content {
  position: relative;
  z-index: 2;

  max-width: 1100px;
  margin: 0 auto;

  text-align: center;
}


/* ==========================================
   HEADING
========================================== */

.akg-cta-content h2 {
  margin: 0 0 10px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;

  color: #ffffff;
}


/* ==========================================
   DESCRIPTION
========================================== */

.akg-cta-content p {
  max-width: 850px;

  margin: 0 auto 22px;

  font-size: 19px;
  line-height: 1.6;
  font-weight: 400;

  color: #ffffff;
}


/* ==========================================
   BUTTON
========================================== */

.akg-cta-btn {
  position: relative;
  z-index: 5;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  width: 340px;
  height: 60px;

  padding: 0 28px;

  background: #ffffff;
  color: #7b1e1e;

  border-radius: 10px;

  text-decoration: none;

  font-size: 18px;
  font-weight: 700;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);

  /*
       Important:
       Button reference ki tarah
       section ke bottom se thoda bahar niklega.
    */
  transform: translateY(13px);

  transition: all 0.3s ease;
}


/* ==========================================
   BUTTON ICON
========================================== */

.akg-cta-btn i {
  font-size: 17px;
  color: #2e7d32;

  transition: all 0.3s ease;
}


/* ==========================================
   BUTTON HOVER
========================================== */

.akg-cta-btn:hover {
  background: #7b1e1e;
  color: #ffffff;

  transform: translateY(9px);

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}


.akg-cta-btn:hover i {
  color: #ffffff;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

  .akg-cta-section {
    padding: 58px 20px 0;
  }

  .akg-cta-content h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .akg-cta-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 21px;
  }

  .akg-cta-btn {
    width: 310px;
    height: 56px;

    font-size: 17px;

    transform: translateY(12px);
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 576px) {

  .akg-cta-section {
    padding: 42px 18px 0;
  }


  .akg-cta-content h2 {
    font-size: 29px;
    line-height: 1.25;

    margin-bottom: 12px;
  }


  .akg-cta-content p {
    font-size: 15.5px;
    line-height: 1.65;

    margin-bottom: 20px;
  }


  .desktop-break {
    display: none;
  }


  .akg-cta-btn {
    width: 100%;
    height: 54px;

    padding: 0 18px;

    font-size: 16px;

    border-radius: 8px;

    transform: translateY(12px);
  }


  .akg-cta-btn i {
    font-size: 16px;
  }

}

/* ==========================================
   ASTROLOGY KUNDLI GURU - FAQ
========================================== */

.akg-faq-section {
  position: relative;
  padding: 65px 0 80px;
  background: #ffffff;
}


/* ==========================================
   FAQ HEADING
========================================== */

.akg-faq-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 45px;
}


/* Small Label */
.akg-faq-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 19px;

  background: #2e7d32;
  color: #ffffff;

  border-radius: 30px;

  font-size: 14px;
  font-weight: 600;

  margin-bottom: 15px;
}


/* Heading */
.akg-faq-heading h2 {
  margin: 0 0 12px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;

  color: #7b1e1e;
}


/* Heading paragraph */
.akg-faq-heading p {
  margin: 0 auto;

  max-width: 700px;

  font-size: 16px;
  line-height: 1.8;

  color: #555;
}


/* ==========================================
   FAQ LIST
========================================== */

.akg-faq-list {
  width: 100%;
  max-width: 1100px;

  margin: 0 auto;
}


/* ==========================================
   FAQ ITEM
========================================== */

.akg-faq-item {
  margin-bottom: 14px;

  border: 1px solid rgba(123, 30, 30, 0.18);

  border-radius: 15px;

  overflow: hidden;

  background: #ffffff;

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}


/* ==========================================
   QUESTION
========================================== */

.akg-faq-question {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding: 25px 28px;

  border: 0;
  outline: none;

  background: #ffffff;

  color: #17235c;

  text-align: left;

  font-family: inherit;
  font-size: 18px;
  font-weight: 600;

  cursor: pointer;

  transition:
    background 0.3s ease,
    color 0.3s ease;
}


/* ==========================================
   HOVER
========================================== */

.akg-faq-question:hover {
  background: #f3f8f3;
  color: #7b1e1e;
}


.akg-faq-item:hover {
  border-color: rgba(46, 125, 50, 0.35);

  /* box-shadow: 0 8px 25px rgba(46, 125, 50, 0.08); */
}


/* ==========================================
   OPEN QUESTION
========================================== */

.akg-faq-item.active {
  border-color: rgba(46, 125, 50, 0.35);

  /* box-shadow: 0 10px 30px rgba(46, 125, 50, 0.10); */
}


.akg-faq-item.active .akg-faq-question {
  background: #f1f7f1;
  color: #7b1e1e;
}


/* ==========================================
   ICON
========================================== */

.akg-faq-icon {
  flex: 0 0 36px;

  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #2e7d32;

  border-radius: 50%;

  color: #2e7d32;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}


.akg-faq-icon i {
  font-size: 15px;

  transition: transform 0.3s ease;
}

.akg-faq-item.active .akg-faq-icon {
  background: #7b1e1e;
  border-color: #7b1e1e;
  color: #ffffff;
}


.akg-faq-item.active .akg-faq-icon i {
  transform: rotate(45deg);
}
.akg-faq-answer {
  display: grid;

  grid-template-rows: 0fr;

  transition:
    grid-template-rows 0.4s ease,
    opacity 0.3s ease;

  opacity: 0;
}


.akg-faq-item.active .akg-faq-answer {
  grid-template-rows: 1fr;

  opacity: 1;
}


.akg-faq-answer-inner {
  overflow: hidden;
}

.akg-faq-answer-inner p {
  margin: 0;

  padding: 22px 45px 26px;

  border-top: 1px solid rgba(123, 30, 30, 0.12);

  font-size: 16px;
  line-height: 1.85;

  color: #444;
}

@media (max-width: 991px) {

  .akg-faq-section {
    padding: 55px 20px 65px;
  }

  .akg-faq-heading {
    margin-bottom: 35px;
  }

  .akg-faq-heading h2 {
    font-size: 32px;
  }

  .akg-faq-question {
    padding: 22px 23px;
    font-size: 17px;
  }

  .akg-faq-answer-inner p {
    padding: 20px 28px 24px;
    font-size: 15.5px;
  }

}


@media (max-width: 576px) {

  .akg-faq-section {
    padding: 45px 15px 55px;
  }


  .akg-faq-heading {
    margin-bottom: 28px;
  }


  .akg-faq-label {
    font-size: 13px;
    padding: 7px 16px;
  }


  .akg-faq-heading h2 {
    font-size: 27px;
    line-height: 1.3;
  }


  .akg-faq-heading p {
    font-size: 14.5px;
    line-height: 1.7;
  }


  .akg-faq-item {
    margin-bottom: 11px;
    border-radius: 12px;
  }


  .akg-faq-question {
    padding: 19px 16px;

    gap: 12px;

    font-size: 15.5px;
    line-height: 1.45;
  }


  .akg-faq-icon {
    flex: 0 0 32px;

    width: 32px;
    height: 32px;
  }


  .akg-faq-icon i {
    font-size: 13px;
  }


  .akg-faq-answer-inner p {
    padding: 17px 18px 21px;

    font-size: 14.5px;
    line-height: 1.75;
  }

}

/* ==========================================
   ASTROLOGY KUNDLI GURU
   LIVE CONSULTATION HERO
========================================== */

.akg-live-hero {
  position: relative;

  width: 100%;

  padding: 80px 20px 72px;

  overflow: hidden;

  background:
    radial-gradient(circle at 20% 20%,
      rgba(46, 125, 50, 0.25),
      transparent 35%),
    radial-gradient(circle at 80% 70%,
      rgba(123, 30, 30, 0.32),
      transparent 40%),
    linear-gradient(120deg,
      #172b1a 0%,
      #1b5e20 35%,
      #402d24 68%,
      #5d1515 100%);
}


/* ==========================================
   OVERLAY
========================================== */

.akg-live-overlay {
  position: absolute;

  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(90deg,
      rgba(27, 94, 32, 0.25),
      transparent 45%,
      rgba(123, 30, 30, 0.25));
}


/* ==========================================
   CONTENT
========================================== */

.akg-live-content {
  position: relative;

  z-index: 2;

  max-width: 1200px;

  margin: 0 auto;

  text-align: center;
}


/* ==========================================
   TOP BADGE
========================================== */

.akg-live-badge {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 10px 28px;

  margin-bottom: 30px;

  border: 1px solid rgba(212, 175, 55, 0.65);

  border-radius: 30px;

  background: rgba(212, 175, 55, 0.08);

  color: #f1d77a;

  font-size: 15px;

  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}


.akg-live-badge i {
  font-size: 14px;
}


/* ==========================================
   MAIN HEADING
========================================== */

.akg-live-content h1 {
  max-width: 950px;

  margin: 0 auto 22px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 52px;

  line-height: 1.12;

  font-weight: 700;

  color: #ffffff;
}


/* Highlight */
.akg-live-content h1 span {
  display: inline;

  color: #d4af37;
}


/* ==========================================
   DESCRIPTION
========================================== */

.akg-live-description {
  max-width: 850px;

  margin: 0 auto 28px;

  font-size: 18px;

  line-height: 1.75;

  color: #f3f3f3;
}


/* ==========================================
   FEATURES
========================================== */

.akg-live-features {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  gap: 10px;

  max-width: 1050px;

  margin: 0 auto 35px;
}


/* Feature */
.akg-feature {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 7px;

  min-height: 40px;

  padding: 8px 17px;

  border: 1px solid rgba(255, 255, 255, 0.22);

  border-radius: 25px;

  background: rgba(255, 255, 255, 0.08);

  color: #ffffff;

  font-size: 14px;

  font-weight: 600;

  transition: all .3s ease;
}


.akg-feature i {
  color: #d4af37;

  font-size: 13px;
}


/* Feature hover */
.akg-feature:hover {
  background: rgba(46, 125, 50, 0.35);

  border-color: rgba(212, 175, 55, 0.55);

  transform: translateY(-2px);
}


/* ==========================================
   BUTTONS
========================================== */

.akg-live-buttons {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 16px;
}


/* Common */
.akg-live-buttons a {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 9px;

  min-width: 300px;

  height: 62px;

  padding: 0 28px;

  border-radius: 35px;

  text-decoration: none;

  font-size: 17px;

  font-weight: 700;

  transition: all .35s ease;
}


/* Book button */
.akg-plan-btn {
  background: #2e7d32;

  color: #ffffff;

  box-shadow:
    0 10px 25px rgba(46, 125, 50, 0.35);
}


.akg-plan-btn:hover {
  background: #1b5e20;

  color: #ffffff;

  transform: translateY(-4px);

  box-shadow:
    0 15px 32px rgba(46, 125, 50, 0.45);
}


/* Contact button */
.akg-whatsapp-btn {
  background: #7b1e1e;

  color: #ffffff;

  box-shadow:
    0 10px 25px rgba(123, 30, 30, 0.35);
}


.akg-whatsapp-btn:hover {
  background: #5d1515;

  color: #ffffff;

  transform: translateY(-4px);

  box-shadow:
    0 15px 32px rgba(123, 30, 30, 0.45);
}


/* ==========================================
   FACILITY STRIP
========================================== */

.akg-facility-strip {
  position: relative;

  width: 100%;

  padding: 20px 20px;

  background:
    linear-gradient(90deg,
      #1b5e20,
      #2e7d32,
      #7b1e1e);
}


/* Facility container */
.akg-facility-items {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  gap: 15px 32px;
}


/* Facility item */
.akg-facility-item {
  display: inline-flex;

  align-items: center;

  gap: 7px;

  color: #ffffff;

  font-size: 15px;

  font-weight: 600;
}


.akg-facility-item i {
  color: #d4af37;

  font-size: 14px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

  .akg-live-hero {
    padding: 65px 20px 60px;
  }


  .akg-live-badge {
    margin-bottom: 25px;

    font-size: 14px;

    padding: 9px 22px;
  }


  .akg-live-content h1 {
    font-size: 43px;

    max-width: 800px;
  }


  .akg-live-description {
    font-size: 17px;

    max-width: 750px;
  }


  .akg-live-features {
    max-width: 800px;
  }


  .akg-live-buttons a {
    min-width: 270px;

    height: 58px;

    font-size: 16px;
  }


  .akg-facility-items {
    gap: 12px 22px;
  }


  .akg-facility-item {
    font-size: 14px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 576px) {

  .akg-live-hero {
    padding: 48px 16px 48px;
  }


  .akg-live-badge {
    padding: 8px 15px;

    margin-bottom: 22px;

    font-size: 11px;

    letter-spacing: 1px;
  }


  .akg-live-content h1 {
    font-size: 30px;

    line-height: 1.2;

    margin-bottom: 17px;
  }


  .akg-live-content h1 span {
    display: block;

    margin-top: 3px;
  }


  .akg-live-description {
    font-size: 15px;

    line-height: 1.7;

    margin-bottom: 23px;
  }


  .akg-live-features {
    gap: 8px;

    margin-bottom: 27px;
  }


  .akg-feature {
    min-height: 36px;

    padding: 7px 11px;

    font-size: 12px;
  }


  .akg-feature i {
    font-size: 11px;
  }


  .akg-live-buttons {
    flex-direction: column;

    width: 100%;

    gap: 11px;
  }


  .akg-live-buttons a {
    width: 100%;

    min-width: 0;

    height: 54px;

    font-size: 15px;
  }


  .akg-facility-strip {
    padding: 18px 15px;
  }


  .akg-facility-items {
    gap: 11px 18px;
  }


  .akg-facility-item {
    font-size: 12px;
  }

}

.akg-why-consultation {
  position: relative;

  width: 100%;

  padding: 70px 0 75px;

  background: #fff;
}

.akg-why-heading {
  text-align: center;

  max-width: 1050px;

  margin: 0 auto 50px;
}


.akg-why-heading h2 {
  margin: 0 0 14px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 46px;

  line-height: 1.2;

  font-weight: 700;

  color: #7b1e1e;
}

.akg-why-heading h2 span {
  color: #2e7d32;
}

.akg-why-heading p {
  max-width: 800px;

  margin: 0 auto;

  font-size: 18px;

  line-height: 1.75;

  color: #555;
}

.akg-why-box {
  position: relative;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 55px;

  max-width: 1100px;

  margin: 0 auto;

  padding: 45px 40px;

  border-radius: 25px;

  overflow: hidden;

  background:
    linear-gradient(120deg,
      #1b5e20 0%,
      #2e7d32 45%,
      #7b1e1e 100%);

  box-shadow:
    0 18px 45px rgba(46, 125, 50, 0.18);
}
.akg-why-left {
  display: flex;

  flex-direction: column;

  justify-content: center;

  padding: 15px 0;
}


.akg-why-left h3 {
  margin: 0 0 22px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 30px;

  line-height: 1.3;

  font-style: italic;

  font-weight: 700;

  color: #fff;
}


.akg-why-left p {
  max-width: 560px;

  margin: 0 0 16px;

  font-size: 16px;

  line-height: 1.8;

  color: rgba(255, 255, 255, 0.88);
}


.akg-why-left p:last-child {
  margin-bottom: 0;
}

.akg-why-right {
  display: flex;

  flex-direction: column;

  gap: 13px;

  justify-content: center;
}
.akg-why-card {
  display: flex;

  align-items: center;

  gap: 16px;

  min-height: 70px;

  padding: 0 22px;

  border: 1px solid rgba(255, 255, 255, 0.20);

  border-radius: 15px;

  background: rgba(255, 255, 255, 0.10);

  color: #fff;

  font-size: 16px;

  font-weight: 600;

  transition: all .3s ease;
}
.akg-why-icon {
  flex: 0 0 34px;

  width: 34px;

  height: 34px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #d4af37;

  font-size: 18px;
}

.akg-why-card:hover {
  background: rgba(255, 255, 255, 0.18);

  border-color: rgba(212, 175, 55, 0.55);

  transform: translateX(6px);
}

@media (max-width: 991px) {

  .akg-why-consultation {
    padding: 60px 20px 65px;
  }


  .akg-why-heading {
    margin-bottom: 40px;
  }


  .akg-why-heading h2 {
    font-size: 39px;
  }


  .akg-why-heading p {
    font-size: 17px;
  }


  .akg-why-box {
    grid-template-columns: 1fr;

    gap: 35px;

    padding: 38px 32px;
  }


  .akg-why-left {
    text-align: center;

    align-items: center;
  }


  .akg-why-left p {
    max-width: 700px;
  }

}
@media (max-width: 576px) {

  .akg-why-consultation {
    padding: 45px 15px 55px;
  }


  .akg-why-heading {
    margin-bottom: 30px;
  }


  .akg-why-heading h2 {
    font-size: 29px;

    line-height: 1.3;
  }


  .akg-why-heading p {
    font-size: 15px;

    line-height: 1.7;
  }


  .akg-why-box {
    gap: 28px;

    padding: 30px 18px;

    border-radius: 18px;
  }


  .akg-why-left {
    padding: 0;
  }


  .akg-why-left h3 {
    font-size: 25px;

    line-height: 1.35;

    margin-bottom: 18px;
  }


  .akg-why-left p {
    font-size: 14.5px;

    line-height: 1.75;
  }


  .akg-why-right {
    gap: 10px;
  }


  .akg-why-card {
    min-height: 60px;

    padding: 0 14px;

    gap: 10px;

    font-size: 14px;

    border-radius: 12px;
  }


  .akg-why-icon {
    flex: 0 0 28px;

    width: 28px;

    height: 28px;

    font-size: 15px;
  }

}
.akg-fee-section {
  width: 100%;

  padding: 72px 20px 80px;

  background: #fffaf4;
}

.akg-fee-heading {
  text-align: center;

  max-width: 850px;

  margin: 0 auto 55px;
}


.akg-fee-heading h2 {
  margin: 0 0 12px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 46px;

  line-height: 1.2;

  font-weight: 700;

  color: #7b1e1e;
}
.akg-fee-heading h2 span {
  color: #2e7d32;
}
.akg-fee-heading p {
  max-width: 720px;

  margin: 0 auto;

  font-size: 18px;

  line-height: 1.7;

  color: #555;
}
.akg-om-symbol {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 28px;

  margin-top: 30px;

  color: #d4af37;
}
.akg-om-symbol span {
  font-size: 16px;
}
.akg-om-symbol strong {
  font-size: 24px;

  font-weight: 500;
}
.akg-fee-cards {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 28px;

  max-width: 1050px;

  margin: 0 auto;

  align-items: stretch;
}
.akg-fee-card {
  position: relative;

  display: flex;

  flex-direction: column;

  padding: 38px 30px 30px;

  min-height: 610px;

  overflow: hidden;

  background: #ffffff;

  border-radius: 22px;

  border: 1px solid rgba(46, 125, 50, 0.12);

  box-shadow:
    0 12px 35px rgba(45, 60, 45, 0.08);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}
.akg-fee-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;

  height: 5px;

  background: #2e7d32;
}

.akg-fee-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 20px 45px rgba(46, 125, 50, 0.15);
}
.akg-fee-card-basic::before {
  background: #2e7d32;
}
.akg-fee-card-popular {
  border: 2px solid #7b1e1e;

  box-shadow:
    0 15px 40px rgba(123, 30, 30, 0.14);
}
.akg-fee-card-popular::before {
  background: #7b1e1e;
}
.akg-fee-card-premium::before {
  background: #1b5e20;
}

.akg-popular-ribbon {
  position: absolute;

  top: 25px;
  right: -42px;

  width: 160px;

  padding: 8px 0;

  text-align: center;

  background: #7b1e1e;

  color: #ffffff;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.2px;

  transform: rotate(45deg);
}
.akg-fee-icon {
  width: 68px;
  height: 68px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin: 0 auto 24px;

  border-radius: 50%;

  background: #edf7ed;

  color: #2e7d32;

  font-size: 25px;
}
.akg-fee-card-popular .akg-fee-icon {
  background: #f9eee8;

  color: #7b1e1e;
}
.akg-fee-card-premium .akg-fee-icon {
  background: #f1f7f1;

  color: #1b5e20;
}
.akg-fee-card h3 {
  margin: 0 0 8px;

  text-align: center;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 25px;

  line-height: 1.3;

  font-weight: 700;

  color: #7b1e1e;
}
.akg-fee-type {
  text-align: center;

  margin-bottom: 20px;

  font-size: 13px;

  letter-spacing: 1px;

  color: #777;

  font-weight: 500;
}
.akg-fee-price {
  text-align: center;

  margin-bottom: 3px;

  font-size: 48px;

  line-height: 1;

  font-weight: 800;

  color: #2e7d32;
}


.akg-fee-price sup {
  position: relative;

  top: -12px;

  margin-right: 2px;

  font-size: 23px;

  font-weight: 700;
}
.akg-fee-card-popular .akg-fee-price {
  color: #7b1e1e;
}

.akg-fee-card-premium .akg-fee-price {
  color: #1b5e20;
}
.akg-fee-note {
  text-align: center;

  margin-bottom: 23px;

  font-size: 14px;

  color: #777;
}
.akg-fee-list {
  list-style: none;

  padding: 0;

  margin: 0 0 25px;
}
.akg-fee-list li {
  display: flex;

  align-items: flex-start;

  gap: 9px;

  padding: 9px 0;

  border-bottom: 1px dashed rgba(123, 30, 30, 0.15);

  font-size: 15px;

  line-height: 1.45;

  color: #333;
}
.akg-fee-list li:last-child {
  border-bottom: 0;
}
.akg-fee-list li i {
  flex: 0 0 auto;

  margin-top: 3px;

  color: #2e7d32;

  font-size: 13px;
}
.akg-fee-btn {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  height: 58px;

  margin-top: auto;

  border-radius: 30px;

  background: #2e7d32;

  color: #ffffff;

  text-decoration: none;

  font-size: 16px;

  font-weight: 700;

  box-shadow:
    0 8px 20px rgba(46, 125, 50, 0.20);

  transition: all .3s ease;
}
.akg-fee-btn:hover {
  background: #1b5e20;

  color: #ffffff;

  transform: translateY(-3px);

  box-shadow:
    0 12px 25px rgba(46, 125, 50, 0.30);
}
.akg-fee-card-popular .akg-fee-btn {
  background: #7b1e1e;

  box-shadow:
    0 8px 20px rgba(123, 30, 30, 0.20);
}
.akg-fee-card-popular .akg-fee-btn:hover {
  background: #5d1515;
}
.akg-fee-card-premium .akg-fee-btn {
  background: #1b5e20;
}
.akg-fee-card-premium .akg-fee-btn:hover {
  background: #7b1e1e;
}
@media (max-width: 991px) {

  .akg-fee-section {
    padding: 60px 20px 70px;
  }


  .akg-fee-heading h2 {
    font-size: 39px;
  }


  .akg-fee-heading p {
    font-size: 17px;
  }


  .akg-fee-cards {
    grid-template-columns: 1fr;

    max-width: 600px;

    gap: 25px;
  }


  .akg-fee-card {
    min-height: auto;
  }

}
@media (max-width: 576px) {

  .akg-fee-section {
    padding: 45px 15px 55px;
  }


  .akg-fee-heading {
    margin-bottom: 35px;
  }


  .akg-fee-heading h2 {
    font-size: 29px;

    line-height: 1.3;
  }


  .akg-fee-heading p {
    font-size: 15px;

    line-height: 1.7;
  }


  .akg-om-symbol {
    gap: 20px;

    margin-top: 23px;
  }


  .akg-fee-cards {
    gap: 20px;
  }


  .akg-fee-card {
    padding: 32px 22px 25px;

    border-radius: 18px;
  }


  .akg-fee-icon {
    width: 60px;
    height: 60px;

    font-size: 22px;

    margin-bottom: 20px;
  }


  .akg-fee-card h3 {
    font-size: 23px;
  }


  .akg-fee-price {
    font-size: 42px;
  }


  .akg-fee-price sup {
    font-size: 20px;
  }


  .akg-fee-list li {
    font-size: 14px;

    padding: 8px 0;
  }


  .akg-fee-btn {
    height: 54px;

    font-size: 15px;
  }

}
.akg-benefits-section {
  width: 100%;

  padding: 70px 20px 75px;

  background: #fffaf4;
}
.akg-benefits-heading {
  max-width: 900px;

  margin: 0 auto 52px;

  text-align: center;
}


.akg-benefits-heading h2 {
  margin: 0 0 12px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 46px;

  line-height: 1.2;

  font-weight: 700;

  color: #7b1e1e;
}


.akg-benefits-heading h2 span {
  color: #2e7d32;
}


.akg-benefits-heading p {
  max-width: 760px;

  margin: 0 auto;

  font-size: 18px;

  line-height: 1.7;

  color: #666;
}
.akg-benefits-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  max-width: 1055px;

  margin: 0 auto;
}
.akg-benefit-card {
  position: relative;

  min-height: 270px;

  padding: 36px 25px 27px;

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

  background: #ffffff;

  border-radius: 17px;

  border: 1px solid rgba(46, 125, 50, 0.10);

  box-shadow:
    0 8px 22px rgba(60, 50, 30, 0.07);

  overflow: hidden;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}
.akg-benefit-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;

  height: 4px;

  background: #2e7d32;

  transition: background .3s ease;
}
.akg-benefit-card:nth-child(even)::before {
  background: #7b1e1e;
}

.akg-benefit-card:hover {
  transform: translateY(-6px);

  border-color: rgba(46, 125, 50, 0.28);

  box-shadow:
    0 15px 35px rgba(46, 125, 50, 0.13);
}


.akg-benefit-card:hover::before {
  background: #d4af37;
}
.akg-benefit-icon {
  width: 58px;
  height: 58px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 22px;

  border-radius: 50%;

  background: #edf7ed;

  color: #2e7d32;

  font-size: 24px;

  transition: all .3s ease;
}


/* Alternate icon */
.akg-benefit-card:nth-child(even) .akg-benefit-icon {
  background: #f8eded;

  color: #7b1e1e;
}


/* Icon hover */
.akg-benefit-card:hover .akg-benefit-icon {
  background: #2e7d32;

  color: #ffffff;

  transform: scale(1.06);
}
.akg-benefit-card h3 {
  max-width: 235px;

  margin: 0 0 10px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 17px;

  line-height: 1.35;

  font-weight: 700;

  color: #17235c;
}
.akg-benefit-card p {
  margin: 0;

  font-size: 15px;

  line-height: 1.58;

  color: #6b5550;
}
@media (max-width: 991px) {

  .akg-benefits-section {
    padding: 60px 20px 65px;
  }


  .akg-benefits-heading {
    margin-bottom: 40px;
  }


  .akg-benefits-heading h2 {
    font-size: 39px;
  }


  .akg-benefits-heading p {
    font-size: 17px;
  }


  .akg-benefits-grid {
    grid-template-columns: repeat(2, 1fr);

    max-width: 720px;

    gap: 18px;
  }


  .akg-benefit-card {
    min-height: 260px;

    padding: 32px 22px 25px;
  }

}

@media (max-width: 576px) {

  .akg-benefits-section {
    padding: 45px 15px 55px;
  }


  .akg-benefits-heading {
    margin-bottom: 30px;
  }


  .akg-benefits-heading h2 {
    font-size: 29px;

    line-height: 1.3;
  }


  .akg-benefits-heading p {
    font-size: 15px;

    line-height: 1.7;
  }


  .akg-benefits-grid {
    grid-template-columns: 1fr;

    gap: 15px;
  }


  .akg-benefit-card {
    min-height: auto;

    padding: 30px 20px 25px;

    border-radius: 14px;
  }


  .akg-benefit-icon {
    width: 54px;
    height: 54px;

    margin-bottom: 18px;

    font-size: 22px;
  }


  .akg-benefit-card h3 {
    font-size: 17px;

    margin-bottom: 9px;
  }


  .akg-benefit-card p {
    font-size: 14px;

    line-height: 1.65;
  }

}

.akg-booking-section {
  width: 100%;

  padding: 72px 20px 80px;

  background: #fffaf4;
}

.akg-booking-heading {
  max-width: 850px;

  margin: 0 auto 52px;

  text-align: center;
}


.akg-booking-heading h2 {
  margin: 0 0 12px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 46px;

  line-height: 1.2;

  font-weight: 700;

  color: #17235c;
}


.akg-booking-heading h2 span {
  color: #2e7d32;
}


.akg-booking-heading p {
  max-width: 700px;

  margin: 0 auto;

  font-size: 18px;

  line-height: 1.7;

  color: #666;
}

.akg-booking-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 35px;

  max-width: 1050px;

  margin: 0 auto;

  align-items: stretch;
}

.akg-payment-card {
  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 34px 27px 30px;

  background: #ffffff;

  border: 2px solid rgba(46, 125, 50, 0.20);

  border-radius: 22px;

  box-shadow:
    0 12px 35px rgba(70, 50, 30, 0.08);
}

.akg-payment-card::before {
  content: "";

  position: absolute;

  top: -2px;
  left: 25px;
  right: 25px;

  height: 5px;

  border-radius: 0 0 8px 8px;

  background:
    linear-gradient(90deg,
      #2e7d32,
      #d4af37,
      #7b1e1e);
}

.akg-qr-wrapper {
  width: 270px;
  height: 270px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin: 0 auto 22px;

  padding: 10px;

  background: #ffffff;

  border: 3px solid #d4af37;

  border-radius: 17px;

  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.10);
}


.akg-qr-wrapper img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  border-radius: 8px;
}

.akg-payment-card h3 {
  margin: 0 0 10px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 23px;

  line-height: 1.3;

  color: #7b1e1e;
}

.akg-upi-id {
  display: inline-flex;

  align-items: center;

  gap: 7px;

  padding: 8px 16px;

  margin-bottom: 17px;

  border: 1px solid rgba(46, 125, 50, 0.25);

  border-radius: 25px;

  background: #f1f8f1;

  color: #2e7d32;

  font-size: 14px;

  font-weight: 600;
}

.akg-payment-description {
  max-width: 520px;

  margin: 0 auto 22px;

  font-size: 15px;

  line-height: 1.7;

  color: #6b5550;
}
.akg-payment-whatsapp {
  width: 100%;

  min-height: 57px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 9px;

  padding: 12px 20px;

  border-radius: 30px;

  background: #2e7d32;

  color: #ffffff;

  text-decoration: none;

  font-size: 16px;

  font-weight: 700;

  box-shadow:
    0 9px 22px rgba(46, 125, 50, 0.25);

  transition: all .3s ease;
}


.akg-payment-whatsapp i {
  font-size: 20px;
}


.akg-payment-whatsapp:hover {
  background: #1b5e20;

  color: #ffffff;

  transform: translateY(-3px);

  box-shadow:
    0 13px 28px rgba(46, 125, 50, 0.35);
}
.akg-payment-apps {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  gap: 8px;

  margin-top: 16px;
}


.akg-payment-apps span {
  padding: 6px 12px;

  border: 1px solid #ddd;

  border-radius: 7px;

  background: #f8f8f8;

  color: #555;

  font-size: 12px;

  font-weight: 700;
}

.akg-booking-steps {
  padding: 32px 28px;

  background: #ffffff;

  border: 2px solid rgba(123, 30, 30, 0.18);

  border-radius: 22px;

  box-shadow:
    0 12px 35px rgba(70, 50, 30, 0.08);
}

.akg-booking-steps>h3 {
  display: flex;

  align-items: center;

  gap: 10px;

  margin: 0 0 22px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 23px;

  line-height: 1.35;

  color: #7b1e1e;
}


.akg-booking-steps>h3 i {
  color: #2e7d32;

  font-size: 20px;
}
.akg-booking-step {
  display: grid;

  grid-template-columns: 42px 1fr;

  gap: 13px;

  padding: 12px 0 15px;

  border-bottom: 1px dashed rgba(123, 30, 30, 0.18);
}


.akg-booking-step:last-child {
  border-bottom: 0;

  padding-bottom: 0;
}
.akg-step-number {
  width: 38px;
  height: 38px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    linear-gradient(135deg,
      #2e7d32,
      #7b1e1e);

  color: #ffffff;

  font-size: 16px;

  font-weight: 700;
}
.akg-step-content h4 {
  margin: 0 0 3px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 16px;

  line-height: 1.4;

  color: #17235c;
}


.akg-step-content p {
  margin: 0;

  font-size: 14px;

  line-height: 1.55;

  color: #6b5550;
}


.akg-step-content strong {
  color: #7b1e1e;
}

@media (max-width: 991px) {

  .akg-booking-section {
    padding: 60px 20px 70px;
  }


  .akg-booking-heading h2 {
    font-size: 39px;
  }


  .akg-booking-heading p {
    font-size: 17px;
  }


  .akg-booking-grid {
    grid-template-columns: 1fr;

    max-width: 650px;

    gap: 25px;
  }

}
@media (max-width: 576px) {

  .akg-booking-section {
    padding: 45px 15px 55px;
  }


  .akg-booking-heading {
    margin-bottom: 32px;
  }


  .akg-booking-heading h2 {
    font-size: 29px;

    line-height: 1.3;
  }


  .akg-booking-heading p {
    font-size: 15px;

    line-height: 1.7;
  }


  .akg-payment-card {
    padding: 28px 18px 24px;

    border-radius: 17px;
  }


  .akg-qr-wrapper {
    width: 220px;
    height: 220px;

    margin-bottom: 20px;
  }


  .akg-payment-card h3 {
    font-size: 21px;
  }


  .akg-payment-description {
    font-size: 14px;

    line-height: 1.7;
  }


  .akg-payment-whatsapp {
    min-height: 53px;

    font-size: 14px;
  }


  .akg-booking-steps {
    padding: 26px 18px;

    border-radius: 17px;
  }


  .akg-booking-steps>h3 {
    font-size: 20px;
  }


  .akg-booking-step {
    grid-template-columns: 36px 1fr;

    gap: 10px;
  }


  .akg-step-number {
    width: 34px;
    height: 34px;

    font-size: 14px;
  }


  .akg-step-content h4 {
    font-size: 15px;
  }


  .akg-step-content p {
    font-size: 13.5px;

    line-height: 1.6;
  }

}

.akg-info-section {
  width: 100%;

  background: #fffaf4;
}
.akg-country-strip {
  width: 100%;

  padding: 15px 20px 17px;

  text-align: center;

  background:
    linear-gradient(110deg,
      #542080 0%,
      #7b1e1e 52%,
      #ed741c 100%);

  color: #ffffff;
}


.akg-country-title {
  margin-bottom: 12px;

  font-size: 19px;

  line-height: 1.3;

  font-weight: 700;
}


.akg-country-title i {
  margin-right: 6px;

  color: #d4af37;
}


.akg-country-list {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  gap: 9px;
}


.akg-country-list span {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-height: 39px;

  padding: 7px 16px;

  border: 1px solid rgba(255, 255, 255, .32);

  border-radius: 25px;

  background: rgba(255, 255, 255, .10);

  color: #ffffff;

  font-size: 14px;

  font-weight: 600;

  white-space: nowrap;

  transition: all .3s ease;
}


.akg-country-list span:hover {
  background: #ffffff;

  color: #7b1e1e;

  transform: translateY(-2px);
}
.akg-info-section>.container {
  padding-top: 58px;

  padding-bottom: 65px;
}


.akg-info-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 36px;

  max-width: 1055px;

  margin: 0 auto;

  align-items: start;
}

.akg-panchang-card {
  background: #ffffff;

  border: 1px solid rgba(212, 175, 55, .25);

  border-radius: 17px;

  overflow: hidden;

  box-shadow:
    0 8px 25px rgba(60, 45, 30, .08);
}


/* Header */

.akg-panchang-header {
  min-height: 98px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 15px;

  padding: 22px 27px;

  border-bottom: 1px solid #eadfd4;
}


.akg-panchang-header h2 {
  margin: 0 0 5px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 23px;

  line-height: 1.25;

  color: #17235c;
}


.akg-panchang-header p {
  margin: 0;

  font-size: 14px;

  color: #777;
}


.akg-panchang-btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-height: 42px;

  padding: 10px 17px;

  border-radius: 7px;

  background: #2e7d32;

  color: #ffffff;

  text-decoration: none;

  font-size: 14px;

  font-weight: 700;

  white-space: nowrap;

  transition: all .3s ease;
}


.akg-panchang-btn:hover {
  background: #7b1e1e;

  color: #ffffff;

  transform: translateY(-2px);
}


/* Date */

.akg-panchang-date {
  padding: 14px 20px;

  text-align: center;

  border-bottom: 1px solid #eadfd4;

  color: #70739a;

  font-size: 15px;
}

.akg-sky-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  border-bottom: 1px solid #eadfd4;
}


.akg-sky-item {
  min-height: 160px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding: 15px 8px;

  border-right: 1px solid #eadfd4;

  text-align: center;
}


.akg-sky-item:last-child {
  border-right: 0;
}


.akg-sky-item.akg-moon-item {
  background: #202060;

  color: #ffffff;

  border-color: rgba(255, 255, 255, .5);
}


.akg-sky-icon {
  margin-bottom: 13px;

  font-size: 31px;

  line-height: 1;
}


.akg-sky-item>span {
  margin-bottom: 7px;

  font-size: 12px;

  color: #777b9e;

  font-weight: 600;
}


.akg-moon-item>span {
  color: #aeb0d0;
}


.akg-sky-item strong {
  font-size: 17px;

  color: #17235c;
}


.akg-moon-item strong {
  color: #ffffff;
}
.akg-panchang-details {
  display: grid;

  grid-template-columns: 1fr 1fr;
}


.akg-panchang-column {
  padding: 20px 22px;
}


.akg-panchang-column:first-child {
  border-right: 1px solid #eadfd4;
}


.akg-detail-item {
  margin-bottom: 19px;
}


.akg-detail-item:last-child {
  margin-bottom: 0;
}


.akg-detail-item>span {
  display: block;

  margin-bottom: 5px;

  color: #8585a5;

  font-size: 14px;
}


.akg-detail-item strong {
  display: block;

  margin-bottom: 3px;

  color: #17235c;

  font-size: 16px;

  line-height: 1.4;
}


.akg-detail-item p {
  margin: 0;

  color: #5d5e80;

  font-size: 13px;

  line-height: 1.5;
}
.akg-services-card {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid rgba(212, 175, 55, .25);

  border-radius: 17px;

  box-shadow:
    0 8px 25px rgba(60, 45, 30, .08);
}


.akg-services-heading {
  min-height: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 15px 20px;

  background: #2e7d32;

  color: #ffffff;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 22px;

  font-weight: 700;
}

.akg-service-item {
  min-height: 68px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 15px;

  padding: 13px 20px;

  border-bottom: 1px solid #eadfd4;

  transition: background .3s ease;
}


.akg-service-item:last-child {
  border-bottom: 0;
}


.akg-service-item:hover {
  background: #fff8ef;
}


.akg-service-name {
  display: flex;

  align-items: flex-start;

  gap: 10px;

  flex: 1;

  color: #17235c;

  font-size: 15.5px;

  line-height: 1.45;
}


.akg-service-name i {
  flex-shrink: 0;

  margin-top: 4px;

  color: #2e7d32;

  font-size: 10px;
}


.akg-book-btn {
  flex-shrink: 0;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 118px;

  min-height: 40px;

  padding: 8px 13px;

  border-radius: 25px;

  background: #2e7d32;

  color: #ffffff;

  text-decoration: none;

  font-size: 13px;

  font-weight: 700;

  transition: all .3s ease;
}


.akg-book-btn:hover {
  background: #7b1e1e;

  color: #ffffff;

  transform: translateX(-2px);
}
@media (max-width: 991px) {

  .akg-country-list {
    gap: 7px;
  }


  .akg-country-list span {
    font-size: 13px;

    padding: 7px 13px;
  }


  .akg-info-section>.container {
    padding-top: 45px;

    padding-bottom: 55px;
  }


  .akg-info-grid {
    grid-template-columns: 1fr;

    max-width: 700px;

    gap: 25px;
  }

}

@media (max-width: 576px) {

  .akg-country-strip {
    padding: 14px 12px;
  }


  .akg-country-title {
    font-size: 16px;

    margin-bottom: 11px;
  }


  .akg-country-list {
    flex-wrap: nowrap;

    justify-content: flex-start;

    overflow-x: auto;

    padding-bottom: 3px;

    scrollbar-width: none;
  }


  .akg-country-list::-webkit-scrollbar {
    display: none;
  }


  .akg-country-list span {
    flex-shrink: 0;

    font-size: 12px;

    min-height: 35px;

    padding: 6px 12px;
  }


  .akg-info-section>.container {
    padding: 35px 15px 45px;
  }


  .akg-panchang-header {
    flex-direction: column;

    align-items: flex-start;

    padding: 20px;
  }


  .akg-panchang-header h2 {
    font-size: 21px;
  }


  .akg-panchang-btn {
    width: 100%;
  }


  .akg-sky-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .akg-sky-item:nth-child(2) {
    border-right: 0;
  }


  .akg-sky-item:nth-child(1),
  .akg-sky-item:nth-child(2) {
    border-bottom: 1px solid #eadfd4;
  }


  .akg-sky-item {
    min-height: 145px;
  }


  .akg-panchang-details {
    grid-template-columns: 1fr;
  }


  .akg-panchang-column:first-child {
    border-right: 0;

    border-bottom: 1px solid #eadfd4;
  }


  .akg-services-heading {
    min-height: 62px;

    font-size: 20px;
  }


  .akg-service-item {
    align-items: flex-start;

    padding: 15px;

    gap: 10px;
  }


  .akg-service-name {
    font-size: 14px;
  }


  .akg-book-btn {
    min-width: 91px;

    min-height: 36px;

    padding: 7px 9px;

    font-size: 12px;
  }

}
.akg-solutions-section {
  width: 100%;

  padding: 65px 20px 75px;

  background: #fffaf4;
}

.akg-solutions-heading {
  display: flex;

  justify-content: center;

  margin-bottom: 48px;
}


.akg-solutions-heading h2 {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-width: 550px;

  min-height: 68px;

  margin: 0;

  padding: 12px 28px;

  border-radius: 12px;

  background:
    linear-gradient(110deg,
      #2e7d32,
      #246528);

  color: #ffffff;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 24px;

  line-height: 1.3;

  font-weight: 700;

  text-align: center;

  box-shadow:
    0 8px 22px rgba(46, 125, 50, .18);
}

.akg-solutions-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  max-width: 1100px;

  margin: 0 auto;
}
.akg-solution-card {
  position: relative;

  min-height: 170px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding: 25px 20px;

  border-radius: 14px;

  background: #ffffff;

  border: 1px solid rgba(123, 30, 30, .12);

  text-decoration: none;

  overflow: hidden;

  box-shadow:
    0 7px 20px rgba(60, 45, 30, .07);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    background .3s ease,
    border-color .3s ease;
}
.akg-solution-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;

  height: 4px;

  background: #2e7d32;

  transition: background .3s ease;
}

.akg-solution-card:nth-child(4n + 2)::before,
.akg-solution-card:nth-child(4n + 4)::before {
  background: #7b1e1e;
}

.akg-solution-icon {
  width: 58px;
  height: 58px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 18px;

  border-radius: 50%;

  background: #edf7ed;

  color: #2e7d32;

  font-size: 25px;

  transition: all .3s ease;
}


.akg-solution-card:nth-child(4n + 2) .akg-solution-icon,
.akg-solution-card:nth-child(4n + 4) .akg-solution-icon {
  background: #f8eded;

  color: #7b1e1e;
}

.akg-solution-card h3 {
  max-width: 250px;

  margin: 0;

  color: #17235c;

  font-size: 16px;

  line-height: 1.4;

  font-weight: 700;

  text-align: center;

  transition: color .3s ease;
}
.akg-solution-card:hover {
  transform: translateY(-6px);

  background: #ffffff;

  border-color: rgba(212, 175, 55, .45);

  box-shadow:
    0 15px 32px rgba(46, 125, 50, .14);
}


.akg-solution-card:hover::before {
  background: #d4af37;
}


.akg-solution-card:hover .akg-solution-icon {
  background: #2e7d32;

  color: #ffffff;

  transform: scale(1.08);
}


.akg-solution-card:nth-child(4n + 2):hover .akg-solution-icon,
.akg-solution-card:nth-child(4n + 4):hover .akg-solution-icon {
  background: #7b1e1e;

  color: #ffffff;
}


.akg-solution-card:hover h3 {
  color: #7b1e1e;
}

@media (max-width: 991px) {

  .akg-solutions-section {
    padding: 55px 20px 65px;
  }


  .akg-solutions-heading {
    margin-bottom: 38px;
  }


  .akg-solutions-heading h2 {
    min-width: auto;

    width: 80%;

    font-size: 22px;
  }


  .akg-solutions-grid {
    grid-template-columns: repeat(2, 1fr);

    max-width: 700px;

    gap: 18px;
  }


  .akg-solution-card {
    min-height: 165px;
  }

}

@media (max-width: 576px) {

  .akg-solutions-section {
    padding: 45px 15px 55px;
  }


  .akg-solutions-heading {
    margin-bottom: 28px;
  }


  .akg-solutions-heading h2 {
    width: 100%;

    min-height: 58px;

    padding: 10px 18px;

    border-radius: 10px;

    font-size: 19px;

    line-height: 1.35;
  }


  .akg-solutions-grid {
    grid-template-columns: 1fr;

    gap: 15px;
  }


  .akg-solution-card {
    min-height: 145px;

    padding: 24px 18px;

    border-radius: 13px;
  }


  .akg-solution-icon {
    width: 52px;
    height: 52px;

    margin-bottom: 15px;

    font-size: 22px;
  }


  .akg-solution-card h3 {
    font-size: 15px;

    line-height: 1.4;
  }

}
.akg-horoscope-section {
  width: 100%;
  padding: 65px 20px 70px;

  background: #fffaf4;

  overflow: hidden;
}
.akg-horoscope-heading {
  text-align: center;
  margin-bottom: 42px;
}


.akg-horoscope-heading h2 {
  margin: 0 0 10px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;

  color: #7b1e1e;
}


.akg-horoscope-heading p {
  margin: 0 auto;

  max-width: 650px;

  font-size: 17px;
  line-height: 1.6;

  color: #5f554d;
}
.akg-zodiac-grid {
  max-width: 1050px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(6, 1fr);

  column-gap: 35px;
  row-gap: 34px;
}
.akg-zodiac-card {
  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  min-height: 125px;

  padding: 5px 10px;

  text-decoration: none;

  color: #17235c;

  transition: transform .3s ease;
}

.akg-zodiac-icon {
  width: 100px;
  height: 100px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #ffffff;

  border: 3px solid #2e7d32;

  box-shadow:
    0 5px 16px rgba(46, 125, 50, .12);

  transition:
    all .3s ease;
}


.akg-zodiac-icon span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 65px;
  height: 65px;

  border-radius: 50%;

  background: #f8eded;

  color: #7b1e1e;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 42px;

  line-height: 1;

  transition:
    all .3s ease;
}
.akg-zodiac-card h3 {
  margin: 12px 0 0;

  font-size: 16px;

  line-height: 1.3;

  font-weight: 700;

  color: #17235c;

  text-align: center;

  transition: color .3s ease;
}
.akg-zodiac-card:hover {
  transform: translateY(-6px);
}


.akg-zodiac-card:hover .akg-zodiac-icon {
  background: #2e7d32;

  border-color: #2e7d32;

  box-shadow:
    0 10px 25px rgba(46, 125, 50, .25);
}


.akg-zodiac-card:hover .akg-zodiac-icon span {
  background: #ffffff;

  color: #7b1e1e;

  transform: scale(1.08);
}


.akg-zodiac-card:hover h3 {
  color: #7b1e1e;
}
.akg-zodiac-card:nth-child(3n) .akg-zodiac-icon {
  border-color: #7b1e1e;
}


.akg-zodiac-card:nth-child(3n):hover .akg-zodiac-icon {
  background: #7b1e1e;

  border-color: #7b1e1e;
}
@media (max-width: 991px) {

  .akg-horoscope-section {
    padding: 55px 20px 60px;
  }

  .akg-horoscope-heading {
    margin-bottom: 35px;
  }

  .akg-horoscope-heading h2 {
    font-size: 28px;
  }

  .akg-horoscope-heading p {
    font-size: 16px;
  }

  .akg-zodiac-grid {
    grid-template-columns: repeat(4, 1fr);

    column-gap: 25px;
    row-gap: 30px;
  }

  .akg-zodiac-icon {
    width: 90px;
    height: 90px;
  }

  .akg-zodiac-icon span {
    width: 58px;
    height: 58px;

    font-size: 36px;
  }

}

@media (max-width: 576px) {

  .akg-horoscope-section {
    padding: 45px 15px 50px;
  }

  .akg-horoscope-heading {
    margin-bottom: 30px;
  }

  .akg-horoscope-heading h2 {
    font-size: 23px;

    line-height: 1.3;
  }

  .akg-horoscope-heading p {
    font-size: 14.5px;

    line-height: 1.55;
  }

  .akg-zodiac-grid {
    grid-template-columns: repeat(3, 1fr);

    column-gap: 12px;
    row-gap: 25px;
  }

  .akg-zodiac-card {
    min-height: 105px;

    padding: 0;
  }

  .akg-zodiac-icon {
    width: 72px;
    height: 72px;

    border-width: 2px;
  }

  .akg-zodiac-icon span {
    width: 48px;
    height: 48px;

    font-size: 29px;
  }

  .akg-zodiac-card h3 {
    margin-top: 9px;

    font-size: 14px;
  }

}

@media (max-width: 380px) {

  .akg-zodiac-grid {
    column-gap: 8px;
    row-gap: 20px;
  }

  .akg-zodiac-icon {
    width: 65px;
    height: 65px;
  }

  .akg-zodiac-icon span {
    width: 43px;
    height: 43px;

    font-size: 26px;
  }

  .akg-zodiac-card h3 {
    font-size: 13px;
  }

}

.akg-services-section {
  width: 100%;

  padding: 70px 20px 80px;

  background: #fffaf4;
}
.akg-services-heading {
  text-align: center;

  max-width: 850px;

  margin: 0 auto 45px;
}
.akg-services-badge {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 8px 19px;

  margin-bottom: 28px;

  border-radius: 30px;

  background: #2e7d32;

  color: #ffffff;

  font-size: 14px;

  line-height: 1;

  font-weight: 700;

  box-shadow:
    0 5px 15px rgba(46, 125, 50, .15);
}

.akg-services-heading h2 {
  margin: 0 0 10px;

  color: #17235c;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 32px;

  line-height: 1.25;

  font-weight: 700;
}

.akg-services-heading h2::after {
  content: "";

  display: block;

  width: 55px;

  height: 3px;

  margin: 15px auto 0;

  border-radius: 5px;

  background: #7b1e1e;
}

.akg-services-heading p {
  max-width: 700px;

  margin: 18px auto 0;

  color: #5f554d;

  font-size: 17px;

  line-height: 1.6;

  font-weight: 400;
}
.akg-services-grid {
  max-width: 1100px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 26px;
}

.akg-service-card {
  position: relative;

  display: flex;

  flex-direction: column;

  overflow: hidden;

  min-height: 360px;

  background: #ffffff;

  border: 1px solid rgba(123, 30, 30, .12);

  border-radius: 15px;

  box-shadow:
    0 8px 22px rgba(50, 40, 30, .07);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.akg-service-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;

  height: 4px;

  background: #2e7d32;

  z-index: 2;

  transition: background .3s ease;
}

.akg-service-card:nth-child(2n)::before {
  background: #7b1e1e;
}

.akg-service-image {
  height: 185px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #fdf3e8;
}

.akg-service-icon {
  width: 70px;
  height: 70px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 18px;

  background: #edf7ed;

  color: #2e7d32;

  font-size: 32px;

  transition: all .3s ease;
}


.akg-service-card:nth-child(2n) .akg-service-icon {
  background: #f8eded;

  color: #7b1e1e;
}

.akg-service-content {
  flex: 1;

  display: flex;

  flex-direction: column;

  padding: 25px 22px 24px;
}


.akg-service-content h3 {
  margin: 0 0 8px;

  color: #17235c;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 19px;

  line-height: 1.35;

  font-weight: 700;
}


.akg-service-content p {
  margin: 0 0 20px;

  color: #5f554d;

  font-size: 16px;

  line-height: 1.55;

  font-weight: 400;
}

.akg-service-link {
  margin-top: auto;

  display: inline-flex;

  align-items: center;

  gap: 5px;

  width: fit-content;

  color: #2e7d32;

  font-size: 15px;

  line-height: 1.3;

  font-weight: 700;

  text-decoration: none;

  transition: all .25s ease;
}


.akg-service-link i {
  font-size: 12px;

  transition: transform .25s ease;
}


.akg-service-link:hover {
  color: #7b1e1e;
}


.akg-service-link:hover i {
  transform: translateX(4px);
}

.akg-service-card:hover {
  transform: translateY(-7px);

  border-color: rgba(46, 125, 50, .28);

  box-shadow:
    0 16px 32px rgba(46, 125, 50, .13);
}


.akg-service-card:hover::before {
  background: #d4af37;
}


.akg-service-card:hover .akg-service-icon {
  transform: scale(1.08);

  background: #2e7d32;

  color: #ffffff;
}


.akg-service-card:nth-child(2n):hover .akg-service-icon {
  background: #7b1e1e;

  color: #ffffff;
}
@media (max-width: 991px) {

  .akg-services-section {
    padding: 60px 20px 65px;
  }


  .akg-services-heading {
    margin-bottom: 38px;
  }


  .akg-services-heading h2 {
    font-size: 29px;
  }


  .akg-services-heading p {
    font-size: 16px;
  }


  .akg-services-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    max-width: 750px;
  }


  .akg-service-card {
    min-height: 350px;
  }

}
@media (max-width: 576px) {

  .akg-services-section {
    padding: 45px 15px 55px;
  }


  .akg-services-heading {
    margin-bottom: 30px;
  }


  .akg-services-badge {
    padding: 7px 16px;

    margin-bottom: 20px;

    font-size: 13px;
  }


  .akg-services-heading h2 {
    font-size: 24px;

    line-height: 1.3;
  }


  .akg-services-heading p {
    font-size: 14.5px;

    line-height: 1.6;
  }


  .akg-services-grid {
    grid-template-columns: 1fr;

    gap: 18px;
  }


  .akg-service-card {
    min-height: 340px;

    border-radius: 13px;
  }


  .akg-service-image {
    height: 165px;
  }


  .akg-service-icon {
    width: 62px;
    height: 62px;

    font-size: 27px;

    border-radius: 16px;
  }


  .akg-service-content {
    padding: 22px 19px 22px;
  }


  .akg-service-content h3 {
    font-size: 18px;
  }


  .akg-service-content p {
    font-size: 15px;

    line-height: 1.55;
  }


  .akg-service-link {
    font-size: 14px;
  }

}
.akg-services-section .akg-services-heading {
  display: block !important;

  width: 100% !important;
  max-width: 850px !important;

  margin: 0 auto 45px !important;
  padding: 0 !important;

  text-align: center !important;

  background: transparent !important;

  border: 0 !important;
  box-shadow: none !important;
}

.akg-services-section .akg-services-badge {
  display: inline-flex !important;

  width: auto !important;
  max-width: max-content !important;

  align-items: center !important;
  justify-content: center !important;

  padding: 8px 19px !important;

  margin: 0 auto 28px !important;

  border-radius: 30px !important;

  background: #2e7d32 !important;

  color: #ffffff !important;

  font-family: inherit !important;

  font-size: 14px !important;

  line-height: 1 !important;

  font-weight: 700 !important;

  text-align: center !important;

  box-shadow: 0 5px 15px rgba(46, 125, 50, .15) !important;
}

.akg-services-section .akg-services-heading h2 {
  display: block !important;

  width: 100% !important;

  margin: 0 0 10px !important;
  padding: 0 !important;

  color: #17235c !important;

  background: transparent !important;

  font-family: Georgia, "Times New Roman", serif !important;

  font-size: 32px !important;

  line-height: 1.25 !important;

  font-weight: 700 !important;

  text-align: center !important;
}

.akg-services-section .akg-services-heading h2::after {
  content: "" !important;

  display: block !important;

  width: 55px !important;

  height: 3px !important;

  margin: 15px auto 0 !important;

  padding: 0 !important;

  border-radius: 5px !important;

  background: #7b1e1e !important;
}

.akg-services-section .akg-services-heading p {
  display: block !important;

  width: 100% !important;
  max-width: 700px !important;

  margin: 18px auto 0 !important;
  padding: 0 !important;

  color: #5f554d !important;

  background: transparent !important;

  font-family: inherit !important;

  font-size: 17px !important;

  line-height: 1.6 !important;

  font-weight: 400 !important;

  text-align: center !important;
}

@media (max-width: 991px) {

  .akg-services-section .akg-services-heading {
    display: block !important;

    max-width: 750px !important;

    margin-bottom: 38px !important;
  }

  .akg-services-section .akg-services-heading h2 {
    font-size: 29px !important;
  }

  .akg-services-section .akg-services-heading p {
    font-size: 16px !important;
  }

}


@media (max-width: 576px) {

  .akg-services-section .akg-services-heading {
    display: block !important;

    max-width: 100% !important;

    margin-bottom: 30px !important;
  }

  .akg-services-section .akg-services-badge {
    padding: 7px 16px !important;

    margin-bottom: 20px !important;

    font-size: 13px !important;
  }

  .akg-services-section .akg-services-heading h2 {
    font-size: 24px !important;

    line-height: 1.3 !important;
  }

  .akg-services-section .akg-services-heading p {
    font-size: 14.5px !important;

    line-height: 1.6 !important;
  }

}
.akg-telephonic-hero {
  width: 100%;
  position: relative;
  overflow: hidden;

  padding: 65px 20px 60px;

  background:
    linear-gradient(135deg,
      #1b5e20 0%,
      #2e7d32 42%,
      #7b1e1e 100%);

  text-align: center;
}
.akg-telephonic-hero::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  top: -300px;
  left: 50%;

  transform: translateX(-50%);

  background: rgba(212, 175, 55, .15);

  border-radius: 50%;

  filter: blur(80px);

  pointer-events: none;
}
.akg-telephonic-hero::after {
  content: "";

  position: absolute;

  width: 350px;
  height: 350px;

  right: -150px;
  bottom: -200px;

  background: rgba(198, 40, 40, .20);

  border-radius: 50%;

  filter: blur(80px);

  pointer-events: none;
}
.akg-telephonic-inner {
  position: relative;

  z-index: 2;

  max-width: 1000px;

  margin: 0 auto;
}

.akg-telephonic-badge {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 9px 22px;

  margin-bottom: 22px;

  border: 1px solid #d4af37;

  border-radius: 30px;

  background: rgba(255, 255, 255, .08);

  color: #fff;

  font-size: 14px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.3px;

  text-transform: uppercase;

  box-shadow:
    0 5px 18px rgba(0, 0, 0, .12);
}
.akg-telephonic-inner h1 {
  margin: 0;

  color: #ffffff;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 48px;

  line-height: 1.15;

  font-weight: 700;

  text-shadow:
    0 5px 18px rgba(0, 0, 0, .15);
}

.akg-telephonic-inner h1 span {
  display: block;

  margin-top: 5px;

  color: #d4af37;
}
.akg-telephonic-desc {
  max-width: 780px;

  margin: 20px auto 30px;

  color: #f8f8f8;

  font-size: 17px;

  line-height: 1.7;

  font-weight: 400;
}

.akg-telephonic-tags {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  gap: 10px;

  margin-bottom: 30px;
}


.akg-telephonic-tags span {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-height: 38px;

  padding: 8px 17px;

  border: 1px solid rgba(255, 255, 255, .30);

  border-radius: 30px;

  background: rgba(255, 255, 255, .10);

  color: #ffffff;

  font-size: 14px;

  line-height: 1.2;

  font-weight: 600;

  box-shadow:
    0 4px 12px rgba(0, 0, 0, .08);

  transition: all .25s ease;
}


.akg-telephonic-tags span:hover {
  background: #d4af37;

  border-color: #d4af37;

  color: #4e342e;

  transform: translateY(-2px);
}
.akg-telephonic-buttons {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 15px;

  flex-wrap: wrap;
}

.akg-phone-btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 300px;

  padding: 16px 30px;

  border-radius: 35px;

  background: #d4af37;

  color: #4e342e;

  font-size: 16px;

  line-height: 1.2;

  font-weight: 700;

  text-decoration: none;

  box-shadow:
    0 10px 28px rgba(0, 0, 0, .20);

  transition: all .3s ease;
}


.akg-phone-btn:hover {
  background: #ffffff;

  color: #7b1e1e;

  transform: translateY(-3px);

  box-shadow:
    0 14px 30px rgba(0, 0, 0, .25);
}
.akg-whatsapp-btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 220px;

  padding: 15px 28px;

  border: 2px solid #ffffff;

  border-radius: 35px;

  background: transparent;

  color: #ffffff;

  font-size: 16px;

  line-height: 1.2;

  font-weight: 700;

  text-decoration: none;

  transition: all .3s ease;
}


.akg-whatsapp-btn:hover {
  background: #2e7d32;

  border-color: #2e7d32;

  color: #ffffff;

  transform: translateY(-3px);

  box-shadow:
    0 12px 28px rgba(0, 0, 0, .20);
}

@media (max-width: 991px) {

  .akg-telephonic-hero {
    padding: 55px 20px;
  }

  .akg-telephonic-inner h1 {
    font-size: 40px;
  }

  .akg-telephonic-desc {
    font-size: 16px;

    max-width: 680px;
  }

  .akg-telephonic-tags {
    max-width: 760px;

    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 576px) {

  .akg-telephonic-hero {
    padding: 45px 15px;
  }


  .akg-telephonic-badge {
    padding: 8px 15px;

    margin-bottom: 18px;

    font-size: 11px;

    letter-spacing: 1px;
  }


  .akg-telephonic-inner h1 {
    font-size: 30px;

    line-height: 1.25;
  }


  .akg-telephonic-inner h1 span {
    margin-top: 4px;
  }


  .akg-telephonic-desc {
    margin: 18px auto 25px;

    font-size: 15px;

    line-height: 1.6;
  }


  .akg-telephonic-tags {
    gap: 7px;

    margin-bottom: 25px;
  }


  .akg-telephonic-tags span {
    min-height: 35px;

    padding: 7px 12px;

    font-size: 12px;
  }


  .akg-telephonic-buttons {
    flex-direction: column;

    width: 100%;
  }


  .akg-phone-btn,
  .akg-whatsapp-btn {
    width: 100%;

    min-width: 0;

    padding: 14px 20px;

    font-size: 15px;
  }

}

.akg-fee-section {
  width: 100%;

  padding: 65px 20px 75px;

  background: #fffaf4;
}

.akg-fee-container {
  max-width: 1050px;

  margin: 0 auto;
}
.akg-fee-heading {
  text-align: center;

  max-width: 850px;

  margin: 0 auto 45px;
}


.akg-fee-heading h2 {
  margin: 0 0 12px;

  color: #7b1e1e;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 35px;

  line-height: 1.25;

  font-weight: 700;
}


.akg-fee-heading h2 span {
  color: #2e7d32;
}


.akg-fee-heading p {
  max-width: 700px;

  margin: 0 auto;

  color: #555;

  font-size: 17px;

  line-height: 1.65;

  font-weight: 400;
}
.akg-fee-divider {
  margin-top: 22px;

  color: #d4af37;

  font-size: 21px;

  line-height: 1;

  letter-spacing: 3px;
}

.akg-fee-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 28px;

  align-items: stretch;
}
.akg-fee-card {
  position: relative;

  display: flex;

  flex-direction: column;

  min-height: 560px;

  padding: 38px 30px 30px;

  background: #ffffff;

  border: 1px solid rgba(123, 30, 30, .12);

  border-radius: 20px;

  box-shadow:
    0 12px 30px rgba(50, 40, 30, .08);

  overflow: hidden;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}


.akg-fee-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 20px 40px rgba(50, 40, 30, .14);
}
.akg-fee-top-line {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;

  height: 5px;

  background: #d4af37;
}


.akg-fee-popular .akg-fee-top-line {
  background: #7b1e1e;
}


.akg-fee-premium .akg-fee-top-line {
  background: #2e7d32;
}
.akg-fee-icon {
  width: 68px;

  height: 68px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 8px auto 25px;

  border-radius: 50%;

  background: #fdf3e8;

  font-size: 30px;

  box-shadow:
    0 5px 15px rgba(212, 175, 55, .10);
}


.akg-fee-popular .akg-fee-icon {
  background: #f8eded;
}


.akg-fee-premium .akg-fee-icon {
  background: #edf7ed;
}

.akg-fee-card h3 {
  margin: 0;

  text-align: center;

  color: #7b1e1e;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 22px;

  line-height: 1.3;

  font-weight: 700;
}

.akg-fee-type {
  margin-top: 7px;

  text-align: center;

  color: #795548;

  font-size: 13px;

  line-height: 1.3;

  font-weight: 500;

  letter-spacing: 1px;
}

.akg-fee-price {
  margin-top: 20px;

  text-align: center;

  color: #c62828;

  font-size: 48px;

  line-height: 1;

  font-weight: 800;
}


.akg-fee-price small {
  font-size: 24px;

  vertical-align: 12px;

  margin-right: 2px;
}
.akg-fee-note {
  margin: 8px 0 25px;

  text-align: center;

  color: #795548;

  font-size: 14px;

  line-height: 1.5;
}

.akg-fee-list {
  list-style: none;

  margin: 0;

  padding: 0;
}


.akg-fee-list li {
  display: flex;

  align-items: flex-start;

  gap: 10px;

  padding: 9px 0;

  border-bottom: 1px dashed rgba(123, 30, 30, .14);

  color: #333;

  font-size: 15px;

  line-height: 1.45;
}


.akg-fee-list li:last-child {
  border-bottom: none;
}


.akg-fee-list li i {
  flex-shrink: 0;

  color: #2e7d32;

  font-size: 16px;

  font-style: normal;

  font-weight: 700;
}

.akg-fee-btn {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  margin-top: auto;

  padding: 14px 20px;

  border-radius: 30px;

  background: #f7ead8;

  color: #5d1515;

  font-size: 15px;

  line-height: 1.2;

  font-weight: 700;

  text-decoration: none;

  transition: all .3s ease;
}


/* Basic hover */

.akg-fee-basic .akg-fee-btn:hover {
  background: #7b1e1e;

  color: #ffffff;
}


/* Popular */

.akg-fee-popular {
  border: 2px solid #7b1e1e;

  transform: translateY(-8px);

  box-shadow:
    0 18px 38px rgba(123, 30, 30, .16);
}


.akg-fee-popular:hover {
  transform: translateY(-13px);
}


.akg-fee-popular .akg-fee-btn {
  background: #7b1e1e;

  color: #ffffff;

  box-shadow:
    0 8px 20px rgba(123, 30, 30, .20);
}


.akg-fee-popular .akg-fee-btn:hover {
  background: #5d1515;
}


/* Premium */

.akg-fee-premium .akg-fee-btn {
  background: #2e7d32;

  color: #ffffff;
}


.akg-fee-premium .akg-fee-btn:hover {
  background: #1b5e20;
}
.akg-popular-badge {
  position: absolute;

  top: 23px;

  right: -43px;

  width: 155px;

  padding: 7px 0;

  background: #c62828;

  color: #ffffff;

  text-align: center;

  font-size: 10px;

  line-height: 1.2;

  font-weight: 700;

  letter-spacing: .7px;

  transform: rotate(45deg);
}
@media (max-width: 991px) {

  .akg-fee-section {
    padding: 55px 20px 65px;
  }


  .akg-fee-heading h2 {
    font-size: 32px;
  }


  .akg-fee-heading p {
    font-size: 16px;
  }


  .akg-fee-grid {
    grid-template-columns: repeat(2, 1fr);

    max-width: 760px;

    margin: 0 auto;
  }


  .akg-fee-card {
    min-height: 540px;
  }


  .akg-fee-popular {
    transform: none;
  }


  .akg-fee-popular:hover {
    transform: translateY(-8px);
  }

}
@media (max-width: 576px) {

  .akg-fee-section {
    padding: 45px 15px 55px;
  }


  .akg-fee-heading {
    margin-bottom: 32px;
  }


  .akg-fee-heading h2 {
    font-size: 27px;

    line-height: 1.3;
  }


  .akg-fee-heading p {
    font-size: 14.5px;

    line-height: 1.6;
  }


  .akg-fee-divider {
    margin-top: 18px;

    font-size: 18px;
  }


  .akg-fee-grid {
    grid-template-columns: 1fr;

    gap: 20px;
  }


  .akg-fee-card {
    min-height: 0;

    padding: 32px 22px 25px;

    border-radius: 16px;
  }


  .akg-fee-popular {
    transform: none;
  }


  .akg-fee-popular:hover {
    transform: translateY(-7px);
  }


  .akg-fee-icon {
    width: 62px;

    height: 62px;

    margin-bottom: 20px;

    font-size: 27px;
  }


  .akg-fee-card h3 {
    font-size: 20px;
  }


  .akg-fee-type {
    font-size: 12px;
  }


  .akg-fee-price {
    font-size: 40px;

    margin-top: 17px;
  }


  .akg-fee-price small {
    font-size: 21px;

    vertical-align: 9px;
  }


  .akg-fee-note {
    font-size: 13px;

    margin-bottom: 20px;
  }


  .akg-fee-list li {
    font-size: 14px;

    padding: 8px 0;
  }


  .akg-fee-btn {
    margin-top: 22px;

    padding: 13px 18px;

    font-size: 14px;
  }


  .akg-popular-badge {
    font-size: 9px;

    top: 22px;

    right: -45px;
  }

}
.akg-tools-section {
  width: 100%;

  padding: 70px 20px 80px;

  background: #fffaf4;
}


.akg-tools-container {
  max-width: 1200px;

  margin: 0 auto;
}
.akg-tools-heading {
  max-width: 850px;

  margin: 0 auto 40px;

  text-align: center;
}


.akg-tools-badge {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 8px 19px;

  margin-bottom: 25px;

  border-radius: 30px;

  background: #7b1e1e;

  color: #ffffff;

  font-size: 14px;

  line-height: 1;

  font-weight: 700;

  box-shadow:
    0 5px 15px rgba(123, 30, 30, .15);
}


.akg-tools-heading h2 {
  margin: 0 0 12px;

  color: #17235c;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 34px;

  line-height: 1.25;

  font-weight: 700;
}


.akg-tools-heading h2 span {
  color: #2e7d32;
}


.akg-tools-heading p {
  max-width: 700px;

  margin: 0 auto;

  color: #5f554d;

  font-size: 17px;

  line-height: 1.6;

  font-weight: 400;
}
.akg-tools-box {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid rgba(123, 30, 30, .14);

  border-radius: 17px;

  box-shadow:
    0 10px 28px rgba(50, 40, 30, .08);
}
.akg-tools-box-heading {
  padding: 19px 25px;

  text-align: center;

  background: #7b1e1e;

  color: #ffffff;

  font-size: 20px;

  line-height: 1.3;

  font-weight: 700;
}

.akg-tools-grid {
  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 20px;

  padding: 30px;
}
.akg-tool-card {
  min-height: 175px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding: 20px 12px;

  background: #ffffff;

  border: 1px solid rgba(212, 175, 55, .30);

  border-radius: 15px;

  text-align: center;

  text-decoration: none;

  box-shadow:
    0 5px 15px rgba(50, 40, 30, .035);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease,
    background .3s ease;
}
.akg-tool-icon {
  width: 62px;

  height: 62px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

  border-radius: 16px;

  background: #fdf3e8;

  font-size: 30px;

  transition:
    transform .3s ease,
    background .3s ease;
}

.akg-tool-card h3 {
  margin: 0;

  color: #17235c;

  font-size: 15px;

  line-height: 1.35;

  font-weight: 600;
}
.akg-tool-card:hover {
  transform: translateY(-6px);

  border-color: rgba(46, 125, 50, .35);

  background: #fffdf9;

  box-shadow:
    0 12px 25px rgba(46, 125, 50, .11);
}


.akg-tool-card:hover .akg-tool-icon {
  transform: scale(1.08);

  background: #edf7ed;
}


.akg-tool-card:hover h3 {
  color: #7b1e1e;
}
@media (max-width: 1100px) {

  .akg-tools-grid {
    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

    padding: 25px;
  }

}


@media (max-width: 991px) {

  .akg-tools-section {
    padding: 60px 20px 65px;
  }


  .akg-tools-heading h2 {
    font-size: 31px;
  }


  .akg-tools-heading p {
    font-size: 16px;
  }


  .akg-tools-grid {
    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    padding: 22px;
  }


  .akg-tool-card {
    min-height: 165px;
  }

}
@media (max-width: 576px) {

  .akg-tools-section {
    padding: 45px 15px 55px;
  }


  .akg-tools-heading {
    margin-bottom: 30px;
  }


  .akg-tools-badge {
    padding: 7px 16px;

    margin-bottom: 20px;

    font-size: 13px;
  }


  .akg-tools-heading h2 {
    font-size: 25px;

    line-height: 1.3;
  }


  .akg-tools-heading p {
    font-size: 14.5px;

    line-height: 1.6;
  }


  .akg-tools-box {
    border-radius: 14px;
  }


  .akg-tools-box-heading {
    padding: 16px 15px;

    font-size: 18px;
  }


  .akg-tools-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 13px;

    padding: 15px;
  }


  .akg-tool-card {
    min-height: 145px;

    padding: 15px 8px;

    border-radius: 12px;
  }


  .akg-tool-icon {
    width: 54px;

    height: 54px;

    margin-bottom: 15px;

    border-radius: 14px;

    font-size: 26px;
  }


  .akg-tool-card h3 {
    font-size: 13.5px;

    line-height: 1.35;
  }

}
.akg-testimonials-section {
  width: 100%;

  padding: 70px 20px 80px;

  background: #fffaf4;
}


.akg-testimonials-container {
  max-width: 1100px;

  margin: 0 auto;
}
.akg-testimonials-heading {
  max-width: 850px;

  margin: 0 auto 45px;

  text-align: center;
}


.akg-testimonials-badge {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 8px 19px;

  margin-bottom: 25px;

  border-radius: 30px;

  background: #7b1e1e;

  color: #ffffff;

  font-size: 14px;

  line-height: 1;

  font-weight: 700;

  box-shadow:
    0 5px 15px rgba(123, 30, 30, .15);
}


.akg-testimonials-heading h2 {
  margin: 0 0 12px;

  color: #17235c;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 34px;

  line-height: 1.25;

  font-weight: 700;
}


.akg-testimonials-heading p {
  max-width: 720px;

  margin: 0 auto;

  color: #5f554d;

  font-size: 17px;

  line-height: 1.6;

  font-weight: 400;
}

.akg-testimonials-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 26px;
}
.akg-testimonial-card {
  position: relative;

  display: flex;

  flex-direction: column;

  min-height: 285px;

  padding: 30px 29px 27px;

  background: #fdf3e8;

  border: 1px solid rgba(212, 175, 55, .25);

  border-radius: 15px;

  box-shadow:
    0 7px 20px rgba(50, 40, 30, .05);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}
.akg-testimonial-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;

  height: 4px;

  border-radius: 15px 15px 0 0;

  background: #7b1e1e;
}
.akg-testimonial-card:nth-child(even)::before {
  background: #2e7d32;
}
.akg-rating {
  margin-bottom: 17px;

  color: #d4af37;

  font-size: 19px;

  line-height: 1;

  letter-spacing: 2px;
}

.akg-testimonial-text {
  margin: 0 0 25px;

  color: #17235c;

  font-size: 16px;

  line-height: 1.65;

  font-style: italic;

  font-weight: 400;
}

.akg-client {
  display: flex;

  align-items: center;

  gap: 13px;

  margin-top: auto;
}


.akg-client-avatar {
  width: 50px;

  height: 50px;

  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #7b1e1e;

  color: #ffffff;

  font-size: 18px;

  line-height: 1;

  font-weight: 700;
}


.akg-testimonial-card:nth-child(even) .akg-client-avatar {
  background: #2e7d32;
}


.akg-client-info h3 {
  margin: 0 0 5px;

  color: #17235c;

  font-size: 16px;

  line-height: 1.3;

  font-weight: 700;
}


.akg-client-info span {
  display: block;

  color: #2e7d32;

  font-size: 14px;

  line-height: 1.3;

  font-weight: 600;
}
.akg-testimonial-card:hover {
  transform: translateY(-6px);

  border-color: rgba(123, 30, 30, .25);

  box-shadow:
    0 15px 30px rgba(123, 30, 30, .10);
}

.akg-testimonials-footer {
  display: flex;

  align-items: center;
  justify-content: center;

  flex-wrap: wrap;

  gap: 7px;

  margin-top: 30px;

  padding: 20px 25px;

  background: #ffffff;

  border: 1px solid rgba(212, 175, 55, .25);

  border-radius: 14px;

  color: #17235c;

  font-size: 15px;

  line-height: 1.4;
}


.akg-footer-star {
  color: #d4af37;

  font-size: 20px;
}


.akg-testimonials-footer strong {
  color: #7b1e1e;

  font-weight: 700;
}
@media (max-width: 991px) {

  .akg-testimonials-section {
    padding: 60px 20px 65px;
  }


  .akg-testimonials-heading {
    margin-bottom: 38px;
  }


  .akg-testimonials-heading h2 {
    font-size: 31px;
  }


  .akg-testimonials-heading p {
    font-size: 16px;
  }


  .akg-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
  }


  .akg-testimonial-card {
    min-height: 275px;

    padding: 27px 24px 25px;
  }

}
@media (max-width: 576px) {

  .akg-testimonials-section {
    padding: 45px 15px 55px;
  }


  .akg-testimonials-heading {
    margin-bottom: 30px;
  }


  .akg-testimonials-badge {
    padding: 7px 16px;

    margin-bottom: 20px;

    font-size: 13px;
  }


  .akg-testimonials-heading h2 {
    font-size: 25px;

    line-height: 1.3;
  }


  .akg-testimonials-heading p {
    font-size: 14.5px;

    line-height: 1.6;
  }


  .akg-testimonials-grid {
    grid-template-columns: 1fr;

    gap: 18px;
  }


  .akg-testimonial-card {
    min-height: 260px;

    padding: 25px 21px 23px;

    border-radius: 13px;
  }


  .akg-rating {
    margin-bottom: 15px;

    font-size: 17px;
  }


  .akg-testimonial-text {
    margin-bottom: 22px;

    font-size: 15px;

    line-height: 1.6;
  }


  .akg-client-avatar {
    width: 46px;

    height: 46px;

    font-size: 16px;
  }


  .akg-client-info h3 {
    font-size: 15px;
  }


  .akg-client-info span {
    font-size: 13px;
  }


  .akg-testimonials-footer {
    padding: 17px 15px;

    font-size: 13px;

    text-align: center;
  }

}