/*
 Theme Name:   Société d'avantages
 Version:      1.1.1.54
 Author:       Perk Society  
 Description:  Minimal child theme for future portability
*/
:root {  
  --perk-soc-white: #fff;
  --perk-soc-blue: #284675;
  --perk-soc-navy: #192D56;
  --perk-soc-light-blue: #375E94;
  --perk-soc-very-light-blue: #4d79b7;
  --perk-soc-gold: #E2BA9A; 
  --perk-soc-dark-gold: #C69F80;
  --perk-soc-light-gold: #dac0a3;
}
 
#footer {
  position: relative;
}

#bottomImgWrapper {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

#bottomImgWrapper img {
  width: 100%;
  display: block;
  opacity: 0;
  transform: translateY(20%);
}


 #logoStrip { visibility: hidden; }


@font-face {
  font-family: "glacial-indifference";
  src: url("./assets/fonts/glacial-indifference.regular.otf")
}

@font-face {
  font-family: "glacial-indifference-bold";
  src: url("./assets/fonts/GlacialIndifference-Bold.otf")
}

* {
  font-family: "glacial-indifference";
}

html {
  scroll-behavior: smooth;
  background: linear-gradient(180deg, var(--perk-soc-light-gold) 0%, var(--perk-soc-dark-gold) 100%);
}

html,
body {
  height: 100%;

  overflow-x: hidden;
}


body {
  scroll-behavior: smooth;
  margin: 0px;
  transition: none;
  display: flex;
  flex-direction: column;
}

body,
input,
textarea,
select,
button {
  font-family: "glacial-indifference", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "glacial-indifference", sans-serif;
  font-weight: 100;
}

h1 {
  color: var(--perk-soc-white);
  font-family: "glacial-indifference-bold";
}

h2 {
  color: var(--perk-soc-dark-gold);
  text-align: center;

  font-size: clamp(35px, 15px + 2.6042vw, 45px);
  margin-bottom: clamp(30px, 8.3333px + 3.4722vw, 55px) !important;
  font-family: glacial-indifference;
  font-size: 44px;
}

ul {
  box-sizing: border-box;
  padding-inline-start: 0px;
}

li {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
  line-height: 30px;
}

p {
  color: #fff;
  font-size: clamp(17px, 8px + 1vw, 30px);
}

.ps-single-ad {
    position: relative;
    top: 0;
    transition: transform 0.15s ease-out;
}

.ps-mobile-banner {
    display: none;
}

@media (max-width: 1140px) {
    .ps-mobile-banner {
        display: block;
        margin: 20px 0;
    }
}
.inner-container {
  h1 {
    color: #fff;
    font-weight: 900;
    text-align: center;
  } 
  h3  {
     color: #fff;
    font-weight: 900;
  }
  
  strong {
     color: #fff;
    font-weight: 900;
  }
}

.content {
  ul li {
    color: #fff;
    text-align: left;
  }

  p {
    text-align: left;
  }

  a {
    color: var(--perk-soc-gold);
  }
}

.single-content {
  color: var(--perk-soc-dark-gold);
}

.centered {
  text-align: center;
  margin: 0 auto;
}

.ps-welcome-steps {
  margin: 2.5rem 0 3rem;
}

.ps-step {
  margin-bottom: 2.5rem;
}

.ps-step-body.centered {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.ps-step-body h2 {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}

.ps-step-body p {
  margin: 0 0 1.2rem;
  opacity: 0.85;
}

.ps-app-links {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
 
.ps-app-links img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
}





section::after {
  content: "";
  display: table;
  clear: both;
}

.grain-bg-light-top {
  background:
    linear-gradient(to bottom, rgba(255, 252, 234, 0.35), rgba(81, 81, 81, 0.000)),
    url('./assets/NEW_GRAIN_GOLD.png') !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-position: top left !important;
}

.grain-bg {
  background: url('./assets/NEW_GRAIN_GOLD.png') !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-position: top left !important;
}

section#hero {
  height: 100vh;
  height: 100dvh;
  position: relative;
  z-index: 1;
}

/********************************************************************************************************/
/******************************************* tabs ***********************************************/
/********************************************************************************************************/

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}




.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:checked+.slider:before {
  transform: translateX(32px);
}

.price-wrapper {
  min-height: 100px;
}

.price {
  font-size: 28px;
  font-weight: bold;
  margin: 0px !important;
}

.billed-annually {
  margin-top: 0px;  
  margin-bottom: 0px !important;
}

.button-wrapper {
  position: relative;
  width: 100%;
  bottom: auto;
  margin-top: auto;
  text-align: center;
}


.tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

.tab-btn {
  flex: 1;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 16px;
  transition: 0.3s;
  color: #555;
}

.tab-btn.active {
  border-bottom: 3px solid #007BFF;
  color: #007BFF;
  font-weight: bold;
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}

.tab-content.active {
  display: block;
}

/********************************************************************************************************/
/******************************************* header setction ***********************************************/
/********************************************************************************************************/

#site-header.hide {
  transform: translateY(-100%);
  opacity: 0;
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 1rem 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  transform: translateY(0);
}

#site-header.hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.header-container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;

}

.header-left,
.header-right {
  width: 50%;
  display: flex;
  align-items: center;
}

.header-left {
  justify-content: flex-start;
}

.header-right {
  justify-content: flex-end;
  /*overflow: hidden;*/
}



.menu-wrapper {
  display: flex;
  margin: 0 auto;
  align-items: start;
}

