/*! Normalise CSS !*/
@import url(normalize.css);
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*! Google Fonts !*/
@import url("../fonts/fonts.css");
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
  scroll-behavior: smooth;
}

body {
  margin: 0rem;
  padding: 0rem;
  color: var(--Body, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  background: #141414;
  overflow-x: hidden;
}
body:has(.hm_banner) header.header_main {
  position: fixed;
  background: transparent;
}
body header.header_main.scrolled {
  background-color: #141414;
}

.container {
  max-width: 95%;
}

p {
  padding: 0rem;
  margin: 0rem 0 1.5625rem;
  color: var(--Body, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}
p:last-child {
  margin: 0;
}

h1 {
  margin: 0rem 0rem 1.25rem;
  padding: 0rem;
  color: var(--Primary, #fff);
  /* Page heading */
  font-family: "Netflix Sans";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

h2 {
  margin: 0rem 0rem 1.25rem;
  padding: 0rem;
  color: #fff;
  font-family: "Netflix Sans";
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5625rem; /* 150% */
}

h3 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Primary, #fff);
  /* Desktop/xl/Medium */
  font-family: "Netflix Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem; /* 150% */
}

h4 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: #fff;
  /* Desktop/lg/Regular */
  font-family: "Netflix Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 150% */
}

h5 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: #fff;
  /* Desktop/lg/base/Medium */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

h6 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  font-family: "Netflix Sans";
  font-size: 0.875rem;
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

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

a {
  color: var(--Grey, #333);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #000;
}

.btn {
  position: relative;
  display: inline-flex;
  padding: 0.75rem 1.875rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--Primary, #fff);
  /* Desktop/lg/base/Medium */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border: 0.0625rem solid #249d8f;
  border-radius: 0.25rem;
  background: var(--CTA, #249d8f);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #249d8f;
  background: transparent;
  color: #249d8f;
}
.btn:hover {
  border: 0.0625rem solid #249d8f;
  background: transparent;
  color: #249d8f;
}
.btn.orangeBtn {
  border: 0.0625rem solid #f4a261;
  background: #f4a261;
}
.btn.orangeBtn:focus, .btn.orangeBtn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #f4a261;
  background: transparent;
  color: #f4a261;
}
.btn.orangeBtn:hover {
  border: 0.0625rem solid #f4a261;
  background: transparent;
  color: #f4a261;
}
.btn.orangeBorderBtn {
  border: 0.0625rem solid #f4a261;
  background: transparent;
  color: #f4a261;
}
.btn.orangeBorderBtn:focus, .btn.orangeBorderBtn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #f4a261;
  background: #f4a261;
  color: #fff;
}
.btn.orangeBorderBtn:hover {
  border: 0.0625rem solid #f4a261;
  background: #f4a261;
  color: #fff;
}
.btn.whiteBtn {
  border: 0.0625rem solid #fff;
  background: #fff;
  color: #f4a261;
}
.btn.whiteBtn:focus, .btn.whiteBtn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #f4a261;
  background: #f4a261;
  color: #fff;
}
.btn.whiteBtn:hover {
  border: 0.0625rem solid #f4a261;
  background: #f4a261;
  color: #fff;
}
.btn.whiteBorderBtn {
  border: 0.0625rem solid #fff;
  background: transparent;
  color: #fff;
}
.btn.whiteBorderBtn:focus, .btn.whiteBorderBtn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #fff;
  background: #fff;
  color: #f4a261;
}
.btn.whiteBorderBtn:hover {
  border: 0.0625rem solid #fff;
  background: #fff;
  color: #f4a261;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

input:not([type=submit], [type=checkbox], [type=radio]) {
  border-radius: 0.25rem;
  border: 1px solid var(--Grey, #b3b3b3);
  padding: 1rem;
  display: block;
  width: 100%;
  box-shadow: none;
  /* Desktop/lg/base/Light */
  color: var(--Grey, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder {
  color: var(--Body, #b3b3b3);
  opacity: 0.6;
}
input:not([type=submit], [type=checkbox], [type=radio])::placeholder {
  color: var(--Body, #b3b3b3);
  opacity: 0.6;
}
input:not([type=submit], [type=checkbox], [type=radio]):focus {
  outline: none;
  border-color: var(--CTA, #249d8f);
}

textarea {
  resize: none;
  overflow: hidden;
  display: block;
  width: 100%;
  color: var(--Grey, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  height: 15.375rem;
  padding: 1rem;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  outline: none;
  line-height: normal;
  border-radius: 0.25rem;
  border: 1px solid var(--Grey, #b3b3b3);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
textarea::-moz-placeholder {
  color: var(--Body, #b3b3b3);
  opacity: 0.6;
}
textarea::placeholder {
  color: var(--Body, #b3b3b3);
  opacity: 0.6;
}

textarea:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 1.0625rem 3.125rem 1.0625rem 1rem;
  /* Add padding for better UI */
  background-color: transparent;
  /* Background color */
  background-image: url("../images/select-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.75rem;
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(51, 51, 51, 0.35);
  color: rgb(51, 51, 51);
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: auto;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

select:focus {
  border: 0.0625rem solid #cccccc;
  outline: none;
  background-color: transparent;
}

select option {
  color: #a8a8a8;
  font-size: 0.875rem;
  font-weight: normal;
}

label {
  color: var(--Primary, #fff);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background: url(../images/tick_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #249d8f;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  position: relative;
  top: 3px;
}

input[type=checkbox]::before {
  content: "";
  width: 0.75rem;
  height: 0.5625rem;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background: url(../images/tick-clear.svg) no-repeat;
  background-size: contain;
  /* Windows High Contrast Mode */
  background-color: transparent;
  left: 0.25rem;
  position: relative;
  top: -0.0875rem;
}

input[type=checkbox]:checked {
  background: url(../images/tick_gap.svg);
  background-size: contain;
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: none;
  outline-offset: none;
}

input[type=checkbox]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: #fff;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
  outline: none;
  outline-offset: none;
}

input[type=radio]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

section h1,
section h2 {
  margin: 0 0 2.5rem;
}
section.defaultPadding {
  padding: 6.25rem 0;
}

.mb16 {
  margin-bottom: 1rem !important;
}

.mb25 {
  margin: 0 0 1.5625rem !important;
}

.mb28-5 {
  margin-bottom: 1.75rem !important;
}

.mb30 {
  margin-bottom: 1.875rem !important;
}

.mb32 {
  margin-bottom: 2rem !important;
}

.mb36 {
  margin-bottom: 2.25rem !important;
}

.mb40 {
  margin-bottom: 2.5rem !important;
}

.mb50 {
  margin-bottom: 3.125rem !important;
}

.mb60 {
  margin-bottom: 3.75rem !important;
}

.mb66 {
  margin-bottom: 4.125rem !important;
}

.mb70 {
  margin-bottom: 4.375rem !important;
}

.mb80 {
  margin-bottom: 5rem !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb180 {
  margin-bottom: 11.25rem !important;
}

.mt30 {
  margin-top: 1.875rem !important;
}

.mt60 {
  margin-top: 3.75rem !important;
}

.overlayBg {
  position: fixed;
  z-index: 1000;
  background-color: #000;
  inset: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

body:has(.openNav) .overlayBg {
  opacity: 0.8;
  visibility: visible;
  pointer-events: all;
}

header.header_main {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: #141414; /* Dark background from screenshot */
  padding: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
header.header_main .infoBuy {
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #249d8f; /* Teal green */
  text-align: center;
}
header.header_main .infoBuy p {
  margin: 0;
  color: #fff;
  font-family: Lato;
  font-size: 1rem;
  font-weight: 500;
}
header.header_main .infoBuy p a {
  color: #fff;
  text-decoration: underline;
}
header.header_main .infoBuy p a:hover {
  color: #e0e0e0;
}
header.header_main .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header.header_main .d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header_main .logo {
  width: 11rem; /* Adjust width based on your new logo file */
  transition: all 0.3s ease-in-out;
}
header.header_main .logo a {
  display: block;
}
@media (min-width: 991px) {
  header.header_main .main_nav {
    margin: 0 auto; /* Centers the navigation */
  }
  header.header_main .main_nav > ul {
    display: flex;
    align-items: center;
    gap: 2.5rem; /* Spacing between nav items */
  }
  header.header_main .main_nav > ul li a {
    color: #b3b3b3; /* Off-white/grey for default state */
    font-family: Lato;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 0;
    transition: all 0.3s ease;
  }
  header.header_main .main_nav > ul li a:hover {
    color: #fff;
  }
  header.header_main .main_nav > ul li.current-menu-item a {
    color: #fff;
    font-weight: 700; /* Bold active state as seen in About */
  }
}
header.header_main .rig_action_btns {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
header.header_main .rig_action_btns .lang_btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-family: Lato;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle outline */
  transition: all 0.3s ease;
}
header.header_main .rig_action_btns .lang_btn img {
  width: 20px;
  height: auto;
  border-radius: 2px;
}
header.header_main .rig_action_btns .lang_btn.active, header.header_main .rig_action_btns .lang_btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
header.header_main .rig_action_btns .lang_btn:not(.active) {
  background: transparent;
  color: #fff;
}
header.header_main .rig_action_btns .user_profile {
  margin-left: 0.8rem;
}
header.header_main .rig_action_btns .user_profile a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
header.header_main .rig_action_btns .user_profile a i.fa-caret-down {
  font-size: 0.8rem;
}
header.header_main .rig_action_btns .user_profile a:hover {
  color: #249d8f;
}
header.header_main .lang_toggle {
  display: inline-flex;
  position: relative;
  background: transparent;
  border: 1px solid #249d8f; /* Your teal border */
  border-radius: 8px; /* Rounded corners like the screenshot */
  padding: 4px;
  width: 340px; /* Fixed width to ensure smooth sliding */
  /* The sliding white pill */
}
header.header_main .lang_toggle .active_bg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px); /* Takes up exactly half the container */
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 6px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
header.header_main .lang_toggle {
  /* When English is selected, slide the background to the right */
}
header.header_main .lang_toggle.en-active .active_bg {
  transform: translateX(100%);
}
header.header_main .lang_toggle .lang_btn {
  flex: 1; /* Both buttons take exactly 50% width */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 2; /* Ensure text sits above the sliding background */
  transition: color 0.3s ease;
}
header.header_main .lang_toggle .lang_btn img {
  width: 24px;
  height: auto;
  border-radius: 3px;
}
header.header_main .lang_toggle .lang_btn {
  /* Black text when active/selected */
}
header.header_main .lang_toggle .lang_btn.active {
  color: #141414;
}
header.header_main .user_profile {
  margin-left: 0.8rem;
  position: relative; /* Crucial: anchors the absolute dropdown */
}
header.header_main .user_profile .profile_toggle {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
header.header_main .user_profile .profile_toggle span {
  width: 1.75rem;
  height: 1.75rem;
  aspect-ratio: 1/1;
  padding: 0.2919rem;
}
header.header_main .user_profile .profile_toggle span img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
header.header_main .user_profile .profile_toggle i.fa-caret-down {
  font-size: 0.8rem;
  transition: transform 0.3s ease; /* Smooth arrow rotation */
}
header.header_main .user_profile .profile_toggle:hover, header.header_main .user_profile .profile_toggle.active {
  color: #249d8f;
}
header.header_main .user_profile .profile_toggle {
  /* Rotate arrow when menu is open */
}
header.header_main .user_profile .profile_toggle.active i.fa-caret-down {
  transform: rotate(180deg);
}
header.header_main .user_profile {
  /* Dropdown Styling */
}
header.header_main .user_profile .dropdown_menu {
  position: absolute;
  top: calc(100% + 20px); /* Start slightly lower for animation */
  right: 0;
  background: #fff;
  min-width: 170px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Buttery smooth ease */
  z-index: 1001;
  /* State class toggled by JS */
}
header.header_main .user_profile .dropdown_menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  top: calc(100% + 10px); /* Final resting position */
}
header.header_main .user_profile .dropdown_menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  /* Line separator before "Log in" */
}
header.header_main .user_profile .dropdown_menu li.divider {
  height: 1px;
  background: #f0f0f0;
  margin: 4px 0;
}
header.header_main .user_profile .dropdown_menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  color: #333;
  font-family: Lato;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}
header.header_main .user_profile .dropdown_menu li a i {
  font-size: 1.1rem;
  color: #999;
  width: 18px;
  text-align: center;
  transition: color 0.2s ease;
}
header.header_main .user_profile .dropdown_menu li a:hover {
  background: #f8f9fa;
  color: #249d8f;
}
header.header_main .user_profile .dropdown_menu li a:hover i {
  color: #249d8f; /* Icon turns teal on hover */
}

.headingGlobalTxt {
  max-width: 44.625rem;
  width: 100%;
}
.headingGlobalTxt h3 {
  font-weight: 600;
  color: #333;
  font-family: Lato;
}
.headingGlobalTxt h2 {
  position: relative;
  color: #fff;
}
.headingGlobalTxt h2 span {
  position: relative;
  display: inline-block;
}
.headingGlobalTxt h2 span.stroke::before {
  content: " ";
  position: absolute;
  width: calc(100% + 0.625rem);
  height: 1.0625rem;
  background: url(../images/curve_line.png) no-repeat;
  background-size: 100% 100%;
  left: -0.3125rem;
  bottom: -0.25rem;
}
.headingGlobalTxt h2 span.stroke.whiteStroke::before {
  background: url(../images/white_stroke.svg) no-repeat;
  bottom: -1.5625rem;
}

section.hm_banner {
  position: relative;
  height: 100vh; /* Full screen height as per visual */
  min-height: 900px;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 1;
}
section.hm_banner::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 208px;
  background: linear-gradient(180deg, #000 -10.43%, rgba(0, 0, 0, 0) 99%);
  z-index: -1;
}
section.hm_banner .full_banner {
  position: absolute;
  inset: 0;
  z-index: -2;
}
section.hm_banner .full_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hm_banner .banner_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.94) 100%);
  z-index: 1;
}
section.hm_banner .middle_caption {
  position: relative;
  z-index: 2;
  width: 100%;
}
section.hm_banner .middle_caption .innerTxt {
  background: rgba(20, 20, 20, 0.8);
  max-width: 46.375rem;
  margin: auto;
  padding: 2.5rem;
}
section.hm_banner .middle_caption .innerTxt h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
section.hm_banner .middle_caption .innerTxt p {
  color: var(--Body, #b3b3b3);
  text-align: center;
  /* Desktop/lg/base/Medium */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 2rem;
}

.hmSec1 .process_row {
  margin-top: 3.5rem;
  position: relative;
}
.hmSec1 .process_row .process_col {
  position: relative;
  /* Dotted Connecting Lines */
}
.hmSec1 .process_row .process_col:not(:last-child) .line-dots {
  position: absolute;
  top: 40px;
  left: 50%;
  width: calc(50% - 101px);
  height: 2px;
  border-top: 2px dotted #249d8f;
  z-index: 0;
  transform: translateX(calc(50% + 102px));
}
.hmSec1 .process_row .process_col:not(:last-child) .line-dots::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  background: #249d8f;
  border-radius: 50%;
}
.hmSec1 .process_row .process_col:not(:last-child) .line-dots::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  background: #249d8f;
  border-radius: 50%;
}
.hmSec1 .process_box {
  position: relative;
  z-index: 1; /* Keeps text and icon above the dotted lines */
  padding: 0 15px;
}
.hmSec1 .process_box .icon_box {
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  margin: 0 auto 1.5rem;
  border-radius: 0.625rem;
  background: var(--card, #181818);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2; /* Masks the dotted line behind it */
}
.hmSec1 .process_box .icon_box img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}
.hmSec1 .process_box h5 {
  color: #fff;
  text-align: center;
  margin-bottom: 0.625rem;
}
.hmSec1 .process_box p {
  margin: 0 auto;
  max-width: 21.875rem; /* Keeps text nicely clustered like the design */
}

section.hmSec2 {
  position: relative;
  z-index: 1;
}
section.hmSec2 .headingGlobalTxt h2 {
  max-width: 30.625rem;
  color: #fff;
}
section.hmSec2 .headingGlobalTxt p {
  max-width: 32.5rem;
  color: #b3b3b3;
}

ul.flex_icon {
  display: flex;
  gap: 2.1875rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
ul.flex_icon li {
  display: flex;
  align-items: center;
  color: #b3b3b3; /* Light grey for dark theme */
  font-family: Lato;
  font-size: 1rem;
  font-weight: 500;
}
ul.flex_icon li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5625rem;
  height: 1.25rem;
  margin-right: 0.6rem;
}
ul.flex_icon li span img {
  width: auto;
  height: 100%;
}

/* --- The Dark Card Wrapper & Tabs --- */
.story_card_wrapper {
  max-width: 46.875rem;
  width: 100%;
  margin-left: auto;
  margin-top: 1.75rem;
  position: relative;
}
.story_card_wrapper .story_tabs {
  display: flex;
  z-index: 0;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid var(--CTA, #249d8f);
  border-right: 1px solid var(--CTA, #249d8f);
  border-left: 1px solid var(--CTA, #249d8f);
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
.story_card_wrapper .story_tabs button {
  background: #1a1a1a;
  color: #888;
  border: none;
  padding: 12px 33px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 10.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #249c8e;
  /* Desktop/lg/base/Medium */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
}
.story_card_wrapper .story_tabs button.active {
  background: #249d8f; /* Teal active state */
  color: #fff;
}
.story_card_wrapper .story_tabs button:hover:not(.active) {
  color: #fff;
}

/* --- The Main Dark Card --- */
.listenStoryBx {
  padding: 1.5rem;
  position: relative;
  z-index: 1; /* Sits above the tabs */
  border-radius: 0 0.625rem 0.625rem 0.625rem;
  border: 1px solid var(--Outline, #2a2a2a);
  background: var(--card, #181818);
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
  /* --- Tab Content Logic & Animation --- */
}
.listenStoryBx .tab_content {
  display: none; /* Hidden by default */
}
.listenStoryBx .tab_content.active {
  display: block;
  animation: tabFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.listenStoryBx h3 {
  margin: 0 0 0.75rem;
  color: var(--Primary, #fff);
  /* Desktop/xl/Medium */
  font-family: "Netflix Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem; /* 150% */
}
.listenStoryBx h3 + p {
  margin: 0 0 1.5rem;
}
.listenStoryBx {
  /* Audio Player Dark Mode Hack */
}
.listenStoryBx .audio-player {
  width: 100%;
  margin: 0 0 1.5rem;
  border-radius: 6px;
  overflow: hidden;
}
.listenStoryBx .audio-player audio {
  width: 100%;
  height: 45px;
  outline: none;
  color-scheme: dark; /* Forces native player to dark mode! */
}
.listenStoryBx {
  /* Scrollable Text Area */
}
.listenStoryBx .fillScroll {
  width: 100%;
  padding: 1rem 1.5rem;
  margin: 0 0 1.5rem;
  overflow-y: auto;
  border-radius: 10px;
  border: 1px solid var(--Outline, #2a2a2a);
  background: var(--Page-Bg, #141414);
  height: 9.9375rem;
  align-self: stretch;
  /* Custom Webkit Scrollbar */
}
.listenStoryBx .fillScroll::-webkit-scrollbar {
  width: 6px;
}
.listenStoryBx .fillScroll::-webkit-scrollbar-track {
  background: #1a1a1a;
}
.listenStoryBx .fillScroll::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}
.listenStoryBx .fillScroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.listenStoryBx .fillScroll p {
  color: #ccc;
  font-family: Lato;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
}
.listenStoryBx {
  /* Email Form */
}
.listenStoryBx .fill_email h4 {
  color: var(--Accent, #249d8f);
  /* Desktop/lg/Medium */
  font-family: "Netflix Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 150% */
  margin: 0 0 0.75rem;
}
.listenStoryBx .fill_email p {
  margin: 0 0 0.75rem;
}
.listenStoryBx .fill_email .fill_email_address {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 0.75rem;
}
.listenStoryBx .fill_email .fill_email_address input:not([type=submit]) {
  flex: 1;
  margin: 0;
  border: none;
  background: #fff; /* White input */
  border-radius: 4px;
  color: #333;
  font-family: Lato;
  padding: 10px 15px;
  outline: none;
}
.listenStoryBx .fill_email .fill_email_address input[type=submit] {
  background: #249d8f; /* Teal button */
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 24px;
  font-weight: 600;
  transition: background 0.3s ease;
}
.listenStoryBx .fill_email .fill_email_address input[type=submit]:hover {
  background: #1e877a;
}
.listenStoryBx {
  /* Includes List */
}
.listenStoryBx h6 {
  color: var(--Primary, #fff);
  /* Desktop/lg/Medium */
  font-family: "Netflix Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 150% */
  margin: 0 0 1rem;
}

/* List with Ticks */
ul.tick_circle {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
ul.tick_circle li {
  position: relative;
  color: var(--Grey, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  padding-left: 2rem;
}
ul.tick_circle li::before {
  content: " ";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  /* Assuming you have an orange tick icon here */
  background: url(../images/circle_tick_orange.png) no-repeat center;
  background-size: contain;
  left: 0;
  top: 3px;
}

/* --- Pricing Section (hmSec3) --- */
.hmSec3 {
  /* Custom Billing Toggle Switch */
}
.hmSec3 .billing_toggle_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.hmSec3 .billing_toggle_wrap .toggle_label {
  color: #b3b3b3;
  font-family: Lato, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.3s;
}
.hmSec3 .billing_toggle_wrap .toggle_label.active {
  color: #fff;
}
.hmSec3 .billing_toggle_wrap .toggle_label .highlight_txt {
  color: #f4a261; /* The orange/gold text */
  margin-left: 5px;
}
.hmSec3 .billing_toggle_wrap {
  /* The Switch Mechanism */
}
.hmSec3 .billing_toggle_wrap .theme_switch {
  position: relative;
  display: inline-block;
  width: 5.25rem;
  height: 2.5625rem;
}
.hmSec3 .billing_toggle_wrap .theme_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.hmSec3 .billing_toggle_wrap .theme_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* Active Teal */
  transition: 0.4s;
  border-radius: 34px;
  transition: all 0.3s ease-in-out;
}
.hmSec3 .billing_toggle_wrap .theme_switch .slider:before {
  position: absolute;
  content: "";
  left: 4px;
  bottom: 3px;
  background-color: #249d8f;
  transition: 0.4s;
  border-radius: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
  aspect-ratio: 1/1;
}
.hmSec3 .billing_toggle_wrap .theme_switch input:checked + .slider {
  background-color: #249d8f;
}
.hmSec3 .billing_toggle_wrap .theme_switch input:checked + .slider:before {
  background-color: #fff;
}
.hmSec3 .billing_toggle_wrap .theme_switch {
  /* Moves the white circle when checked */
}
.hmSec3 .billing_toggle_wrap .theme_switch input:checked + .slider:before {
  transform: translateX(42px);
}
.hmSec3 {
  /* The Pricing Card Wrapper */
}
.hmSec3 .pricing_card {
  position: relative;
  border-radius: 1.125rem;
  border: 1px solid #249d8f;
  background: #333;
  padding: 1rem;
  max-width: 79.375rem;
  margin: auto;
  overflow: hidden;
}
.hmSec3 .pricing_card::before {
  content: " ";
  position: absolute;
  width: 36.4067rem;
  height: 21.5rem;
  border-radius: 36.4067rem;
  background: rgba(36, 157, 143, 0.6);
  filter: blur(8.75rem);
  bottom: -15.625rem;
  right: -14.0625rem;
}
.hmSec3 .pricing_card {
  /* Teal Top Block */
}
.hmSec3 .pricing_card .pricing_header {
  border-radius: 0.75rem;
  background: var(--Accent, #249d8f);
  color: #fff;
  padding: 24px 24px 24px 10px;
}
.hmSec3 .pricing_card .pricing_header h4 {
  color: #fff;
  color: var(--Primary, #fff);
  font-family: "Netflix Sans";
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0.75rem;
}
.hmSec3 .pricing_card .pricing_header .price_display h2 {
  color: var(--Primary, #fff);
  /* Desktop/2xl/Medium */
  font-family: "Netflix Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  margin-bottom: 1.5rem;
}
.hmSec3 .pricing_card .pricing_header .price_display h2 .duration {
  color: var(--Primary, #fff);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}
.hmSec3 .pricing_card .pricing_header p {
  color: #fff;
  opacity: 0.9;
  margin: 0;
  font-size: 0.9rem;
}
.hmSec3 .pricing_card {
  /* Dark Feature List Block */
}
.hmSec3 .pricing_card .pricing_body {
  padding: 1.875rem 0 1.375rem;
}
.hmSec3 .pricing_card .pricing_body .feature_block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.hmSec3 .pricing_card .pricing_body .feature_block + .feature_block {
  margin-top: 1.8rem;
}
.hmSec3 .pricing_card .pricing_body .feature_block .feat_icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("../images/circle_tick_orange.png") no-repeat center;
  background-size: contain;
  margin-top: 3px;
}
.hmSec3 .pricing_card .pricing_body .feature_block .feat_txt h5 {
  margin-bottom: 0.4rem;
  color: #fff;
  font-family: "Netflix Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.hmSec3 .pricing_card .pricing_body .feature_block .feat_txt p {
  color: var(--Body, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  margin: 0;
}
.hmSec3 .pricing_card .pricing_body .pricing_action {
  margin-top: 1rem;
  border-top: none;
  padding-top: 1.375rem;
  margin: 0 !important;
}
.hmSec3 .pricing_card .pricing_body .pricing_action .btn {
  padding: 12px 40px;
  font-weight: 600;
}

.readers {
  background-color: #000;
}
.readers h2 {
  margin-bottom: 1rem;
}
.readers .row {
  margin-top: 3.06rem;
}
.readers .readers-bx {
  display: flex;
  padding: 2.5rem 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.25rem;
  height: 100%;
  border-radius: 1.25rem;
  background: #141414;
}
.readers .readers-bx .row {
  margin-top: 3.06rem;
}
.readers .readers-bx .text p {
  color: #fff;
}
.readers .readers-bx .name {
  display: flex;
  padding-top: 1.5rem;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  border-top: 1px solid #4e4e4e;
}
.readers .readers-bx .name img {
  width: 3.4375rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 3.4375rem;
}
.readers .readers-bx .name .nameinner h4 {
  margin-bottom: 0.4rem;
}
.readers .headingGlobalTxt {
  margin: 0 0 1.875rem;
}
.readers .adjust_heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

footer {
  padding: 60px 0 20px;
  background: var(--Black, #141414);
}
footer .footer-top-part {
  margin-bottom: 1.5rem;
}
footer .footer-top-part .ft-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
footer .footer-top-part .ft-row .ftbx.mxw306 {
  max-width: 306px;
  width: 100%;
}
footer .footer-top-part .ft-row .ftbx.mxw87 {
  max-width: 5.64rem;
  width: 100%;
}
footer .footer-top-part .ft-row .ftbx.mxw102 {
  max-width: 7.125rem;
  width: 100%;
}
footer .footer-top-part .ft-row .ftbx .ft_info .ft_logo {
  margin-bottom: 2.19rem;
}
footer .footer-top-part .ft-row .ftbx .ft_info .ft_logo a {
  display: block;
  max-width: 9.4375rem;
  width: 100%;
}
footer .footer-top-part .ft-row .ftbx .ft_info .ft_logo a img {
  width: 100%;
}
footer .footer-top-part .ft-row .ftbx .ft_info h4 {
  margin-bottom: 0.44rem;
}
footer .footer-top-part .ft-row .ftbx .ft_info p {
  margin-bottom: 0.56rem;
}
footer .footer-top-part .ft-row .ftbx .ft_info p a {
  color: var(--Body, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}
footer .footer-top-part .ft-row .ftbx .ft_info .social_links {
  margin-top: 1.75em;
  display: flex;
  align-items: center;
  gap: 0.57038rem;
}
footer .footer-top-part .ft-row .ftbx .ft_info .social_links li {
  height: 100%;
}
footer .footer-top-part .ft-row .ftbx .ft_info .social_links li a {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
}
footer .footer-top-part .ft-row .ftbx .ft_info .social_links li a img {
  width: auto;
  height: 100%;
}
footer .footer-top-part .ft-row .ftbx .ft_item h4 {
  color: var(--Primary, #fff);
  /* Desktop/lg/base/Medium */
  font-family: "Netflix Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 0.94rem;
}
footer .footer-top-part .ft-row .ftbx .ft_item p:has(+ *) {
  margin-bottom: 1rem;
}
footer .footer-top-part .ft-row .ftbx .ft_item ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9375rem;
}
footer .footer-top-part .ft-row .ftbx .ft_item ul li {
  color: var(--Body, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}
footer .footer-top-part .ft-row .ftbx .ft_item ul li a {
  color: var(--Body, #b3b3b3);
}
footer .footer-top-part .ft-row .ftbx .ft_item ul li a:hover {
  color: white;
}
footer .footer-top-part .ft-row .ftbx .ft_item .newsForm .inputGp input:not([type=submit], [type=checkbox], [type=radio]) {
  background-color: transparent;
  border: 1px solid var(--Grey, #b3b3b3);
  color: var(--Body, #b3b3b3);
  /* Desktop/lg/base/Light */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem; /* 150% */
  padding: 0.65625rem 0 0.46875rem 0.625rem;
  border-radius: 0;
  margin-bottom: 16px;
}
footer .footer-top-part .ft-row .ftbx .ft_item .newsForm .inputGp input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder {
  color: var(--Body, #b3b3b3);
  opacity: 0.6;
}
footer .footer-top-part .ft-row .ftbx .ft_item .newsForm .inputGp input:not([type=submit], [type=checkbox], [type=radio])::placeholder {
  color: var(--Body, #b3b3b3);
  opacity: 0.6;
}
footer .footer-top-part .ft-row .ftbx .ft_item .newsForm .inputGp input[type=submit] {
  width: 100%;
  margin-bottom: 1.13rem;
}
footer .footer-bottom-part .footer-bottom-part-content-wraper {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--Outline, #2a2a2a);
  padding: 1.5rem 0;
}
footer .footer-bottom-part .footer-bottom-part-content-wraper p {
  color: var(--Body, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  margin-bottom: 0;
}
footer .footer-bottom-part .footer-bottom-part-content-wraper ul {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
}
footer .footer-bottom-part .footer-bottom-part-content-wraper ul li {
  color: var(--Body, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}
footer .footer-bottom-part .footer-bottom-part-content-wraper ul li a {
  color: var(--Body, #b3b3b3);
}
footer .footer-bottom-part .footer-bottom-part-content-wraper ul li a:hover {
  color: white;
}
footer .desktopVersion {
  display: none;
}
@media (min-width: 767px) {
  footer .desktopVersion {
    display: block;
  }
}
@media (min-width: 767px) {
  footer .mobileVersion {
    display: none;
  }
}

section.inner_banner {
  position: relative;
  height: 372px; /* Adjust based on exact visual height needed */
  display: flex;
  align-items: center; /* Flexbox replaces the old absolute top: 50% */
  background: #141414; /* Dark theme fallback */
  overflow: hidden;
  z-index: 1;
}
section.inner_banner .full_banner {
  position: absolute;
  inset: 0;
  z-index: -1;
}
section.inner_banner .full_banner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inner_banner .full_banner .banner_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
section.inner_banner .top {
  position: relative;
  width: 100%;
  z-index: 2;
}
section.inner_banner .top h1 {
  color: #fff; /* Updated to white */
  margin: 0 0 1.25rem; /* Tighter margin to pull breadcrumbs up */
}
section.inner_banner .top .brdcump {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  flex-wrap: wrap;
}
section.inner_banner .top .brdcump li {
  color: #fff; /* Updated to white */
  color: var(--Primary, #fff);
  /* Desktop/lg/Regular */
  font-family: "Netflix Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 150% */
  position: relative;
  display: flex;
  align-items: center;
  /* Styling for the active page (last item) */
}
section.inner_banner .top .brdcump li:last-child {
  color: #ccc; /* Slightly dimmed to indicate current page */
}
section.inner_banner .top .brdcump li:last-child::after {
  display: none;
}
section.inner_banner .top .brdcump li {
  /* The Breadcrumb Separator */
}
section.inner_banner .top .brdcump li::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  /* transform: rotate(-90deg); */
  aspect-ratio: 1/1;
  /* Pro-Tip: Update your old SVG to a white version, or use CSS mask-image if you want to keep the black SVG and color it via CSS */
  background: url(../images/arrow-right-breadcrumb-white.svg) no-repeat center;
  background-size: contain;
  margin: 0 0.75rem;
}
section.inner_banner .top .brdcump li a {
  color: #fff; /* Updated to white */
  font-weight: 400;
  transition: color 0.3s ease;
}
section.inner_banner .top .brdcump li a:hover {
  color: #249d8f; /* Brand teal on hover */
}

section.abtSec1 .abtImg {
  width: 100%;
  max-width: 38.75rem;
  flex-shrink: 0;
  aspect-ratio: 203/166;
}
section.abtSec1 .abtImg.w559 {
  width: 100%;
  max-width: 559px;
  flex-shrink: 0;
  aspect-ratio: 271/287;
}
section.abtSec1 .abtImg.w100 {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 620/507;
}
section.abtSec1 .abtCnt {
  max-width: 46.875rem;
}
section.abtSec1 .abtCnt .headingGlobalTxt {
  max-width: 24.875rem;
  width: 100%;
}
section.abtSec1 .abtCnt .headingGlobalTxt h2 span.stroke::before {
  background: url(../images/curve_line2.png) no-repeat;
  bottom: -0.3125rem;
  background-size: auto 100%;
  width: calc(100% + 2.225rem);
  left: 0;
}
section.abtSec1 .row:nth-child(odd) .abtImg {
  margin-left: auto;
}

/* --- FAQ Section Dark Theme --- */
section.abtSec2 {
  text-align: center;
}
section.abtSec2 .headingGlobalTxt {
  max-width: 44.375rem;
  margin: 0 auto 3.125rem;
}
section.abtSec2 .headingGlobalTxt h2 {
  margin: 0 0 1rem;
}
section.abtSec2 .headingGlobalTxt h2 span.stroke::before {
  width: calc(100% + 5.225rem);
  background: url(../images/curve_line3.png) no-repeat;
  background-size: 100% 100%;
  left: unset;
  bottom: -5px;
  right: -6px;
}

.faq_box {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem; /* Spacing between blocks like the screenshot */
  max-width: 1247px; /* Constrain width for better readability */
  margin-bottom: 3.125rem;
}
.faq_box .faq_item {
  text-align: left;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  background: #f4a261; /* Solid Orange Background */
  border-radius: 0px; /* Slight rounding */
  transition: all 0.3s ease-in-out;
}
.faq_box .faq_item .faq_hd {
  display: flex;
  justify-content: space-between; /* Pushes icon to the right */
  align-items: center;
  padding: 1.4375rem 1.25rem;
  cursor: pointer;
  position: relative;
  background: transparent;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.faq_box .faq_item .faq_hd h5 {
  color: #141414; /* Dark text on orange */
  font-family: Lato, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  width: calc(100% - 2rem);
}
.faq_box .faq_item .faq_hd {
  /* Plus/Minus Icon using FontAwesome */
}
.faq_box .faq_item .faq_hd::after {
  font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
  font-weight: 900;
  content: "\f067"; /* Plus icon */
  font-size: 1.1rem;
  color: #141414;
  transition: transform 0.3s ease, content 0.3s ease;
}
.faq_box .faq_item .faq_hd {
  /* When active, change icon to Minus */
}
.faq_box .faq_item .faq_hd.active::after {
  content: "\f068"; /* Minus icon */
}
.faq_box .faq_item .faq_cont {
  display: none;
  padding: 0 6.25rem 1.375rem 1.25rem; /* Padding bottom for open state */
  margin: 0;
  background: transparent;
}
.faq_box .faq_item .faq_cont p {
  color: #141414; /* Dark text on orange */
  font-family: Lato, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 1rem;
}
.faq_box .faq_item .faq_cont p:last-of-type {
  margin: 0;
}

section.ads_banner {
  background: var(--Dark-Grey, #181818);
  padding: 3.125rem 0;
}
section.ads_banner .d-flex {
  align-items: center;
  gap: 2.75rem;
}
section.ads_banner .bk-ads {
  max-width: 431px;
  width: 100%;
}
section.ads_banner .ads-contents {
  width: 100%;
  max-width: 64.5rem;
}
section.ads_banner .ads-contents .ads-button {
  display: flex;
  gap: 1.25rem;
}

/* --- New Release Carousel Section --- */
section.each_stories .heading-adjust {
  margin-bottom: 30px;
}
section.each_stories .heading-adjust .headingGlobalTxt h2 {
  margin-bottom: 0;
}
section.each_stories .heading-adjust {
  /* Custom Line Navigation */
}
section.each_stories .heading-adjust .custom-swiper-nav {
  /* Active/Next line usually brighter to indicate more content */
}
section.each_stories .heading-adjust .custom-swiper-nav .swiper-next-line {
  background: #888;
}
section.each_stories {
  /* Swiper Pagination Styling */
}
section.each_stories .main_Swiper_relative {
  position: relative;
}
section.each_stories .main_Swiper_relative .swiper-pagination {
  top: -3.75rem;
  right: 0;
  left: unset;
  bottom: unset;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
  margin: 0;
}
section.each_stories .main_Swiper_relative .swiper-pagination .swiper-pagination-bullet {
  background: #555;
  opacity: 1;
  transition: all 0.3s ease;
  width: 36px;
  height: 4px;
  border-radius: 0;
  /* Active Dot */
}
section.each_stories .main_Swiper_relative .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--Grey, #b3b3b3);
}

/* Story Card Styling */
.story_card {
  display: flex;
  flex-direction: column;
  padding: 12px 12px 20px 12px;
}
.story_card .img_box {
  width: 100%;
  border-radius: 8px; /* Rounded corners for the book covers */
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #1a1a1a; /* Placeholder bg while image loads */
  aspect-ratio: 56/75; /* Keeps all covers identical in proportion */
}
.story_card .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.story_card .img_box {
  /* Subtle zoom effect on hover */
}
.story_card .img_box:hover img {
  transform: scale(1.05);
}
.story_card .txt_box h5 {
  color: #fff;
}
.story_card .txt_box h5 a {
  display: inline-block;
  color: inherit;
}
.story_card .txt_box h5 {
  /* Desktop/lg/base/Medium */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
}
.story_card .txt_box p {
  color: var(--Body, #b3b3b3);
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.story_card .txt_box .meta_info {
  display: inline-block;
  color: #249d8f; /* Teal accent color */
  font-family: Lato, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
}

.button_top {
  display: none; /* Hidden on login page, shown on others */
}

body:has(.loginPg) .button_top {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
body:has(.loginPg) .button_top .btn {
  width: 100%;
}

/* --- Tour Guide Release Section --- */
section.tour_guide_release {
  /* Hero Banner Area */
}
section.tour_guide_release .banner_img {
  height: 400px; /* Adjust based on your image aspect ratio */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
section.tour_guide_release .hero_titles .text_muted {
  color: #888;
  font-size: 0.95rem;
  margin: 0;
}
section.tour_guide_release {
  /* Left Column: Tabs & Text Box */
}
section.tour_guide_release .tour_story_wrapper {
  display: flex;
  flex-direction: column;
}
section.tour_guide_release .tour_story_wrapper .story_tabs {
  display: flex;
  z-index: 0;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid var(--CTA, #249d8f);
  border-right: 1px solid var(--CTA, #249d8f);
  border-left: 1px solid var(--CTA, #249d8f);
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
section.tour_guide_release .tour_story_wrapper .story_tabs button {
  width: 10.625rem;
  background: #141414;
  color: #888;
  border: 1px solid rgba(36, 157, 143, 0.3);
  border-bottom: none;
  padding: 10px 32px;
  color: var(--Primary, #fff);
  /* Desktop/lg/base/Medium */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: -1px;
}
section.tour_guide_release .tour_story_wrapper .story_tabs button.active {
  background: #249d8f;
  color: #fff;
  border-color: #249d8f;
  z-index: 2;
}
section.tour_guide_release .tour_story_wrapper .story_tabs button:hover:not(.active) {
  color: #fff;
  background: #1a1a1a;
}
section.tour_guide_release .tour_story_wrapper .story_content_box {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 8px 8px 8px;
  padding: 2rem;
  height: 55.875rem; /* Fixed height to match the portrait cover on the right */
}
section.tour_guide_release .tour_story_wrapper .story_content_box .tab_content {
  display: none;
  height: 100%;
}
section.tour_guide_release .tour_story_wrapper .story_content_box .tab_content.active {
  display: flex; /* Flexbox keeps the title pinned while text scrolls */
  flex-direction: column;
  animation: tabFadeIn 0.4s ease forwards;
}
section.tour_guide_release .tour_story_wrapper .story_content_box .tab_content h4 {
  color: var(--Primary, #fff);
  /* Desktop/xl/Medium */
  font-family: "Netflix Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem; /* 150% */
  margin-bottom: 1.5rem;
}
section.tour_guide_release .tour_story_wrapper .story_content_box .tab_content .scroll_text {
  flex: 1;
  overflow-y: auto;
  padding-right: 15px;
  /* Custom Webkit Scrollbar */
}
section.tour_guide_release .tour_story_wrapper .story_content_box .tab_content .scroll_text::-webkit-scrollbar {
  width: 6px;
}
section.tour_guide_release .tour_story_wrapper .story_content_box .tab_content .scroll_text::-webkit-scrollbar-track {
  background: #1a1a1a;
}
section.tour_guide_release .tour_story_wrapper .story_content_box .tab_content .scroll_text::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}
section.tour_guide_release .tour_story_wrapper .story_content_box .tab_content .scroll_text::-webkit-scrollbar-thumb:hover {
  background: #555;
}
section.tour_guide_release .tour_story_wrapper .story_content_box .tab_content .scroll_text p:last-child {
  margin-bottom: 0;
}
section.tour_guide_release {
  /* Right Column: Audio & Cover */
}
section.tour_guide_release .audio_block {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
}
section.tour_guide_release .audio_block .audio-player {
  width: 100%;
}
section.tour_guide_release .audio_block .audio-player audio {
  width: 100%;
  height: 40px;
  outline: none;
  color-scheme: dark; /* Forces browser native audio player into dark mode */
}
section.tour_guide_release .book_cover_block {
  border-radius: 10px;
  aspect-ratio: 143/161;
  overflow: hidden;
}
section.tour_guide_release .book_cover_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Ensure mobile stacking looks good */
@media (max-width: 991px) {
  section.tour_guide_release .tour_story_wrapper .story_content_box {
    height: 450px; /* Reduce height of scroll box on mobile */
  }
}
/* --- Series Preview Section --- */
section.series_preview {
  background: #141414;
}
section.series_preview h3 {
  color: #fff;
  /* Desktop/2xl/Regular */
  font-family: "Netflix Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem; /* 150% */
  margin-bottom: 2rem;
}
section.series_preview {
  /* Custom 5-Column Grid */
}
section.series_preview .series-items {
  display: flex;
  flex-direction: column;
}
section.series_preview .series-items .series-img {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/4; /* Keeps portrait format identical */
  background: #1a1a1a;
  margin-bottom: 1.25rem;
}
section.series_preview .series-items .series-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85; /* Slightly dimmed to make the play button pop */
  transition: all 0.4s ease;
}
section.series_preview .series-items .series-img {
  /* Play Button Overlay */
}
section.series_preview .series-items .series-img .play_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15); /* Very subtle dark wash */
  transition: all 0.3s ease;
  z-index: 2;
}
section.series_preview .series-items .series-img .play_overlay svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.5));
  transition: transform 0.3s ease;
}
section.series_preview .series-items .series-img {
  /* Hover Animations */
}
section.series_preview .series-items .series-img:hover img {
  opacity: 1;
  transform: scale(1.05);
}
section.series_preview .series-items .series-img:hover .play_overlay {
  background: rgba(0, 0, 0, 0.3); /* Darken overlay slightly on hover */
}
section.series_preview .series-items .series-img:hover .play_overlay svg {
  transform: scale(1.15); /* Scale up play button */
}
section.series_preview .series-items .series-txt h5 {
  color: #fff;
  margin-bottom: 0.5rem;
}
section.series_preview .series-items .series-txt h5 a {
  color: inherit;
}
section.series_preview .series-items .series-txt p {
  margin-bottom: 0.85rem;
  /* Truncate text to exactly 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.series_preview .series-items .series-txt .meta_info {
  display: inline-block;
  color: #249d8f; /* Teal brand color */
  font-family: Lato, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
}

@media (max-width: 1199px) {
  section.series_preview .grid-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  section.series_preview .grid-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  section.series_preview .grid-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  section.series_preview .grid-columns {
    grid-template-columns: 1fr;
  }
}
/* --- Book Store / Locked Episodes Section --- */
section.book_store {
  background: #141414; /* Matches dark theme */
  /* Spacing between the alternating rows */
}
section.book_store .row:last-child {
  margin-bottom: 0;
}
section.book_store {
  /* Text Content Styling */
}
section.book_store .bk-contents .eyebrow_txt {
  display: block;
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}
section.book_store .bk-contents .headingGlobalTxt {
  width: 100%;
  margin-bottom: 1.25rem;
}
section.book_store .bk-contents .headingGlobalTxt h2 {
  margin-bottom: 0;
}
section.book_store .bk-contents p {
  margin-bottom: 0;
}
section.book_store .bk-contents .btn {
  padding: 10px 30px;
  font-size: 0.95rem;
}
section.book_store {
  /* Locked Image Card Styling */
}
section.book_store .lock-bx {
  background: #1a1a1a;
  padding: 2.9375rem 4.75rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
section.book_store .lock-bx .img_wrapper {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  max-width: 22.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 124/161;
}
section.book_store .lock-bx .img_wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
section.book_store .lock-bx .img_wrapper {
  /* The lock icon overlay */
}
section.book_store .lock-bx .img_wrapper .lock_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* Dark wash over cover */
  display: flex;
  align-items: center;
  justify-content: center;
}
section.book_store .lock-bx .img_wrapper .lock_overlay img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}
section.book_store .lock-bx .img_wrapper .lock_overlay i {
  font-size: 2.5rem;
  color: #fff;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.6));
}
section.book_store .lock-bx {
  /* The dark grey bar below the image */
}
section.book_store .lock-bx .progress_placeholder {
  width: 100%;
  max-width: 100%;
  height: 25px;
  background: #2a2a2a;
  border-radius: 4px;
  margin-top: 0;
}

section.hmSec3.planPg .pricing_card {
  max-width: 100%;
}

.contact-main {
  background: var(--Page-Bg, #141414);
}
.contact-main.pd-custom {
  padding-bottom: 2.88rem;
}
.contact-main h2 span.stroke:before {
  width: calc(100% - 0.475rem);
  height: 0.7625rem;
  left: -0.3125rem;
  bottom: -0.65rem;
  rotate: -4deg;
}
.contact-main h2 + p {
  color: var(--Body, #b3b3b3);
  text-align: center;
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  margin-bottom: 0;
}
.contact-main .headingGlobalTxt {
  text-align: center;
  max-width: 36.75rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3.13rem;
}
.contact-main .formouter {
  display: flex;
  padding: 3.125rem 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.125rem;
  max-width: 63.0625rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 1.5rem;
  background: var(--card, #181818);
}
.contact-main .formouter h3 {
  margin-bottom: 0;
}
.contact-main .formouter .form-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.25rem;
  align-self: stretch;
}
.contact-main .formouter .form-inner .formrow {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.25rem;
  align-self: stretch;
}
.contact-main .formouter .form-inner .formrow .forminput {
  width: 100%;
}
.contact-main .formouter .form-inner .formrow .forminput label {
  margin-bottom: 0.75rem;
}
.contact-main .formouter .form-inner .formrow .forminput .btn {
  max-width: 12.0625rem;
  width: 100%;
}

.textarea {
  position: relative;
}
.textarea:before {
  content: "";
  width: 1.6875rem;
  height: 1.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/network-icon.png) no-repeat 0 0;
}

.blog-details-main {
  background: var(--Page-Bg, #141414);
}
.blog-details-main.pd-custom {
  padding-bottom: 4.37rem;
}
.blog-details-main .blog-content-wrapper {
  margin: 0 auto;
  /* Adjust global heading for this specific page */
}
.blog-details-main .blog-content-wrapper .headingGlobalTxt {
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.blog-details-main .blog-content-wrapper .headingGlobalTxt h2 {
  max-width: 62.5rem; /* ~1000px width constraint for optimal reading */
  margin-bottom: 2.12rem;
}
.blog-details-main .blog-content-wrapper .headingGlobalTxt h2 span.stroke:before {
  width: calc(100% - 0.475rem);
  height: 0.7625rem;
  left: -0.3125rem;
  bottom: -0.65rem;
  rotate: -4deg;
}
.blog-details-main .blog-content-wrapper .blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
  color: var(--Primary, #fff);
  font-family: "Netflix Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.blog-details-main .blog-content-wrapper .blog-meta .meta-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #f4a261;
}
.blog-details-main .blog-content-wrapper .blog-meta .social-share-links {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-left: 0.5rem;
}
.blog-details-main .blog-content-wrapper .blog-meta .social-share-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: #fff;
  color: #141414;
  border-radius: 50%;
  font-size: 0.875rem;
}
.blog-details-main .blog-content-wrapper .blog-meta .social-share-links li a:hover {
  background: #f4a261;
  color: #fff;
}
.blog-details-main .blog-content-wrapper .featured-image {
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 3.13rem;
}
.blog-details-main .blog-content-wrapper .featured-image img {
  width: 100%;
  border-radius: 0.75rem; /* Matches the rounded corners in design */
  aspect-ratio: 21/9; /* Cinematic crop */
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-main .blog-content-wrapper .blog-body .txt-white p {
  color: #fff;
}
.blog-details-main .blog-content-wrapper .blog-body p {
  margin-bottom: 2.25rem; /* Larger gap for blog readability */
}
.blog-details-main .blog-content-wrapper .blog-body h2 {
  margin: 2.25rem 0 1rem;
  color: var(--Primary, #fff);
}
.blog-details-main .blog-content-wrapper .blog-body .series-block {
  margin-bottom: 2.5rem;
}
.blog-details-main .blog-content-wrapper .blog-body .series-block h3 {
  margin-bottom: 1rem;
}
.blog-details-main .blog-content-wrapper .blog-body .series-block p {
  margin-bottom: 0; /* Resetting since the block provides spacing */
}
.blog-details-main .blog-content-wrapper .blog-body .callout-box {
  border-left: 4px solid var(--Another-Acent, #f4a261);
  background: var(--Another-Acent---Light, #4c3727);
  padding: 2.06rem 2rem;
  border-radius: 0;
  margin-top: 2.25rem;
}
.blog-details-main .blog-content-wrapper .blog-body .callout-box p {
  margin: 0;
  color: white;
  font-weight: 400;
}

.related-stories-main {
  background: var(--Black-base, #0d0d0d);
  padding: 5.82rem 0;
}
.related-stories-main .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.12rem;
}
.related-stories-main .section-header h4 {
  margin-bottom: 0;
  font-weight: 500;
}
.related-stories-main .section-header .view-all-link {
  color: var(--Primary, #fff);
  font-family: Lato, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  transition: color 0.3s ease;
}
.related-stories-main .section-header .view-all-link:hover {
  color: var(--CTA, #249d8f);
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  /* Responsive Breakpoints */
}
@media (max-width: 991px) {
  .stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .stories-grid {
    grid-template-columns: 1fr;
  }
}

.story-card {
  background: var(--card, #181818);
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Subtle border matching your design system */
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.story-card:hover {
  border-bottom: 0.125rem solid var(--Accent, #249d8f);
  background: var(--Dark-Grey, #181818);
}
.story-card .card-image-wrap {
  position: relative;
  margin-bottom: 1.25rem;
}
.story-card .card-image-wrap img {
  width: 100%;
  border-radius: 0.5rem;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.story-card .card-image-wrap .status-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  color: var(--Primary, #fff);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  border-radius: 0.25rem;
  background: var(--Dark-Grey, #181818);
  padding: 0.5625rem 0.4375rem;
}
.story-card .card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Ensures buttons align at the bottom if content length varies */
}
.story-card .card-content h4 {
  line-height: 1.875rem; /* 150% */
  margin-bottom: 1rem;
  font-weight: 500;
}
.story-card .card-content p {
  color: var(--Primary, #fff);
  /* Desktop/lg/base/Light */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 1.5rem;
  flex-grow: 1; /* Pushes the 'Read More' link to the absolute bottom */
}
.story-card .card-content .read-more-link {
  color: var(--CTA, #249d8f); /* Using your teal brand color */
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  transition: color 0.3s ease;
}
.story-card .card-content .read-more-link:hover {
  color: #1e877a; /* Darker teal hover */
}

.comments-section {
  background: var(--Page-Bg, #141414);
}
.comments-section .comments-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr; /* Left side slightly wider */
  gap: 4rem;
  align-items: flex-start;
  /* Responsive Breakpoints */
}
@media (max-width: 991px) {
  .comments-section .comments-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.comments-section {
  /* --- Left Column: Comments List --- */
}
.comments-section .comments-list-wrapper h3 {
  margin-bottom: 1.88rem;
}
.comments-section .comments-list-wrapper .comment-list {
  display: flex;
  flex-direction: column;
}
.comments-section .comments-list-wrapper .comment-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  align-self: stretch;
  padding: 2rem 0;
  border-top: 1px solid var(--Outline, #2a2a2a);
  border-bottom: 1px solid var(--Outline, #2a2a2a);
}
.comments-section .comments-list-wrapper .comment-list .comment-avatar {
  flex-shrink: 0;
}
.comments-section .comments-list-wrapper .comment-list .comment-avatar img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comments-section .comments-list-wrapper .comment-list .comment-body h5 {
  color: var(--Primary, #fff);
  font-family: "Netflix Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.comments-section .comments-list-wrapper .comment-list .comment-body .user-role {
  color: var(--Body, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  margin-bottom: 0.38rem;
  display: block;
}
.comments-section .comments-list-wrapper .comment-list .comment-body p {
  line-height: 1.625rem;
  margin-bottom: 0;
}
.comments-section .comments-list-wrapper .load-more-wrap {
  text-align: center;
  margin-top: 2.25rem;
}
.comments-section {
  /* --- Right Column: Comment Form Card --- */
}
.comments-section .comment-form-wrapper {
  background: var(--card, #181818);
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
}
.comments-section .comment-form-wrapper .headingGlobalTxt {
  margin-bottom: 2rem;
}
.comments-section .comment-form-wrapper .headingGlobalTxt h2 {
  font-size: 2rem;
  margin-bottom: 0;
  /* Adjusting your global stroke specifically for this form header */
}
.comments-section .comment-form-wrapper .headingGlobalTxt h2 span.stroke::before {
  bottom: -3.8px;
  height: 12px;
  width: calc(100% - 12.4px);
  rotate: -3deg;
  left: -10px;
}
.comments-section .comment-form-wrapper .form-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.25rem;
  align-self: stretch;
}
.comments-section .comment-form-wrapper .form-inner .formrow {
  width: 100%;
}
.comments-section .comment-form-wrapper .form-inner .formrow .forminput {
  width: 100%;
}
.comments-section .comment-form-wrapper .form-inner .formrow .forminput label {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  display: inline-block;
}
.comments-section .comment-form-wrapper .form-inner .formrow .forminput .textarea {
  /* Retains your global network icon if desired, or remove the ::before in your global CSS if not needed here */
}
.comments-section .comment-form-wrapper .form-inner .formrow .forminput .textarea textarea {
  height: 11.5rem;
}
.comments-section .comment-form-wrapper .form-inner .formrow .forminput.submit-wrapper .btn-full {
  width: 100%;
  padding: 1rem;
  font-size: 1.05rem;
}

.world-stories-section {
  background: var(--Page-Bg, #141414);
  /* Top Split Header */
}
.world-stories-section .page-intro-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.125rem;
  margin-bottom: 3.12rem;
  padding-bottom: 2.06rem;
}
.world-stories-section .page-intro-header .headingGlobalTxt {
  flex: 1;
  max-width: 43rem;
  margin: 0;
  width: 100%;
}
.world-stories-section .page-intro-header .headingGlobalTxt h2 {
  margin: 0;
}
.world-stories-section .page-intro-header .headingGlobalTxt h2 span.stroke::before {
  bottom: -0.95rem;
  rotate: -4deg;
}
.world-stories-section .page-intro-header .intro-description {
  flex: 1;
  max-width: 39.8125rem;
  width: 100%;
}
.world-stories-section .page-intro-header .intro-description p {
  margin-bottom: 0;
}
.world-stories-section .page-intro-header {
  /* Mobile Stacking for Top Header */
}
@media (max-width: 991px) {
  .world-stories-section .page-intro-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .world-stories-section .page-intro-header .headingGlobalTxt,
  .world-stories-section .page-intro-header .intro-description {
    max-width: 100%;
  }
}
.world-stories-section {
  /* Category Rows */
}
.world-stories-section .category-block {
  margin-bottom: 6.62rem; /* Large gap between rows */
}
.world-stories-section .category-block .relatedStoriesSwiper .swiper-slide {
  height: auto; /* Forces all slides to match the tallest one */
}
.world-stories-section .category-block .relatedStoriesSwiper .story-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.world-stories-section .category-block .relatedStoriesSwiper .story-card .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.world-stories-section .category-block .relatedStoriesSwiper .story-card .card-content .read-more-link {
  margin-top: auto; /* Pushes the link to the absolute bottom of the card */
}
.world-stories-section .category-block:last-child {
  margin-bottom: 0;
}
.world-stories-section .category-block .category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.12rem;
}
.world-stories-section .category-block .category-header h4 {
  font-weight: 500;
  margin: 0;
}
.world-stories-section .category-block .category-header .view-all-link {
  color: var(--Primary, #fff);
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.world-stories-section .category-block .category-header .view-all-link:hover {
  color: var(--CTA, #249d8f);
}

/* --- Mobile Playlist View --- */
.mobile_playlist_view {
  background: linear-gradient(180deg, #03201d 0%, #141414 100%);
  overflow: hidden;
  /* The 2x2 Image Grid */
}
.mobile_playlist_view .album_art_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px; /* Thin gap like the screenshot */
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.mobile_playlist_view .album_art_grid img {
  width: 100%;
  aspect-ratio: 1/1; /* Forces perfect squares */
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile_playlist_view {
  /* Info & Play Button */
}
.mobile_playlist_view .playlist_info h2 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-family: Lato, sans-serif;
}
.mobile_playlist_view .playlist_info .meta_stats {
  font-size: 0.85rem;
  color: #a8a8a8;
  font-weight: 500;
}
.mobile_playlist_view .playlist_info .meta_stats i {
  margin-right: 4px;
}
.mobile_playlist_view .playlist_info .play_action span {
  font-size: 0.95rem;
  font-weight: 500;
}
.mobile_playlist_view .playlist_info .play_action .btn_play_round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #249d8f; /* Brand Teal */
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(36, 157, 143, 0.3);
  /* Optical centering for the Play icon */
}
.mobile_playlist_view .playlist_info .play_action .btn_play_round i.fa-play {
  margin-left: 3px;
}
.mobile_playlist_view {
  /* Subtle Divider */
}
.mobile_playlist_view .custom_divider {
  margin: 1.25rem 0;
  background: linear-gradient(90deg, rgba rgba(255, 255, 255, 0) 255, 255, 255, 0 0%, #fff 51.92%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  opacity: 0.1;
}
.mobile_playlist_view {
  /* Track List Styling */
}
.mobile_playlist_view .track_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile_playlist_view .track_list .track_item {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  gap: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.mobile_playlist_view .track_list .track_item .track_thumb {
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  transition: all 0.3s ease-in-out;
}
.mobile_playlist_view .track_list .track_item .track_details {
  flex: 1;
  overflow: hidden; /* Required for text-overflow to work */
}
.mobile_playlist_view .track_list .track_item .track_details .track_title {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' to long text */
}
.mobile_playlist_view .track_list .track_item .track_details .track_desc {
  color: #a8a8a8;
  font-size: 0.85rem;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile_playlist_view .track_list .track_item .track_action {
  background: transparent;
  border: none;
  color: #a8a8a8;
  font-size: 1.2rem;
  padding: 0.5rem;
  cursor: pointer;
}
.mobile_playlist_view .track_list .track_item {
  /* State when a track is currently playing */
}
.mobile_playlist_view .track_list .track_item.active {
  padding: 1rem;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid rgba(36, 157, 143, 0);
  background: var(--card, #181818);
  box-shadow: 0 -6px 20px 0 rgba(14, 97, 86, 0.4);
  margin-left: -25px;
  margin-right: -25px;
}
.mobile_playlist_view .track_list .track_item.active .track_thumb {
  width: 3.75rem;
  height: 3.75rem;
  aspect-ratio: 1/1;
}
.mobile_playlist_view .track_list .track_item.active .track_details .track_title {
  color: #249d8f; /* Turns the title Teal */
}
.mobile_playlist_view .track_list .track_item.active .track_action {
  color: #fff; /* Brightens the pause icon */
}

/* --- Episode List Section --- */
section.episode_list_section {
  background: #141414;
}
section.episode_list_section .episode_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; /* Space between each episode */
}
section.episode_list_section .episode_list .ep_item {
  display: flex;
  align-items: center; /* Centers text vertically with the image */
  gap: 1.25rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
section.episode_list_section .episode_list .ep_item:hover {
  /* Slightly scale the play button on hover */
}
section.episode_list_section .episode_list .ep_item:hover .ep_thumb .play_overlay svg {
  transform: scale(1.15);
}
section.episode_list_section .episode_list .ep_item {
  /* Thumbnail styling */
}
section.episode_list_section .episode_list .ep_item .ep_thumb {
  position: relative;
  flex-shrink: 0; /* Prevents the image from squishing */
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1a;
}
section.episode_list_section .episode_list .ep_item .ep_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85; /* Slight dim to make the play button pop */
}
section.episode_list_section .episode_list .ep_item .ep_thumb .play_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2); /* Dark wash */
}
section.episode_list_section .episode_list .ep_item .ep_thumb .play_overlay svg {
  width: 40px;
  height: 40px;
  fill: #fff; /* Pure white play icon */
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
  transition: transform 0.3s ease;
}
section.episode_list_section .episode_list .ep_item {
  /* Text styling */
}
section.episode_list_section .episode_list .ep_item .ep_info {
  flex: 1;
  min-width: 0; /* Important for flexbox text truncation */
}
section.episode_list_section .episode_list .ep_item .ep_info h4 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.episode_list_section .episode_list .ep_item .ep_info p {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  /* Truncate text after 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Mobile adjustments */
@media (max-width: 575px) {
  section.episode_list_section .episode_list .ep_item {
    align-items: flex-start; /* Push text to top if screen is very narrow */
  }
  section.episode_list_section .episode_list .ep_item .ep_thumb {
    width: 75px;
    height: 75px;
  }
  section.episode_list_section .episode_list .ep_item .ep_thumb .play_overlay svg {
    width: 30px;
    height: 30px;
  }
  section.episode_list_section .episode_list .ep_item .ep_info h4 {
    font-size: 1.05rem;
  }
  section.episode_list_section .episode_list .ep_item .ep_info p {
    font-size: 0.85rem;
  }
}/*# sourceMappingURL=style.css.map */