@font-face {
  font-family: 'lato';
  src: url('./fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'lucky';
  src: url('./fonts/LuckiestGuy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.goog-te-banner-frame.skiptranslate, 
.goog-te-gadget-icon, 
.goog-te-gadget-simple, 
.goog-te-balloon-frame, 
#goog-gt-tt, 
.goog-tooltip, 
.goog-tooltip:hover, 
.goog-text-highlight, 
.goog-te-menu-value {
  display: none !important;
}

html, body {
  margin: 0;
  font-family: 'lato', Arial, Helvetica, sans-serif;
  background-color: #fdf6e3; /* light beige/custard */
  color: #2f3e3e;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

.main-body-section {
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  overflow-y: scroll;
}

.checkout-body-section {
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.contributor-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contributor-form * {
  margin: 10px auto;
}


h1, h2, h3 {
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #555;
}

h1.title {
  font-size: 3rem;
  letter-spacing: -0.5px;
  text-align: center;
  color: #555;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  animation: fadeInUp 1.2s ease both;
}

video::-webkit-media-controls-panel {
  border-radius: 0 0 12px 12px;
}

video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

video::-webkit-media-controls-timeline {
  height: 6px;
  border-radius: 3px;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.front-page-subtitle {
  text-align: center;
  color: #2d2d2d;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

p {
  font-family: 'lato', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #2d2d2d;
}
strong {
  color: #153b38;
}

.goog-te-banner-frame {
  display: none !important;
}

#checkout {
  width: 100vw;
}

.hidden {
  display: none;
}

#root {
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  position: relative;
}

#checkout-element {
  max-width: 100vw;
  max-height: 920px;
  background-color: #fdf6e3;
  overflow-y: scroll;
}

iframe[name="embedded-checkout"] {
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh !important;
}

.lucky-font {
    font-family: 'lucky', Arial, Helvetica, sans-serif;
}

.lato-font {
    font-family: 'lato', Arial, Helvetica, sans-serif;
}

.cta {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  font-size: 32px;
}

.header-row {
  justify-content: flex-start;
  gap: 1.5rem;
}
.header-button {
  cursor: pointer;
}

.applicant-profile-picture {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  max-width: 150px;
  height: auto;
}

.signup-as-guide-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.signup-as-guide-form-survey-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.signup-as-guide-form-survey-section > .signup-as-guide-basic-info-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.signup-as-guide-header {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.signup-as-guide-form-sections-navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 20px;
}

.guide-signup-form-section-button.active {
  background-color: #fe9628;
}

.guide-signup-form-section-button {
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  background-color: #24afc2;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px;
}

.center-form-button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  background-color: #24afc2;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 0;
}
.guide-type-item.selected {
  background-color: #ffefc4;
}
.header-button.header-button-sinhala {
  cursor: url(elephant.cur), pointer;
}
.boggler-on-phone-image {
  height: auto;
  width: 100%;
  max-width: 300px;
}
.learn-more-button {
  cursor: url(elephant.cur), pointer;
  background: #24afc2;
  border: #fe9628 3px solid;
  font-size: 2.3rem;
  color: #fff;
  border-radius: 10px;
  padding: 16px;
}
.hamburger {
  display: none;
}
.site-title {
  text-align: left;
  font-size: 1.5rem;
  margin: 0 0 0 60px;
}
.mobile-header {
  padding: 1rem;
  padding-bottom: 0;
}
.mobile-remove-bottom-margin {
  margin-bottom: auto;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 75px;
  height: 75px;
}
.guide-signup-heading-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
.guide-signup-image {
  display: flex;
  width: 150px;
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  justify-self: center;
}
#signup-as-guide-form-intro-title {
  display: inline;
  font-size: 2.5rem;
  text-align: left;
  margin: 0;
}
.desktop-left-mobile-center {
  text-align: left;
}
#signup-as-guide-form-intro-subtitle {
  display: inline;
  font-size: 1.5rem;
  text-align: left;
  margin: 0;
}
.pulsing-boggler-logo {
  animation: pulse .9s infinite;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin: 0 auto;
  align-items: center;
  width: fit-content;
  min-width: 70%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -10px);
}
.main-nav.open {
  display: flex;
}
.form-select {
  font-size: 24px;
  padding: 10px;
  width: 274px;
  text-align: center;
}
.gender-radio {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}

.header-cta-button {
  background: #24afc2; /* boggler blue */
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  margin: 0.2em 0;
  font-weight: 600;
  transition: background 0.2s;
  padding: 8px 16px;
}

.cta-button {
  background: #24afc2;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  margin: 0.2em 0;
  font-weight: 600;
  transition: background 0.2s;
}
.cta-button:hover {
  background: #444;
}
.payment-return-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.cta-button.lets-begin {
  margin-top: 20px;
  font-size: 1.5rem;
  min-width: 250px;
  width: auto;
  min-height: 75px;
  cursor: url(./elephant.cur), pointer;
}
h1 {
  font-family: 'lucky', serif;
  font-size: 2.5rem;
  margin: 0.5rem 0;
  text-align: center;
  color: #1e3c3a; /* dark green */
}
h2, p {
    display: block;
}
nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background-color: #fff8e1;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
nav a {
    color: #1e3c3a;
    text-decoration: none;
    font-weight: 600;
}
.flex-column {
      display: flex;
      flex-direction: column;
    }