/* Nav Pill */
.nav-pill {
  background: var(--perk-soc-dark-gold);
  border-radius: 50px;
  display: flex;
  gap: clamp(0.625rem, -1.0417rem + 3.4722vw, 3.125rem);
  justify-content: center;
  padding: clamp(14px, 10px + 0.5208vw, 10px) clamp(18px, 10px + 0.5208vw, 20px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  max-width: 100%;
  transition: all 0.3s ease;
  flex-wrap: nowrap;
  margin: 0 30px;
}

.hero-btn,
.hero-btn .btn {
  margin-left: 0px;
  background: white;
  color: var(--perk-soc-blue);
  font-weight: 900;
}

.hero-btn .btn {
  padding: 0px;
}

.hero-btn .btn:hover {
  background-color: white;
}

.hero-btn:hover {
  box-shadow: 0 4px 10px var(--perk-soc-dark-gold);

}

.nav-pill a {
  align-content: center;
  text-decoration: none;
  text-transform: uppercase;

  color: #fff;
  font-size: clamp(14px, 6.6667px + 0.9549vw, 25px);
  letter-spacing: clamp(0.0006rem, -0.001rem + 0.0035vw, 0.0031rem);
  flex-shrink: 0;
}

/* Scroll effect */
.nav-hidden {
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
}

.hero-layout {
  height: 100vh;
  width: 100%;
  position: relative;
}

.hero-right-box {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 84%;
  border-bottom-left-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.hero-reentry-zone {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}

.gold-grain {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-content {
  z-index: 10;
  max-width: clamp(500, 15px + 1vw, 816px);
  text-align: center;

  h2 {
    font-size: clamp(28px, calc(32px + (100 - 45) * ((100vw - 800px) / (2500 - 800))), 100px);
  }

  h3 {
    color: #fff;
    font-size: clamp(22px, calc(25px + 23 * ((100vw - 800px) / 1700)), 48px);
  }

  .btn {
    font-size: clamp(18px, calc(18px + (35 - 20) * ((100vw - 800px) / (2500 - 800))), 35px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .hero-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: clamp(300px, calc(300px + (700 - 300) * ((100vw - 800px) / (2500 - 800))), 700px);
    margin: 30px auto;
  }

}

/* Hero CTA (below marquee) */
.hero-cta {
  padding: clamp(40px, 6vw, 90px) 20px 140px;
  background: var(--perk-soc-blue);
  color: var(--perk-soc-white);
  overflow: visible;
}

.hero-cta .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-cta-header {
  text-align: center;
  margin-bottom: 32px;
}  
.hero-cta-h2 {
  font-weight: 800;
  margin-top:10px !important;
    margin-bottom:10px !important;
}

.hero-cta-heading-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 24px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.hero-cta-heading {
  margin: 0;
  font-size: clamp(22px, 1.8vw, 34px);
  color: var(--perk-soc-light-gold);
  line-height: 1.1;
  margin-bottom: 15px;
  margin-top: 25px !important; 
} 

.hero-cta-heading span {
  display: block;
}

.hero-cta-heading--membership {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.hero-cta-heading--service {
  grid-column: 3;
  grid-row: 1;
}

.hero-cta-subheading-pill {
  grid-row: 2;
  margin: 0 auto;
  width: fit-content;
  min-width: 150px;
  padding: 7px 18px;
  border-radius: 999px;
  border: 1px solid var(--perk-soc-dark-gold);
  background: transparent;
  color: #fff;
  font-size: clamp(12px, 0.9vw, 15px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.hero-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.hero-cta-grid .pricing-card {
  min-width: 0;
  margin: 0;
  flex: initial;
  display: block;
  padding-bottom: 0;
  height: auto;
  text-align: left;
  border-radius: 36px;
  border: none;
  background: transparent;
}

.hero-cta-card {
  background: transparent;
  color: #fff;
  border-radius: 36px;
  border: none;
  padding: 0;
  text-align: left;
  display: block;
  height: 300px;
  min-height: 0;
  cursor: initial;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  min-width: 0;
  position: relative;
}

.hero-cta-card-inner {
  width: 100%;
  height: 100%;
}

.hero-cta-face {
  width: 100%;
  height: 100%;
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 84px;
  background: var(--perk-soc-light-blue);
  border: 3px solid var(--perk-soc-dark-gold);
  border-radius: 36px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-cta-face--back {
  display: none;
}

.hero-cta-card--featured {
  transform: scale(1.04);
  justify-self: center;
  height: 330px;
}

.hero-cta-card--featured:hover {
  transform: translateY(-6px) scale(1.06);
}

.hero-cta-card h4 {
  margin: 0 0 10px;
  font-size: clamp(20px, 1.6vw, 26px);
  color: #fff;
}

.hero-cta-offer-title { 
  text-align: center;
  font-size: clamp(28px, 2.6vw, 35px) !important;
  letter-spacing: 0.06em;
  margin-bottom: 14px !important;
}

.hero-cta-offer-logo {
  display: block;
  width: auto;
  max-width: clamp(120px, 40%, 180px);
  height: clamp(42px, 3.9vw, 62px);
  object-fit: contain;
  margin: 0 auto 10px;
}

.hero-cta-card p {
  text-align: center !important;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(14px, 12px + 0.55vw, 18px);
  line-height: 1.35;
}
 
.hero-cta-card .cta-actions {
  margin-top: 0;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: flex-end;
  z-index: 8;
}

.hero-cta-card .btn {
  width: 100%;
  text-align: center;
  color: #fff;
  max-width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.hero-cta-card .checkout-btn {
  font-size: 15px;
  padding: 0 20px;
}

.hero-cta-card--core .hero-cta-face,
.hero-cta-card--done-for-you .hero-cta-face {
  background-image: url('./assets/blue-grain.png');
}

.hero-cta-card--elite .hero-cta-face {
  background-image: url('./assets/gold-grain.png');
}
 

.hero-cta-card--elite {
  background-image: url('./assets/gold-grain.png');
  background-size: cover;
  background-position: center;
}

.hero-cta-card--core .btn,
.hero-cta-card--done-for-you .btn {
  background-image: url('./assets/gold-grain.png');
  background-size: cover;
  background-position: center;
}

.hero-cta-card--elite .btn {
  background-image: url('./assets/blue-grain.png');
  background-size: cover;
  background-position: center;
}

.hero-cta-split-pill {
  width: 100%;
  height: 56px;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-cta-split-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.24s ease, filter 0.24s ease, box-shadow 0.24s ease;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.hero-cta-split-btn--left {
  width: 35%;
  padding: 0 11px 0 10px; 
  left: 0;
  background-image: url('./assets/gold-grain.png');
  background-size: cover;
  background-position: center;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
}

.hero-cta-split-btn--right {
  right: 0;
  width: 68%;
  background-image: url('./assets/gold-grain.png');
  background-size: cover;
  background-position: center;
  filter: brightness(0.92);
  z-index: 1;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
  padding: 0 10px 0 26px;
  font-size: 12px;
}

.hero-cta-split-pill:hover .hero-cta-split-btn {
  filter: brightness(0.95);
}

.hero-cta-split-pill .hero-cta-split-btn--left:hover {
  transform: scale(1.05);
  filter: brightness(1.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.hero-cta-split-pill .hero-cta-split-btn--right:hover {
  transform: scale(1.05);
  filter: brightness(1.03);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.hero-cta-face--back .hero-cta-inline-link {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 901px) {



  .hero-cta-card {
    perspective: 1200px;
  }

  .hero-cta-card-inner {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.55s ease;
    overflow: visible;
    will-change: transform;
  }

  .hero-cta-face {
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  }

  .hero-cta-face--front {
    transform: rotateY(0deg) translateZ(0);
    pointer-events: auto;
  }

  .hero-cta-face--back {
    display: flex;
    transform: rotateY(180deg) translateZ(1px);
    pointer-events: none;
  }

  .hero-cta-card:hover .hero-cta-card-inner {
    transform: rotateY(180deg);
  }

  .hero-cta-card:hover .hero-cta-face--front {
    pointer-events: none;
  }

  .hero-cta-card:hover .hero-cta-face--back {
    pointer-events: auto;
  }
}

@media (max-width: 900px) {


.hero-cta-offer-logo {  
  height: clamp(66px, 3.9vw, 62px);
  margin: 14px auto 20px;
}
.hero-cta-card p {
  font-size:20px;
} 

  .hero-cta-hide {
           display: none !important;
  }

  .hero-cta-heading-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hero-cta-heading--membership,
  .hero-cta-heading--service {
    grid-column: auto;
  }

  .hero-cta-subheading-pill {
    min-width: 130px;
  }

  .hero-cta-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    grid-auto-rows: auto;
  }

  .hero-cta-grid .hero-cta-card {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .hero-cta-grid .pricing-card {
    min-width: 0;
    margin: 0;
  }

  .hero-cta-card .cta-actions {
    margin-top: 0;
    left: 20px;
    right: 20px;
    bottom: 24px;
  }

  .hero-cta-card,
  .hero-cta-card:hover,
  .hero-cta-card--featured,
  .hero-cta-card--featured:hover {
    height: auto;
    min-height: 305px;
    transform: none;
    box-shadow: none;
  }

  .hero-cta-face {
    padding: 20px 20px;
    padding-bottom: 94px;
  }

  .hero-cta-face--back {
    display: none !important;
  }

  .hero-cta-split-btn {
    font-size: 13px;
  }

  .pricing-cards .blue-gradient,
  .pricing-cards .grain-bg-light-top {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .pricing-cards {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-cards .pricing-card {
    flex: 0 1 auto;
    height: auto !important;
    min-height: 0;
    margin: 0 5px 18px;
    align-self: auto;
  }

  .pricing-cards .tick-list {
    flex-grow: 0;
  }
}
 

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.faq-item {
  padding: 12px 0;
  cursor: pointer;
}

.faq-question {
  color:#fff;
  font-weight: 600;
  transition: color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
      font-size: 22px;
    padding-bottom: 0px;
}

.faq-question:hover {
  color: #fff;
}

.faq-icon {
  font-weight: bold;
  font-size: 1.2rem;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #fff;
  margin-left: 8px;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
  color: #fff;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  color: #fff;
  line-height: 1.6;
  margin-top: 8px;
}

.faq-item.open .faq-answer {
  opacity: 1;
}

.faq-item.open .faq-question {
  color: #fff;
}


.hero-content h2,
.hero-icons p,
.icon-block p {
  /* color: var(--perk-soc-dark-gold); */
  color: #fff;
}

.icon-block p {
  font-size: clamp(35px, 5px + 0.9vw, 45px);
}

.icon-block p {
  font-size: clamp(35px, 5px + 0.9vw, 45px);
}


.icon-block p {
  font-size: clamp(14px, 5px + 0.9vw, 40px);
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero-layout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0.5;
  pointer-events: none;
}



.icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-block p {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.icon-block img {
  width: clamp(40px, 13px + 3.4vw, 100px);
  height: clamp(40px, 13px + 3.5vw, 100px);
  padding-bottom: 5px;
}

.featured-hero {
  height: 50vh;
  width: 100%;
}

.single-date {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--perk-soc-dark-gold);
}

.filter-button {
  padding: 13px 36px;
  border-radius: 20px;
  /* More rounded */
  background: var(--perk-soc-dark-gold);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.filter-button:hover {
  background-color: var(--perk-soc-gold);
}

.filter-button.active {
  background: var(--perk-soc-gold);
  border-color: var(--perk-soc-dark-gold);
}


.btn {
  display: inline-block;
  padding: 12px 30px;
  border: none;
  text-decoration: none;
  background-color: var(--perk-soc-gold);
  color: white;

  font-size: clamp(26px, 1.00vw, 40px);
  border-radius: 50px;
  text-decoration: none; 
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background 0.8s;
}

.checkout-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: transform 0.24s ease, filter 0.24s ease, box-shadow 0.24s ease, background 0.8s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  will-change: transform;
}

.checkout-btn:hover,
.checkout-btn:focus-visible {
  transform: scale(1.05);
  filter: brightness(1.06);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.pricing-cards .checkout-btn,
.pricing-cards .checkout-btn .btn-label,
.pricing-cards .checkout-btn .btn-plane {
  cursor: pointer;
}
 
.pricing-cards .button-wrapper {
  position: static;
  bottom: auto;
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 12px;
  min-height: 64px;
  text-align: center;
}
.pricing-cards .checkout-btn {
  min-width: 190px;
}

.pricing-cards .checkout-btn:hover,
.pricing-cards .checkout-btn:focus,
.pricing-cards .checkout-btn:active {
  transform: translateZ(0) scale(1.05);
  -webkit-transform: translateZ(0) scale(1.05);
}

.btn-label {
  display: inline-block;
  line-height: 1;
  transition: opacity 0.25s ease;
}

.btn-plane { 
  position: absolute;
  left: -30px;
  top: calc(50% + 2px);
  width: 21px;
  height: 21px; 
  background-color: var(--perk-soc-white, #fff);

  /* SVG mask for plane */
  -webkit-mask: url(./assets/icons/plane-up-solid-full.svg) no-repeat center;
  mask: url(./assets/icons/plane-up-solid-full.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain; 
 
  opacity: 0;
  transform: translateY(-50%) rotate(90deg) scale(0.95);
  transition: transform 0.24s ease, opacity 0.24s ease;
  pointer-events: none;
  z-index: 2;
} 

.checkout-btn.loading {
  overflow: hidden;
}

.checkout-btn.loading .btn-label {
  opacity: 0.55;
}

.checkout-btn.loading .btn-plane {
  opacity: 1;
  animation: plane-up 1.15s cubic-bezier(0.18, 0.7, 0.2, 1) forwards;
} 

@keyframes plane-up {
  0% {
    left: -30px;
    transform: translateY(-50%) rotate(90deg) scale(0.95);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  55% {
    transform: translateY(-65%) rotate(94deg) scale(1);
    opacity: 1;
  }
  100% {
    left: calc(100% + 34px);
    transform: translateY(-50%) rotate(100deg) scale(1.05);
    opacity: 0;
  }
}

.btn.blue {
  background-color: var(--perk-soc-blue);
}

.btn:hover {
  background-color: var(--perk-soc-dark-gold);
}

.btn.active {
  background: var(--perk-soc-gold);
  border-color: var(--perk-soc-dark-gold);
}

/********************************************************************************************************/
/******************************************* Guides.  *******************************************************/
/********************************************************************************************************/
/* Clear button for search */
.clear-search {
  position: relative;
  right: 30px;
  color: #999;
}

.clear-search:hover {
  color: #333;
}

/* Single post styling */
.single-post {
  max-width: 800px;
  margin: 100px auto;
  padding: 0 20px;
}

.single-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.single-meta {
  color: var(--perk-soc-dark-gold);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.single-thumbnail img {
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}



.site-main {
  flex: 1;
  padding-top: 120px;
  padding-bottom: 80px;
}

/* Basic styling for the main section */
.guides-section {
  max-width: 1200px;
  /* Or whatever width your design is */
  margin: 0 auto;
  /* Center the content */
  padding: 20px;

  /* Some internal padding */
  h1 {
    text-align: center;
  }
}

.section-title,
.section-description {
  color: var(--perk-soc-dark-gold);
}

.section-title {
  font-size: 2.5em;
  /* Adjust as needed */
  margin-bottom: 10px;
}

.section-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

/* Search Bar */
.search-bar {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  position: relative !important;
  margin-bottom: 20px;

}


.search-bar input[type="text"] {
  width: 100%;
  /* Adjust as needed */
  padding: 12px 15px;
  border: none;
  border-radius: 50px;
  font-size: 1em;
  text-align: center;
  background: var(--perk-soc-dark-gold);
  color: #fff;
  text-align: left;
}

input::placeholder {
  color: #d6d6d6;
}

::-ms-input-placeholder {
  color: #d6d6d6;
}

:-moz-placeholder {
  color: #d6d6d6;
  opacity: 1;
}


/* Filter Buttons */
.filter-buttons {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}


#guides-container {
  margin-top: 40px;
  text-align: center;

  .btn {
    margin-top: 30px;
  }
}

.loading-text {
  text-align: center;
  font-size: 1.2em;
  color: var(--perk-soc-dark-gold);
  padding: 40px 0;
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
}

.post-card {
  margin: 0 auto;
  position: relative;
  width: clamp(14.75rem, 9.92rem + 11.32vw, 30.5rem);
  border-radius: 51px;
  overflow: hidden;
  border: 3px solid #d9b28d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  height: 300px;
}




.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Thumbnail image fills top area */
.post-card .post-thumbnail img {
  width: 100%;
  height: 220px;
  /* Adjust height as needed */
  object-fit: cover;
  display: block;
}

/* Overlay content at bottom */
.post-card .post-content {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 !important;
  background: rgba(0, 40, 80, 0.85);
  color: #fff;
}


/* Category text */
.post-card .post-category {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  display: block;
  margin-bottom: 5px;
}

/* Post title */
.post-card .post-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.post-card .post-title a {
  color: #fff;
  text-decoration: none;
}

/* Read more link with arrow */
.post-card .read-more {
  position: absolute;
  right: 60px;
  bottom: 20px;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.post-card .read-more:hover {
  opacity: 1;
}

.read-more-text {
  display: none;
  /* Hide text, just show arrow */
}


.pagination {
  margin-top: 40px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  background: #f4f4f4;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}

.pagination .current {
  background: #d9b28d;
  color: #fff;
}



/********************************************************************************************************/
/******************************************* MAILING LIST POPUP  *******************************************************/
/********************************************************************************************************/
/* Popup overlay */
#mailing-popup.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  /* dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
#mailing-popup .popup-content {
  position: relative;
  padding: 3em;
  border-radius: 37px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0px 16px;
	height:180px;
}

/* Headings + text */
#mailing-popup h2,
#mailing-popup p {
  color: #fff;
  margin: 0 0 1em;
}

/* Close button */
#mailing-popup .popup-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  line-height: 28px;
  text-align: center;
  padding: 0;
  transition: background 0.2s, color 0.2s;
}

#mailing-popup .popup-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Input field */
#mailing-popup input[type="email"] {
  width: 100%;
  padding: 0.75em 1em;
  margin-bottom: 1em;
  border: none;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
  /* dark translucent */
  color: #fff;
  font-size: 1em;
  box-sizing: border-box;
  /* prevent overflow */
}

/* Placeholder text white */
#mailing-popup input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* Subscribe button */
#mailing-popup button {
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 2px solid #fff;
  border-radius: 30px;
  background: transparent;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

#mailing-popup button:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Success / error message */
#mailing-message {
  color: #fff;
  margin-top: 1em;
  font-weight: bold;
}


/********************************************************************************************************/
/******************************************* one post  *******************************************************/
/********************************************************************************************************/

.single-post-container {
  background: var(--perk-soc-light-gold);
  border-radius: 75px 75px 0 0;
  width: 100%;
  padding-bottom: 100px;
  margin-top: -100px;
  padding-top: 10px;
}

.single-post-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: none;
}

.single-post {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.single-post-header {
  text-align: center;
  margin-bottom: 2rem;
}

.single-title {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.single-date,
.single-category {
  font-size: 1rem;
  color: var(--perk-soc-dark-gold);
  padding-bottom: 20px;
}

.single-content {
  font-size: 1.1rem;
  line-height: 1.7;

  p {
    font-size: clamp(17px, 8px + 1vw, 30px);
    color: var(--perk-soc-gold);
  }
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  /* distance from bottom */
  right: 30px;
  /* distance from right */
  width: 50px;
  height: 50px;
  background: var(--perk-soc-gold);
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/********************************************************************************************************/
/******************************************* the bit below hero setction *******************************************************/
/********************************************************************************************************/

.gold-gradient {
  background: linear-gradient(180deg,
      var(--perk-soc-dark-gold) 0%,
      var(--perk-soc-light-gold) 50%,
      var(--perk-soc-dark-gold) 100%);
}
 
.blue-bg {
    background: var(--perk-soc-blue);
}
.intro-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  padding-bottom: 100px;
}

.intro-text {

  flex: 1 1 0;
  color: #9c7156;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.intro-container.left .intro-text {
  border-radius: 0 30px 30px 0;
  /* round top-right & bottom-right */
  background: var(--perk-soc-light-gold);
  padding: 50px 100px 40px 50px;
  margin-right: -50px;
  z-index: 10;

    background:
    linear-gradient(to bottom, rgba(255, 252, 234, 0.35), rgba(81, 81, 81, 0.000)),
    url('./assets/NEW_GRAIN_GOLD.png') !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-position: top left !important;
}

.intro-container.right .intro-text { 
  border-radius: 30px 0 0 30px; 
  /* round top-left & bottom-left */
  background: var(--perk-soc-light-gold);
  padding: 50px 100px 100px 100px;
  margin-left: -50px;
  z-index: 10;
  
    background:
    linear-gradient(to bottom, rgba(255, 252, 234, 0.35), rgba(81, 81, 81, 0.000)),
    url('./assets/NEW_GRAIN_GOLD.png') !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-position: top left !important;
}

.intro-text h2 {
  margin-top: 0px;
  line-height: 1.4;
  color: var(--perk-soc-dark-gold);
  text-align: center;
}

.intro-text p {
  line-height: 1.6;
  margin-bottom: 30px;
  color: #fff;
  font-size: 23px;
  text-align: center;
}

.intro-image {
  flex: 1 1 30%;
  display: flex;
  /* center image vertically */
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  /* bring image on top of text */
  height: 80%;

}

.intro-container.left .intro-image {
  margin-left: -50px;
  /* overlap onto text */
}

.intro-container.right .intro-image {
  margin-right: -50px;
  /* overlap onto text */
}

.intro-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}


/* END INTRO */

.logo img {
  width: clamp(340px, 1vw, 600px);
  height: auto;
  display: block;
  position: relative;
  left: clamp(25px, -58.3333px + 10.8507vw, 150px);
  filter: invert(1);
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  align-items: center;
}

.logo-pill {
  flex-shrink: 0;
  /* Prevents it from shrinking */
  white-space: nowrap;
  background: var(--perk-soc-dark-gold);
  padding: 10px 20px;
  border-radius: 9999px;
  max-width: 200px;
  width: 100%;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.logo-pill img {
  height: 33px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.top-rounded {
  border-radius: 55px 55px 0px 0px;
}


/* =========================
   Membership / Login Styles
   (vanilla CSS — no nesting)
   ========================= */

#membership-container {
  max-width: 600px;
  margin: 0px auto;
  padding: 20px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  box-sizing: border-box;
}

/* Button that reveals the form */
button#show-login-form {
  border: 1px solid #fff;
  border-radius: 50px;
  background: none;
  color: #fff;
  padding: 10px 16px;
  cursor: pointer;
}

/* Form hidden by default */
#login-form {
  display: none;
  margin-top: 20px;
  text-align: left;
  flex-direction: column;
  gap: 12px;
}

/* When JS adds .is-visible, show it */
#login-form.is-visible {
  display: flex;
}

/* Inputs */
#login-form input {
  padding: 20px;              /* keep your original large padding */
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: transparent;
  color: white;
  font-size: 1rem;
  outline: none;
  box-sizing: border-box;
  width: 100%;
}

#loginEmail {
  margin-bottom: 12px;
}

/* Buttons inside the form */
#login-form button {
  padding: 10px 20px;
  background: var(--perk-soc-gold);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  margin-top: 19px;
}

#login-submit {
  margin-bottom: 12px;
}

#login-form button:hover {
  opacity: 0.9;
}

/* Error */
#login-error {
  color: #ff8f8f;
  margin-bottom: 10px;
  min-height: 18px; /* prevents layout jump */
}

/* Loading spinners hidden by default */
#loading-spinner,
#forgot-spinner {
  display: none;
  margin-top: 20px;
  text-align: center;
}

/* Spinner */
.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0073aa;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

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

/* Utility class used by JS */
.hidden {
  display: none !important;
}

/* Optional: link row (Forgot / Back) if you’re using it */
.form-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
 
.link-btn {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.95rem;
}
.link-btn:hover {
  opacity: 0.85;
}

/********************************************************************************************************/
/******************************************* Testimonials / Contact wrapper setction *******************************************************/
/********************************************************************************************************/



#contact-section {
  width: 100%;
  background: url('./assets/1000022033.jpg') no-repeat center center/cover;
  padding-bottom: 200px;
  top: -50px;
  position: relative;
}

#contact-section .contact-container,
.feedback-page .contact-container {
  padding: 80px;
}


.inner-wrapper {
  padding-top: 110px;
}


/********************************************************************************************************/
/******************************************* testimonials box *******************************************************/
/********************************************************************************************************/
.testimonial-box {
  flex: 0 0 auto;
  width: clamp(300px, 166.6667px + 17.3611vw, 500px);
  height: clamp(150px, 116.6667px + 4.3403vw, 200px);
  padding: clamp(20px, 6.6667px + 1.7361vw, 30px);
  background: var(--perk-soc-navy);
  border: 4px solid var(--perk-soc-dark-gold);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* centers the quote vertically */
  position: relative;
  /* for absolute positioning of author */
  box-sizing: border-box;
  white-space: initial !important;
  border-radius: 40px !important;
}

.quote-text {
  line-height: clamp(10px, 5px + 1.5vw, 30px);
  font-size: 17px;
  text-align: left;
  font-style: italic;
  font-weight: 100;
  bottom: 10px;
  right: 10px;
}

.quote-author {
  position: absolute;
  bottom: 10px;
  right: 25px;
  font-size: clamp(10px, 5px + 1.5vw, 20px);
  opacity: 1.0;
  text-align: right;
  white-space: nowrap;
}

.gsap-marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 10%;
  align-items: center; 
}

.intro-section {
  .gsap-marquee {
    height: 130px;
  }
}

.hero-wrapper .gsap-marquee {
  background: var(--perk-soc-gold);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 123;
}

.gsap-marquee.clear {
  background: none !important;

  .logo-pill {
    box-shadow: none;
    background: none !important;
  }

}

.marquee-track {
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
}

#marqueeIcons.marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
}

#marqueeIcons.marquee-item img {
  max-height: 24px;
  display: block;
}

#marqueeIcons.marquee-item span {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
}


.marquee-track {
  display: flex;
  white-space: nowrap;
  column-gap: 30px;
}


.marquee-item {
  display: flex;
  align-items: center;
  /* Vertically center the image and text */
  gap: 15px;
  /* Optional spacing between image and text */
  font-size: clamp(20px, 6.6667px + 1.7361vw, 30px);
  padding: clamp(5px, 6.6667px + 1.7361vw, 15px) clamp(10px, 6.6667px + 1.7361vw, 20px);
  white-space: nowrap;
  color: #fff;
}


.marquee-item img {
  width: clamp(30px, 6.6667px + 1.7361vw, 40px);
  height: clamp(30px, 6.6667px + 1.7361vw, 40px);

}



/* Make sure iframe scales properly */
.beehiiv-embed {
  width: 100% !important;
  height: 415px !important;
  border: none;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .beehiiv-embed {
    height: 380px !important;
  }
}



/********************************************************************************************************/
/******************************************* App SECTION *******************************************************/
/********************************************************************************************************/



.app-left {
  z-index: 123;
  max-width: 50%;
  padding-right: 0px;
  text-align: center;
  height: 100vh;
  display: flex;
  padding-bottom: 50px;

  .inner {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    height: 70%;
    border-radius: 50px;
    padding: 80px 17px;
    margin: 12% 0%;
  }
}


.app-right {
  height: 600px;
  flex: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 10% 0;
}

.app-left h2 {
  font-size: 2.5rem;
  color: var(--perk-soc-dark-gold);
  margin-bottom: 30px;
  line-height: 1.3;
}

.vertical-line {
  margin: 60px 50%;
  height: 200px;
  border-left: 1px solid #fff;
}


.description {
  color: var(--perk-soc-dark-gold);
  margin-bottom: 30px;
  padding: 0px 20px;
}

.description .white {
  color: var(--perk-soc-white);
}

.wrapper {
  width: 100%;
}

.launch {
  h2 {
    margin: 10px;
  }
}

.join-btn {
  background: var(--perk-soc-dark-gold);
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.join-btn:hover {
  background: var(--perk-soc-light-gold);
}


.phone-main img {
  width: 250px;
  border-radius: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.phone-plan {
  flex: 0 0 100vw;
  box-sizing: border-box;
  padding: 2rem;
  text-align: center;
}

.phone-plan h3 {
  font-size: 1.5rem;
  color: var(--perk-soc-dark-gold);
  margin-bottom: 5px;
}

.phone-plan .subheading {
  font-size: 0.8rem;
  color: var(--perk-soc-dark-gold);
  margin-bottom: 15px;
}

.phone-plan img {
  width: 180px;
  margin-bottom: 15px;
  border-radius: 20px;
}

.phone-plan .caption {
  font-size: 14px;
  color: var(--perk-soc-dark-gold);
  line-height: 1.4;
}


.slide {
  flex: 0 0 50vw;
  text-align: center;
  align-content: center;

}

.inner-slide {
  background: var(--perk-soc-light-gold);
  margin: 20px;
  border-radius: 50px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.inner-slide {
  h3 {
    color: var(--perk-soc-dark-gold);
  }

  .text {
    padding-bottom: 10px;
    color: var(--perk-soc-dark-gold);
  }

  .desc {
    padding: 14px 0;
    color: var(--perk-soc-dark-gold);
  }

}

.slide img {
  width: 150px;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

#join {
  padding-top: 40px;
  padding-bottom: 100px;
  display: inline;
  border-radius: 45px;
  float: left;
  background: url('./assets/1000022033.jpg') no-repeat center center/cover;
  width: 100%;
  margin-top: -50px;
}



/********************************************************************************************************/
/******************************************* contact setction *******************************************************/
/********************************************************************************************************/

.middle-container {
  color: white;
  margin: 0 auto;
  border-radius: 30px !important;
  text-align: center;
  position: relative;
}

#contact {
  .middle-container {
    max-width: 650px;
  }
}

.shadow {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.contact-container h2,
.app-description h2,
.slide-title {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-family: 'glacial-indifference-bold';
}

.intro-text h2 {
  color: #fff;
  font-size: 4rem;
}

.slide-section {
  .slide-title {
    color: var(--perk-soc-gold);
  }
}

.slide-section.blue {
  .slide-title {
    color: var(--perk-soc-blue);
  }
}

/********************************************************************************************************/
/******************************************* Contact Form & setction ************************************/
/********************************************************************************************************/

.contact-container h2 {

  font-size: 2.5rem;
  margin-bottom: 10px !important;
  color: var(--perk-soc-dark-gold);
}


.contact-container p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #ffffff;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form textarea {
  padding: 20px;
  border: 2px solid white;
  border-radius: 25px;
  background: transparent;
  color: white;
  font-size: 1rem;
  outline: none;
}

.contact-form textarea {
  height: 200px;
  border-radius: 15px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #ffffff;
  opacity: 0.8;
  font-weight: 300;
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.rating span {
  font-size: 1rem;
}

.stars {
  display: flex;
  gap: 8px;
  flex-direction: row-reverse;
  justify-content: center;
}

.stars input[type="radio"] {
  display: none;
}

.stars label {
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

.stars input[type="radio"]:checked~label,
.stars label:hover,
.stars label:hover~label {
  color: var(--perk-soc-light-gold);
}

.contact-form button {
  background: var(--perk-soc-dark-gold);
  border: none;
  border-radius: 25px;
  padding: 15px 30px;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: var(--perk-soc-light-gold);
}
div#form-message {
    font-size: 20px;
    font-weight: normal;
    font-family: 'glacial-indifference';
}


/********************************************************************************************************/
/******************************************* App setction ***********************************************/
/********************************************************************************************************/

.app-bg {
  background: rgb(76 77 92 / 50%);
  border-radius:45px;
}

.app-content {
  padding-top: 100px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
} 

#join .app-content > .wrapper:not(.margin) {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 36px;
  border: 2px solid rgb(255 214 171 / 48%);
  background: linear-gradient(180deg, rgb(15 27 48 / 38%) 0%, rgb(15 27 48 / 28%) 100%);
  box-shadow: 0 28px 60px rgb(0 0 0 / 28%);
  backdrop-filter: blur(6px);
}

#join .app-content > .wrapper:not(.margin) .app-description {
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
}

#join .app-content > .wrapper:not(.margin) .app-description h2 {
  font-size: clamp(42px, 6vw, 92px);
  line-height: 0.95;
  letter-spacing: 0.03em;
  margin-bottom: 20px !important;
}

#join .app-content > .wrapper:not(.margin) .app-description p {
  max-width: 820px;
  margin: 0 auto 12px !important;
  line-height: 1.5 !important;
}

#join .app-content > .wrapper:not(.margin) .pricing-toggle-wrapper {
  margin: 24px auto 0;
}
 
