/* font-family: "Azeret Mono", monospace; */
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Wix Madefor Display", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');


/*common css*/
html {
  scroll-behavior: inherit !important;
}
html,body {
  overflow-x: hidden;
  width: 100%;
}
* {
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-heading);
  font-weight: normal;
  overflow-x: hidden;
}
body:not(.wp-admin):not(.login) {
  background: var(--Green);
  color: var(--White);
}
body.wp-admin {
  background: #fff !important;
  color: #000 !important;
}
body.wp-admin * {
  color: inherit !important;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
ol,ul {
  box-sizing: border-box;
}
ul li {

}
/* wp-login to add this css */
.logged-in #main__header {
  top: 32px;
}
:root {
  --Black: #000000;
  --White: #FFFFFF;
  --Green: #121C18;
  --Light-Green: #2C473C;
  --Gold: #EEDBA0;
  --Light-Gold: #F8F1D9;
  --font-heading: "p22-mackinac-pro", serif;
  --font-text: "Karla", sans-serif;
  --font-counter: "Azeret Mono", monospace;
  --font-wix: "Wix Madefor Display", sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  color: var(--White);
  margin-top: 0;
  margin-bottom: 12px;
}
h1,.h1 {
  font-size: 72px;
  line-height: 80px;
}
h2,.h2 {
  font-size: 58px;
}
h3,.h3 {
  font-size: 42px;
  line-height: 120%;
}
h4,.h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
}
h5,.h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}

p, ol, ul {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: var(--White);
}
p:empty{
  display: none;
}

/* button */
.light-btn, .gform_button {
  padding: 11px 20px;
  min-width: 202px;
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /* text-transform: capitalize; */
  border-radius: 40px;
  border: 2px solid transparent;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  transition: all 0.33s linear !important;
}
.light-btn{
  border-color: var(--Gold);
  background: var(--Light-Gold);
  color: var(--Black);
}
/* .light-btn:hover{
  background-color: var(--Gold);
  border-color: var(--Light-Gold);
  color: var(--Black);
} */
.light-btn:hover {
  background: transparent;
  color: var(--Gold);
}

/* button end */

::placeholder {
  color: var(--White);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--White);
  opacity: 1;
}
::-ms-input-placeholder {
  color: var(--White);
  opacity: 1;
}
::placeholder {
  color: var(--White);
  opacity: 1;
}
img {
  height: auto;
  max-width: 100%;
}
button:focus {
  outline: none;
}
textarea {
  resize: none;
}
a {
  transition: all 0.33s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: var(--Gold);
}
body.home{
  position: relative;
}

.gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address .gf_clear {display: none;}
.gform_wrapper.gravity-theme .gform_fields,
.gform_wrapper.gravity-theme
  .gfield--input-type-address
  .ginput_container_address {
  grid-row-gap: 20px !important;
  grid-column-gap: 20px !important;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select, .gform_wrapper.gravity-theme .gfield textarea {
  background-color: transparent;
  color: var(--White);
  border: 2px solid transparent;
  border-bottom: 2px solid #FFF;
  border-radius: 5px;
  padding: 5px !important;
  box-shadow: none;
  letter-spacing: 0;
  transition: all 0.33s ease;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 18px !important;
  line-height: 26px !important;
}
.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: none;
  border-color: var(--White);
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 218px !important;
  display: block;
  border-color: var(--White);
  margin-top: 10px;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 6px;
  color: var(--White);
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-left: 0;
  text-align: left;
  margin-top: 2px !important;
  color: #c02b0a !important;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  font-size: 12px !important;
  font-family: var(--font-text) !important;
  line-height: 14px !important;
  padding-top: 5px !important;
}
.ginput_recaptcha div {
  z-index: 999999 !important;
}
.gform_wrapper.gravity-theme .gfield_label .gfield_required_text,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_required_legend,
.gfield--type-captcha label,
.instruction,
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../images/select-down.svg);
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 18px;
}
.gform_wrapper.gravity-theme .gfield select:has(option:first-child:checked) {
  color: #FFFFFF;
}
.gform_wrapper.gravity-theme div#field_1_8{
  margin-top: -6px;
}
.gform_wrapper.gravity-theme div#field_3_14{
  margin-top: -12px;
}
.gform_wrapper.gravity-theme .gfield input#input_3_14 ,.gform_wrapper.gravity-theme .gfield input#input_1_8 {
  padding: 8.5px 21px !important;
  background-image: url(../images/upload-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left 20px center !important;
  background-size: 12px !important;
  padding-left: 41px !important;
  text-transform: capitalize;
}
.gform_wrapper select option {
  background-color: var(--Green) !important;
  color: var(--White) !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #c02b0a !important;
}
.gform_wrapper.gravity-theme .gfield_error input::placeholder,
.gform_wrapper.gravity-theme .gfield_error textarea::placeholder {
  color: #c02b0a !important;
  opacity: 1;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
  background-image: url(../images/date-icon.svg);
  background-repeat: no-repeat;
  background-position: center right 29px;
  background-size: 16px;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  position: relative;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  height: 53px;
}
.gform_wrapper.gravity-theme .gform_footer::after {
  position: absolute;
  content: "";
  inset: 3px;
  border: 1.5px solid var(--Purple);
  border-radius: 32px;
  transition: all 0.3s linear;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  border: 2px solid #EEDBA0;
  margin-bottom: 0;
  background-color: var(--Light-Gold);
  color: var(--Green);
  min-width: 114px;
  min-height: 100% !important;
  line-height: 20px !important;
  transition: all 0.33s linear;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-color: transparent;
  color: var(--Light-Gold);
}
.gform_wrapper.gravity-theme .gform-loader  ,  .gform_ajax_spinner {
  position: absolute !important;
  top: 0 !important;
  right: 15px !important;
  bottom: 0 !important;
  margin: auto !important;
  color: var(--White) !important;
}
.gravity-theme .gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--White);
}

.svg-wrapper:not(body.home .svg-wrapper) {
  display: none;
}

body.home .svg-wrapper {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
body.home .svg-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: visible;
}
body.home .svg-wrapper .cls-1,.svg-wrapper path {
  vector-effect: non-scaling-stroke; 
  will-change: stroke-dashoffset;
}