.read-paragraph {
  font-size: 1.2rem;
  line-height: 1.6;
}
.paragraph-read {
  animation-name: textGrow;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.hero-cta {
  margin-top: 2rem;
}
.bogglerman-and-boggler-woman {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.bogglerman {
  display: flex;
  width: 30%;
  height: auto;
}
.bogglerwoman {
  display: flex;
  width: 30%;
  height: auto;
}
#apex-app-icon-small {
  width: 100px;
  height: 100px;
}
section {
  padding: 1rem 1rem;
  padding-top: 0;
  max-width: 1400px;
  margin: auto;
}
#about-founder {
  display: flex;
  flex-direction: row;
}
#about-founder div {
  text-align: left;
  flex-direction: column;
  padding: 1rem;
  margin: 0 auto;  
}
#about-founder div.written-content {
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  color: #2f3e3e;
  background-color: #fff8e1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px; 
}
#about-apex-in-buckish .flex-column div#apex-in-buckish {
      display: flex;
      flex-direction: row;
    }
#about-apex-in-buckish .flex-column div#apex-in-buckish div {
  display: flex;
  text-align: left;
  padding: 1rem;
  margin: 0 auto;  
}
.apex-in-buckish-inner-container {
  display: flex;
  flex-direction: row;
}

.blog-article-outer-container {
  display: flex;
  flex-direction: row;
  width: 90vw;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.blog-article-writing-container {
  display: flex;
  width: 60%;
  max-width: 70vw;
  overflow-y: auto;
  height: auto;
  max-height: 600px;
  flex-direction: column;
  align-items: left;
  padding: 20px;
  justify-content: flex-start;
  text-align: left;
}

.blog-article-image-container {
  display: flex;
  width: 50%;
  max-width: 300px;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.blog-article-image {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.boggler-about-section-one {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.boggler-image-and-text-icons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.message-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.message-buttons-outer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  width: 100%;
  justify-content: space-evenly;
}

.buckish-about-section {
  display: flex;
  flex-direction: column;
}
.buckish-about-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.buckish-about-h1 {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 20px;
}
.buckish-whofor-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.buckish-whofor-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.buckish-whofor-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.messaging-apps-icon-container-boggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: space-evenly;
  min-height: 100px;
}
.messaging-apps-icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  justify-content: space-evenly;
  width: 100%;
}
.messaging-icon-outer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
.messaging-icon-outer-container span {
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px;
    font-size: .8rem;
    color: #000;
    text-align: center;
    text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
}
.sms-icon-container, .whatsapp-icon-container {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20%;
  background-color: #fff8e1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  height: 75px;
  width: 75px;
}
.sms-icon-container img, .whatsapp-icon-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100px;
}
.messaging-icon-outer-container-whatsapp, .messaging-icon-outer-container-whatsapp span, .messaging-icon-outer-container-whatsapp div, .messaging-icon-outer-container-whatsapp div img {
  display: flex;
  cursor: url(flower_red.cur), pointer;
}
.messaging-icon-outer-container-sms, .messaging-icon-outer-container-sms span, .messaging-icon-outer-container-sms div, .messaging-icon-outer-container-sms div img {
  display: flex;
  cursor: url(flower_blue.cur), pointer;
}

.meme-video {
  border-radius: 20px;
  height: 300px;
  width: 300px;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}

/* Hide default controls */
video {
  display: block;
  cursor: pointer;
}