.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex: 1 1 400px;
}
 

.wrapper.margin {
    margin-top: 50px;
}


.pricing-card {
  text-align: left;
  background: var(--perk-soc-navy);
  border: 4px solid var(--perk-soc-dark-gold);
  color: #fff;
  border-radius: 60px;
  min-width: 280px;
  margin: auto 20px;
  text-align: center;
  height: 100%;
  position: relative;
  flex:1;
   display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 15px;
}


img.pricing-image {
  max-width: 100%;
  padding: 46px;
}

.pricing-toggle-wrapper {
  display: flex;
  width: 400px;
  margin: 30px auto;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  overflow: hidden;
  gap: 0; 
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 3px solid var(--perk-soc-gold);
}




.toggle-option {
  flex: 1;
  min-height: 40px;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 20px;
  padding: 20px;
  vertical-align: center;
  align-content: inherit;
  text-align: left;
  padding: 16px;
  margin: 4px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  background: none;
  transition: background 0.3s, color 0.3s;
  align-content: center;
  line-height: 29px;
  border-radius: 19px;
}

.save {
  border: 1px solid #b8ee8f;
  border-radius: 4px;
  float: right;
  padding: 2px 7px;
  font-size: 14px;
}

.text {
  float: left;
  padding: 3px;
}