/* common css end */
/* header */
header {
    padding: 25px 24px;
    position: fixed;
    transition: all .33s linear;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: var(--Light-Green);
    /* box-shadow: 0px 3px 6px #00000029; */
}
header .container { max-width: 1656px; justify-content: space-between;display: flex ; align-items: center; }
header .lines-button { display: inline-block; }
.lines {
    display: inline-block;
    height: 2px;
    position: relative;
    transition: all .3s ease 0s;
}
.lines, .lines:after, .lines:before {
    width: 20px;
    height: 2px;
    background: var(--White);
}
.lines:after, .lines:before {
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: 0.28571rem center 0;
    transition: all .3s ease 0s;
}
.lines:before {
    top: 10px;
}
.lines:after {
    top: -10px;
}
header .logo img {
    max-width: 263px;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s linear;
    display: block;
}
header .right {
    display: flex;
    align-items: center;
}
header a.btn-text {
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 3.4px;
    padding: 0;
    position: relative;
    text-decoration: none !important;
}
header a.btn-text:hover {
    background-color: unset;
    color: unset;
    padding-left: 0;
}
header a.btn-text::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -5px;
    left: 0;
    background: currentcolor;
    transform-origin: left;
    transition: transform 0.4s ease-out;
}
header a.btn-text:hover::after{
    transform: scaleX(1);
}
header .right .lines-button {
    display: inline-block;
    /* margin-top: -6px; */
}
html:has(.menu-open), body.menu-open {
    overflow: hidden;
}
header .hamburger-menu-wrapper {
  position: fixed;
  right: -612px;
  width: 612px;
  height: 100vh;
  display: flex;
  background: var(--Light-Green);
  padding: 35px 44px 35px 124px;
  opacity: 0;
  pointer-events: none;
  transition: right 0.5s ease, opacity 0.4s ease;
  z-index: 999;
  left: auto;
  top: 0;
}
body.menu-open .hamburger-menu-wrapper {
  right: 0;
  opacity: 1;
  pointer-events: all;
}
header .hamburger-menu-wrapper .hamburger-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
header .hamburger-menu-wrapper .hamburger-inner .menu-header-menu-container {
  margin: auto 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--Light-Green) transparent;
}
header .hamburger-menu-wrapper .hamburger-inner .menu-header-menu-container::-webkit-scrollbar {
  width: 1px;
}
header .hamburger-menu-wrapper .hamburger-inner .menu-header-menu-container::-webkit-scrollbar-thumb {
  background: var(--Light-Green);
}
.hamburger-menu-wrapper .menu-top-wrp {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    gap: 62px;
}
.hamburger-inner .lines{
    background: none !important;
}
.hamburger-inner .lines:after, .hamburger-inner .lines:before{
    background: var(--White);
}
.hamburger-inner .lines-button.x2 .lines:before, .hamburger-inner .lines-button.x2 .lines:after{
    transform-origin: 50% 50% 0;
    top: 0;
}
.hamburger-inner .lines-button.x2 .lines:before {
    transform: rotate3d(0, 0, 1, -45deg) !important;
}
.hamburger-inner .lines-button.x2 .lines::after {
    transform: rotate3d(0, 0, 1, 45deg) !important;
}

.hamburger-inner a.btn-text {
    color: var(--White);
}
.hamburger-inner ul li.menu-item {
    padding-block: 30px;
}
.hamburger-inner ul li.menu-item:first-child {
    padding-top: 0;
}
.hamburger-inner ul li.menu-item:last-child {
    padding-bottom: 0;
}
.hamburger-inner ul li.menu-item a {
    color: var(--White);
    position: relative;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
}
/* header .hamburger-inner ul li.menu-item a::after{content:'';position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:-5px;left:0;background:currentcolor;transform-origin:left;transition:transform .4s ease-out}
.hamburger-inner ul li.menu-item.current-menu-item a::after,header .hamburger-inner ul li.menu-item a:hover::after{transform:scaleX(1)} */
header .hamburger-inner ul li.menu-item:hover a,
header .hamburger-inner ul li.menu-item.current-menu-item a {
  color: var(--Gold);
}

