main {
  padding-top: var(--header-height);
  color: var(--title-color);
  background-color: var(--section-color);
}

/* Mobile fix */
@media (max-width: 768px) {
  main {
    padding-top: calc(var(--header-height) - 1rem);
  }
}

/*=============== CONTACT HERO ===============*/
.contact-hero {
  padding: 120px 0px 20px 0px;
  text-align: center;
}

.hero-container{
  
  padding-left: 20px;
  padding-right: 20px;
}

.contact-hero h1 {
  margin-top: 1rem;
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
}

.contact-hero p {
  color: var(--text-color);
  max-width: 600px;
  margin: 1rem auto 0;
}

/* ================= RESPONSIVE HERO ================= */

/* Large Tablets / Small Laptops */
@media (max-width: 1024px) {

  .contact-hero {
    padding: 90px 0px 10px 0px;
  }

  .contact-hero h1 {
    font-size: 2.3rem;
  }

  .contact-hero p {
    font-size: 1rem;
  }

}

/* 📱 Large Tablets (992px and below) */
@media (max-width: 992px) {
  .contact-hero {
    padding: 80px 0 10px 0;
  }

  .contact-hero h1 {
    font-size: 2.2rem;
  }

  .contact-hero p {
    font-size: 0.95rem;
    max-width: 500px;
  }
}

/* Tablets */
@media (max-width: 768px) {

  .contact-hero {
    padding: 80px 0px 10px 0px;
  }

   .hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-hero h1 {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  .contact-hero p {
    font-size: 0.95rem;
    max-width: 90%;
  }

}

/* Large Phones */
@media (max-width: 576px) {

  .contact-hero {
    padding: 70px 0px 10px 0px;
  }

  .contact-hero h1 {
    font-size: 1.6rem;
     line-height: 1.3;
  }

  .contact-hero p {
    font-size: 0.9rem;
     margin-top: 0.7rem;
  }

}

/* Mobile Devices */
@media (max-width: 425px) {

  .contact-hero {
    padding: 40px 0 10px 0;
  }
  
  .contact-hero h1 {
    font-size: 1.5rem;
  }

  .contact-hero p {
    font-size: 0.85rem;
  }

}

/* Small Phones */
@media (max-width: 375px) {

  .contact-hero h1 {
    font-size: 1.35rem;
  }

}

/* Extra Small Phones */
@media (max-width: 320px) {

  .contact-hero h1 {
    font-size: 1.2rem;
  }

  .contact-hero p {
    font-size: 0.8rem;
  }

}


/* ================= CONTACT ================= */
.sd-contact {
  padding: 5rem 5%;
}

/* CONTAINER */
.contact-container {
  display: flex;
 
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.contact-info {
  flex: 1;
  text-align: left;
}

.contact-info h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--title-color);
}

.contact-info h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--title-color);
}

.contact-info p {
  color: var(--text-color);
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* APPLY BUTTON */
.apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1DC9A9;
  color: #fff;
  padding: 0.9rem 1.6rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 1rem;
  transition: 0.3s;
}

.apply-btn:hover {
  transform: translateY(-3px);
}

/* Apply button 2 */
.apply-btn-2 {
  border: 1px solid #1DC9A9;
  color: var(--text-color);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.9rem 1rem;
  text-decoration: none;
  font-weight: 500;
  margin-top: 1rem;
  transition: 0.3s;
}

.apply-btn-2:hover {
  background: #1DC9A9;
  color: var(--title-color);
  transform: translateY(-3px);
}

.form-btn:hover {
  transform: translateY(-3px);
}

/* RIGHT FORM */
.contact-form {
  flex: 1;
  background: rgba(255,255,255,0.05);
  padding: 2rem;
  
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

/* INPUT GROUP */
.input-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 2px solid rgba(255,255,255,0.2);
  color: #fff;
}

/* LABEL */
.input-group label {
  position: absolute;
  left: 10px;
  top: 10px;
  color: var(--text-color);
  transition: 0.3s;
  pointer-events: none;
}

/* FLOAT LABEL */
.input-group input:focus + label,
.input-group input:valid + label,
.input-group textarea:focus + label,
.input-group textarea:valid + label {
  top: -10px;
  font-size: 0.75rem;
  color: #1DC9A9;
}

/* SELECT SAME AS INPUT */
.input-group select {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 2px solid rgba(255,255,255,0.2);
 
   color: #fff;
  appearance: none; /* remove default style */
  cursor: pointer;
}