.text.center {
  float: none;
  margin: 0 auto;
  padding: 3px;
  pointer-events: all;
}

.toggle-option.selected {
  background: var(--perk-soc-dark-gold);
  color: #fff;
}

.price {
  margin: 15px 0;
}

.price .cost {
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.price .period {
  font-size: 16px;
  color: #e9e9e9;
  margin-left: 5px;
  vertical-align: middle;
}
.tick-list {
  flex-grow: 1; /* expands to fill leftover space */
  margin-bottom: 20px; /* spacing before button */
}

.tick-list li {
  padding-bottom: 13px;
  position: relative;
  list-style: none;
  text-indent: 0px;
  padding-left: 30px;
  font-size: clamp(15px, calc(15px + (25 - 15) * ((100vw - 800px) / (2500 - 800))), 25px);
}

.tick-list ul {
  list-style: none;
  text-align: left;
  text-indent: 22px;
  padding-left: 0px;
  list-style: none;
  padding: 20px;
}



.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 21px;
  /* adjust size as needed */
  height: 21px;
  /* Color you want for the tick */
  background-color: var(--perk-soc-blue);

  /* Use your SVG as a mask */
  -webkit-mask: url('./assets/icons/plane-solid-full.svg') no-repeat center;
  mask: url('./assets/icons/plane-solid-full.svg') no-repeat center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

.blue-gradient {
  .tick-list li::before {
    background-color: var(--perk-soc-gold);
  }
}


.app-description {
  flex: 1 1 350px; 
     margin: 20px auto;
    margin-bottom: 50px; 
    padding: 20px 60px;
    margin-top: 55px;
    padding: 59px 41px; 
}

.app-description.padded {
  margin: 20px auto;
  margin-bottom: 50px;
  padding: 20px 60px;
  margin-top: 55px;
}

.app-description h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.app-description p {
    font-size: 20px !important;
    color: #fff !important;
    line-height: 26px !important;
    margin-bottom: 10px !important;
    font-family: 'GLACIAL-INDIFFERENCE' !important;
    padding-bottom: 10px !important;
}


.blue-gradient {
  background:
    linear-gradient(to bottom, rgba(255, 252, 234, 0.35), rgba(81, 81, 81, 0.000)),
    url('./assets/NEW_GRAIN_NAVY.png') !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-position: top left !important;
}

.latest-posts-summary {
  padding-top: 20px;
  padding-bottom: 120px;


  margin-bottom: -63px;
  display: block;
  float: left;
  width: 100%;
  border-radius: 75px;

}



.inner-container {
  max-width: 1200px;
  margin: 0px 60px !important;
  margin-left: clamp(25px, -58.3333px + 10.8507vw, 150px);
}


/********************************************************************************************************/
/******************************************* Footer ***********************************************/
/********************************************************************************************************/

.perk-footer {
  background:
    linear-gradient(to bottom, rgba(255, 252, 234, 0.0), rgba(81, 81, 81, 0.300)),
    url('./assets/NEW_GRAIN_GOLD.png') !important;
  padding: 60px 60px 20px 60px;
  text-align: center;
  color: #fff;
  margin-top: -60px;
}

.footer-bottom {
  font-size: 0.75rem;
  margin-top: 22px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;

  text-transform: uppercase;
}

.footer-bottom .section {
  width: auto;
  float: none;
  display: block;
}


.footer-bottom .section,
.footer-bottom a {
  font-size: clamp(10px, 10px + 1.0vw, 15px);
}

.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  padding: 20px 0 8px;
}

