.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3867 .elementor-element.elementor-element-81cec26{text-align:center;}.elementor-3867 .elementor-element.elementor-element-81cec26 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:32px;font-weight:500;}.elementor-3867 .elementor-element.elementor-element-4acf8f1:not(.elementor-motion-effects-element-type-background), .elementor-3867 .elementor-element.elementor-element-4acf8f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://estate.atc-co.net/language/english/wp-content/uploads/2025/06/4.jpg");}.elementor-3867 .elementor-element.elementor-element-4acf8f1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3867 .elementor-element.elementor-element-4acf8f1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3867 .elementor-element.elementor-element-e3842b6:not(.elementor-motion-effects-element-type-background), .elementor-3867 .elementor-element.elementor-element-e3842b6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://estate.atc-co.net/language/english/wp-content/uploads/2025/06/2-1.jpg");}.elementor-3867 .elementor-element.elementor-element-e3842b6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3867 .elementor-element.elementor-element-e3842b6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-e4d337b *//*── Language Switcher ──────────────────────────────────────────────────────*/
.lang-switcher {
  display: inline-flex;
  gap: 0.5rem;                    /* 8px between links */
  align-items: center;
}

/* Common link styling */
.lang-link {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;                /* nav size */
  font-weight: 600;
  padding: 6px 12px;              /* vertical/horizontal padding */
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

/* Hover & focus states */
.lang-link:hover,
.lang-link:focus {
  background-color: #0078d7;
  color: #ffffff;
  outline: none;
}

/* Active/current language */
.lang-link.active {
  background-color: #005ea2;
  color: #ffffff;
  cursor: default;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .lang-link {
    font-size: 14px;              /* slightly smaller */
    padding: 4px 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90616d7 *//* planning-block is implied by “.elementor-3867 .elementor-element.elementor-element-90616d7” */
.elementor-3867 .elementor-element.elementor-element-90616d7 {
  display: flex;
  align-items: center;
  gap: 2rem;
  /* …etc… */
}

.elementor-3867 .elementor-element.elementor-element-90616d7 .planning-content p {
  font-size: 16px !important;  /* lock to 16px */
  line-height: 1.6;
  margin: 0 0 1rem;
}

.elementor-3867 .elementor-element.elementor-element-90616d7 .planning-content h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
}

@media (max-width: 768px) {
  .elementor-3867 .elementor-element.elementor-element-90616d7 {
    flex-direction: column;
    padding: 1.5rem 1rem;
  }
  .elementor-3867 .elementor-element.elementor-element-90616d7 .planning-content h2 { font-size: 24px; }
  .elementor-3867 .elementor-element.elementor-element-90616d7 .planning-content p  { font-size: 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7aff81 *//*── Google Fonts: Inter ─────────────────────────────────────────────────────*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/*── Reservation Block ───────────────────────────────────────────────────────*/
.reservation-block {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #ffffff;
  border-radius: 8px;              /* 8px */
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 960px;                /* Desktop max width */
  margin: 32px auto;               /* 32px top/bottom */
  padding: 32px 16px;              /* 32px vertical, 16px horizontal */
}

/* Section Heading */
.reservation-block h2 {
  font-size: 32px;                 /* Desktop 32px */
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222222;
}

/* Intro Paragraph */
.reservation-block .intro {
  font-size: 16px;                 /* Desktop 16px */
  line-height: 1.6;
  margin-bottom: 24px;
  color: #444444;
}

/* Sub-section Heading */
.reservation-block .reservation-workflow h3 {
  font-size: 20px;                 /* Desktop 20px */
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 16px;
  color: #222222;
}

/* Steps List */
.reservation-block .workflow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;                       /* 20px between items */
}

/* Each Step */
.reservation-block .workflow-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;                       /* 12px between icon and content */
  background-color: #f0f4ff;
  padding: 16px;                   /* 16px */
  border-radius: 8px;              /* 8px */
  transition: background-color 0.2s ease;
}
.reservation-block .workflow-list li:hover {
  background-color: #e2ebff;
}

/* Emoji Icon */
.reservation-block .emoji {
  font-size: 24px;                 /* Desktop 24px */
  line-height: 1;
  margin-top: 2px;
}

/* Step Title */
.reservation-block .workflow-content strong {
  display: block;
  font-size: 18px;                 /* Desktop 18px */
  font-weight: 700;
  margin-bottom: 4px;
  color: #222222;
}

/* Step Description */
.reservation-block .workflow-content p {
  margin: 0;
  font-size: 16px;                 /* Desktop 16px */
  line-height: 1.6;
  color: #333333;
}

/*── Mobile Styles (≤768px) ─────────────────────────────────────────────────*/
@media (max-width: 768px) {
  .reservation-block {
    padding: 24px 12px;            /* 24px vertical, 12px horizontal */
    margin: 24px auto;             /* 24px top/bottom */
  }
  .reservation-block h2 {
    font-size: 24px;               /* Mobile 24px */
  }
  .reservation-block .intro {
    font-size: 14px;               /* Mobile 14px */
  }
  .reservation-block .reservation-workflow h3 {
    font-size: 18px;               /* Mobile 18px */
  }
  .reservation-block .workflow-list {
    gap: 16px;                     /* 16px */
  }
  .reservation-block .workflow-list li {
    flex-direction: column;
    gap: 8px;                      /* 8px */
  }
  .reservation-block .emoji {
    font-size: 20px;               /* Mobile 20px */
  }
  .reservation-block .workflow-content strong {
    font-size: 16px;               /* Mobile 16px */
  }
  .reservation-block .workflow-content p {
    font-size: 14px;               /* Mobile 14px */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ac9a14 *//*── Notes Block ───────────────────────────────────────────────────────────*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.notes-block {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #fff8e1;       /* pale warning */
  border-left: 4px solid #ffca28;  /* accent */
  border-radius: 8px;              /* 8px rounded corners */
  padding: 24px 16px;              /* desktop padding */
  max-width: 960px;
  margin: 32px auto;               /* center with space */
}

/* Title with icon */
.notes-title {
  display: flex;
  align-items: center;
  font-size: 20px;                 /* desktop H3 size */
  line-height: 1.3;
  font-weight: 700;
  color: #665500;
  margin: 0 0 16px;
}
.notes-title .icon {
  font-size: 24px;                 /* desktop icon size */
  margin-right: 8px;
}

/* List items */
.notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notes-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 16px;                 /* desktop body size */
  line-height: 1.6;
  color: #333333;
}
.notes-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 4px;
  color: #ff8f00;
  font-size: 16px;
}

/*── Mobile Styles (≤768px) ────────────────────────────────────────────────*/
@media (max-width: 768px) {
  .notes-block {
    padding: 16px 12px;            /* mobile padding */
    margin: 24px auto;
  }
  .notes-title {
    font-size: 18px;               /* mobile H3 size */
  }
  .notes-title .icon {
    font-size: 20px;               /* mobile icon size */
  }
  .notes-list li {
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;               /* mobile body size */
  }
  .notes-list li::before {
    font-size: 14px;
    top: 3px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b599fa *//*── Benefits Block ─────────────────────────────────────────────────────────*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.benefits-block {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #ffffff;
  max-width: 960px;           /* desktop max width */
  margin: 32px auto;          /* 32px top/bottom */
  padding: 32px 16px;         /* 32px vertical, 16px horizontal */
  border-radius: 8px;         /* 8px rounding */
}

.benefits-block h2 {
  font-size: 32px;            /* desktop H2 */
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 24px;
  color: #222222;
}

.benefits-items {
  display: flex;
  gap: 24px;                  /* space between cards */
}

.benefit-item {
  flex: 1;
  background-color: #f9f9f9;
  padding: 16px;              /* 16px */
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.benefit-item h3 {
  font-size: 20px;            /* desktop H3 */
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222222;
}

.benefit-item p {
  font-size: 16px;            /* desktop body */
  line-height: 1.6;
  color: #444444;
  margin: 0;
}

.internal-link {
  color: #0078d7;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.internal-link:hover,
.internal-link:focus {
  color: #005ea2;
  outline: none;
}

/*── Mobile Styles (≤768px) ────────────────────────────────────────────────*/
@media (max-width: 768px) {
  .benefits-block {
    margin: 24px auto;
    padding: 24px 12px;       /* 24px vertical, 12px horizontal */
  }
  .benefits-block h2 {
    font-size: 24px;          /* mobile H2 */
  }
  .benefits-items {
    flex-direction: column;
    gap: 16px;
  }
  .benefit-item h3 {
    font-size: 18px;          /* mobile H3 */
    margin-bottom: 8px;
  }
  .benefit-item p {
    font-size: 14px;          /* mobile body */
  }
  .internal-link {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e0f7df *//*── Google Font Import ──────────────────────────────────────────────────────*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/*── Testimonial Block ───────────────────────────────────────────────────────*/
.testimonial-block {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #ffffff;
  border-radius: 8px;           /* 8px */
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 960px;             /* Desktop max width */
  margin: 32px auto;            /* 32px top/bottom */
  padding: 32px 16px;           /* 32px vertical, 16px horizontal */
}

/* Section Heading */
.testimonial-block h2 {
  font-size: 28px;              /* Desktop 28px */
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
  color: #222222;
}

/* Content Layout */
.testimonial-content {
  display: flex;
  gap: 24px;                    /* 24px between media & text */
  align-items: flex-start;
}

/* Media */
.testimonial-media {
  flex: 0 0 40%;
}
.testimonial-media img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Text */
.testimonial-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.testimonial-text blockquote {
  margin: 0;
  font-size: 16px;              /* Desktop 16px */
  line-height: 1.6;
  color: #444444;
  border-left: 4px solid #0078d7;
  padding-left: 12px;
  font-style: italic;
}
.testimonial-text cite {
  display: block;
  margin-top: 12px;
  font-size: 14px;              /* Desktop 14px */
  color: #666666;
  text-align: right;
}

/* CTA Button */
.btn-cta {
  align-self: start;
  margin-top: 24px;
  font-size: 18px;              /* Desktop 18px */
  font-weight: 600;
  padding: 12px 24px;
  background-color: #0078d7;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-cta:hover,
.btn-cta:focus {
  background-color: #005ea2;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  outline: none;
}

/*── Mobile Styles (≤768px) ────────────────────────────────────────────────*/
@media (max-width: 768px) {
  .testimonial-block {
    padding: 24px 12px;         /* 24px vertical, 12px horizontal */
    margin: 24px auto;
  }
  .testimonial-block h2 {
    font-size: 24px;            /* Mobile 24px */
  }
  .testimonial-content {
    flex-direction: column;
  }
  .testimonial-media {
    width: 100%;
    margin-bottom: 16px;
  }
  .testimonial-text blockquote {
    font-size: 14px;            /* Mobile 14px */
    padding-left: 10px;
  }
  .testimonial-text cite {
    font-size: 12px;            /* Mobile 12px */
  }
  .btn-cta {
    font-size: 16px;            /* Mobile 16px */
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5961533 *//*── Google Font Import ─────────────────────────────────────────────────────*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/*── Gallery Block ─────────────────────────────────────────────────────────*/
.gallery-block {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  max-width: 960px;
  margin: 32px auto;
  padding: 32px 16px;
  background-color: #ffffff;
  border-radius: 8px;
}

/* Heading */
.gallery-block h2 {
  font-size: 32px;            /* desktop */
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222222;
  text-align: center;
}

/* Description */
.gallery-block p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #444444;
  text-align: center;
}

/* Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

/* Item */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-item:hover img {
  transform: scale(1.05);
}

/* Overlay */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .overlay {
  opacity: 1;
}
.overlay p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}

/* CTA Button */
.gallery-block .btn-cta {
  display: inline-block;
  margin: 24px auto 0;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 24px;
  background-color: #0078d7;
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
}
.gallery-block .btn-cta:hover,
.gallery-block .btn-cta:focus {
  background-color: #005ea2;
  transform: translateY(-2px);
  outline: none;
}

/*── Mobile Styles (≤768px) ───────────────────────────────────────────────*/
@media (max-width: 768px) {
  .gallery-block {
    padding: 24px 12px;
    margin: 24px auto;
  }
  .gallery-block h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .gallery-block p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .overlay p {
    font-size: 12px;
  }
  .gallery-block .btn-cta {
    font-size: 16px;
    padding: 10px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5535b00 *//*── Google Font: Inter ────────────────────────────────────────────────────*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/*── Summary Block ─────────────────────────────────────────────────────────*/
.summary-block {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f5f8fa;
  border-radius: 8px;              /* 8px corners */
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 960px;                /* desktop width */
  margin: 32px auto;               /* 32px top/bottom */
  padding: 32px 16px;              /* 32px vertical, 16px horizontal */
}

/* Heading */
.summary-block h2 {
  font-size: 32px;                 /* desktop 32px */
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 16px;             /* 16px gap */
  color: #222222;
}

/* Paragraphs */
.summary-block p {
  font-size: 16px;                 /* desktop 16px */
  line-height: 1.6;
  margin-bottom: 16px;
  color: #444444;
}
.summary-block p:last-child {
  margin-bottom: 0;
}

/*── Mobile Styles (≤768px) ────────────────────────────────────────────────*/
@media (max-width: 768px) {
  .summary-block {
    margin: 24px auto;             /* 24px top/bottom */
    padding: 24px 12px;            /* 24px vertical, 12px horizontal */
  }
  .summary-block h2 {
    font-size: 24px;               /* mobile 24px */
  }
  .summary-block p {
    font-size: 14px;               /* mobile 14px */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6ccf01 *//*── FAQ Block ─────────────────────────────────────────────────────────────*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.faq-block {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  max-width: 960px;
  margin: 32px auto;
  padding: 0 16px;
}

/* Main heading */
.faq-block > h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  color: #222222;
}

/* Section headings */
.faq-section {
  margin-bottom: 32px;
}
.faq-section h3 {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 16px;
  color: #222222;
}
.section-icon {
  font-size: 24px;
  margin-right: 8px;
}

/* FAQ items */
.faq-item {
  margin-bottom: 16px;
}
.faq-item summary {
  display: block;
  list-style: none;
  cursor: pointer;
  padding: 12px 16px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  position: relative;
  transition: background-color 0.2s ease;
}
.faq-item summary:hover,
.faq-item summary:focus {
  background-color: #f0f0f0;
  outline: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '▶';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(90deg);
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item[open] .faq-answer {
  max-height: 500px;
  padding: 12px 16px;
}
.faq-answer p {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
}

/* Internal links */
.internal-link {
  color: #0078d7;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.internal-link:hover,
.internal-link:focus {
  color: #005ea2;
  outline: none;
}

/*─ Mobile Styles (≤768px) ─────────────────────────────────────────────────*/
@media (max-width: 768px) {
  .faq-block {
    padding: 0 12px;
    margin: 24px auto;
  }
  .faq-block > h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .faq-section h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .faq-item summary {
    font-size: 16px;
    padding: 10px 12px;
  }
  .faq-item summary::after {
    right: 12px;
    font-size: 16px;
  }
  .faq-item[open] .faq-answer {
    padding: 10px 12px;
  }
  .faq-answer p {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .section-icon {
    font-size: 20px;
    margin-right: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa1fd6e *//*── Google Font Import ─────────────────────────────────────────────────────*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/*── Final CTA Block ────────────────────────────────────────────────────────*/
.final-cta-block {
  padding: 32px 16px;
  background: #f5f8fa;
}

/* Container Flex */
.cta-container {
  display: flex;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Pricing Section */
.pricing-section {
  flex: 1;
  font-family: 'Inter', system-ui, sans-serif;
}

.pricing-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #222222;
}

/* Pricing Cards Grid */
.pricing-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

/* Card Base */
.pricing-card {
  flex: 1;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Featured Weekly */
.pricing-card.featured {
  border-color: #0078d7;
  background: #e8f0ff;
}

/* Selected State */
.pricing-card.selected {
  border-color: #005ea2;
  background: #d0e2ff;
}

/* Plan Title */
.pricing-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222222;
}

/* Price */
.pricing-card .price {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0078d7;
}
.pricing-card .price span {
  font-size: 16px;
  font-weight: 400;
}

/* Description */
.pricing-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #444444;
}

/* Select Button */
.pricing-card .btn-select {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  background: #0078d7;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  transition: background 0.2s;
}
.pricing-card .btn-select:hover {
  background: #005ea2;
}

/* Register Now Button */
.btn-register {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 14px;
  background: #ff6f61;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-register:disabled {
  background: #cccccc;
  cursor: not-allowed;
}
.btn-register:not(:disabled):hover {
  background: #e55b4f;
}

/* Map Section */
.map-section {
  flex: 1;
  min-height: 300px;
}
.map-section iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/*── Mobile Styles (≤768px) ────────────────────────────────────────────────*/
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
  }
  .pricing-cards {
    flex-direction: column;
  }
  .pricing-card h3 {
    font-size: 18px;
  }
  .pricing-card .price {
    font-size: 20px;
  }
  .pricing-card .price span {
    font-size: 14px;
  }
  .pricing-card p,
  .pricing-card .btn-select {
    font-size: 14px;
  }
  .btn-register {
    font-size: 18px;
    padding: 12px;
  }
}/* End custom CSS */