/* DROPDOWN ICON (optional premium touch) */
.input-group select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5H5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.input-group select option {
  color: #000;
}

/*
.input-group select:focus {
  border-bottom: 2px solid #1DC9A9;
}*/

/* FLOAT LABEL FOR SELECT */
.input-group select:focus + label,
.input-group select:valid + label {
  top: -10px;
  font-size: 0.75rem;
  color: #1DC9A9;
}
/* BUTTON */
.contact-form .btn {
  margin-top: 1rem;
}

.form-alert{
  margin-top: 10px ;
  background:var(--text-color);
  color:var(--title-color);
  padding:12px;
  border-radius:8px;
  text-align:center;
  margin-bottom:15px;
}

.d-none{
  display:none;
}


/* RESPONSIVE */
@media (max-width: 768px) {

 .sd-contact {
    padding: 3rem 20px;
  }

  .contact-container {
    flex-direction: column;
    gap: 2rem;
  }


  .contact-info,
  .contact-form {
    width: 100%;
    flex: unset;
  }

  .contact-info h2 {
    font-size: 2rem;
  }

  .contact-info h3 {
    font-size: 1.6rem;
  }

  .contact-form {
    padding: 1.5rem;
  }
}

/* ============= loctaions ================*/

#location-section{
  padding: 0px 0px 20px 0px;
  
}

.location-container{
  padding-left: 20px;
  padding-right: 20px;
}


.section-title {
    font-weight: 700;
    font-size: 44px;
}

.section-title span {
    color: #1DC9A9;
}

.location-card {
    backdrop-filter: blur(10px);
    background: var(--card-color);
    border: 1px solid rgba(255, 255, 255, 0.08);
  
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.05);
     background: rgba(255,255,255,0.05); */
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
   
    height: 100%;
    
}

.location-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.flag {
    width: 35px;
    margin-bottom: 10px;
}

.location-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--title-color);
    margin-bottom: 10px;
}

.location-card p {
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 6px;
}

.phone a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
}

.phone a:hover {
    text-decoration: underline;
    color: #1DC9A9;;
}

/* ================== RESPONSIVE FIX ================== */

/* Large Tablets / iPads (992px - 1199px) */
@media (max-width: 1199px) {
   

    .section-title {
        font-size: 36px;
    }

    .location-card {
        padding: 20px;
    }

    .location-title {
        font-size: 17px;
    }

    .location-card p {
        font-size: 13px;
    }

    .flag {
        width: 30px;
        margin-bottom: 8px;
    }
}

/* Tablets / Medium Devices (768px - 991px) */
@media (max-width: 991px) {
   

    .section-title {
        font-size: 36px;
    }

    .location-card {
        padding: 18px;
    }

    .location-title {
        font-size: 16px;
    }

    .location-card p {
        font-size: 12px;
    }

    .flag {
        width: 28px;
        margin-bottom: 6px;
    }
}

/* Large Mobile / Small Tablets (576px - 767px) */
@media (max-width: 767px) {
   

    .section-title {
        font-size: 34px;
    }

    .location-card {
        padding: 15px;
    }

    .location-title {
        font-size: 15px;
    }

    .location-card p {
        font-size: 12px;
    }

    .flag {
        width: 25px;
        margin-bottom: 5px;
    }
}

/* Small Mobile / Extra Small Devices (below 575px) */
@media (max-width: 575px) {

    #location-section {
    padding: 0px 0px 15px 0px;
  }
    
 .location-container {
    padding-left: 10px;
    padding-right: 10px;
  }

    .section-title {
        font-size: 32px;
        text-align: center;
    }

    .location-card {
        padding: 12px;
    }

    .location-title {
        font-size: 14px;
    }

    .location-card p {
        font-size: 11px;
    }

    .flag {
        width: 22px;
        margin-bottom: 4px;
    }

    .phone a {
        font-size: 12px;
    }
}


/* ================= SMALL TABLETS (576px - 767px) ================= */
@media (min-width: 576px) and (max-width: 767.98px) {

  .section-title {
    font-size: 30px;
  }

  .location-card {
    padding: 20px;
    text-align: center;
  }

  .location-title {
    font-size: 17px;
  }

  .location-card p {
    font-size: 13.5px;
  }

  .flag {
    width: 30px;
  }
}


/* ================= TABLETS (768px - 991px) ================= */
@media (min-width: 768px) and (max-width: 991.98px) {

  .section-title {
    font-size: 36px;
  }

  .location-card {
    padding: 22px;
  }

  .location-title {
    font-size: 17px;
  }

  .location-card p {
    font-size: 14px;
  }
}