/* Custom play button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  background: rgba(255, 255, 255, 0.8);
  color: #153b38;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

#pick-a-topic {
  font-size: 1rem;
  padding: 10px;
  width: 274px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.play-button:hover {
  background: rgba(255,255,255,0.95);
  transform: translate(-50%, -50%) scale(1.05);
}

.time-urgency-button, .select-timeframe-button {
  background: #24afc2;
  border: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 25px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  backdrop-filter: blur(3px);
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}
.caption button.time-urgency-button:hover, .caption button .select-timeframe-button:hover {
  background: #24afc2;
  transform: scale(1.05);
}
.caption button.time-urgency-button.selected, .caption button.select-timeframe-button.selected {
  background-color: #ffb84d;
  color: #2a1f14;
}

.hero-title {
  font-size: 4rem;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #333;
  text-align: center;
  margin-top: 40px;
}

.boggler-hero-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  padding-bottom: 0;
}

.boggler-hero-section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin-right: 20px;
}

.deer-emoji {
  display: inline-block;
  font-size: 3.5rem;
  vertical-align: middle;
  margin-left: 10px;
  direction: rtl;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.the-boggler-intro {
  font-size: 2.5rem;
  line-height: 1.6;
  max-width: 80%;
  margin: 10px auto;
  margin-bottom: 75px;
}

.boggler-background {
  border-bottom: 0;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px 20px 0 0;
  max-width: 1000px;
  margin-top: -37px;
  padding: 20px 10px;
  border-bottom: 30px solid #24afc2;
}

.buckish-about-text-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.buckish-about-text-buttons img {
  width: 150px;
  height: 150px;
}
.about-the-app {
  display: flex;
  flex-direction: row;
}
.about-the-app div {
  text-align: left;
  flex-direction: column;
  padding: 1rem;
  margin: 0 auto;  
}
#about-the-app {
    display: flex;
    flex-direction: row;
}
#about-the-app div {
  display: flex;
  text-align: left;
  flex-direction: column;
  padding: 1rem;
  margin: 0 auto;  
}
.about-the-app div.written-content {
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    color: #2f3e3e;
    background-color: #fff8e1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px; 
}
.app-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ghosted-explanation {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 30px;
}
.text-boggler-headings-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.text-boggler-heading-subtitle {
  font-size: 55px;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #24afc2;
  text-align: center;
  max-width: 600px;
}
.app-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: unset;
}
.app-card p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  color: #2f3e3e;
  background-color: #fff8e1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 1rem;
  border: 1px solid #ddd;
}
.profile-pic {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}

.guide-public-profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

.scheduled-call-message-from-guide {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  max-width: 600px;
  max-height: 400px;
  overflow-y: auto;
  width: 85%;
  margin-top: 20px;
  margin: 0 auto;
} 

.scheduler-action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.scheduler-action-buttons button {
  background-color: #24afc2;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.guide-profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.profile-links-section-profile {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  justify-items: center;    
  align-items: start;
  align-content: start;
  width: fit-content;       
  margin: 0 auto;    
}

.suggest-archetype-modal-body .guide-profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: unset;
}

.guide-signup-phone-input {
    font-size: 22px;
    padding: 10px;
    width: 274px;
    text-align: center;
  }

.guide-signup-email-input {
    font-size: 22px;
    padding: 10px;
    width: 274px;
    text-align: center;
  }

.profile-motivation {
  font-size: 1rem;
  color: #555;
  text-align: left;
  margin-top: 10px;
  max-width: 400px;
}

.profile-subtext {
  font-size: .8rem;
  color: #555;
}

.guide-profile-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #153b38;
  margin-bottom: 0;
}

.profile-photo-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  justify-self: center;
  align-self: center;
}

.profile-photo-section {
  position: relative;
  display: inline-block;
}

/* Profile photo style */
.profile-photo {
  width: 100%;
  height: auto;
  max-height: 600px;
  display: block;
  border-radius: 12px;
}

.guide-type-profile-photo {
  width: 100%;
  height: auto;
  max-height: 300px;
  max-width: 300px;
  display: block;
  border-radius: 12px;
}

.add-guide-type-image {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: linear-gradient(135deg, #ffcc7a, #ff8c42);
  color: #3b2e20;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  backdrop-filter: blur(3px);
  white-space: nowrap;
  letter-spacing: 0.5px;
  max-width: 150px;
}

/* Age badge style */
#guideCredential {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: absolute;
  bottom: 40px;
  right: -10px;
  background: linear-gradient(135deg, #ffcc7a, #ff8c42);
  color: #3b2e20;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  backdrop-filter: blur(3px);
  white-space: nowrap;
  letter-spacing: 0.5px;
  max-width: 150px;
  z-index: 10;
}

/* Optional hover glow */
.profile-photo-wrapper:hover #guideCredential {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(255, 140, 66, 0.6);
  transition: 0.2s ease;
}

/* Age badge style */
.guide-age-badge {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: absolute;
  bottom: 10px;
  right: -10px;
  background: linear-gradient(135deg, #ffcc7a, #ff8c42);
  color: #3b2e20;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  backdrop-filter: blur(3px);
  white-space: nowrap;
  letter-spacing: 0.5px;
  max-width: 150px;
}

/* Optional hover glow */
.profile-photo-wrapper:hover .guide-age-badge {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(255, 140, 66, 0.6);
  transition: 0.2s ease;
}

.profile-country-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  background-color: #999;
  color:#fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 1rem;
}

.pick-day-button {
  background-color: #4a9fc5;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1.5rem;
  cursor: pointer;
  width: auto;
  height: 50px;
  transition: background-color 0.2s ease;
}
.pick-day-button:hover {
  background-color: #3c8aac;
}

.pick-time-slot-button {
  background-color: #4a9fc5;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  width: auto;
  height: 40px;
  transition: background-color 0.2s ease;
}

.pick-time-slot-button:hover {
  background-color: #3c8aac;
}

.prior-guides-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  align-content: start;
  gap: 1rem;
  margin-top: 1rem;
  max-height: 50vh;
  overflow-y: auto;
  justify-content: center;
}

.prior-guides-polaroid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #fffdf8;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  padding: 0.75rem 0.75rem 1.25rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: auto;
}

.prior-guides-polaroid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fffdf8;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  padding: 0.75rem 0.75rem 1.25rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 200px;
}

  .boggler-hero-section-inner-1, .boggler-hero-section-inner-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin-right: 0;
  }

  .boggler-hero-section-inner-1 {
    width: 70%;
  }

  .boggler-hero-section-inner-2 {
    width: 20%;
  }

.pick-subscription-option-button {
  background-color: #4a9fc5;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 0.9rem;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.2s ease;
}

.polaroid-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.polaroid {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fffdf8;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  padding: 0.75rem 0.75rem 1.25rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 900px;
  justify-content: space-around;
}

.polaroid > div.profile-photo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
  max-width: 300px;
  max-height: 400px;
  overflow: visible;
} 

.polaroid > div.profile-photo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  max-width: 300px;
  max-height: 500px;
} 

.polaroid > div.caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
} 

.polaroid:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.polaroid img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.caption {
  margin-top: 0.75rem;
}