.footer-col.nav-links ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 10px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: min(700px, 100%);
  justify-items: center;
}

.footer-col.nav-links ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer-col a {
  margin-left: 0;
  color: #fff;
  font-size: 1.2rem;
}

.footer-col a:first-child {
  margin-left: 0;
}

.footer-legal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: clamp(10px, 10px + 1vw, 14px);
  margin-top: 14px;
}

.footer-legal a {
  color: #fff;
  text-decoration: none;
}

.footer-dot {
  opacity: 0.7;
}

/* Optional: responsive adjustment */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .footer-col.nav-links ul {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 8px 12px;
  }

  .footer-legal {
    flex-direction: column;
    gap: 4px;
  }

  .footer-dot {
    display: none;
  }
}



.intro-section {
  padding: 0;
  padding-bottom: 100px;
   padding-top: 50px;
  width: 100%; 
  float: left;

}

.app-inner {
  flex-direction: row;
  border-radius: 30px;
  margin: 20px auto;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  box-shadow: none;
}

.app-section {
  display: flex;
  flex-direction: row;
  height: 100vh;
  height: 100dvh;
}

.inner-container {
  z-index: 123;
  border-radius: 25px 25px 0px 0px;
  margin-top: -18px;
  padding: 30px 0px 0px 0px;
  position: relative;

  p {
    margin: 20px;
  }
}


