@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Niconne&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Luxurious+Script&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ms+Madi&family=Niconne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ms+Madi&family=Niconne&display=swap");

:root {
  --text-primary: #000;
  --text-secondary: #fff;
  --text-pink: #e9337e;

  --bg-primary: hsl(240 5% 10%);
  --bg-secondary: hsl(240 5% 16%);
}

@font-face {
  font-family: "Niconne";
  src: url("../fonts/Niconne-Regular.ttf") format("woff"),
    url("../fonts/Niconne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gabriola";
  src: url("../fonts/Gabriola.woff") format("woff"),
    url("../fonts/Gabriola.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* font-size */
.f-65 {
  font-size: 65px;
}

.f-50 {
  font-size: 50px;
}

.f-45 {
  font-size: 45px;
}

.f-40 {
  font-size: 40px;
}

.f-32 {
  font-size: 32px;
}

.f-30 {
  font-size: 30px;
}

.f-28 {
  font-size: 28px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-22 {
  font-size: 22px;
}

.f-21 {
  font-size: 21px;
}

.f-20 {
  font-size: 20px;
}

.f-18 {
  font-size: 18px;
}

.f-16 {
  font-size: 16px;
}

.f-14 {
  font-size: 14px;
}

* {
  padding: 0;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

html,
body,
p,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

.pt-100 {
  padding-top: 100px;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-35 {
  padding-bottom: 35px;
}

.padding_top100 {
  padding-top: 100px;
}

.niconne {
  font-family: "Niconne", sans-serif;
}

.gabriola {
  font-family: "Gabriola", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.oregano {
  font-family: "Oregano", cursive;
}

.text_pink {
  color: var(--text-pink);
}

/* button */

button span img {
  max-width: 70%;
}

.btn_primary {
  background: linear-gradient(90deg, #e9337e 0%, #501e60 100%);
  border-radius: 18px;
  color: #fff;
  border: none;
  padding: 10px 23px;
  /* border: 1px solid transparent; */
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  /* max-width: fit-content; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_white {
  background: #fff;
  border-radius: 18px;
  color: #7a2468;
  border: none;
  padding: 15px 20px;
  /* border: 1px solid transparent; */
  /* font-size: 16px;
  padding: 11px 35px; */
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  /* max-width: fit-content; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_pink {
  background: #e9337e;
  border-radius: 18px;
  color: #fff;
  border: none;
  padding: 15px 20px;
  /* border: 1px solid transparent; */
  /* font-size: 16px;
  padding: 11px 35px; */
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  /* max-width: fit-content; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue_arrow {
  width: 25px;
  height: 25px;
  background-color: #642164;
  -webkit-mask: url("../../assets/images/arrow_back.svg") no-repeat center;
  mask: url("../../assets/images/arrow_back.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* top-header-start */
.top_header {
  background-color: #501e60;
  padding: 10px 0;
}

.top_header p {
  font-size: 16px;
  font-weight: 500;
}

header nav {
  padding: 12px 0 !important;
}

.navbar-brand img {
  max-width: 170px;
}

.right_top a {
  background: #ffffff42;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

.right_top a:hover {
  background: #b9b9b942;
}

.right_top a img {
  max-width: unset;
  width: unset;
}

/* top-header-end */

/* hero_section */

.hero_section {
  background-image: url(../images/hero.png);
  padding: 70px 0;
  background-size: cover;
}

.hero_section .hero_inner_img img {
  width: 100%;
}

.hero_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 30px;
}

.hero_content h4 span {
  font-size: 45px;
  font-weight: 400;
}

.hero_content h4 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.hero_content p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.hero_content h5 {
  font-size: 34px;
  font-weight: 400;
}

header nav ul li.nav-item a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

header nav ul li.nav-item a:hover {
  color: #e9337e;
}

header nav ul li.nav-item a.active {
  color: #e9337e;
  font-weight: 600;
}

header nav ul li.nav-item a.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #e9337e 0%, #501e60 100%);
  border-radius: 2px;
}

/* top-header-end */
/* header start */
header nav .bg_button {
  background: linear-gradient(90deg, #e9337e 0%, #501e60 100%);
  border: 0;
  padding: 10px 22px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
}

header .navbar-nav li.nav-item {
  padding: 0 12px;
}

.navbar-toggler-icon span.bar {
  background: linear-gradient(90deg, #e9337e 0%, #501e60 100%);
  padding: 0 2px;
  width: 100%;
  display: block;
  height: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
}

/* header end */

/* footer start */
footer {
  background: linear-gradient(182.49deg, #501e60 2.09%, #e9337e 165.93%);
  padding-top: 30px;
}

footer img.f_logo {
  max-width: 280px;
}

footer ul li {
  margin-bottom: 12px;
}

footer h4 {
  margin-top: 70px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}

footer ul li {
  list-style: none;
}

footer ul {
  padding-left: 0;
}

footer ul li a,
footer ul li,
footer p {
  color: #fff;
  font-size: 16px;
}

footer ul li a:hover {
  color: #fff;
}

.footer_bottom {
  margin-top: 30px;
  border-top: 2px solid #ffffff33;
  padding: 20px 0;
}

.footer_bottom p,
.footer_bottom ul,
.footer_bottom ul li {
  margin-bottom: 0;
}

.subscribe form {
  background: #fff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.subscribe form img {
  max-width: 23px;
  position: absolute;
  left: 11px;
  top: 15px;
}

.subscribe form input {
  padding: 15px 38px;
  max-width: 290px;
  border-radius: 20px;
  border: 0;
  width: 100%;
}

.subscribe form button {
  position: absolute;
  right: 16px;
  top: 7px;
  background: linear-gradient(91.84deg, #571f61 1.55%, #a22970 94.92%);
  color: #fff;
  border: 0;
  padding: 9px 17px;
  border-radius: 20px;
}

.subscribe form input:focus {
  outline: none;
}

/* footer End */

/* Perfect For You start  start */
.heading_section {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.heading_section .title {
  color: #501e60;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 15px;
}

.heading_section .box_heading {
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
  color: #e9337e;
  background: #fff;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 25px;
}

.heading_section .heading {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

.heading_section .sub_title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.who_can_main {
  box-shadow: 0px 0px 18.28px 0px #00000026;
  padding: 15px;
  border-radius: 18.28px;
  padding: 60px 30px;
}

.who_can_main h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.who_can_main p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.who_can_main .check_list {
  margin: 0;
  padding: 0;
}

.who_can_main .check_list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.who_can_main .check_list li img {
  width: 25px;
  align-items: center;
  margin-right: 20px;
}

.who_can_main .check_list li {
  font-size: 16px;
  font-weight: 500;
}

.who_can_main .control_box_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.who_can_main .control_box {
  background: linear-gradient(180deg, #ffe9f2 0%, #f9e7ff 100%);
  border-radius: 20px;
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.who_can_main .control_box .control_box_img {
  width: 90px;
  height: 90px;
  background: linear-gradient(180deg, #e9337e 0%, #501e60 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 30px;
}

.who_can_main .control_box .control_box_img img {
  width: 40px;
}

.who_can_main .control_box h2 {
  font-size: 25px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 5px;
}

.who_can_main .control_box p {
  margin-bottom: 30px;
}

/* Perfect For You start  end */

/* Framework */

.framework_inner .framework_box {
  background: #fff2f7;
  border-radius: 20px;
  border: 2px solid #e9337e33;
  border-top: 10px solid #e9337e;
  padding: 30px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.framework_inner .framework_box.blue {
  border: 2px solid #501e6033;
  border-top: 10px solid #501e60;
  background: #fcf2ff;
}

.framework_inner .framework_box.green {
  border: 2px solid #01a60133;
  border-top: 10px solid #01a601;
  background: #f5fff5;
}

.framework_inner .framework_box.light_pink {
  border: 2px solid #fedde2;
  border-top: 10px solid #f1ced4;
  background: #fff7f9;
}

.framework_inner .framework_box .framework_box_img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  background: #e9337e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.framework_inner .framework_box.blue .framework_box_img {
  background: #501e60;
}

.framework_inner .framework_box.green .framework_box_img {
  background: #01a601;
}

.framework_inner .framework_box.light_pink .framework_box_img {
  background: #f1ced4;
}

.framework_inner .framework_box .framework_box_img img {
  width: 30px;
}

.framework_inner .framework_box h2 {
  font-size: 22px;
  /* line-height: 50px; */
  font-weight: 600;
  margin-bottom: 5px;
}

.framework_inner .framework_box p {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .story_section {
    background-image: unset;
  }

  header nav {
    padding: 0px 0 !important;
  }

  .top_header p {
    font-size: 12px;
  }

  .right_top {
    width: 100px;
  }

  .right_top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .navbar-brand img {
    max-width: 170px;
  }
}

/* my_story */

.my_story {
  box-shadow: 0px 0px 18.28px 0px #00000026;
  padding: 12px;
  border-radius: 18px;
}

.my_story h3 {
  font-family: "Ms Madi", cursive;
  font-size: 30px;
  color: #94d769;
  text-align: center;
}

.my_story h4 {
  font-size: 24px;
  color: #000;
  text-align: center;
}

h4.arrow_heading img {
  max-width: 100px;
}

span.greeting {
  font-size: 45px;
  color: #501e60;
  font-family: "Luxurious Script", cursive;
  margin-right: 10px;
}

.my_story_inner {
  max-width: 460px;
  margin: 0 auto;
}

.name_sec {
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 24px;
  color: #e9337e;
}

.my_story_inner p {
  text-align: center;
  font-size: 16px;
}

span.name {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: #e9337e;
  font-weight: 500;
}

span.greeting {
  display: inline-flex;
  align-items: center;
}

.badge {
  color: #000000;
  font-size: 16px;
  padding: 20px 17px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  white-space: normal;
}

.badge.pink {
  background: #ffe5f2;
  border-left: 7px solid #fb0281;
}

.badge.green {
  background: #e4ffd3;
  border-left: 7px solid #94d769;
}

.story_section {
  background-image: url(../images/storyLarer.png);
  background-size: 100% 40%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 70px;
}

.story_section .box {
  box-shadow: 0px 0px 18.28px 0px #00000026;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
}

.story_section .box span.icon {
  background: #501e60;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
}

.story_section .box span.icon img {
  width: 100%;
  max-width: 15px;
  margin: 0 auto;
}

.story_section .title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
  color: #000;
}

.story_section content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.story_section .content p {
  font-size: 14px;
  margin-bottom: 0;
}

.story_section .content h4 {
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 0;
}

section.story_section .inner_section {
  padding-top: 30px;
}

/* my_story */
button.btn_border {
  border-radius: 18px;
  color: #e9337e;
  border: none;
  padding: 13px 23px;
  border: 1px solid #e9337e;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  /* max-width: fit-content; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

button.btn_secondary {
  color: #8d266c;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  border-radius: 8px;
}

.fit_content {
  max-width: fit-content;
}

/* explore_coaching start */
section.explore_coaching {
  margin: 40px 0;
}

.explore_coaching .container {
  background: linear-gradient(90deg, #e9337e 0%, #501e60 100%);
  padding: 40px 70px;
  border-radius: 16px;
}

section.explore_coaching h4 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

section.explore_coaching p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

/* explore_coaching end */

/* financial Excellence start */
.heading_area h4 {
  color: #e9337e;
  background: #ffeff6;
  max-width: fit-content;
  padding: 11px 15px;
  line-height: 28px;
  font-size: 16px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.heading_area h5 {
  font-size: 28px;
  text-align: center;
  color: #000000;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.heading_area p {
  font-size: 16px;
  text-align: center;
  color: #000000;
}

section.financial_excellence ul.list {
  display: flex;
  padding: 0;
  justify-content: center;
}

section.financial_excellence ul.list li {
  box-shadow: 0px 0px 18.28px 0px #0000001a;
  list-style: none;
  padding: 13px 40px;
  margin: 0 16px;
  border-radius: 9px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease;
}

section.financial_excellence ul.list li:after {
  content: "";
  left: 15px;
  top: 18px;
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
}

section.financial_excellence ul.list li.pink:after,
section.financial_excellence ul.list li.pink:hover {
  background-color: #e9337e;
}

section.financial_excellence ul.list li.green:after,
section.financial_excellence ul.list li.green:hover {
  background-color: #94d769;
}

section.financial_excellence ul.list li.purple:after,
section.financial_excellence ul.list li.purple:hover {
  background-color: #501e60;
}

section.financial_excellence ul.list li:hover {
  color: #fff;
}

/* financial Excellence  End  */

/* salary_calculator start */
.salary_calculator {
  background: linear-gradient(360deg, #e8ffd9 0%, #ffe1ed 100%);
  padding: 90px 0;
}

.salary_calculator h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.salary_calculator p.title {
  color: #501e60;
  font-size: 18px;
}

.salary_calculator p {
  font-size: 16px;
}

.salary_calculator h5 {
  font-weight: 700;
  font-size: 18px;
}

.salary_calculator .icon_box img {
  max-width: 22px;
  width: 100%;
}

.salary_calculator .icon_box .bgbox {
  background: #fdeffc;
  display: inline-flex;
  padding: 9px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.salary_calculator .icon_box .box {
  box-shadow: 0px 0px 18.28px 0px #0000001a;
  background: #fff;
  border-radius: 10px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}

/* salary_calculator end */

/* consultation_services */
.consultation_services {
  background: linear-gradient(360deg, #f6c2cb 0%, #fffbfd 100%);
}

.consultation_service_wrapper .consultation_service_inner {
  /* background: #fff2f7; */
  border-radius: 20px;
  border: 2px solid #e9337e33;
  /* border-top: 10px solid #e9337e; */
  padding: 10px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible;
  min-height: auto;
}

.consultation_service_wrapper .consultation_service_inner.blue {
  border: 11px solid #501e6033;
  background: #fbefff;
}

.consultation_service_wrapper .consultation_service_inner.green {
  border: 11px solid #01a60133;
  background: #e8ffd9;
}

.consultation_service_wrapper .consultation_service_inner .consultation_service_inner_img {
  width: 80px;
  height: 75px;
  background: #e9337e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-bottom: 20px;
}

.consultation_service_wrapper .consultation_service_inner.blue .consultation_service_inner_img {
  background: linear-gradient(180deg, #501e60 0%, #ca70e6 100%);
}

.consultation_service_wrapper .consultation_service_inner.green .consultation_service_inner_img {
  background: linear-gradient(180deg, #01a601 0%, #94d769 100%);
}

.consultation_service_wrapper .consultation_service_inner .consultation_service_inner_img img {
  width: 48px;
}

.consultation_service_wrapper .consultation_service_inner h2 {
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 5px;
}

.consultation_service_wrapper .consultation_service_inner p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.consultation_service_wrapper .consultation_service_inner .price_box {
  margin-bottom: 15px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consultation_service_wrapper .consultation_service_inner .price_box p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 10px;
}

.consultation_service_wrapper .consultation_service_inner .price_box span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.consultation_service_wrapper .consultation_service_inner .pathway_price_box {
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.consultation_service_wrapper .consultation_service_inner .pathway_price_box p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 10px;
}

.consultation_service_wrapper .consultation_service_inner .pathway_price_box span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.consultation_service_inner_list ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.consultation_service_inner_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.consultation_service_inner_list ul li img {
  width: 22px;
  align-items: center;
  margin-right: 20px;
}

.consultation_service_inner_list ul li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 41px;
}

/* Fix dynamic content styling for consultation services */
.consultation_service_inner_list>div {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.consultation_service_inner_list>div * {
  font-size: 16px !important;
  line-height: 1.6 !important;
  max-width: 100% !important;
}

.consultation_service_inner_list>div p {
  margin-bottom: 12px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.consultation_service_inner_list>div ul,
.consultation_service_inner_list>div ol {
  margin: 15px 0 !important;
  padding-left: 25px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.consultation_service_inner_list>div li {
  margin-bottom: 8px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.consultation_service_inner_list>div h1,
.consultation_service_inner_list>div h2,
.consultation_service_inner_list>div h3,
.consultation_service_inner_list>div h4,
.consultation_service_inner_list>div h5,
.consultation_service_inner_list>div h6 {
  font-size: 18px !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}

.consultation_service_inner_list>div img {
  max-width: 100% !important;
  height: auto !important;
}

/* consultation_services end */

/* Digital Products Section - Fix dynamic content styling */
.digital_products_box_list>div {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  margin-bottom: 15px;
}

.digital_products_box_list>div * {
  font-size: 16px !important;
  line-height: 1.6 !important;
  max-width: 100% !important;
}

.digital_products_box_list>div p {
  margin-bottom: 12px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.digital_products_box_list>div ul,
.digital_products_box_list>div ol {
  margin: 15px 0 !important;
  padding-left: 25px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.digital_products_box_list>div li {
  margin-bottom: 8px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.digital_products_box_list>div h1,
.digital_products_box_list>div h2,
.digital_products_box_list>div h3,
.digital_products_box_list>div h4,
.digital_products_box_list>div h5,
.digital_products_box_list>div h6 {
  font-size: 18px !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}

.digital_products_box_list>div img {
  max-width: 100% !important;
  height: auto !important;
}

/* Fix overflow and layout issues for digital products box */
.digital_products_box {
  overflow: visible !important;
  min-height: auto !important;
}

.digital_products_box_list {
  overflow: visible !important;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.digital_products_box_list>div {
  overflow: visible !important;
  flex: 1 1 auto;
}

/* Fix consultation service inner list overflow */
.consultation_service_inner_list {
  overflow: visible !important;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.consultation_service_inner_list>div {
  overflow: visible !important;
  flex: 1 1 auto;
}

/* Ensure proper alignment and spacing */
.digital_products_box_list>div table {
  max-width: 100% !important;
  font-size: 16px !important;
  border-collapse: collapse !important;
}

.digital_products_box_list>div table td,
.digital_products_box_list>div table th {
  padding: 8px !important;
  font-size: 16px !important;
  word-wrap: break-word !important;
}

/* Copy of digital_products_box_list styles for digital_services_box_list */
.digital_services_box_list>div {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  margin-bottom: 15px;
}

.digital_services_box_list>div * {
  font-size: 16px !important;
  line-height: 1.6 !important;
  max-width: 100% !important;
}

.digital_services_box_list>div p {
  margin-bottom: 12px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.digital_services_box_list>div ul,
.digital_services_box_list>div ol {
  margin: 15px 0 !important;
  padding-left: 25px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.digital_services_box_list>div li {
  margin-bottom: 8px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.digital_services_box_list>div h1,
.digital_services_box_list>div h2,
.digital_services_box_list>div h3,
.digital_services_box_list>div h4,
.digital_services_box_list>div h5,
.digital_services_box_list>div h6 {
  font-size: 18px !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}

.digital_services_box_list>div img {
  max-width: 100% !important;
  height: auto !important;
}

.digital_services_box_list {
  overflow: visible !important;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.digital_services_box_list>div {
  overflow: visible !important;
  flex: 1 1 auto;
}

.digital_services_box_list>div table {
  max-width: 100% !important;
  font-size: 16px !important;
  border-collapse: collapse !important;
}

.digital_services_box_list>div table td,
.digital_services_box_list>div table th {
  padding: 8px !important;
  font-size: 16px !important;
  word-wrap: break-word !important;
}

.consultation_service_inner_list>div table {
  max-width: 100% !important;
  font-size: 16px !important;
  border-collapse: collapse !important;
}

.consultation_service_inner_list>div table td,
.consultation_service_inner_list>div table th {
  padding: 8px !important;
  font-size: 16px !important;
  word-wrap: break-word !important;
}

/* client_success_box */
.client_success_box {
  border: 2px solid #e9337e33;
  background: #fff5f9;
  border-top: 10px solid #e9337e;
  border-radius: 20px;
  padding: 40px 20px;
}

/* About page: custom testimonial layout (no Slick) */
.client_success_about .client_success_slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.client_success_about .client_success_box {
  flex: 0 0 380px;
  max-width: 380px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.client_success_about .client_success_box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

@media (max-width: 640px) {
  .client_success_about .client_success_slider {
    flex-direction: column;
    overflow: visible;
    padding-bottom: 0;
  }

  .client_success_about .client_success_box {
    flex: 1 1 auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .client_success_about .client_success_slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    overflow: visible;
    padding-bottom: 0;
  }

  .client_success_about .client_success_box {
    flex: unset;
    max-width: none;
    width: 100%;
    height: 100%;
  }
}

.client_success_slider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.client_success_slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.client_success_slider .slick-prev {
  left: -2%;
}

.client_success_slider .slick-next {
  right: -2%;
}

.client_success_slider .slick-prev,
.client_success_slider .slick-next {
  bottom: 50%;
  top: unset;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  z-index: 8;
  transition: all 0.3s;
  background: linear-gradient(180deg, #e9337e 0%, #501e60 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}

/* Remove Font Awesome icons */
.client_success_slider .slick-prev::before,
.client_success_slider .slick-next::before {
  content: "";
}

/* Local arrow images */
.client_success_slider .slick-prev {
  background-image: url("../icon/keyboard_arrow_left.svg"),
    linear-gradient(180deg, #e9337e 0%, #501e60 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto, cover;
}

.client_success_slider .slick-next {
  background-image: url("../icon/keyboard_arrow_right.svg"),
    linear-gradient(180deg, #e9337e 0%, #501e60 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto, cover;
}

/* Optional hover image color change (if you have white icons for hover) */
/*
.client_success_slider .slick-prev:hover {
  background-image: url("assets/images/arrow-left-white.png");
}
.client_success_slider .slick-next:hover {
  background-image: url("assets/images/arrow-right-white.png");
}
*/

.client_success_box .profile {
  display: flex;
  align-items: center;
}

.client_success_box .profile_content h4 {
  font-size: 35px;
  line-height: 30px;
  font-weight: 600;
}

.client_success_box .profile_content span {
  font-size: 25px;
  font-weight: 500;
  color: #e9337e;
}

.client_success_box .note {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: #ffe1ee;
  padding: 15px 10px;
  border-left: 5px solid #ffc8e4;
  border-radius: 17px;
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
}

.client_success_box .content {
  margin-top: 30px;

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}

/* client_success_box end */

/* question */
.questions {
  background: linear-gradient(180deg, #ffdaea 0%, #fdf5ff 100%);
}

.questions .accordion-item {
  box-shadow: 0px 0px 18.28px 0px #00000026;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
}

.questions .accordion-header {
  border-radius: 20px;
}

.questions .accordion-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px !important;
  padding: 20px 40px;
}

.questions .accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: none;
  background-color: #fff;
}

.questions .accordion-button:focus {
  box-shadow: none;
  border-color: #e9337e;
}

/* question end */

/* salary_calculator end */

/* client_success_box */
.client_success_box {
  border: 2px solid #e9337e33;
  background: #fff5f9;
  border-top: 10px solid #e9337e;
  border-radius: 20px;
  padding: 40px 20px;
}

.client_success_slider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.client_success_slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.client_success_slider .slick-prev {
  left: -2%;
}

.client_success_slider .slick-next {
  right: -2%;
}

.client_success_slider .slick-prev,
.client_success_slider .slick-next {
  bottom: 50%;
  top: unset;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 8;
  transition: all 0.3s;
  background: linear-gradient(180deg, #e9337e 0%, #501e60 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}

/* Remove Font Awesome icons */
.client_success_slider .slick-prev::before,
.client_success_slider .slick-next::before {
  content: "";
}

/* Local arrow images */
.client_success_slider .slick-prev {
  background-image: url("../icon/keyboard_arrow_left.svg"),
    linear-gradient(180deg, #e9337e 0%, #501e60 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto, cover;
}

.client_success_slider .slick-next {
  background-image: url("../icon/keyboard_arrow_right.svg"),
    linear-gradient(180deg, #e9337e 0%, #501e60 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto, cover;
}

/* Optional hover image color change (if you have white icons for hover) */
/*
.client_success_slider .slick-prev:hover {
  background-image: url("assets/images/arrow-left-white.png");
}
.client_success_slider .slick-next:hover {
  background-image: url("assets/images/arrow-right-white.png");
}
*/

.client_success_box .profile {
  display: flex;
  align-items: center;
}

.client_success_box .profile_img {
  border-radius: 50%;
  border: 5px solid #dac8df;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  min-width: 60px;
}

.client_success_box .profile_img img {}

.client_success_box .profile_content h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.client_success_box .profile_content span {
  font-size: 18px;
  font-weight: 500;
  color: #e9337e;
}

/* client_success_box end */

/* question */
.questions {
  background: linear-gradient(180deg, #ffdaea 0%, #fdf5ff 100%);
}

.questions .accordion-item {
  box-shadow: 0px 0px 18.28px 0px #00000026;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
}

.questions .accordion-header {
  border-radius: 20px;
}

.questions .accordion-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px !important;
  padding: 20px 40px;
}

.questions .accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: none;
  background-color: #fff;
}

.questions .accordion-button:focus {
  box-shadow: none;
  border-color: #e9337e;
}

/* question end */

.img_sec_inner {
  background: linear-gradient(189.54deg,
      rgba(0, 0, 0, 0) 7.2%,
      #000000 128.75%);
  padding: 20px 40px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 220px;
  display: flex;
  align-items: end;
}

.salary_calculator .img_sec {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 220px;
  /* display: flex; */
  align-items: end;
  border-radius: 31px;
  overflow: hidden;
}

.img_sec .content p,
.img_sec .content h5 {
  color: #fff;
  margin-bottom: 4px;
}

.salary_calculator .inner_sec {
  background: #ffffff;
  border-radius: 31px;
}

.salary_calculator ul {
  padding: 20px 30px;
}

.salary_calculator ul li {
  background: #f9fafb;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 13px;
}

.salary_calculator ul li .title {
  font-size: 16px;
  font-weight: 600;
}

.salary_calculator ul li .title.pink {
  color: #e9337e;
}

.salary_calculator ul li span.title.purple {
  color: #511f60;
}

.salary_calculator .box_item {
  box-shadow: 0px 0px 18.28px 0px #0000001a;
  padding: 20px 20px;
  background: #fff;
  border-radius: 15px;
}

.salary_calculator .box_item .img_box {
  width: 60px;
  height: 60px;
  margin: 10px auto;
  padding: 0 15px;
  display: flex;
  border-radius: 15px;
}

.salary_calculator .box_item .img_box img {
  max-width: 40px;
}

.gray .img_box {
  background-color: #fbefff;
}

.pink .img_box {
  background-color: #ffeff6;
}

.green .img_box {
  background-color: #e8ffd9;
}

.salary_calculator .box_item h4 {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}

.salary_calculator .box_item p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

/* salary_calculator end */

section.client_success {
  overflow-x: hidden;
}

/*  */

section.digital_financial_education {
  margin: 50px 0;
}

.digital_financial_education .img_sec {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 220px;
  /* display: flex
; */
  align-items: end;
  border-radius: 31px;
  overflow: hidden;
}

.digital_financial_education .img_sec_inner {
  position: relative;
}

.digital_financial_education .img_sec_inner .title_ {
  position: absolute;
  background: #ffffff7d;
  top: 20px;
  border-radius: 7px;
  font-size: 16px;
  padding: 0 8px;
}

.digital_financial_education .box {
  border: 2px solid #00000033;
  border-radius: 36px;
  height: 100%;
}

.digital_financial_education .content_ {
  padding: 20px 20px;
}

.digital_financial_education .content_ p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.digital_financial_education .content_ h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}

ul.check_list li img {
  width: 25px;
  max-width: 25px;
  min-width: 25px;
  align-items: center;
  margin-right: 9px;
  position: relative;
  /* top: -6px; */
}

ul.check_list li {
  list-style: none;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

ul.check_list li p {
  margin: 0;
}

.digital_financial_education .content_ button.btn_primary {
  width: 100% !important;
  max-width: 100%;
  margin-top: 40px;
}

.Price_sec {
  background: #fdeffa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  margin-bottom: 25px;
  border-radius: 10px;
}

.Price_sec h5 img {
  max-width: 26px;
}

section.digital_financial_education .Price_sec p {
  margin-bottom: 5px;
  color: #501e60;
  font-size: 16px;
}

section.digital_financial_education .Price_sec h5 {
  font-size: 16px;
  font-weight: 500;
}

section.digital_financial_education .Price_sec .right_sec span {
  color: #e9337e;
  font-size: 18px;
  font-weight: 600;
}

/*  */

/* contact form */
.icon_sec {
  display: flex;
}

.icon_sec .icon {
  max-width: 60px;
  max-height: 60px;
  padding: 15px;
  border-radius: 12px;
}

.icon_sec .icon.pink {
  background: linear-gradient(180deg, #e9337e 0%, #501e60 100%);
}

.icon_sec .icon.green {
  background: linear-gradient(180deg, #01a601 0%, #94d769 100%);
}

.icon_sec .icon.purple {
  background: linear-gradient(180deg, #501e60 0%, #ca70e6 100%);
}

.icon_sec .icon.l_pink {
  background: linear-gradient(180deg, #f6c2ca 0%, #bc9399 100%);
}

.icon_sec .content_sec {
  margin-left: 16px;
}

.icon_sec .content_sec h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.icon_sec .content_sec p {
  font-size: 16px;
  margin: 0;
}

label {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}

label span.required {
  color: #e9337e;
}

.form-control {
  background: #f8f8f8;
  border: 0;
  border-radius: 10px;
  padding: 16px 10px;
}

.outer {
  border: 2px solid #00000033;
  padding: 20px 15px;
  border-radius: 15px;
}

section.get_in_touch {
  margin: 40px 0;
}

.get_in_touch button.btn_primary img {
  max-width: 26px;
  margin-right: 10px;
}

.office_hours .icon_sec {
  flex-direction: column;
  align-items: anchor-center;
  text-align: center;
}

.office_hours .icon_sec .icon {
  margin-bottom: 20px;
}

.office_hours .content_sec * {
  font-size: 19px !important;
  margin-bottom: 2px !important;
}

.office_hours .content_sec {
  max-width: 450px;
}

.outer.office_hours {
  background: linear-gradient(180deg, #ffffff 0%, #f9e7ff 100%);
}

/* contact form end */

/* @media (max-width: 1367px) {
  .top_header .left_top {
    display: flex;
    align-items: center;
  }

  ul.check_list li img {
    width: 27px;
    max-width: 27px;
    min-width: 27px;
  }
  .top_header p {
    font-size: 16px;
  }

  .heading_section .title {
    font-size: 50px;
  }

  .story_section .inner p {
    font-size: 16px;
    letter-spacing: 0px;
  }
  header nav ul li.nav-item a {
    font-size: 16px;
  }

  .hero_content p {
    font-size: 20px;
  }

  section.financial_excellence ul.list li:after {
    top: 19px;
  }

  section.financial_excellence ul.list li {
    padding: 13px 32px;
    margin: 0 8px;
    font-size: 16px;
  }
  .navbar-brand img {
    max-width: 150px;
  }
  header .navbar-nav li.nav-item {
    padding: 0 10px;
  }
  .who_can_main h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .who_can_main p {
    font-size: 16px;
    line-height: 27px;
  }
  .who_can_main .check_list li {
    font-size: 17px;
  }
  .who_can_main .check_list li img {
    width: 27px;
    max-width: 27px;
    min-width: 27px;
    margin-right: 10px;
  }
  .who_can_main .control_box {
    padding: 40px 20px;
  }
  .who_can_main .row {
    align-items: flex-start;
  }

  .framework_inner .framework_box .framework_box_img {
    width: 50px;
    height: 50px;
  }

  .framework_inner .framework_box .framework_box_img img {
    width: 25px;
  }
  .framework_inner .framework_box h2 {
    font-size: 24px;
  }

  .framework_inner .framework_box p {
    margin-bottom: 20px;
  }

  section.explore_coaching p {
    font-size: 20px;
  }

  .heading_area h5 {
    font-size: 35px;
  }
  .heading_area p {
    font-size: 20px;
  }

  .client_success_box .profile_content h4 {
    font-size: 24px;
  }
  .client_success_box .profile_content span {
    font-size: 18px;
  }
  .client_success_box .note {
    font-size: 18px;
  }

  .client_success_box .content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .client_success_box .profile_img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  section.digital_financial_education .Price_sec h5 {
    font-size: 16px;
  }
  .Price_sec {
    padding: 15px 17px;
  }
  section.digital_financial_education .Price_sec .right_sec span,
  .consultation_service_inner_list ul li span {
    font-size: 18px;
  }
  .consultation_service_wrapper .consultation_service_inner h2,
  .heading_section .box_heading {
    font-size: 20px;
    line-height: 30px;
  }
  .consultation_service_inner_list ul li {
    margin-bottom: 5px;
  }
  .consultation_service_inner_list ul li img {
    width: 28px;
    margin-right: 12px;
  }
  .heading_section .heading {
    font-size: 35px;
  }
  .heading_section .sub_title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  .consultation_service_wrapper .consultation_service_inner p {
    font-size: 18px;
    font-weight: 400;
  }
  .consultation_service_wrapper .consultation_service_inner .price_box p {
    font-size: 25px;
  }
  .consultation_service_wrapper .consultation_service_inner .price_box p,
  .consultation_service_wrapper .consultation_service_inner .price_box span {
    width: 50%;
  }
  .questions .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }
  .btn_primary {
    font-size: 20px;
  }
  .btn_pink {
    font-size: 20px;
  }
  .btn_white {
    font-size: 20px;
  }
} */

@media (max-width: 991px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  section.financial_excellence ul.list {
    flex-direction: column;
  }

  section.financial_excellence ul.list li {
    margin-bottom: 15px;
  }
}

@media (max-width: 1080px) {
  .story_section .title {
    font-size: 25px;
  }

  .heading_section .heading {
    font-size: 30px;
  }

  .heading_section .sub_title {
    font-size: 16px;
  }

  .framework_inner .framework_box .framework_box_img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .framework_inner .framework_box .framework_box_img img {
    width: 30px;
  }

  section.explore_coaching p {
    font-size: 18px;
  }

  .heading_area h5 {
    font-size: 30px;
  }

  .heading_area p {
    font-size: 16px;
  }

  .salary_calculator h4 {
    font-size: 25px;
  }

  .salary_calculator p.title {
    font-size: 18px;
  }

  .salary_calculator p {
    font-size: 16px;
  }

  button.btn_border {
    font-size: 20px;
  }

  ul.check_list li img {
    width: 25px;
    max-width: 25px;
    min-width: 25px;
  }

  .consultation_service_wrapper .consultation_service_inner .consultation_service_inner_img {
    width: 80px;
    height: 75px;
  }

  .consultation_service_wrapper .consultation_service_inner .consultation_service_inner_img img {
    width: 48px;
  }

  .client_success_box .profile_content h4 {
    font-size: 25px;
  }

  .client_success_box .profile_content span {
    font-size: 18px;
  }

  .client_success_box .note {
    font-size: 16px;
  }

  .client_success_box .content {
    font-size: 16px;
    line-height: 26px;
  }

  .icon_sec .content_sec h4 {
    font-size: 20px;
  }

  .icon_sec .content_sec p {
    font-size: 16px;
  }

  .salary_calculator ul li .title {
    font-size: 12px;
  }
}

@media (max-width: 768px) {

  .btn_primary,
  .btn_pink,
  .btn_white {
    font-size: 16px;
    padding: 10px 20px;
  }

  .btn_primary img,
  .btn_white img,
  .btn_pink img {
    width: 25px;
  }
}

/* Contact Form Button Icon */
.contact-form-professional .btn_primary img,
.send_message_section .btn_primary img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.hero_content h4 {
  font-size: 30px;
}

.hero_content h5 {
  font-size: 40px;
}

.hero_content p {
  font-size: 18px;
}

.my_story h4 {
  font-size: 20px;
}

.name_sec {
  font-size: 25px;
}

span.greeting {
  font-size: 50px;
}

.story_section .box span.icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
}

.story_section .box span.icon img {
  min-width: 18px;
  max-width: 18px;
  margin: 0 auto;
}

.story_section .title {
  font-size: 18px;
}

.story_section .content h4 {
  font-size: 14px;
}

.heading_section .title {
  font-size: 40px;

  margin-bottom: 20px;
}

.heading_section .heading {
  font-size: 24px;
}

.who_can_main .check_list li {
  font-size: 14px;
}

section.explore_coaching h4 {
  font-size: 24px;
}

section.explore_coaching p {
  font-size: 16px;
}

.heading_area h5 {
  font-size: 24px;
}

section.digital_financial_education .Price_sec h5 {
  font-size: 12px;
}

section.digital_financial_education .Price_sec .right_sec span,
.consultation_service_inner_list ul li span {
  font-size: 14px;
}

.questions .accordion-button {
  font-size: 16px;
}

/* Service page - fix dynamic content on mobile */
.digital_products_box_list>div,
.digital_services_box_list>div,
.consultation_service_inner_list>div {
  font-size: 14px !important;
}

.digital_products_box_list>div *,
.digital_services_box_list>div *,
.consultation_service_inner_list>div * {
  font-size: 14px !important;
}

.digital_products_box_list>div h1,
.digital_products_box_list>div h2,
.digital_products_box_list>div h3,
.digital_products_box_list>div h4,
.digital_products_box_list>div h5,
.digital_products_box_list>div h6,
.digital_services_box_list>div h1,
.digital_services_box_list>div h2,
.digital_services_box_list>div h3,
.digital_services_box_list>div h4,
.digital_services_box_list>div h5,
.digital_services_box_list>div h6,
.consultation_service_inner_list>div h1,
.consultation_service_inner_list>div h2,
.consultation_service_inner_list>div h3,
.consultation_service_inner_list>div h4,
.consultation_service_inner_list>div h5,
.consultation_service_inner_list>div h6 {
  font-size: 16px !important;
}
}

@media (max-width: 425px) {
  .my_story {
    margin-top: 10px;
  }

  .framework_inner .framework_box p {
    margin-bottom: 0;
  }

  footer h4 {
    margin-top: 20px;
  }
}

@media (max-width: 320px) {
  .icon_sec .content_sec h5 {
    font-size: 14px;
  }

  .btn_pink {
    font-size: 14px;
  }

  .btn_primary {
    font-size: 14px;
  }

  .btn_white {
    font-size: 14px;
  }
}

section.financial_excellence {
  padding: 40px 0;
}

.consultation_service_inner_list h2 span {
  background: transparent !important;
}

.consultation_service_inner_list h2 span img {
  max-width: 26px;
}

.consultation_service_inner_list h2 span {
  font-size: 20px !important;
}

/* Brand Showcase Auto Scroll */
.brand-showcase-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 40px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fdf5ff 100%);
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.brand-showcase-track {
  display: flex;
  align-items: center;
  gap: 60px;
  animation: scroll 30s linear infinite;
  width: fit-content;
}

.brand-showcase-track:hover {
  animation-play-state: paused;
}

.brand-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  min-width: 180px;
  height: 120px;
}

.brand-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 25px rgba(233, 51, 126, 0.15);
}

.brand-item img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(30%);
  transition: all 0.3s ease;
}

.brand-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .brand-showcase-track {
    gap: 40px;
  }

  .brand-item {
    min-width: 150px;
    height: 100px;
    padding: 15px 20px;
  }

  .brand-item img {
    max-height: 60px;
  }
}

@media (max-width: 768px) {
  .brand-showcase-wrapper {
    padding: 30px 0;
  }

  .brand-showcase-track {
    gap: 30px;
    animation-duration: 25s;
  }

  .brand-item {
    min-width: 120px;
    height: 80px;
    padding: 10px 15px;
  }

  .brand-item img {
    max-height: 50px;
  }
}

@media (max-width: 425px) {
  .brand-showcase-track {
    gap: 20px;
    animation-duration: 20s;
  }

  .brand-item {
    min-width: 100px;
    height: 70px;
    padding: 8px 12px;
  }

  .brand-item img {
    max-height: 40px;
  }
}

/* Lead Magnet Popup Modal */
/* Lead Magnet Modal - Slide in from left animation */
.lead-magnet-slide .modal-dialog {
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0;
}

.lead-magnet-slide.show .modal-dialog,
.lead-magnet-slide.modal.show .modal-dialog {
  transform: translateX(0);
}

.lead-magnet-slide .modal-backdrop {
  transition: opacity 0.3s ease;
}

#leadMagnetModal .modal-dialog {
  max-width: 900px;
  height: 100vh;
  max-height: 100vh;
}

.lead-magnet-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 900px;
}

.lead-magnet-modal {
  border-radius: 0;
  overflow: hidden;
  border: none;
  box-shadow: none;
  height: 100%;
  background: #501e60;
  position: relative;
}

.lead-magnet-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
  opacity: 1 !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  min-height: 30px;
  background: rgba(255, 255, 255, 0.2) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
  background-size: 16px 16px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 50%;
  padding: 0;
  border: none;
  cursor: pointer;
  display: inline-block !important;
  transition: all 0.3s ease;
  filter: none !important;
}

.lead-magnet-close:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
}

.lead-magnet-container {
  display: flex;
  height: 100%;
  min-height: 500px;
}

.lead-magnet-image-section {
  flex: 0 0 45%;
  background: #501e60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  position: relative;
}

.lead-magnet-book-cover {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.lead-magnet-form-section {
  flex: 0 0 55%;
  background: #501e60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 50px;
}

.lead-magnet-content {
  width: 100%;
  max-width: 400px;
}

.lead-magnet-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #e9337e;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  line-height: 1.2;
}

.lead-magnet-title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 40px 0;
  line-height: 1.3;
}

.lead-magnet-form {
  text-align: left;
}

.lead-magnet-form .form-group {
  margin-bottom: 30px;
}

.lead-magnet-input {
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  color: #ffffff;
  transition: all 0.3s ease;
}

.lead-magnet-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.lead-magnet-input:focus {
  outline: none;
  border-bottom-color: #e9337e;
  background: transparent;
  box-shadow: none;
}

.lead-magnet-input.is-invalid {
  border-bottom-color: #dc3545;
}

.lead-magnet-form .invalid-feedback {
  display: none;
  font-size: 13px;
  color: #ffcccc;
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
}

.lead-magnet-form .form-control.is-invalid~.invalid-feedback {
  display: block;
}

.btn-lead-magnet {
  width: 100%;
  padding: 16px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: #e9337e;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(233, 51, 126, 0.4);
}

.btn-lead-magnet svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.btn-lead-magnet:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233, 51, 126, 0.5);
  background: #d6286e;
}

.btn-lead-magnet:active {
  transform: translateY(0);
}

.btn-lead-magnet:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Modal Backdrop */
#leadMagnetModal.show .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .lead-magnet-container {
    flex-direction: column;
    min-height: auto;
  }

  .lead-magnet-image-section {
    flex: 0 0 auto;
    padding: 30px 20px;
    min-height: 300px;
  }

  .lead-magnet-form-section {
    flex: 0 0 auto;
    padding: 40px 30px;
  }

  .lead-magnet-book-cover {
    max-height: 280px;
  }
}

@media (max-width: 576px) {
  #leadMagnetModal .modal-dialog {
    max-width: 100%;
  }

  .lead-magnet-dialog {
    max-width: 100%;
  }

  .lead-magnet-image-section {
    padding: 20px 15px;
    min-height: 250px;
  }

  .lead-magnet-book-cover {
    max-height: 220px;
  }

  .lead-magnet-form-section {
    padding: 30px 20px;
  }

  .lead-magnet-heading {
    font-size: 24px;
  }

  .lead-magnet-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .lead-magnet-form .form-group {
    margin-bottom: 25px;
  }

  .lead-magnet-input {
    font-size: 15px;
    padding: 10px 0;
  }

  .btn-lead-magnet {
    padding: 14px 20px;
    font-size: 16px;
  }

  .lead-magnet-close {
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
  }
}
}

/* Loan Calculator Section */
.loan_calculator {
  background: linear-gradient(360deg, #e8ffd9 0%, #ffe1ed 100%);
  padding: 90px 0;
}

.calculator-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.calculator-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
}

.calculator-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: linear-gradient(135deg, #e9337e 0%, #501e60 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculator-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.calculator-card:hover .calculator-image img {
  transform: scale(1.05);
}

.calculator-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.calculator-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #e9337e 0%, #501e60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.calculator-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.calculator-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.calculator-features li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #555;
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
}

.calculator-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e9337e;
  font-weight: bold;
  font-size: 16px;
}

.calculator-btn {
  margin-top: auto;
}

/* Calculator Full Screen Modal */
.calculator-fullscreen-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
}

.calculator-fullscreen-modal .modal-content {
  border-radius: 0;
  border: none;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.calculator-modal-header {
  background: linear-gradient(135deg, #e9337e 0%, #501e60 100%);
  color: #ffffff;
  border: none;
  padding: 20px 30px;
  border-radius: 0;
}

.calculator-modal-header .modal-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.calculator-modal-header .btn-close {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.calculator-modal-header .btn-close:hover {
  opacity: 0.8;
}

.calculator-modal-body {
  padding: 0;
  overflow-y: auto;
  flex: 1;
  background: #f5f5f5;
}

.calculator-wrapper {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #ffffff;
}

.calculator-iframe-container {
  position: relative;
  min-height: 1200px;
}

.calculator-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.calculator-loader.hidden {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.loader-spinner {
  width: 60px;
  height: 60px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #e9337e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.calculator-loader p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin: 0;
}

.calculator-wrapper iframe {
  width: 100%;
  border: none;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.calculator-wrapper iframe.loaded {
  opacity: 1 !important;
}

/* Compound Interest Calculator Wrapper */
.compound-interest-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 40px 20px;
  text-align: center;
}

.compound-interest-link {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}

.compound-interest-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 35px;
  background: linear-gradient(135deg, #e9337e 0%, #501e60 100%);
  color: #ffffff;
  border-radius: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(233, 51, 126, 0.3);
}

.compound-interest-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233, 51, 126, 0.4);
  color: #ffffff;
}

.compound-interest-button svg {
  width: 24px;
  height: 24px;
}

.calculator-instruction {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 991px) {
  .loan_calculator {
    padding: 60px 0;
  }

  .calculator-content {
    padding: 25px;
  }

  .calculator-content h3 {
    font-size: 22px;
  }

  .calculator-image {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .loan_calculator {
    padding: 50px 0;
  }

  .calculator-content {
    padding: 20px;
  }

  .calculator-content h3 {
    font-size: 20px;
  }

  .calculator-content p {
    font-size: 14px;
  }

  .calculator-features li {
    font-size: 13px;
  }

  .calculator-image {
    height: 200px;
  }

  .calculator-modal-header {
    padding: 15px 20px;
  }

  .calculator-modal-header .modal-title {
    font-size: 20px;
  }

  .calculator-wrapper {
    padding: 15px;
  }

  .compound-interest-button {
    padding: 15px 28px;
    font-size: 16px;
  }

  .calculator-instruction {
    font-size: 14px;
  }
}

/* Media Interviews Section */
.media-interviews-wrapper {
  padding: 20px 0;
}

.media-interview-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.media-interview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.media-interview-header {
  margin-bottom: 25px;
}

.media-publication {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.4;
}

.media-interview-content {
  flex-grow: 1;
  margin-bottom: 30px;
}

.media-headline {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0;
  letter-spacing: 0.3px;
}

.media-interview-action {
  margin-top: auto;
}

.btn_media_view {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #000000;
  width: 100%;
  text-align: center;
}

.btn_media_view:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.btn_media_view:active {
  transform: translateY(0);
}

/* Professional Two Column Layout */
/* .professional-two-column {
  gap: 30px;
} */

/* Professional Product Card */
.professional-product-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(80, 30, 96, 0.12);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(233, 51, 126, 0.1);
}

.professional-product-card:hover {
  box-shadow: 0 12px 40px rgba(233, 51, 126, 0.2);
  transform: translateY(-5px);
}

.professional-product-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #e9337e 0%, #501e60 100%);
}

.professional-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.professional-product-card:hover .professional-product-image img {
  transform: scale(1.05);
}

.professional-product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(233, 51, 126, 0.1) 0%, transparent 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
}

.professional-product-badge {
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #501e60;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.professional-product-badge img {
  width: 16px;
  height: 16px;
}

.professional-product-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.professional-product-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #501e60;
  margin-bottom: 12px;
  line-height: 1.3;
}

.professional-product-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.professional-product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background: linear-gradient(135deg, #fff2f7 0%, #fbefff 100%);
  border-radius: 12px;
  border-left: 4px solid #e9337e;
}

.professional-product-price .price-amount {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #e9337e;
}

.professional-product-price .price-currency {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #501e60;
}

.professional-product-description {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
  flex: 1;
}

.professional-product-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.professional-product-description ul li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
}

.professional-product-description ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e9337e;
  font-weight: 700;
}

.professional-product-btn {
  margin-top: auto;
  padding: 14px 24px;
  font-weight: 600;
  font-size: 16px;
}

/* Professional Consultation Card */
.professional-consultation-card {
  background: linear-gradient(135deg, #fff2f7 0%, #fbefff 100%);
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 8px 30px rgba(80, 30, 96, 0.12);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(233, 51, 126, 0.15);
}

.professional-consultation-card:hover {
  box-shadow: 0 12px 40px rgba(233, 51, 126, 0.2);
  transform: translateY(-5px);
}

.professional-consultation-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.professional-consultation-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: linear-gradient(135deg, #e9337e 0%, #501e60 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(233, 51, 126, 0.3);
}

.professional-consultation-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.professional-consultation-title-section {
  flex: 1;
}

.professional-consultation-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #501e60;
  margin-bottom: 8px;
  line-height: 1.3;
}

.professional-consultation-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.professional-consultation-price-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid rgba(233, 51, 126, 0.1);
}

.professional-consultation-price-box .price-main {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.professional-consultation-price-box .price-symbol {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #e9337e;
}

.professional-consultation-price-box .price-value {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #501e60;
}

.professional-consultation-price-box .price-label {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.professional-consultation-price-box .price-label span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  line-height: 1.2;
}

.professional-consultation-description {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
  flex: 1;
}

.professional-consultation-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.professional-consultation-description ul li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
}

.professional-consultation-description ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e9337e;
  font-weight: 700;
}

.professional-consultation-btn {
  margin-top: auto;
  padding: 14px 24px;
  font-weight: 600;
  font-size: 16px;
}

/* Responsive Design for Professional Cards */
@media (max-width: 991px) {
  .professional-two-column {
    gap: 20px;
  }

  .professional-product-image {
    height: 240px;
  }

  .professional-product-content {
    padding: 25px;
  }

  .professional-consultation-card {
    padding: 30px;
  }

  .professional-consultation-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .professional-consultation-title-section {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .professional-product-image {
    height: 200px;
  }

  .professional-product-title,
  .professional-consultation-title {
    font-size: 20px;
  }

  .professional-product-price .price-amount {
    font-size: 28px;
  }

  .professional-consultation-price-box .price-value {
    font-size: 30px;
  }
}

/* Responsive Design for Media Interviews */
@media (max-width: 991px) {
  .media-interview-card {
    padding: 35px 30px;
  }

  .media-headline {
    font-size: 18px;
  }

  .media-publication {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .media-interview-card {
    padding: 30px 25px;
    margin-bottom: 20px;
  }

  .media-headline {
    font-size: 17px;
    line-height: 1.5;
  }

  .media-publication {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .btn_media_view {
    padding: 12px 28px;
    font-size: 12px;
  }

  .media-interview-content {
    margin-bottom: 25px;
  }
}

@media (max-width: 425px) {
  .media-interview-card {
    padding: 25px 20px;
  }

  .media-headline {
    font-size: 16px;
  }

  .media-publication {
    font-size: 11px;
  }

  .btn_media_view {
    padding: 11px 24px;
    font-size: 11px;
  }
}