/* ===== GLOBAL RESPONSIVE SAFETY NET ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  max-width: 100%;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  overflow-x: hidden;
}



body {
    font-family:'Poppins', sans-serif;
    margin: 0px;
    background-color: #ffffff;
}
h1 {
    font-family:'Poppins', sans-serif;
    font-size: 36px;
    font-weight:bold;
    margin: 0;
    padding: 0;
}
h2 {
    font-family:'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
h3 {
    font-family:'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
h4 {
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
h5 {
    font-family:'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 200;
    margin: 0px;
    padding: 0px;
}
h6 {
    font-family:'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
}
p {
    font-family:'Poppins', sans-serif;
    margin-top: 10px;
    padding: 0px;
    font-size: 20px;
}
.spacertop8{
    margin-top: 8;
}
.spacertop16{
    margin-top: 16;
}
.spacertop24{
    margin-top: 24;
}


.footer{
    background: #292929;
    color: #ffffff;
    padding: 24px 0 24px;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    width: 100%; 
}
.footer_content_box {
    max-width: 1200px;
    width: 100%;
    margin: 0px 20px;
}
.footer_content{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}
.footer_content2{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.footer_logo{
    width: 260px;
}
.social_media_logos_group{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social_media_logos{
    width: 50px;
}
.clickable_links_footer{
    display: flex;
    gap: 20px;
}
h5.clickable_links_text{
    color: #B2B2B2;
    text-decoration-line: underline;
    text-decoration-color: #B2B2B2;
    text-underline-offset: 3px;
}


.header{
    background: #ffffff;
    padding: 24px 0 24px;
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    width: 100%; 
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.header_content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.header_content_box{
    max-width: 1200px;
    width: 100%;
    margin: 0px 20px;
}
.seeker_button {
    background-color: #D3E8FF;
    width: 48%;
    border-radius: 8px;
    height: 36px;
    align-items: center;
    cursor: pointer;
    color: #218DFF;
    align-content: center;
    text-align: center;
    padding: 0px 20px;
    border: 1px solid #218DFF;
}
.plan_button {
    background-color: #D3E8FF;
    width: 100%;
    border-radius: 8px;
    height: 36px;
    align-items: center;
    cursor: pointer;
    align-content: center;
    text-align: center;
}
.plan_button2 {
    background-color: #D3E8FF;
    border-radius: 20px;
    height: 36px;
    align-items: center;
    cursor: pointer;
    align-content: center;
    text-align: center;
    padding: 10px 30px;
    align-self: center;
    margin-bottom: 20px;
}
.expert_button {
    background-color: #FFE4D3;
    width: 48%;
    border-radius: 8px;
    height: 36px;
    align-items: center;
    cursor: pointer;
    align-content: center;
    color: #FF7621;
    text-align: center;
    padding: 0px 20px;
    border: 1px solid #FF7621;
}
.clickable_links_text_header{
    color: #797979;
}
a {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.main_body_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.main_body_box_content{
    max-width: 1200px;
    width: 100%;
    margin: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.main_body_box_home{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_body_box_content_home{
    max-width: 1200px;
    width: 100%;
    margin: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}



/* CONTACT FORM */
.contact_form_wrapper {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}

.form_group label {
  font-size: 14px;
  font-weight: 500;
  color: #3b3b3b;
  margin-bottom: 6px;
  display: block;
}
.form_group input,
.form_group textarea {
  width: 95%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.form_group input:focus,
.form_group textarea:focus {
  outline: none;
  border-color: #218DFF;
}
.contact_submit_btn {
  margin-top: 8px;
  padding: 14px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(135deg, #218DFF, #1b6fd8);
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact_submit_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(33, 141, 255, 0.3);
}
/* SNACKBAR */
#snackbar {
  visibility: hidden;
  min-width: 260px;
  background-color: #2e7d32;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 14px;
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 14px;
  z-index: 999;
}
#snackbar.show {
  visibility: visible;
  animation: fadein 0.4s, fadeout 0.4s 2.6s;
}
@keyframes fadein {
  from { opacity: 0; bottom: 10px; }
  to { opacity: 1; bottom: 30px; }
}
@keyframes fadeout {
  from { opacity: 1; }
  to { opacity: 0; }
}




.q {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.q h4 {
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  padding-right: 50px;
}

.faq-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.faq-content {
  display: none;
  margin-top: 15px;
}

.q.active .faq-content {
  display: block;
}

.q.active .faq-toggle {
  transform: rotate(90deg);
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 6px;
}


.cta-section {
  width: 100%;
  padding: 40px 20px;
}

.cta-box {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url("../images/blue-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 40px 50px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-box h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  color: #0a0a0a;
  max-width: 70%;
}

.cta-btn {
  background: #0d3b66;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* ✅ Mobile */
@media (max-width: 768px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .cta-box h2 {
    max-width: 100%;
    font-size: 22px;
  }
}





.role-section {
  padding: 20px;
}

.role-container {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}

/* LEFT */
.role-card {
  background: #fffcfc;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.role-card.active {
  background: #fafafa;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.role-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.role-header h3 {
  margin: 0;
  font-size: 18px;
}

.toggle {
  font-size: 22px;
  transition: transform 0.3s ease;
}

/* accordion body */
.role-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.role-card.active .role-body {
  max-height: 200px;
  margin-top: 12px;
}

.role-card.active .toggle {
  transform: rotate(45deg);
}

/* RIGHT */
.role-right {
  background: #fafafa;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.role-content {
  display: none;
}

.role-content.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.role-content img {
  max-width: 240px;
  margin-bottom: 20px;
}

.role-content ul {
  padding-left: 18px;
}

.role-content li {
  margin-bottom: 8px;
  color: #555;
}

/* Mobile */
@media (max-width: 900px) {
  .role-container {
    grid-template-columns: 1fr;
  }
}



/* =========================
   MOBILE (Phones)
   ========================= */
/* ===== UNIVERSAL RESPONSIVENESS ===== */

/* MOBILE */
@media (max-width: 768px) {

  /* Any flex container */
  div {
    flex-wrap: wrap;
  }

  section,
  header,
  footer,
  main {
    width: 100%;
  }

  /* Force all layouts vertical */
  .header_content,
  .footer_content,
  .footer_content2,
  .what_seekexperts_box,
  .find_buttons,
  .role-container,
  .cta-box {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }

  /* Kill fixed widths */
  [style*="width"],
  .what_seekexperts,
  .seeker_button_home,
  .booking-card,
  .small-card {
    width: 100% !important;
  }

  /* Reduce padding & margins */
  section,
  .main_body_box_content,
  .main_body_box_content_home {
    margin: 16px !important;
    padding: 16px !important;
  }

  /* Headings scale */
  h1 { font-size: 22px !important; }
  h2 { font-size: 20px !important; }
  h3 { font-size: 16px !important; }
  h4 { font-size: 14px !important; }
  h5 { font-size: 13px !important; }

  /* Buttons */
  button,
  .button,
  .button2,
  .button3 {
    width: 100%;
    transform: none !important;
  }
}


/* ===== HEADER RESPONSIVE MENU ===== */

.burger {
  display: none;
  font-size: 28px;
  cursor: pointer;
          color: #fc7234;
}

/* MOBILE */
@media (max-width: 768px) {

  .burger {
    display: block;
            color: #fc7234;
  }

  /* Hide everything except logo & burger */
  .header_content > .clickable_links_footer {
    display: none;
  }

  .header_content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  /* Mobile dropdown menu */
  .header_content.open > .clickable_links_footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-top: 16px;
    align-items: center;
  }
}