.caption h3 {
  margin: 0.5rem 0;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.caption button {
  background-color: #4a9fc5;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.guide-signup-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.caption button:hover {
  background-color: #3c8aac;
}

.descriptor-image {
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    margin: 0 auto;
  }
section h2 {
  font-family: 'lucky', serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.toggle-tab-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1rem;
}
.toggle-tab-button {
  background: #0a9396;
  border: #24afc2 6px solid;
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 8px;
}
.toggle-tab-button:hover {
  background: #fe9628;
  border: #24afc2 6px solid;
}
.toggle-tab-button.active {
  background: #24afc2;
  border: #fe9628 6px solid;
}
section p {
  font-size: 1.2rem;
  line-height: 1.6;
}
section h2 {
  font-family: 'lucky', serif;
  color: #1e3c3a;
}
#about {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#about .images-container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  margin-top: 20px;
}
#about .images-container img {
  display: flex;
  margin: 10px auto;
  width: 250px;
}

.how-it-works-paragraphs-container {
  max-height: 400px;
  overflow-y: auto;
}

.messaing-icon-heading {
  display: flex;
  font-size: 2rem;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #555;
  text-align: center;
  margin-top: 20px;
}

.written-content {
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    color: #2f3e3e;
    background-color: #fff8e1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px; 
}

.footer {
  position: relative;
  text-align: center;
  background-color: #24afc2;
  color: white;
  width: 100%;
  max-width: 100vw;
  min-height: 30px;
  padding: 5px;
  border-top: #fe9628 6px solid;
}
.footer p span {
  color: #fff;
  font-size: .8rem;
}
.footer p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}

.desktop-margin-top-120 {
  margin-top: 120px;
}

.link {
  color: #fe9628;
  text-decoration: underline;
  font-weight: bold;
}

.container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.break-on-mobile {
  display: none;
}

.buckish-walking-desktop {
  display: inline-block;
}

.buckish-walking {
  display: none;
}

.ex-files-subheader-button {
  background: #0a9396;
  border: #24afc2 6px solid;
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 8px;
}

.ex-files-subheader-button:hover {
  background: #fe9628;
  border: #24afc2 6px solid;
}

.ex-files-subheader-button.active {
  background: #24afc2;
  border: #fe9628 6px solid;
}

.subscription-link {
  margin: 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
  height: fit-content;
  padding: 10px;
  background-color: #fff8e1;
}


.sparkle {
  width: 100px;
  color: #000;
  height: auto;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  z-index: 100;
  position: relative;
}

.remove-bottom-margin {
  margin-bottom: 0;
}

.abundance-limits-map {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}

.abundance-limits-map div:first-child {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
  height: auto;
  padding: 20px;
}

.abundance-limits-map div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  height: auto;
  justify-content: center;
  align-items: center;
  background-color: #fff8e1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.signup-as-guide-options-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  min-width: 600px;
}

.hawkins-map {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.spinning-logo {
  width: 50px;
  height: 50px;
  animation: spin 3s linear infinite;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.pretty-link {
  color: #0978d9;
  text-decoration: none;
  cursor: pointer;
}
.pretty-link:hover {
  color: #065a82;
}
.pretty-link:active {
  color: #0a9396;
}
.pretty-link:visited {
  color: #0a9396;
}
.icon {
  object-fit: contain;
}

.alert-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.role-item {
  display: flex;
  align-items: center;
  padding: 5px;
  margin: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  background-color: #24afc2;
}

.role-item:hover {
  background-color: #f0f8fa;
  border-color: #24afc2;
  transform: scale(1.02);
}

.role-item.selected {
  background-color: #fe9628;
  color: #fff;
}

.show-real-role-modal-button {
  color: #24afc2;
  font-size: 18px;
}

.show-real-role-modal-button.selected {
  color: #fe9628;
}

.select-archetype-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.suggest-archetype-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
} 

.alert-modal-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.select-archetype-modal-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.60);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.select-archetype-modal-body {
  width: 100%;
}

.meme-video-modal__video {
  width: 100%;
  height: auto;
  max-height: 70vh;
  border-radius: 20px;
}

.select-archetype-modal-body input {
  width: -webkit-fill-available;
  min-width: 280px;
}

.suggest-archetype-modal-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.60);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.alert-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-height: 70vh;
  width: 400px;
  justify-content: center;
  position: fixed;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  z-index: 1000;
}
.alert-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10%;
}
.alert-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem 0 2rem;
}

.select-archetype-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-height: 70vh;
  width: auto;
  min-width: 300px;
  padding: 30px;
  justify-content: center;
  position: fixed;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  z-index: 100;
}

.suggest-archetype-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: auto;
  justify-content: center;
  position: fixed;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border-radius: 20px;
  z-index: 1000;
}

.suggest-archetype-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10%;
}

.suggest-archetype-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: auto;
  overflow-y: auto;
  padding: 0 2rem 0 2rem;
}

.alert-modal-body p {
  font-size: 2rem;
  margin: 0 auto;
  margin-bottom: 20px;
}
.alert-modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.alert-modal-body-close-button {
  /* fe9628 */
  background: #24afc2;
  border: #fe9628 6px solid;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
  margin: 2rem auto;
}
.gratitude-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.gratitude-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.gratitude-button-textual {
  display: block;
}
.gratitude-button-visual {
  display: none;
}
.love-map-image {
  width: 100%;
  height: auto;
  max-width: 300px; 
}
.buckish-about-h1 {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 20px;
}
.sinhala-english-articles {
  display: none;
}