/* ================= FAQ SECTION ================= */

.faq-section {
  /* padding: 80px 5%; */
  padding: 20px 5% 80px 5%;
  /* margin-right: 20px;*/
  background: var(--section-color);
}

/* Titles */
.faq-section .section-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  font-weight: var(--font-semi-bold);
  color: var(--title-color);
  margin-bottom: 1rem;

  text-align: center;
  display: block;
}

.faq-section .section-subtitle {
  color: var(--text-color);
  max-width: 700px;
  margin: 0 auto 0 auto;
  font-size: 16px;
  line-height: 1.7;

  text-align: center;
}

/* Container */
.faq-container {
  max-width: 900px;
  margin: auto;
}

/* Item */
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Question */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--title-color);
  /*font-size: 1.1rem; */
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Plus icon */
.faq-question span {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.faq-answer p {
  padding: 0 10px 15px;
  color: var(--text-color);
  /*font-size: 0.95rem; */

  font-size: 14px;
  line-height: 1.6;
}

/* Active */
.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

/* Hover */
.faq-question:hover {
  color: var(--first-color);
}

/* ---------------- FAQ Section Responsive ---------------- */

/* Base already defined above (desktop) */

/* Large tablets / small laptops (≤992px) */
@media (max-width: 992px) {
  .faq-section {
    padding: 40px 5% 60px 5%;
  }

  .faq-section .section-title {
    font-size: 38px;
  }

  .faq-section .section-subtitle {
    font-size: 15px;
    line-height: 1.6;
    max-width: 600px;
  }

  .faq-question {
    font-size: 15px;
    padding: 18px 10px;
  }

  .faq-question span {
    font-size: 1.3rem;
  }

  .faq-answer p {
    font-size: 13px;
    padding: 0 10px 12px;
  }
}

/* Tablets / medium screens (≤768px) */
@media (max-width: 768px) {
  .faq-section {
    padding: 30px 5% 50px 5%;
  }

  .faq-section .section-title {
    font-size: 32px;
  }

  .faq-section .section-subtitle {
    font-size: 14px;
    line-height: 1.5;
    max-width: 500px;
  }

  .faq-question {
    font-size: 14px;
    padding: 16px 10px;
  }

 .faq-question span {
    font-size: 1.2rem;
  }

  .faq-answer p {
    font-size: 13px;
    padding: 0 10px 10px;
  }
}

/* Small phones / very small screens (≤480px) */
@media (max-width: 480px) {
  .faq-section {
    padding: 20px 5% 40px 5%;
  }

  .faq-section .section-title {
    font-size: 28px;
  }

  .faq-section .section-subtitle {
    font-size: 13px;
    line-height: 1.4;
    max-width: 100%;
    padding: 0 5px;
  }

  .faq-question {
    font-size: 13px;
    padding: 14px 8px;
  }

  .faq-question span {
    font-size: 1.2rem;
  }

  .faq-answer p {
    font-size: 12px;
    padding: 0 8px 10px;
  }
}

/* Extra small phones / portrait small (≤360px) */
@media (max-width: 360px) {
  .faq-section .section-title {
    font-size: 25px;
  }

  .faq-section .section-subtitle {
    font-size: 12px;
    line-height: 1.3;
  }

  .faq-question {
    font-size: 12px;
    padding: 12px 8px;
  }

  .faq-question span {
    font-size: 1rem;
  }

  .faq-answer p {
    font-size: 11px;
    padding: 0 8px 8px;
  }
}



/* ===================== Chat Button ========================== */

#chat-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #1DC9A9;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
}

/* Chat Box */
#chat-box {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* Header */
.chat-header {
  background: #1DC9A9;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.chat-header button {

  border: none;
  background: none;

  color: white;
}

/* Body */
.chat-body {
  padding: 10px;
  height: 250px;
  overflow-y: auto;
}

.bot-message {
  background: #f1f1f1;
  padding: 8px;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 5px;
}

.user-message {
  background: #1DC9A9;
  color: #fff;
  padding: 8px;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 5px;
  text-align: right;
}

/* Footer */
.chat-footer {
  display: flex;
}

.chat-footer input {
  flex: 1;
  border: none;
  padding: 10px;
}

.chat-footer button {
  background: #1DC9A9;
  color: #fff;
  border: none;
  padding: 10px;
}