.testimonials {
  .marquee-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 40px;
    color: #fff;
    width: 450px;
    margin: 0 auto;
    height: auto;
    background: var(--perk-soc-blue);
    border-radius: 59px;
    border: 3px solid var(--perk-soc-dark-gold);
    text-wrap: auto;
    position: relative;
  }
}

.slide-left {
  order: 1;
}

.slide-right {
  flex: 1;
  order: 2;
}


#myjoin .app-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 80, 0.4);
}


/********************************************************************************************************/
/********************************************************************************************************/
/******************************************* SLIDE CONTAINER  ***********************************************/
/********************************************************************************************************/
/********************************************************************************************************/
.slide-container {

  .slide-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 50px;
    box-sizing: border-box;
    background-color: var(--perk-soc-dark-gold);
    position: relative;

    h2 {
      font-size: 3.5rem;
      color: var(--perk-soc-blue);
      text-align: center;
      text-transform: uppercase;


    }
  }

  .slide-section.blue {
    background-color: var(--perk-soc-blue);

    h2 {
      color: var(--perk-soc-dark-gold);
    }

  }

  .slide-inner {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    gap: 50px;
  }

  .slide-left {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
    width: auto;
  }

  .slide-img {
    height: clamp(550px, calc(550px + (850 - 550) * ((100vw - 800px) / (2500 - 800))), 850px);
    border-radius: 12px;
  }

  .slide-right {
    flex: 1;
    order: 1;
  }

  .slide-title {
    margin-bottom: 10px !important;
    text-transform: uppercase;
  }

  .slide-text {
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
  }

  .slide-desc {
    text-align: center;
    font-size: 1.6rem;
    color: white;
    font-family: "glacial-indifference";
  }

  .slide-desc.padding {
    padding-top: 40px;
  }

  .flip-card {
    perspective: 1000px;
    cursor: pointer;
    display: inline-block;
    height: clamp(550px, calc(550px + (850 - 550) * ((100vw - 800px) / (2500 - 800))), 850px);
    width: auto;
  }

  .flip-inner {
    position: relative;
    width: clamp(220px, calc(220px + (700 - 220) * ((100vw - 800px) / (2500 - 800))), 700px);
    height: clamp(550px, calc(550px + (850 - 550) * ((100vw - 800px) / (2500 - 800))), 850px);
    transform-style: preserve-3d;
  }

  .flip-inner img {
    height: 100%;
    width: auto;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }

  .flip-inner img.back {
    transform: rotateY(180deg);
  }
}