.contributor-form {
  width: 90%;
  height: auto;
}

.contributor-form label {
  font-size: 26px;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #fe9628;
}

.contributor-form input {
  background-color: #fff;
  border: 2px solid #24afc2;
  height: 30px;
  color: #24afc2;
  font-size: 1.2rem;
  padding: 10px;
  width: 300px;
  border-radius: 5px;
}

.contributor-form #amount {
  color: #14d527;
  font-size: 30px;
  padding: 10px;
  text-align: center;
  padding-left: 45px;
  width: 150px;
}

.social-links-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: center;
}

.contributor-form button {
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #24afc2;
  border-color: #fe9628;
  color: #fff;
  font-size: 40px;
}

.admin-title {
  text-align: center;
  font-size: 36px;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #555;
  margin-top: 20px;
}

.admin-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 20px;
}

.admin-actions button {
  background-color: #fff;
  border-color: #24afc2;
  color: #fe9628;
  font-size: 40px;
}

.manage-applicants-action {
  display: flex;
  background-color: #fff;
  border-color: #24afc2;
  color: #fe9628;
  font-size: 18px;
  margin: 10px;
}

button.button-cancel {
  background-color: #ff4d4d;
  border-color: #ff1a1a;
  color: #fff;
  font-size: 12px;
}

.start-call-button {
  background-color: #24afc2;
  border-color: #ff1a1a;
  color: #fff;
  font-size: 21px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 300px;
  text-align: center;
  height: 50px;
}

button.button-reschedule {
  background-color: #24afc2;
  border-color: #ff1a1a;
  color: #fff;
  font-size: 12px;
}

.applicant-item {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s;
}

.applicant-item:hover {
  background-color: #f0f0f0;
}

.outer-flex {
  display: flex;
  flex-direction: column;
}

.inner-flex {
  display: flex;
  margin: 0 auto;
}

.inner-flex .contributor-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  min-width: 250px;
}

.inner-flex .contributor-form * {
  display: flex;
  flex-direction: column;
}

.signup-as-guide-form-motivation-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.guide-signup-form-next-back-button {
  background: #24afc2;
  border: #fe9628 6px solid;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
  margin: 0 2rem;
  padding: 10px 20px;
  border-radius: 8px;
}