header .hamburger-inner ul li.menu-item:hover::before,
header .hamburger-inner ul li.menu-item.current-menu-item::before {
  color: var(--Gold);
}
.hamburger-menu-wrapper .footer-socials {
    justify-content: flex-start;
}
/* Default: show Menu text */
.menu-toggle .lines {display: none;}
header .right .lines-button{border:2px solid #fff;padding:11px 22px;border-radius:25px}
header .right .lines-button span.menu-text{font-family:var(--font-text);font-weight:700;font-size:16px;line-height:24px;letter-spacing:.15em;text-align:center;text-transform:uppercase;display:block;color:var(--White)}
 body.menu-open .hamburger-menu-wrapper a.lines-button{border:2px solid #fff;padding:23px 16px;border-radius:50%;display:flex;align-items:center}
header .hamburger-inner ul{counter-reset:menu-counter -1}
header .hamburger-inner ul li{counter-increment:menu-counter;position:relative;padding-left:0;display:flex;align-items:center}
header .hamburger-inner ul li::before{content:counter(menu-counter,decimal-leading-zero);position:relative;left:0;font-family:var(--font-counter);font-size:18px;line-height:26px;letter-spacing:.15em;color:var(--White);display:inline-flex;align-items:center;height:100%;margin-right:14px;transition: all 0.33s linear;}
 /* header end */

/* HERO-HOME */
.hero-home {
  position: relative;
  padding: 63px 0;
  padding: 200px 0 63px;
  display: flex;
  align-items: flex-end;
  min-height: 958px;
  z-index: 2;
}
.hero-home::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  z-index: 1;
}
.hero-home .bg-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-home .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-home .row{
  position: relative;
  z-index: 2;
}
.hero-home .hero-home-wrp {
  max-width: 750px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-home .hero-home-wrp h1 {
  margin-bottom: 47px;
}
.hero-home .hero-home-wrp h1 span {
  font-style: italic;
}
.hero-home .hero-home-wrp h4 {
  max-width: 500px;
  margin-bottom: 30px;
}
.hero-home .hero-btn-wrp {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.hero-home .hero-feature-wrp {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 30px;
  text-align: center;
  justify-content: center;
  margin-top: 124px;
}
.hero-home .hero-feature-wrp .hero-item {
  width: calc((100% - (60px * 4))/5);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-home .hero-feature-wrp .hero-item img {
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}
.hero-home .hero-feature-wrp .hero-item h4 {
  margin-bottom: 0;
}
.hero-home .hero-feature-wrp .hero-item p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
/* HERO-HOME END */
/* INTRO SECTION */
.intro-sec{
  padding: 80px 0;
}
.intro-sec .intro-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.intro-sec .intro-wrapper .intro-images {
  flex: 0 0 40.879%;
  max-width: 40.879%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* .intro-sec .intro-wrapper .intro-images .img-main {
  max-width: 467px;
}
.intro-sec .intro-wrapper .intro-images .img-secondary {
  max-width: 355px;
  margin-left: auto;
  margin-top: -172px;
} */
.intro-sec .intro-wrapper .intro-images .img-main {
  max-width: 100%;
  margin-right: 7.18vw;
}
.intro-sec .intro-wrapper .intro-images .img-secondary {
  max-width: 100%;
  margin-left: 13.02vw;
  margin-top: -172px;
}
.intro-sec .intro-wrapper .intro-images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.intro-sec .intro-wrapper .intro-content {
  flex: 0 0 48.311%;
  max-width: 48.311%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.intro-sec .intro-wrapper .intro-content h2,.intro-sec .intro-wrapper .intro-content h4{
  margin-bottom: 30px;
}
/* INTRO SECTION END */
/* TAB SECTION */
.tabs-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tabs-section .tabs-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
  width: fit-content;
}
.tabs-section .tab-link {
  position: relative;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: var(--font-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--Gold);
  padding: 0 0 2px;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.tabs-section .tab-link.active {
  color: var(--White);
}
.tabs-section .tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--White);
  transition: all 0.35s ease;
}
.tabs-section .tabs-content {
  position: relative;
}
.tabs-section .tab-panel {
  display: none;
}
.tabs-section .tab-panel.active {
  display: block;
}
.tabs-section .tab-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
/* TAB SECTION LEFT */
.tabs-section .tab-left {
  flex: 0 0 49.325%;
  max-width: 49.325%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tabs-section .tab-left .tab-cnt {
  max-width: 605px;
  margin-left: auto;
}
.tabs-section .tab-left .tab-cnt h2 {
  margin-bottom: 30px;
}
.tabs-section .tab-left .tab-cnt p:last-child {
  margin-bottom: 0;
}
.tabs-section .tab-left .tab-cnt a.light-btn {
  margin-top: 30px;
}
/* TAB SECTION RIGHT */
.tabs-section .tab-right {
  flex: 0 0 42.163%;
  max-width: 42.163%;
}
.tabs-section .tab-right .img-wrp{
  max-width: 624px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.tabs-section .tab-right .img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* TAB SECTION END */
/* TESTIMONIALS */
.testimonials-sec {
  padding: 80px 0;
  /* background: var(--Light-Green); */
  position: relative;
  margin-bottom: 104px;
}
.testimonials-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Light-Green);
  z-index: -2;
}
.testimonials-sec .testimonials-wrp {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.testimonials-sec .testimonials-wrp .testimonials-img {
  flex: 0 0 38.987%;
  max-width: 38.987%;
  height: 100%;
  margin-bottom: -188px;
}
.testimonials-sec .testimonials-wrp .testimonials-img .img-wrp{
  border: 4px solid #EEDBA0;
  border-radius: 5px;
  overflow: hidden;
  transform: rotate(-4deg);
}
.testimonials-sec .testimonials-wrp .testimonials-img .img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.testimonials-sec .testimonials-wrp .testimonials-content-wrp {
  flex: 0 0 40.879%;
  max-width: 40.879%;
}
.testimonials-sec .testimonials-wrp .testimonials-content-wrp h2 {
  margin-bottom: 30px;
}
.testimonials-sec .testimonials-wrp .testimonials-content-wrp .testimonials-content-in h4 {
  margin-top: 30px;
  margin-bottom: 0;
}
.testimonials-sec .slick-slide {
  margin: 0 5px;
}
.testimonials-sec .slick-track{
  display: flex;
  /* margin-left: -7px; */
}
.slick-slider .slick-next, .slick-slider .slick-prev {
  background: url(../images/slider-next.svg);
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  height: 16px;
  width: 16px;
  top: -56px;
}
.slick-slider .slick-next {
  right: 0;
  left: unset;
}
.slick-slider .slick-next, .slick-slider .slick-prev {
  margin-left: 0;
}
.slick-slider .slick-prev {
  transform: rotateY(-180deg) translateY(-50%);
  left: unset;
  right: 60px;
}
.slick-next:before,.slick-prev:before,.slick-dots li button:before{content:unset}
.slick-counter {
  position: absolute;
  top: -70px;
  right: 25px;
  z-index: 1;
  transition: all .33s ease;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: var(--White);
}
/* TESTIMONIALS END */
/* CTA */
.cta {
  padding: 140px 0 72px;
  position: relative;
}
.cta .cta-wrp {
  max-width: 614px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cta .cta-wrp h2,.cta .cta-wrp h4 {
  margin-bottom: 30px;
}
.cta .cta-wrp h4 {
  max-width: 360px;
}
.cta .cta-wrp .cta-btn-wrp {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
/* CTA END */
/* FOOTER */
footer {
  padding: 80px 0 30px;
  border-top: 1px solid #FFFFFF;
  background: var(--Green);
  position: relative;
  z-index: 1;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
footer .footer-inner .left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
footer .footer-inner .left-col img {
  object-fit: contain;
  display: block;
  max-width: 267px;
}
footer .footer-inner .left-col a:nth-of-type(1){
  max-width: 175px;
  line-height: 26px;
}
footer .footer-inner .left-col a {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--White);
}
footer .footer-inner .right-col {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
footer .footer-inner .right-col ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
footer .footer-inner .right-col li {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: var(--White);
  transition: all 0.33s linear;
}
footer .footer-inner .right-col li a{
  color: var(--White);
}
footer .footer-inner .right-col li a:hover,footer .footer-inner .left-col a:hover {
  color: var(--Gold);
}
footer .footer-inner .right-col .back-to-top {
  border: 2px solid #FFFFFF;
  background: transparent;
  border-radius: 100px;
  padding: 12.5px 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .footer-inner .right-col .back-to-top img {
  object-fit: contain;
  display: block;
}
footer .copyright-wrp {
  margin-top: 60px;
}
footer .copyright-wrp p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
footer .socials {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  margin-left: -4px;
}
footer .socials a {
  position: relative;
  width: 19px;
  height: 19px;
  display: block;
  transition: .3s;
}
footer .socials a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
}
footer .socials a img.hover {
  display: block;
  opacity: 0;
  z-index: 2;
  visibility: visible;
  transition: .3s;
}
footer .socials a:hover img.hover {
  opacity: 1;
  visibility: visible;
}
/* FOOTER END */
/* Inner Page */
.about-home {
  padding: 80px 0;
  position: relative;
}
.about-home .abh-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.about-home .abh-wrp .abh-images {
  flex: 0 0 40.879%;
  max-width: 40.879%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-home .abh-images .img-main {
  max-width: 100%;
  margin-right: 7.18vw;
}
.about-home .abh-images .img-secondary {
  max-width: 100%;
  margin-left: 13.02vw;
  margin-top: -172px;
}
.about-home .abh-images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.about-home .abh-wrp .abh-content {
  flex: 0 0 48.311%;
  max-width: 48.311%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-home .abh-content h1{
  margin-bottom: 30px;
}
.about-home .abh-content p{
  max-width: 700px;
  margin-bottom: 0;
}
.about-home .abh-content .abh-features {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.about-home .abh-content .abh-features .abh-feature {
  display: flex;
  gap: 20px;
  align-items: center;
}
.about-home .abh-content .abh-features .abh-feature img{
  object-fit: contain;
  display: block;
}
.about-home .abh-content .abh-features .abh-feature h4{
  margin-bottom: 0;
}
.about-home .abh-content .abh-features .abh-feature h4 span{
	font-size: 12px;
}
.collaboration-section {
  background: #2C473C;
  padding: 80px 0;
}
.collaboration-section .collaboration-wrp{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.collaboration-section .collaboration-wrp h2.h3{
  max-width: 1230px;
  margin-inline: auto;
  margin-bottom: 0;
}
.collaboration-section .collaboration-feature-wrp {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 30px;
  text-align: center;
  justify-content: center;
  margin-top: 60px;
}
.collaboration-section .collaboration-feature-wrp .collaboration-item {
  width: calc((100% - (60px * 4))/5);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collaboration-section .collaboration-feature-wrp .collaboration-item img {
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}
.collaboration-section .collaboration-feature-wrp .collaboration-item h4 {
  margin-bottom: 0;
}
.collaboration-section .collaboration-feature-wrp .collaboration-item p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.lirc-section {
  padding: 80px 0 40px;
  position: relative;
}
.lirc-section .lirc-wrp,.lcri-section .lcri-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.lirc-section .lirc-wrp .lirc-image,.lcri-section .lcri-wrp .lcri-image{
  flex: 0 0 40.744%;
  max-width: 40.744%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lirc-section .lirc-wrp .lirc-image img,.lcri-section .lcri-wrp .lcri-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.lirc-section .lirc-wrp .lirc-content,.lcri-section .lcri-wrp .lcri-content {
  flex: 0 0 48.582%;
  max-width: 48.582%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lirc-section .lirc-wrp .lirc-content h2,.lcri-section .lcri-wrp .lcri-content h2 {
  margin-bottom: 30px;
  line-height: 66px;
}
.lirc-section .lirc-wrp .lirc-content p a,.lcri-section .lcri-wrp .lcri-content p a{
  color: inherit;
  text-decoration: underline;
}
.lirc-section .lirc-wrp .lirc-content p a:hover,.lcri-section .lcri-wrp .lcri-content p a:hover{
  color: var(--Gold);
}
.lirc-section .lirc-wrp .lirc-content p:last-child,.lcri-section .lcri-wrp .lcri-content p:last-child{
  margin-bottom: 0;
}
.lcri-section {
  padding: 40px 0;
  position: relative;
}
.media-highlights {
  padding-top: 40px;
  position: relative;
}
.media-highlights .col-md-12 {
  max-width: 1254px;
  margin-inline: auto;
}
.media-highlights .media-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.media-highlights .media-top h2.h3{
  margin-bottom: 0;
}
.media-highlights .media-top p{
  max-width: 480px;
  margin-left: auto;
  margin-bottom: 0;
}
.media-highlights .media-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.media-highlights .media-wrp .media-in {
  width: calc((100% - (30px * 2))/3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #2C473C;
  border-radius: 5px;
  padding: 30px;
}
.media-highlights .media-in h5,.media-highlights .media-in p{
  margin-bottom: 15px;
}
.media-highlights .media-in img{
  object-fit: contain;
  display: block;
  transition: all 0.33s linear;
}
.media-highlights .media-in a img:hover {
  transform: translateX(6px);
}
.enroll-section {
  padding: 80px 0;
  background: var(--Light-Green);
}
.enroll-section .enroll-wrp {
  max-width: 1230px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enroll-section .enroll-wrp h2.h3{
  margin-bottom: 30px;
}
.enroll-section .enroll-wrp .light-btn {
  min-width: 148px;
}
.inner-hero {
  padding: 80px 0;
  position: relative;
}
.inner-hero .inner-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.inner-hero .inner-wrp .inner-images {
  flex: 0 0 40.879%;
  max-width: 40.879%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.inner-hero .inner-images .img-main {
  max-width: 100%;
  margin-right: 7.18vw;
}
.inner-hero .inner-images .img-secondary {
  max-width: 100%;
  margin-left: 13.02vw;
  margin-top: -172px;
}
.inner-hero .inner-images .badges-img {
  position: absolute;
  top: 72px;
  left: -115px;
}
.inner-hero .inner-images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.inner-hero .inner-wrp .inner-content {
  flex: 0 0 48.311%;
  max-width: 48.311%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.inner-hero .inner-content h1{
  margin-bottom: 80px;
}
.inner-hero .inner-content .inner-cnt{
  max-width: 589px;
  margin-left: auto;
}
.inner-hero .inner-content .inner-cnt h3{
  margin-bottom: 15px;
}
.inner-hero .inner-content .inner-cnt p{
  margin-bottom: 30px;
}
.inner-hero .inner-content .inner-cnt .btn-wrp{
  display: flex;
  gap: 30px;
  align-items: center;
}
.inner-hero .inner-content .inner-cnt .btn-wrp a:nth-of-type(2) {
  background: #F8E4D8;
  border-color: #E9A57C;
}
.inner-hero .inner-content .inner-cnt .btn-wrp a:nth-of-type(2):hover {
  background: transparent;
  color: #E9A57C;
}

.featured-course-section {
  background: var(--Light-Green);
  padding: 80px 0;
  margin-bottom: 93px;
}
.featured-course-section .fc-wrp {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.featured-course-section .fc-wrp .fc-img {
  flex: 0 0 34.071%;
  max-width: 34.071%;
  position: relative;
  margin-bottom: -173px;
}
.featured-course-section .fc-img .img-wrp {
  border: 4px solid #EEDBA0;
  border-radius: 5px;
  overflow: hidden;
  transform: rotate(-4deg);
}
.featured-course-section .fc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.featured-course-section .fc-wrp .fc-content {
  flex: 0 0 49.106%;
  max-width: 49.106%;
}
.featured-course-section .fc-content span{
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
.featured-course-section .fc-content h2{
  line-height: 66px;
}
.featured-course-section .fc-content h2,.featured-course-section .fc-content h4 {
  margin-bottom: 30px;
}
.featured-course-section .fc-content a{
  min-width: 148px;
}
.testimonials-sec.no-bg::before {
  display: none;
}
.resources-section{
  padding: 80px 0;
  position: relative;
}
.resources-section .resources-inner h2 {
  line-height: 115%;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.resources-section .slick-list{
  margin: 0 -20px;
}
.resources-section .slick-track {
  display: flex;
}
.resources-section .resources-content-in{
  margin: 0 20px;
  position: relative;
  
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}
.resources-section .resources-content-in::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 42%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  opacity: 0.5;
  
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}
.resources-section .resources-content-in:hover::before {
  opacity: 0.8;
}
.resources-section .resources-content-in .resources-img img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.resources-section .resources-content-in .resources-cnt {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 20px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.resources-section .resources-content-in .resources-label {
  margin-bottom: auto;
}
.resources-section .resources-content-in .resources-label span {
  font-size: 12px;
  line-height: 24px;
  color: #121C18;
  padding: 2px 12px;
  background: #EEDBA0;
  width: fit-content;
  border-radius: 25px;
  margin-left: -22px;
}
.resources-section .resources-cnt p.resource-type {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
  padding-right: 15px;
}
.resources-section .resources-cnt p.resource-type.digital-download{
  padding-left: 0px;
}
.resources-section .resources-cnt p.resource-type a{
  color: inherit;
  padding-left: 24px;
}
.resources-section .resources-cnt p.resource-type::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/course-icon.svg) no-repeat center;
  background-size: contain;
}
.resources-section .resources-cnt p.resource-type.digital-download::before {
  background: url(../images/download-icon.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}
.resources-section .resources-cnt h5{
  margin-bottom: 10px;
}
.resources-section .resources-cnt p{
  margin-bottom: 30px;
}
.resources-section .resources-cnt span {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  color: var(--White);
}
.resources-section .slick-slider .slick-next, .resources-section .slick-slider .slick-prev {
  background: url(../images/resource-next.svg);
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  height: 17.14px;
  width: 23.11px;
  top: -75px;
}
.resources-section .slick-slider .slick-prev {
  right: 35px;
}
.cta-section {
  padding-bottom: 80px;
}
.cta-section .cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.cta-section .cta-inner .cta-inner-cnt{
  max-width: 615px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
} 
.cta-section .cta-inner .cta-inner-cnt h2{
  margin-bottom: 15px;
}
.cta-section .cta-inner .cta-inner-cnt h4{
  margin-bottom: 0px;
}
.cta-section .cta-inner .cta-inner-btn {
  max-width: 308px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cta-section .cta-inner-btn .ctn-btn-2{
  border-color:#CABED9;
  background: #EAE5F0;
}
.cta-section .cta-inner-btn .ctn-btn-2:hover{
  background: transparent;
  color: #CABED9;
}
.cta-section .cta-inner-btn .ctn-btn-3{
  border-color:#E9A57C;
  background: #F8E4D8;
}
.cta-section .cta-inner-btn .ctn-btn-3:hover{
  background: transparent;
  color: #E9A57C;
}
.cta-section .cta-inner-btn .ctn-btn-4{
  border-color:#2C473C;
  background: #D5DAD8;
}
.cta-section .cta-inner-btn .ctn-btn-4:hover{
  background: transparent;
  color: #D5DAD8;
  border-color: #D5DAD8;
}
.additional-sec {
  padding: 80px 0 120px;
}
.additional-sec h2{
  line-height: 115%;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.additional-sec .additional-wrp{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 40px;
}
.additional-sec .additional-wrp .additional-content-in{
  width: calc((100% - (40px * 2))/3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.additional-sec .additional-content-in h5,.additional-sec .additional-content-in p{
  margin-bottom: 15px;
}
.additional-sec .additional-content-in p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.additional-sec .additional-content-in span{
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  color: var(--White);
}
/* popup */
.modal .modal-dialog {
  max-width: 855px;
}
.modal .modal-content {
  border: unset;
  border-radius: 4px;
}
.modal .modal-content .featured-course-section.has-popup {
  margin-bottom: 0;
  min-height: 480px;
  padding: 50px 0;
}
.modal button.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 18px;
  height: 18px;
  font-size: 18px;
  padding: 0;
  background: transparent url(../images/close-icon.svg) no-repeat center;
  background-size: contain;
  opacity: 1;
}
.modal .featured-course-section .fc-wrp .fc-img {
  flex: 0 0 33.238%;
  max-width: 33.238%;
  margin-bottom: 0;
  margin-left: -122px;
}
.modal .featured-course-section .fc-wrp .fc-content {
  flex: 0 0 72.98%;
  max-width: 72.98%;
}
.modal .featured-course-section .fc-content h2 {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0;
  max-width: 450px;
}
.contact-section,.consulting-section {
  padding-top: 80px;
}
.consulting-section {
  padding-bottom: 80px;
}
.contact-section .contact-wrp ,.consulting-section .consulting-wrp{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contact-section .contact-wrp .contact-content,.consulting-section .consulting-wrp .consulting-content{
  flex: 0 0 48.311%;
  max-width: 48.311%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-section .contact-content h2.h1 {
  margin-bottom: 20px;
}
.contact-section .contact-content h4{
  margin-bottom: 40px;
}
.contact-section .contact-content .consult-form {
  width: 100%;
}
.contact-section .contact-wrp .contact-images,.consulting-section .consulting-wrp .consulting-images {
  flex: 0 0 40.879%;
  max-width: 40.879%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-section .contact-images .img-main,.consulting-section .consulting-images .img-main {
  max-width: 100%;
  margin-right: 7.18vw;
}
.contact-section .contact-images .img-secondary,.consulting-section .consulting-images .img-secondary {
  max-width: 100%;
  margin-left: 13.02vw;
  margin-top: -172px;
}
.contact-section .contact-images img,.consulting-section .consulting-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.consulting-section h1{
  margin-bottom: 80px;
}
.consulting-section .consulting-content h2{
  margin-bottom: 30px;
}
.consulting-section .consulting-content h4{
  margin-bottom: 0px;
}
.consulting-section .consulting-content .topic-wrp {
  width: 100%;
  border-top: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.consulting-section .consulting-content .topic-wrp .topic {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #FFFFFF;
}
.consulting-section .consulting-content .topic-wrp .topic p {
  margin-top: 10px;
}
.consulting-section .consulting-content .topic-wrp .topic p:last-child{
  margin-bottom: 0;
}
.consulting-section .consulting-content a.light-btn {
  margin-top: 40px;
}
.consult-sec{
  padding: 80px 0;
}
.consult-sec .consult-wrp{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.consult-sec .consult-wrp .consult-content {
  max-width: 615px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.consult-sec .consult-content .consult-form {
  margin-top: 48px;
}
.consult-sec .consult-wrp .consult-btn {
  max-width: 308px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.consult-sec .consult-btn .consulting-btn-2{
  border-color:#CABED9;
  background: #EAE5F0;
}
.consult-sec .consult-btn .consulting-btn-2:hover{
  background: transparent;
  color: #CABED9;
}
.consult-sec .consult-btn .consulting-btn-3{
  border-color:#2C473C;
  background: #D5DAD8;
}
.consult-sec .consult-btn .consulting-btn-3:hover{
  background: transparent;
  color: #D5DAD8;
  border-color: #D5DAD8;
}
.topic-sec .topic-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.topic-sec .topic-wrp .topic-video {
  flex: 0 0 40.744%;
  max-width: 40.744%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.topic-sec .topic-wrp .topic-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 154px;
  height: 154px;
  background: url('../images/icon-play.svg') no-repeat center;
  background-size: contain;
  transform: translate(-50%,-50%);
  opacity: 1;
  pointer-events: none;
  transition: all 0.33s linear;
}
.topic-sec .topic-wrp .topic-video.playing::before {
  opacity: 0;
}
.topic-sec .topic-wrp .topic-video img,.topic-sec .topic-wrp .topic-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.topic-sec .topic-wrp .topic_content {
  flex: 0 0 48.582%;
  max-width: 48.582%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.topic-sec .topic-wrp .topic-cnt-wrp {
  width: 100%;
  border-top: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  margin: 48px 0;
}
.topic-sec .topic-wrp .topic-cnt-wrp .topic-cnt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #FFFFFF;
}
.topic-sec .topic-wrp .topic-cnt-wrp .topic-cnt h4{
  margin-bottom: 10px;
}
.topic-sec .topic-wrp .topic-cnt-wrp .topic-cnt p:last-child{
  margin-bottom: 0;
}
.topic-sec .topic-wrp .topic_content>h4 {
  margin-top: 12px;
  margin-bottom: 20px;
}
.topic-sec .topic-wrp .topic_content .light-btn{
  min-width: 246px;
}

.event-sec {
  padding: 80px 0 120px;
  position: relative;
}
.event-sec .event-inner h2 {
  line-height: 115%;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.event-sec .slick-slider .slick-next, .event-sec .slick-slider .slick-prev {
  background: url(../images/resource-next.svg);
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  height: 17.14px;
  width: 23.11px;
  top: -75px;
}
.event-sec .slick-slider .slick-prev {
  right: 35px;
}
.event-sec .slick-list{
  margin: 0 -20px;
}
.event-sec .slick-track {
  display: flex;
}
.event-sec .event-content-in{
  margin: 0 20px;
  position: relative;
}
.event-sec .event-content-in::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.event-sec .event-content-in .event-img img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.event-sec .event-content-in .event-cnt {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 20px 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
.event-sec .event-content-in .event-cnt span {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.event-sec .event-content-in .event-cnt h5{
  margin-bottom: 15px;
}
.event-sec .event-content-in .event-cnt p{
  margin-bottom: 30px;
}
.event-sec .event-cnt a.light-btn {
  background: var(--Gold);
  min-width: 59px;
  min-height: 28px;
  padding: 8px !important;
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 12px;
  line-height: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.event-sec .event-cnt a.light-btn:hover{
  background: var(--Light-Gold);
}

.feature-sec {
  padding: 80px 0;
  background: var(--Light-Green);
}
.feature-sec .feature-wrp {
  display: flex;
  align-items: center;
  gap: 60px;
}
.feature-sec .feature-wrp .feature-main {
  max-width: 131px;
}
.feature-sec .feature-wrp .feature-content-in{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.feature-sec .feature-wrp .feature-content-in img{
  max-width: 61px;
  margin-bottom: 20px;
}
.feature-sec .feature-wrp .feature-content-in h4{
  margin-bottom: 0px;
  text-align: center;
}
.feature-sec .feature-wrp img{
  width: auto;
  object-fit: contain;
  display: block;
}
.book-sec {
  padding: 80px 0;
}
.book-sec .book-wrp{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.book-sec .book-wrp .book-content {
  max-width: 615px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.book-sec .book-content .book-form {
  margin-top: 48px;
}
.book-sec .book-wrp .book-btn {
  max-width: 308px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.book-sec .book-btn .book-btn-2{
  border-color:#2C473C;
  background: #D5DAD8;
}
.book-sec .book-btn .book-btn-2:hover{
  background: transparent;
  color: #D5DAD8;
  border-color: #D5DAD8;
}
.book-sec .book-btn .book-btn-3{
  border-color:#E9A57C;
  background: #F8E4D8;
}
.book-sec .book-btn .book-btn-3:hover{
  background: transparent;
  color: #E9A57C;
}
.book-sec .book-wrp .book-btn h3 {
  margin-bottom: 0;
  margin-top: 60px;
}
.publication-form form{
  position: relative;
  width: 100%;
}
.publication-form .gform_wrapper.gravity-theme .gfield input::placeholder{
  color: #121C18 !important;
}
.publication-form .gform_wrapper.gravity-theme .gfield input {
  background: #FFFFFF !important;
  border-radius: 50px !important;
  border: 1px solid #FFF !important;
  color: #121C18 !important;
  padding: 13.5px 20px !important;
  padding-right: 115px !important;
}
.publication-form .gform_wrapper.gravity-theme .gform-footer {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0 !important;
}
.publication-sec {
  padding-top: 80px;
}
.publication-sec h1 {
  margin-bottom: 80px;
}

.publication-sec .pub-wrp h2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
}
.publication-sec .pub-card {
  position: relative;
}
.publication-sec .pub-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.publication-sec .pub-card .card-img {
  width: 100%;
  height: 100%;
}
.publication-sec .pub-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.publication-sec .pub-card .card-cnt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.publication-sec .card-cnt span.label {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: var(--Green);
  padding: 2px 12px;
  background: var(--Gold);
  width: fit-content;
  border-radius: 25px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-bottom: auto;
}
.publication-sec .card-cnt .card-cnt-in {
  display: flex;
  flex-direction: column;
  position: relative;
}
.publication-sec .card-cnt .card-cnt-in span{
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  color: var(--White);
  margin-bottom: 15px;
}
.publication-sec .card-cnt .card-cnt-in h3{
  max-width: 585px;
  margin-bottom: 15px;
}
.publication-sec .card-cnt .card-cnt-in p{
  max-width: 585px;
  margin-bottom: 0px;
}
.publication-sec .card-cnt .card-cnt-in::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 20px;
  background: url('../images/published-arrow.svg') no-repeat center;
  background-size: contain;
  z-index: 1;
}
.publication-subbanner-sec {
  padding: 40px 0 120px;
}
.publication-subbanner-sec .pubsub-wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.publication-subbanner-sec .pubsub-wrp .pubsub-item {
  width: calc((100% - (40px * 2))/3);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.publication-subbanner-sec .pubsub-wrp .pubsub-item img,.single-blog .single-wrp .single-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.publication-subbanner-sec .pubsub-wrp .pubsub-item h5{
  margin-bottom: 15px;
}
.publication-subbanner-sec .pubsub-wrp .pubsub-item h5 a{
  color: inherit;
}
.publication-subbanner-sec .pubsub-wrp .pubsub-item h5:hover a{
  color: var(--Gold);
}
.publication-subbanner-sec .pubsub-wrp .pubsub-item span {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
}
.single-blog {
  padding: 120px 0 80px;
  background: var(--Light-Green);
}
.single-blog .single-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.single-blog .single-top span {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: var(--Green);
  padding: 2px 12px;
  background: var(--Gold);
  width: fit-content;
  border-radius: 25px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
.single-blog .single-top h2{
  margin-bottom: 30px;
}
.single-blog .single-top p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.single-blog .single-wrp{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.single-blog .single-wrp .single-left {
  max-width: 729px;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-blog .single-wrp:has(.single-right:empty) .single-left{
  max-width: 100%;
}
.single-blog .single-wrp .single-right:empty{
  display: none;
}
.single-blog .single-wrp .single-cnt{
  display: flex;
  flex-direction: column;
}
.single-blog .single-wrp .single-cnt h3,.single-blog .single-wrp .single-cnt p,.single-blog .single-wrp .single-cnt h4{
  margin-bottom: 20px;
}
.single-blog .single-wrp .single-cnt ul{
  padding-left: 30px;
  margin-bottom: 20px;
}
.single-blog .single-wrp .single-cnt ul li {
  margin-bottom: 5px;
  list-style: disc;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: var(--White);
}
.single-blog .single-wrp .single-cnt ul li:last-child{
  margin-bottom: 0px;
}
.single-blog .toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.single-blog .toolbar a {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--Gold);
  display: block;
  transition: all 0.33s linear;
}
.single-blog .toolbar a:hover{
  text-decoration: underline;
}
.single-blog .single-wrp .single-right {
  max-width: 421px;
  margin-left: auto;
  width: 100%;
}
.single-blog .single-right .related-posts {
  display: flex;
  flex-direction: column;
}
.single-blog .single-right .related-posts h3 {
  margin-bottom: 20px;
}
.single-blog .related-posts ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-blog .related-posts ul li{
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-blog .related-posts ul li h5{
  margin-bottom: 0px;
}
.single-blog .related-posts ul li h5:hover a{
  color: var(--Gold);
}
.single-blog .related-posts ul li h5 a{
  color: inherit;
}
.single-blog .related-posts ul li img {
  min-width: 145px;
  height: 105px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.podcast-section {
  padding: 80px 0;
  background: var(--Light-Green);
}
.podcast-section h2 {
  line-height: 115%;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.podcast-section .slick-slider .slick-next, .podcast-section .slick-slider .slick-prev {
  background: url(../images/resource-next.svg);
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  height: 17.14px;
  width: 23.11px;
  top: -75px;
}
.podcast-section .slick-slider .slick-prev {
  right: 35px;
}
.podcast-section .slick-list{
  margin: 0 -20px;
}
.podcast-section .slick-track {
  display: flex;
}
.podcast-section .podcast-in{
  margin: 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}
.podcast-section .podcast-in img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.podcast-section .podcast-in .podcast-cnt h5{
  margin-bottom: 15px;
}
.podcast-section .podcast-in .podcast-cnt span{
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
}
/* blog media */
.blog-media-page {
  padding: 80px 0 120px;
}
.blog-media-page h1 {
  margin-bottom: 80px;
}
.blog-media-page h2 {
  line-height: 114%;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
}
.blog-media-page .blog-filters {
  display: none;
  width: 100%;
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 30px;
}
.blog-media-page .blog-filters::-webkit-scrollbar {
  display: none;
}
.blog-media-page .blog-filters  a {
  flex: 0 0 auto;
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--Gold);
}
.blog-media-page .blog-filters a.active {
  color: var(--White);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.blog-media-page .featured-posts {
  display: grid;
  gap: 40px;
  grid-template-columns: 807px 1fr;
  grid-template-columns: 2.1fr 1fr;
  margin-bottom: 40px;
}
.blog-media-page .featured-posts:has(.featured-card:only-child){
  grid-template-columns: 1fr;
}
.blog-media-page .featured-posts .featured-card{
  position: relative;
  max-height: 590px;
}
.blog-media-page .featured-posts .featured-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.blog-media-page .featured-posts .featured-card .featured-image {
  height: 100%;
}
.blog-media-page .featured-posts .featured-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.blog-media-page .featured-posts .featured-card .featured-cnt{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
.blog-media-page .featured-posts .featured-cnt span{
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: var(--Green);
  padding: 2px 12px;
  background: var(--Gold);
  width: fit-content;
  border-radius: 25px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: none;
}
.blog-media-page .featured-posts .featured-cnt .post-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog-media-page .featured-posts .featured-cnt .post-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 20px;
  background: url('../images/published-arrow.svg') no-repeat center;
  background-size: contain;
  z-index: 1;
}
.blog-media-page .featured-posts .featured-cnt .post-bottom .post-date {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  color: var(--White);
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.blog-media-page .featured-posts .featured-cnt .post-bottom span.post-date{
  color: var(--White);
}
.blog-media-page .featured-posts .featured-cnt .post-bottom h5{
  margin-bottom: 0px;
  padding-right: 30px;
}
.blog-media-page .featured-posts .featured-cnt .post-bottom h5 a{
  color: inherit;
}
.blog-media-page .featured-posts .featured-card:hover .featured-cnt .post-bottom h5 a{
  color: var(--Gold);
}

.blog-media-page .posts-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.blog-media-page .posts-grid .grid-card{
  position: relative;
  width: calc((100% - (40px * 2))/3);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* Make the whole card clickable via the title link (stretched over the card) */
.blog-media-page a.card-stretch-link::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
}
.blog-media-page .posts-grid .grid-card img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.blog-media-page .grid-card .grid-content {
  display: flex;
  flex-direction: column;
}
.blog-media-page .grid-card .grid-content span.post-category {
  font-size: 12px;
  line-height: 24px;
  color: var(--Green);
  padding: 2px 12px;
  background: var(--Gold);
  width: fit-content;
  border-radius: 25px;
  margin-bottom: 20px;
}
.blog-media-page .grid-card .grid-content h5{
  margin-bottom: 15px;
}
.blog-media-page .grid-card:hover .grid-content h5 a{
  color: var(--Gold);
}
.blog-media-page .grid-card .grid-content h5 a{
  color: inherit;
}
.blog-media-page .grid-card .grid-content p{
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-media-page .grid-card .grid-content span{
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
}
.custom-pagination .pagination-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}
.custom-pagination .pagination-inner .pagination-count {
  font-family: var(--font-wix);
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: var(--Gold);
}
.custom-pagination .pagination-inner img{
  width: 23px;
  height: 17px;
  object-fit: contain;
  display: block;
}
.custom-pagination .pagination-inner span.disabled {
  opacity: 0.5;
}
.custom-pagination .pagination-inner a.page-link {
  padding: 0 !important;
  background: transparent !important;
  border: unset !important;
}

/* ============================================================
   TEXTBOOK SECTION ("The Book") — extends the Trainings section
   ============================================================ */
.textbook-sec {
  padding: 24px 0 104px;
}
.textbook-sec .textbook-divider {
  border-top: 1px solid rgba(244, 241, 233, 0.14);
  padding-top: 64px;
}
.textbook-sec .textbook-wrp {
  display: flex;
  gap: 72px;
  align-items: flex-start;
}

/* --- Cover (left) --- */
.textbook-sec .textbook-cover {
  flex: 0 0 auto;
}
.textbook-sec .textbook-cover-frame {
  position: relative;
  padding: 14px;
  background: linear-gradient(145deg, #d8b25e, #b78a3c);
  border-radius: 8px;
  box-shadow: 0 26px 50px -18px rgba(0, 0, 0, 0.6);
}
.textbook-sec .textbook-cover-frame img {
  display: block;
  width: 100%;
  max-width: 286px;
  height: auto;
  border-radius: 3px;
}
.textbook-sec .textbook-cover-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 430px;
  border-radius: 3px;
  background: rgba(22, 39, 29, 0.35);
  color: #16271d;
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.textbook-sec .textbook-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #16271d;
  color: #e6c878;
  border: 1px solid #c8a24e;
  font-family: var(--font-text);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  white-space: nowrap;
}

/* --- Content (right) --- */
.textbook-sec .textbook-content {
  flex: 1 1 0;
  min-width: 0;
  padding-top: 6px;
}
.textbook-sec .textbook-eyebrow {
  font-family: var(--font-text);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8a24e;
  font-weight: 600;
  margin-bottom: 20px;
}
.textbook-sec h2.textbook-title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #f4f1e9;
  margin: 0 0 8px;
}
.textbook-sec .textbook-subtitle {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 21px;
  line-height: 1.3;
  color: #cdd4c8;
  margin: 0 0 14px;
}
.textbook-sec .textbook-byline {
  font-family: var(--font-text);
  font-size: 13.5px;
  letter-spacing: 0.02em;
  color: #8c9789;
  margin: 0 0 26px;
}
.textbook-sec .textbook-desc {
  max-width: 560px;
}
.textbook-sec .textbook-desc p {
  font-family: var(--font-text);
  font-size: 15.5px;
  line-height: 1.7;
  color: #aeb8aa;
  margin: 0 0 16px;
}
.textbook-sec .textbook-desc p:last-child {
  margin-bottom: 32px;
}
.textbook-sec .textbook-desc em {
  font-family: var(--font-heading);
  font-style: italic;
  color: #dfe4da;
}

/* --- Highlights grid --- */
.textbook-sec .textbook-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 32px;
  max-width: 600px;
  margin: 0 0 38px;
}
.textbook-sec .textbook-highlight {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.textbook-sec .textbook-diamond {
  flex: 0 0 auto;
  color: #c8a24e;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 1px;
}
.textbook-sec .textbook-highlight-label {
  font-family: var(--font-text);
  font-size: 14px;
  line-height: 1.5;
  color: #c3ccbf;
}

/* --- CTA buttons --- */
.textbook-sec .textbook-ctas {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.textbook-sec .textbook-btn {
  display: inline-block;
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 40px;
  transition: all 0.25s ease;
}
.textbook-sec .textbook-btn-primary {
  background: #f3ead0;
  color: #1c2c20;
  padding: 14px 30px;
}
.textbook-sec .textbook-btn-primary:hover {
  background: #e8dcbb;
  transform: translateY(-2px);
}
.textbook-sec .textbook-btn-secondary {
  background: transparent;
  color: #e8e4d6;
  border: 1px solid rgba(244, 241, 233, 0.3);
  padding: 13px 28px;
}
.textbook-sec .textbook-btn-secondary:hover {
  border-color: rgba(244, 241, 233, 0.7);
  color: #f4f1e9;
}