/********************************************************************************************************/
/********************************************************************************************************/
/******************************************* Mobile Navigation ******************************************/
/********************************************************************************************************/
/********************************************************************************************************/
 .mobile-only {
  display:none; 
}

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
  }


  .featured-hero {
    height: 10vh;
  } 
  .mobile-only {
    display: block;
  }

  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }



  body.no-scroll::after {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
  } 

  .app-description {
    padding: 50px 50px 40px 50px;
  }

  #join {
    margin-top: -50px;
    padding-top: 0px !important;
    z-index: 999 !important;
    position: relative;
    .app-content {
      padding-top:20px; 

      .app-description h2 {
        font-size:25px;
      }
    }
  }

  #app {
    h2 {
      font-size: 38px;
    }
  }
 

  .pricing-toggle-wrapper {
    width: auto;
    margin: 0 20px;
  }

  #join .app-content > .wrapper:not(.margin) {
    width: auto;
    margin: 0 20px;
    padding: 24px 20px;
    border-radius: 28px;
  }

  #join .app-content > .wrapper:not(.margin) .app-description {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  #join .app-content > .wrapper:not(.margin) .app-description h2 {
    line-height: 1;
    margin-bottom: 14px !important;
  }

  #contact.blue-gradient {
    margin: 0px 20px;
  }


  /********************* Hero Section *****************/
  .hero-right-box {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    /* only move vertically now */
    height: 50%;
    padding: 40px;
    border-radius: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: auto;
  }

  /********************* Header Section *****************/


  .menu-wrapper {
    position: static;
    flex-direction: row;
    height: auto;
    width: auto;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    justify-content: flex-end;
  }


  .header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px auto 0;
    padding: 0px;
    position: relative;
  }

  .header-left,
  .header-right,
  .logo {
    width: 100%;
  }

  .logo img {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
    top: 12px;
    left: 0;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
    /* just below the menu */
  }

  .menu-overlay.active {
    opacity: 1;
    pointer-events: all;
  }

  #main-nav {
    transform: translateX(100%);
    opacity: 0;

  }

  #main-nav.open {
    transform: translateX(0);
    opacity: 1;
  }











  /* Main nav (overlay menu) */
  #main-nav,
  .nav-pill {
    position: absolute;
    top: 50px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0px;

    pointer-events: all;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 999;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .nav-pill {
    padding-top: 20px;
    background: white;
    position: relative;

  }




  .menu-separator {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
  }


  /* Hamburger toggle */
  .menu-toggle {
    display: flex;
    width: 52px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 13px;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .header-right {
    justify-content: normal;
    /* overflow: hidden; */
  }

  /* Open state animation (turn into X) */
  .menu-toggle.open span:nth-child(1) { 
    transform: translateY(16px) rotate(45deg);
  }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.open span:nth-child(3) {
    transform: translateY(-16px) rotate(-45deg);
  }


  .menu-wrapper .nav-pill {
    flex-direction: column;
    gap: 20px;
    width: 70%;
    position: relative;
    height: auto;
    margin: 10px 20px;
  }


  .nav-pill.open {
    right: 0;
    opacity: 1;
  }

  .nav-pill a {
    color: var(--perk-soc-dark-gold);
    font-size: 18px;
    text-align: left;
    transition: opacity 0.2s ease;
  }

  .nav-links a {
    text-align: center;
  }

  .price-wrapper {
    min-height: 70px;
  }
 
  .pricing-card {
    min-width: auto;
    height: 100%;
  }
 
  .pricing-cards {
    gap: 0px;
  }

  .price .cost {
    font-size: 32px;
  }

  .price .period {
    font-size: 15px;
    margin-left: -7px;
  }
 
  .grain-bg-light-top {
    margin-left: 5px !important; 
  }
  .middle-container.margin {
      margin-left: 15px !important;
      margin: auto 15px;
      margin-top: 50px;
    } 

  .blue-gradient {
    margin-right: 5px !important;
  }

  .btn {
    padding: 10px 21px;
    font-size: 18px !important;
  }

  #about {
    .gsap-marquee {
      display: none;
    }
  }

  .intro-text h2 {
    line-height: 1.1;

  }

  #about2 {
    display: none;
  }

  /********************* Intro Section *****************/

  .intro-container {
    padding: 0px;
    flex-direction: column;
    margin-right: 0px !important;
    width: 100%;

    h2 {
      padding-top: 20px;
      color: #fff;
    }

    .intro-text p {
      padding: 20px;
      font-size: 23px;
    }

    .btn {
      max-width: 224px;
      margin: 0 auto;
      border: 1px solid #fff;
      margin-bottom: 50px;
    }


  }

  .intro-container .left {
    .intro-image {
      display: none;
    }

    ;
  }

  .logo-strip {
    margin: 15px 0px;
  }

  .intro-container.left .intro-image,
  .intro-container.right .intro-image {
    right: 0;
    left: 0;
    margin: 0 20px;
  }

  .intro-image {
    height: auto;
    max-height: 420px;
  }

  .intro-image img {
    max-height: 420px;
  }

  .intro-container.right .intro-text {
    border-radius: 30px 0px 0px 30px;
    margin-left: 0;
    padding: 50px 50px 50px 50px;
    box-shadow: none;
  }

  .testimonials {
    .marquee-item {
      padding: 40px;
      position: relative;
    }

    .quote-text {
      font-size: 18px;
      line-height: 24px;
    }

  }


  /********************* App Section *****************/
  .app-left,
  .app-right {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    float: left;
    text-align: center;
  }

  .intro-text {
    box-shadow: none;
  }

  .intro-section {
    background: none;
    padding-bottom: 0px;
  }

  .app-left {
    display: none;
    background: none;
  }

  .app-left {
    box-shadow: none;
    margin-top: 0px;
    padding-top: 0px;
    padding: 0px !important;
  }

  .app-inner {
    flex: auto;
    flex-direction: column;
    border-radius: 30px;
    margin: 20px auto;
    margin-top: 0px;
    padding-top: 0px;
    box-shadow: none;
  }



  .app-right {
    height: 100vh;
    top: 0;
    padding-top: 225px;
    overflow: auto;
    position: relative;
  }

  .inner {
    box-shadow: none;
    height: auto;
    border-radius: 50px;
    padding: 0px;
    margin: 0px;
    display: none;
  }

  /********************* Footer *****************/
  .footer-bottom .section,
  .footer-col {
    width: 100%;
    flex: none;
  }

  .footer-dash {
    opacity: 0;
  }

  /********************* Ripple Effect *****************/
  .ripple {
    position: relative;
    overflow: hidden;
  }

  .ripple::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    width: 100px;
    height: 100px;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    animation: ripple-effect 0.6s ease-out;
  }

  @keyframes ripple-effect {
    0% {
      transform: scale(0);
      opacity: 0.6;
    }

    100% {
      transform: scale(4);
      opacity: 0;
    }
  }

  /********************* Pricing *****************/
  .pricing {

    margin: 20px 0;
  }

  .testimonials h2 {
    margin: 0 40px;
  }

  .vertical-line {
    display: none;
  }

  .learn-more {
    display: none;
  }

  .post-card {
    margin: auto 20px;
    width: auto;
  }

  .top-rounded {
    border-radius: 35px 35px 0px 0px;
  }

  .inner-wrapper {
    padding-top: 50px;
  }

  .hero-layout {
    height: 100vh;
    height: 100dvh;
  }

    
  /* SLIDE CONTAINER FOR MOBILE */
  
  .slide-container {
    /* Slide inner container */
    .slide-inner {
      height: auto;
      /* full viewport height */
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    /* Slide section padding */
    .slide-section {
      padding: 40px 20px;
      height:auto;
    }

    /* Left image container */
    .slide-left {
      display: flex;
      justify-content: center;
      align-items: center;
      order: 2;
      /* keep default order */
      width: auto;
      /* natural width */
      flex: 0 0 auto;
      /* do not stretch */
    }

    .slide-left img {
      object-fit: contain;
      max-width: 100%;
      /* responsive */
      height: auto;
      /* keep aspect ratio */
    }

    /* Right text container */
    .slide-right {
      order: 1;
      /* text above image */
    }

    .slide-right h2 {
      margin-top: 20px;
      margin-bottom: 0 !important;
    }

    .slide-desc {
      order: 3;
      margin-top: 20px;
    }

    .slide-title {
      font-size: 2rem;
    }

    .slide-text {
      order: 2;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px 0;
    }

    .flip-inner {
      width: 220px;
      height: clamp(500px,
          calc(550px + (850 - 550) * ((100vw - 800px) / (2500 - 800))),
          850px);
    }

  } 

}

/* Hide the default password form heading */
.pda-form-login h1 {
  display: none;
}