.center-image {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.center-image img {
  position: relative;
  display: flex;
  margin: 0 auto;
}

.select-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.gender-select {
  display: flex;
  flex-direction: row;
  max-width: 300px;
}

.age-group-select {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.been-ghosted-title {
  text-align: center;
  padding-top: 10px;
}

.survey-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.survey-heading span {
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  text-align: center;
}

.survey-container #customerName, .customer-name-question {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: lighter;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #24afc2;
}

.prior-guides-outer-container {
    display: "flex";
    flex-direction: "column";
    justify-content: "flex-start";
    text-align: "center";
    width: 60%;
    align-self: baseline;
  }

.survey-container label {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: lighter;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
}

.survey-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.survey-option {
  display: flex;
  background-color: #24afc2;
  color: #fdf6e3;
  font-size: 20px;
  margin: 10px 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 40px;
  border: none;
  justify-self: center;
}

.survey-option.smaller {
  font-size: 14px;
}

.survey-option.selected {
  background-color: #fe9628;
  color: #fff;
  border: 2px solid #24afc2;
}

.survey-option * {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.social-media-link {
  color: #0978d9;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
}

.payment-record {
  font-size: 1rem;
  text-align: left;
  margin-top: 10px;
  color: #555;
}

.account-section-conversations-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
}

.conversation-item {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}

.conversation-message {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.account-note-edit-textarea {
  width: 80%;
  max-width: 600px;
  height: 150px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.delete-message-link, .edit-message-link {
  color: #333;
  font-size: 10px;
  cursor: pointer;
  text-decoration: underline;
  margin-right: 10px;
}

.preview-media-thumbnail {
  width: 100px;
  height: auto;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.location-search-input {
  width: 80%;
  max-width: 300px;
  padding: 10px;
  font-size: 1.2rem;
}

.autocomplete-dropdown-container {
  background-color: #fdf6e3;
  max-width: 220px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.places-suggestion-item {
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.places-suggestion-item:hover {
  background-color: #eee;
}

.survey-option.selected.option-0 {
  background-color: #fe9628;
}

.survey-option.selected.option-1 {
  background-color: #1c865a;
}

.survey-option.selected.option-2 {
  background-color: #3454bf;
}

.survey-option.selected.option-3 {
  background-color: #c73ce3;
}

.survey-option.selected.option-4 {
  background-color: #e34343;
}

.add-credentials-final-option-button.add-another {
  background: #0a9396;
  border: #24afc2 6px solid;
  font-size: .8rem;
  cursor: pointer;
  color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
}

.add-credentials-final-option-button.add-another:hover {
  background: #fe9628;
  border: #24afc2 6px solid;
}

.add-credentials-final-option-button.remove {
  background: #e34343;
  border: #fe9628 6px solid;
  font-size: .8rem;
  cursor: pointer;
  color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
  margin-top: 5px;
}

.add-credentials-final-option-button.remove:hover {
  background: #c73ce3;
  border: #fe9628 6px solid;
}

.country-selection-input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}

/* For Mozilla Firefox */
.country-selection-input::-moz-placeholder {
  color: #fff;
  font-style: italic;
}

/* For Internet Explorer 10 and 11 */
.country-selection-input:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}

/* Standard syntax (for future compatibility) */
.country-selection-input::placeholder {
  color: #fff;
  font-style: italic;
}

.link-to-downloads-button {
  background: #0a9396;
  border: #24afc2 6px solid;
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 8px;
  text-align: center;
}

.zip-alert-modal-body {
  font-size: 1.5rem;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  max-height: 60vh;
  overflow-y: auto;
}

.text-method-select-btn {
  background: #24afc2;
  border: #fe9628 6px solid;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.text-method-select-btn:hover {
  background: #fe9628;
  border: #24afc2 6px solid;
}

.text-method-select-btn.selected {
  background: #fe9628;
  border: #24afc2 6px solid;
}

.send-message-to-guide-button {
  margin-top: 20px;
  width: 200px;
  height: auto;
  background-color: #24afc2;
  border-color: #fe9628; /* boggler-orange */
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  padding: 10px;
  cursor: pointer;
}

.send-message-to-guide-button:hover {
  background-color: #fe9628;
  border-color: #24afc2;
}

.zip-alert-modal-body p {
  font-size: 1.5rem;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 1rem;
}

.proceed-to-account-button {
  background: #24afc2;
  border: #fe9628 6px solid;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
}

.choose-account-guide-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.guide-description {
  font-size: 1rem;
  color: #555;
  text-align: left;
  padding: 10px;
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
}

.get-started-button-container {
  display: none;
}

.how-it-works-paragraphs-container p {
  padding-top: 0;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.6;
}

.account-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff8e1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  min-height: 200px;
  justify-content: center;
}

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

.account-option.other-guide-type {
  background: linear-gradient(135deg, #24afc2, #fe9628);
  color: white;
  font-weight: bold;
}

.account-option.hidden {
  display: none;
}

.about-section-written-content {
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  color: #2f3e3e;
  background-color: #fff8e1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 1rem;
  margin: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px; 
  padding-bottom: 0;
}

.show-more-guides-container {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.show-more-guides-button {
  background: #24afc2;
  border: #fe9628 3px solid;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.show-more-guides-button:hover {
  background: #fe9628;
  border: #24afc2 3px solid;
  transform: scale(1.05);
}

.pagination-controls {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.pagination-button {
  background: #24afc2;
  border: 2px solid #fe9628;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.pagination-button:hover:not(:disabled) {
  background: #fe9628;
  border-color: #24afc2;
}

.pagination-button:disabled {
  background: #ccc;
  border-color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}

.pagination-button.active {
  background: #fe9628;
  border-color: #24afc2;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
  .choose-account-guide-types {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 15px;
  }
  
  .account-option {
    min-height: 150px;
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .choose-account-guide-types {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

 .while-you-wait-for-upload-video {
    width: 90%;
    height: auto;
    max-width: 500px;
  }

  .subscriptions-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
  }

  .subscriptions-container button {
    background-color: #24afc2;
    border-color: #fe9628;
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 20px;
  }

  .talk-to-guide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100vw;
  }

  .guide-type-info-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .guide-type-info-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  /* Hide the default file input */
.profile-picture-input {
    display: none;
}

.about-section-three {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  align-self: end;
  margin-right: 30px;
}

.about-section-three-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  width: 100%;
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .about-section-three-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 90%;
    margin-left: 23%;
    margin-right: 2%;
  }
}

.how-it-works-heading {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-section-problem-statement {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
}

.about-section-inner {
  display: flex;
  flex-direction: column;
}

/* Style the custom file input label */
.profile-picture-label {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #24afc2, #fe9628);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 180px;
}

.profile-picture-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #fe9628, #24afc2);
}

.profile-picture-label:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.send-message-to-guide-info-1-inner-2 {
   padding-top: 50px;
}

.add-button-padding {
  padding: 20px;
}

.prior-guides-outter-container {
  width: 60%;
  max-width: 90%;
}

/* Container for the file input section */
.profile-picture-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    width: fit-content;
    justify-self: center;
}

/* Style for the file input instruction text */
.profile-picture-instruction {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

/* Style for uploaded image preview */
.profile-picture-preview {
    width: 200px;
    height: 200px;
    border-radius: 10%;
    object-fit: cover;
    border: 4px solid #24afc2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.fellow-travelers-heading {
  text-align: center;
}

.about-section-three-image-container {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      background-image: url('https://buckish-ghosted-maps.s3.us-west-1.amazonaws.com/boggler-on-phone-2.webp');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 250px;
      height: 375px;
}

@media screen and (min-width: 1200px) {

  .about-section-three-image-container {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      bottom: 0;
      left: 5%;
      background-image: url('https://buckish-ghosted-maps.s3.us-west-1.amazonaws.com/boggler-on-phone-2.webp');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 250px;
      height: 360px;
    }
}

.profile-picture-preview:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

  /* Remove button styling */
  .remove-picture-button {
      position: absolute;
      background: #fff;
      border: none;
      text-decoration: underline;
      cursor: pointer;
      font-size: 0.9rem;
      padding: 6px 8px;
      transition: color 0.2s ease;
      bottom: -5px;
      left: -10px;
      border: 2px solid #999;
      border-radius: 50%;
  }

  .remove-picture-button:hover {
      transform: scale(1.5);
  }

  /* File input with drag and drop styling */
  .file-drop-zone {
      border: 2px dashed #24afc2;
      border-radius: 8px;
      padding: 40px 20px;
      text-align: center;
      background: rgba(36, 175, 194, 0.05);
      transition: all 0.3s ease;
      cursor: pointer;
      min-width: 300px;
  }

  .file-drop-zone:hover {
      border-color: #fe9628;
      background: rgba(254, 150, 40, 0.05);
  }

  .file-drop-zone.drag-over {
      border-color: #fe9628;
      background: rgba(254, 150, 40, 0.1);
      transform: scale(1.02);
  }

  .fellow-travellers-heading {
    margin: 20px auto;
  }

  /* Icon for file upload */
  .upload-icon {
      font-size: 3rem;
      color: #24afc2;
      margin-bottom: 15px;
  }

  .outer-row-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .inner-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  /* Upload text styling */
  .upload-text {
      color: #666;
      font-size: 1rem;
      margin-top: 10px;
  }

  .upload-text-bold {
      font-weight: 600;
      color: #24afc2;
  }

  .before-call-info-add-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .before-call-info-add-section {
    width: 50%;
  }

  .send-message-to-guide-info-container {
    width: 100%;
  }

  .send-message-to-guide-info-1-outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .send-message-to-guide-info-1-inner-1 {
    width: 50%;
  }

  .send-message-to-guide-info-1-inner-2 {
    width: 50%;
  }

  .flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .send-message-to-guide-customer-profile-picture {
    width: 75px;
    height: auto;
    margin-top: 40px;
    border-radius: 20px;
    object-fit: cover;
    margin-right: 20px;
  }

  .ghosted-message-button {
    width: 75px;
    height: 75px;
  }


@keyframes spin {
  0% {
    transform: translateX(-70%);
  }
  50% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(-70%);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes textGrow {
  from {
    font-size: 1.2rem;
  }
  to {
    font-size: 1.5rem;
  }
}


@media screen and (max-width: 1200px) {
  .send-message-to-guide-info-1-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
























/*Responsive Styles */


@media screen and (max-width: 768px) {
  .gratitude-container {
    flex-direction: column;
    align-items: center;
  }
  .gratitude-section {
    width: 100%;
  }
  .gratitude-button-textual {
    display: none;
  }
  .gratitude-button-visual {
    display: block;
  }
  .alert-modal {
    width: 90%;
    height: 80vh;
  }
  .suggest-archetype-modal {
    width: 90vw;
    height: 80vh;
  }
  .hamburger {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 8px;
  }
  .hamburger .bar {
    width: 28px;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.2s;
  }
  .site-title {
    font-size: 1.1rem;
    margin: 1rem 0 0.5rem 0;
    text-align: center;
  }
  .main-nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 0;
    margin-left: auto;
    margin: 0 auto;
    align-items: center;
    width: auto;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .app-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .buckish-about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .buckish-about-text-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .buckish-about-text-buttons img {
    width: 120px;
    height: 120px;
    cursor: pointer;
  }
  .main-nav.closed {
    display: none;
  }
  .main-nav.open {
    display: flex;
  }
  .prior-guides-outter-container {
    width: 90%;
    max-width: 90%;
  }
  #about {
    flex-direction: column;
    align-items: center;
  }
  #about div {
    text-align: center;
    padding: 1rem;
    margin: 0 auto;  
  }
  #about-founder {
    flex-direction: column;
    align-items: center;
  }
  .apex-in-buckish-inner-container {
        flex-direction: column;
        align-items: center;
      }
      #about-apex-in-buckish .flex-column {
        flex-direction: column;
        align-items: center;
      }
      #about-apex-in-buckish .flex-column .written-content {
        display: flex;
        flex-direction: column;
      }
      #about-the-app {
        flex-direction: column;
        align-items: center;
      }
  .about-the-app {
        flex-direction: column;
        align-items: center;
      }
  .ghosted-explanation {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
  }
  .app-card {
    margin: unset;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .app-card p {
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    color: #2f3e3e;
    background-color: #fff8e1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin: 1rem;
    border: 1px solid #ddd;
  }
  .buckish-hotline-link {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #0978d9;
    text-decoration: underline;
    font-size: 1.7rem;
  }
  .messaging-apps-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .messaging-apps-icon-container-boggler {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    justify-content: space-evenly;
    width: 100%;
  }

  .prior-guides-polaroid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fffdf8;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    padding: 0.75rem 0.75rem 1.25rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    max-width: 95%;
  }
  .about-section-three-image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    bottom: unset;
    left: unset;
    margin-bottom: 20px;
  }
  .messaging-icon-outer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
  }
  .icon {
    object-fit: contain;
  }
  .header-logo {
    width: 40px;
    height: 40px;
  }
  .profile-pic {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin: 0 auto;
    height: auto;
  }
  .descriptor-image {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  .prior-guides-outer-container {
    display: "flex";
    flex-direction: "column";
    justify-content: "flex-start";
    text-align: "center";
    width: 100%;
    align-self: baseline;
  }
  .pick-time-slot-button {
    font-size: 24px;
    width: 100%;
  }
  .desktop-margin-top-120 {
    margin-top: unset;
  }
  .mobile-remove-bottom-margin {
    margin-bottom: 0;
  }
  .abundance-limits-map {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .buckish-whofor-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .guide-type-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .how-it-works-paragraphs-container {
    max-height: unset;
  }

  .the-boggler-intro {
    font-size: 1.5rem;
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .buckish-whofor-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .break-on-mobile {
    display: block;
  }
  .buckish-walking-desktop {
    display: none;
  }
  .guide-signup-heading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
  }

  .outer-row-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .inner-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .guide-signup-image {
    display: flex;
    width: 150px;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .guide-signup-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .signup-as-guide-options-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    min-width: unset;
  }

  .polaroid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #fffdf8;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    padding: 0.75rem 0.75rem 1.25rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    max-width: 900px;
    justify-content: space-around;
  }

  .boggler-hero-section-inner-1 {
    width: 100%;
  }

  .boggler-hero-section-inner-2 {
    width: 100%;
  }

  .polaroid.polaroid-suggest-archetype {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #fffdf8;
    padding: 0.75rem 0.75rem 1.25rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    max-width: 900px;
    justify-content: space-around;
    box-shadow: unset;
    border: none;
    width: 100%;
  }

  .how-it-works-paragraphs-container p {
    font-size: 22px;
    line-height: 1.6;
  }

  .about-section-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: unset;
    align-self: unset;
    width: 100%;
    margin-right: 0;
  }

  .polaroid > div.profile-photo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
  } 

  .about-section-three-text-container {
    padding: 0;
    width: 100%;
    margin-left: 0;
  }

   .polaroid > div.profile-photo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
  }

  .polaroid > div.caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .boggler-about-section-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .guide-signup-phone-input {
    font-size: 22px;
    padding: 10px;
    width: 250px;
    text-align: center;
  }

  .choose-account-guide-types {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    padding-top: 0;
  }

  .choose-account-container h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .account-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff8e1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
  }

  .while-you-wait-for-upload-video {
    width: 95vh;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .talk-to-guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
  }

  .signup-as-guide-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    max-width: 90vw;
    padding: 0 5px;
  }

  .signup-as-guide-header {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  #signup-as-guide-form-intro-title {
    display: block;
    font-size: 2.5rem;
    text-align: center;
    margin: 0;
  }
  #signup-as-guide-form-intro-subtitle {
      display: block;
      font-size: 1.5rem;
      text-align: center;
      margin: 0;
  }

  .signup-as-guide-form-survey-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .signup-as-guide-form-survey-section > .signup-as-guide-basic-info-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .desktop-left-mobile-center {
    text-align: center;
  }

  .signup-as-guide-form-motivation-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    width: 80vw;
    max-width: 80vw;
  }

  .guide-signup-form-next-back-button {
    margin-bottom: 1rem;
  }

  .signup-as-guide-basic-info-details {
    max-width: 300px;
  }

  .add-custom-archetype-button {
    margin: 1rem auto;
    height: 25px;
  }

  .gender-select {
    display: flex;
    flex-direction: row;
    max-width: 300px;
  }

  .applicant-profile-picture {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    max-width: 150px;
    height: auto;
  }

  .meme-video {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
  }

  .buckish-about-section {
    display: flex;
    flex-direction: column;
    max-width: 98%;;
  }

  .blog-article-outer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .otp-method-button-active {
    font-size: 1rem;
    padding: 8px 12px;
    background-color: #fe9628;
  }

  .otp-method-button-inactive {
    font-size: 1rem;
    padding: 8px 12px;
    background-color: #24afc2;
  }

  .blog-article-writing-container {
    display: flex;
    width: 95%;
    height: auto;
    max-height: unset;
    flex-direction: column;
    align-items: left;
    padding: 10px;
    justify-content: flex-start;
    text-align: left;
  }

  .get-started-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }

  .blog-article-image-container {
    display: flex;
    width: 95%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .send-message-to-guide-info-1-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .send-message-to-guide-info-container {
    width: 100%;
  }

  .before-call-info-add-section {
    width: 100%;
  }

   .send-message-to-guide-info-1-inner-1 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .send-message-to-guide-info-1-inner-2 {
    width: 100%;
  }

  .profile-picture-container {
    position: relative;
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    width: fit-content;
  }

  .profile-links-section-profile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-items: center;    
    align-items: start;
    align-content: start;
    width: fit-content;       
    margin: 0 auto;    
  }

  .fellow-travellers-heading {
    margin: 5px auto;
  }

  .boggler-hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    width: 90%;
  }

  .boggler-background {
    margin-top: unset;
    border-bottom: 10px solid #24afc2;
  }

  .hero-title {
    font-size: 3rem;
    font-family: 'lucky', Arial, Helvetica, sans-serif;
    color: #555;
    text-align: center;
    margin-top: 20px;
  }

  .about-section-three div:first-child {
    margin-right: 0;
  }

  .about-section-three div.cta-button {
    margin: 20px auto;
  }

  .about-section-problem-statement {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    font-family: 'lucky', Arial, Helvetica, sans-serif;
    width: 100%;
  }

  .how-it-works-paragraphs-container {
    max-width: 100%
  }

  .prior-guides-container {
    justify-content: flex-start;
    max-height: unset;
  }

  .prior-guides-polaroid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
  }

}
