/* contactus page css start */
.captcha-error {
  display: none;
  font-size: 12px;
  color: red;
  text-align: center;
}

.contactus_header {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #5b5b5b;
}

.travel_ul li {
  margin-top: 10px;
  font-size: 15px;
}

.travel_ul li::marker {
  color: #ff6e00;
}

.class_label {
  font-size: 15px !important;
  font-weight: bold !important;
  color: #5b5b5b !important;
}

.span_message {
  font-size: 18px;
  font-weight: bold;
}

.select2 {
  width: 100% !important;
}

@media (max-width: 360px) {
  .travel_display {
    display: none;
  }

  .contactus_header {
    font-size: 20px;
  }

  .cartMainBox {
    top: 0 !important;
  }

  .select2 {
    width: 100% !important;
  }

  .span_message {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .travel_display {
    display: none;
  }

  .contactus_header {
    font-size: 20px;
  }

  .cartMainBox {
    top: 0 !important;
  }

  .select2 {
    width: 100% !important;
  }

  .span_message {
    font-size: 14px;
  }
}

#advice-validate-select-city {
  display: none !important;
}

#banner-ad {
  text-align: -webkit-center;
}

.banner-desktop-image {
  display: block;
  width: 90%;
  border-radius: 10px;
}

.cartBox {
  background: white;
  border-radius: 10px;
  background: #f2f2f2;
  color: #5b5b5b !important;
  font-size: 18px;
}

.banner-desktop-image {
  display: block;
  width: 100%;
}

.banner-mobile-image {
  display: none;
}

.cu_inquiry_type {
  border: 1px solid #ff6e00;
  margin: 0;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 5px;
}

.cu_inquiry_type .form-group {
  margin-bottom: 0px;
}

.cu_inquiry_type input[type="radio"] {
  display: inline;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  cursor: pointer;
}

.cu_inquiry_type label {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .banner-desktop-image {
    display: none;
  }

  .banner-mobile-image {
    display: block;
    width: 100%;
  }
}
.container-5 {
  max-width: 90%;
  margin: auto;
  display: flex;
  /* margin-top: 3rem;
        height: fit-content;
        border-radius: 1rem;
        border: 1px solid #EFEFEF;
        box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
        background: #FFF; */
}

.download-outer-container {
  display: flex;
  width: 90%;
  align-items: center;
  margin: auto;
}

.download-box-left {
  /* width: 70%; */
  /* margin: 3rem; */
}

.download-box-left h3 {
  color: #18171d;
  font-size: 20px;
  font-weight: 700;
}

.download-box-left p {
  color: #27262b;
  font-size: 13px;
  font-weight: 600;
}

.download-box-left span {
  color: #ff6e00;
}

.app-container {
  display: flex;
  gap: 12px;
}

.app-btn {
  max-width: 100%;
  height: 3rem;
  /* margin: 0rem 0rem 0rem 5rem; */
}

.app-btn:hover {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.download-box-right {
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
}

.download-box-right img {
  width: 90%;
}
.import_shadow {
  box-shadow: 5px 5px #888888;
}

.icon_align {
  line-height: 45px !important;
  vertical-align: middle !important;
}

.image_caption {
  text-align: center;
  padding: 8px !important;
  display: block;
  color: white;
  background: #ff6e00;
  margin-top: -6px;
  font-size: 15px;
  overflow-wrap: break-word !important;
  border-radius: 5px;
  white-space: nowrap;
}

.modalSubmitBtn {
  /* width: 100%; */
  height: auto;
  color: #fff;
  background: #ff6e00;
  padding: 8px;
}
/* added by deep on 26-05-2025 */
.suggestionCard {
  background: #fff;
  width: 200px;
  /* Fixed width for consistency */
  height: fit-content;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 8px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  width: 170px !important;
}

.suggestionCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  white-space: nowrap;
}

.message {
  font-size: 14px;
  color: #555;
}

.circuit-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.card-button {
  background: #ff6e00;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}

.card-button:hover {
  background: #a18355;
}

.success-container {
  background-color: #f0f8f0;
  border: 1px solid #d0e8d0;
  border-radius: 5px;
  padding: 10px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  max-width: 600px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.success-icon {
  margin-right: 20px;
}

.success-icon img {
  width: 40px;
  height: 40px;
}

.success-message p {
  margin: 5px 0;
  color: #2e7d32;
  font-family: Arial, sans-serif;
}

#successmessage {
  font-weight: bold;
  font-size: 16px;
}

#successmessagesecond {
  font-size: 14px;
  color: #4a8c4a;
}
/* plan section */
.plan-options-container {
  font-family: "Segoe UI", Arial, sans-serif;
  max-width: 500px;
  margin: 20px auto;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.plan-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-top: 0;
}

.plan-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #ff6e00;
}

.plan-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.plan-option {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 10px;
}

.plan-option:hover {
  border-color: #ff6e00;
}

.plan-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: relative;
  top: 2px;
  flex-shrink: 0;
  height: 22px;
  width: 22px;
  margin-right: 10px;
  background-color: #fff;
  border: 2px solid #bdc3c7;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.plan-option:hover .checkmark {
  border-color: #ff6e00;
}

.plan-option input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #ff6e00;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff6e00;
}

.plan-option input:checked ~ .checkmark:after {
  display: block;
}

.option-content {
  display: flex;
  flex-direction: column;
}

.option-text {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1rem;
}

.option-description {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 5px;
  line-height: 1.4;
}

.option-features {
  font-size: 0.8rem;
  color: #ff6e00;
  line-height: 1.4;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #ff6e00;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  background: #e66500;
}

.plan-option.selected {
  background-color: #f0f7ff;
  border-color: #cce0ff;
}

.plan-loading {
  color: #666;
  margin-left: 5px;
}

.plan-success {
  color: #28a745;
  margin-left: 5px;
}

.plan-error {
  color: #dc3545;
  margin-left: 5px;
}
/* plan section */
/* contactus page css start */
.shadow-tbl {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2),
    /* bottom */ 0 -4px 6px rgba(0, 0, 0, 0.2),
    /* top */ -4px 0 6px rgba(0, 0, 0, 0.2); /* left */
}
.shadow-tbr {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2),
    /* bottom */ 0 -4px 6px rgba(0, 0, 0, 0.2),
    /* top */ 4px 0 6px rgba(0, 0, 0, 0.2); /* right */
}
/* New Design for contact us page end */

/* Color Palette & Base Configurations */
:root {
  --ydc-plum: #5c1837;
  --ydc-plum-light: #fdf3f5;
  --ydc-orange: #ff7433;
  --ydc-orange-hover: #e65c1f;
  --ydc-text-dark: #333333;
  --ydc-text-muted: #666666;
  --ydc-border-color: #e2e2e2;
  --ydc-input-bg: #ffffff;
  --ydc-card-bg-light: #fff5f2;
  --ydc-card-bg-darker: #dbcbcc;
}

/* Generalized Card Styling */
.ydc_card {
  background: #ffffff;
  border: 1px solid var(--ydc-border-color);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

/* --- Left Column Elements --- */
.ydc_main_heading {
  color: var(--ydc-plum);
  font-size: 1.4rem;
  font-weight: 700;
}

.ydc_contact_item {
  border-bottom: 1px solid var(--ydc-border-color);
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.ydc_label_sub {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ydc-plum);
  margin-bottom: 3px;
  display: block;
}

.ydc_contact_value {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ydc-text-muted);
  margin-bottom: 0;
}

.ydc_contact_value_normal {
  font-size: 0.95rem;
  color: var(--ydc-text-muted);
  margin-bottom: 0;
}

/* Promo Card Elements */
.ydc_promo_card {
  background: #ffffff;
  position: relative;
}

.ydc_promo_title {
  color: var(--ydc-plum);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.ydc_promo_text {
  font-size: 0.85rem;
  color: var(--ydc-plum);
  margin-top: 6px;
  font-weight: 500;
}

.ydc_store_buttons img {
  max-height: 36px;
  width: auto;
}

.ydc_promo_img {
  bottom: -24px;
  right: -10px;
  max-height: 200px;
  object-fit: contain;
}

/* --- Right Column Elements --- */
.ydc_form_heading {
  font-size: 2rem;
  font-weight: 700;
  color: var(--ydc-plum);
  margin-bottom: 2px;
}

.ydc_form_subheading {
  font-size: 0.95rem;
  color: var(--ydc-text-muted);
  margin-bottom: 0;
}

/* Send Inquiry vs Existing Booking Tabs */
.ydc_toggle_group {
  background: var(--ydc-plum-light);
  padding: 4px;
  border-radius: 8px;
}

.ydc_toggle_btn {
  border: none;
  background: transparent;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ydc-plum);
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}

.ydc_toggle_btn.active {
  background: var(--ydc-plum);
  color: #ffffff;
}

/* Form Input Element Styling */
.ydc_input_label {
  font-size: 0.9rem;
  color: var(--ydc-text-muted);
  font-weight: 500;
  margin-bottom: 6px;
}

.ydc_form_control {
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.95rem;
  background-color: var(--ydc-input-bg);
}

.ydc_form_control:focus {
  border-color: var(--ydc-plum);
  box-shadow: 0 0 0 0.2rem rgba(92, 24, 55, 0.15);
}

.ydc_textarea {
  resize: none;
}

/* Form Action Buttons */
.ydc_btn_secondary {
  background-color: var(--ydc-orange);
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.2s;
}

.ydc_btn_secondary:hover {
  background-color: var(--ydc-orange-hover);
}

.ydc_btn_primary {
  background-color: var(--ydc-orange);
  font-size: 1.1rem;
  transition: background-color 0.2s;
}

.ydc_btn_primary:hover {
  background-color: var(--ydc-orange-hover);
}

/* Responsive Structural Modifications */
@media (max-width: 575.98s) {
  .ydc_toggle_group {
    width: 100%;
  }

  .ydc_toggle_btn {
    flex: 1;
    text-align: center;
  }

  .ydc_btn_primary {
    width: 100%;
  }
}

.ydc_form_container {
  animation: ydcFadeIn 0.2s ease-in-out;
}

@keyframes ydcFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Accordion Custom Adjustments --- */
.ydc_accordion_btn {
  background-color: transparent !important;
  color: var(--ydc-plum) !important;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  box-shadow: none !important;
}

.ydc_accordion_btn::after {
  background: #fff;
  background-size: 1.25rem;
}

.ydc_step_title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ydc-plum);
  margin-bottom: 4px;
}

.ydc_step_desc {
  font-size: 0.92rem;
  color: var(--ydc-text-muted);
  line-height: 1.5;
}

/* --- Card Interior Architecture --- */
.ydc_card_divider {
  border-top: 1px solid var(--ydc-border-color);
  opacity: 1;
}

/* Base Accordion Header Configuration */
.ydc_accordion_btn {
  background-color: transparent !important;
  color: var(--ydc-plum) !important;
  font-size: 1.35rem;
  font-weight: 700;
  padding: 1.25rem 1rem;
  box-shadow: none !important;
}

/* Modern Plum Custom Arrow Indicator (Pointing Up when Active) */
.ydc_accordion_btn::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235c1837'%3e%3cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e") !important;
  background-size: 1.15rem;
  transition: transform 0.2s ease-in-out;
}

/* Rotating Arrow Indicator (Pointing Down when Collapsed) */
.ydc_accordion_btn.collapsed::after {
  transform: rotate(180deg);
}

/* Layout Padding inside Individual Steps/Contacts */
.ydc_step_item,
.ydc_contact_item {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* --- Section Typography --- */
.ydc_trust_heading,
.ydc_associated_heading {
  /* font-family: Georgia, serif; */
  color: var(--ydc-plum);
  font-size: 2.2rem;
  font-weight: 500;
}

/* --- Stats Cards Container Styling --- */
.ydc_stat_card {
  background-color: var(--ydc-plum);
  border-radius: 8px;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}

.ydc_stat_card:hover {
  transform: translateY(-3px);
}

.ydc_stat_number {
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.ydc_stat_label {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 400;
  opacity: 0.9;
}

/* --- Associated With Horizontal Layout Configuration --- */
.ydc_horizontal_scroll_container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
  /* Clear space for scrollbar layout track */
}

/* Hide scrollbar completely for clean interface styling while keeping scroll behavior */
.ydc_horizontal_scroll_container::-webkit-scrollbar {
  height: 6px;
}

.ydc_horizontal_scroll_container::-webkit-scrollbar-track {
  background: transparent;
}

.ydc_horizontal_scroll_container::-webkit-scrollbar-thumb {
  background: #e2e2e2;
  border-radius: 10px;
}

.ydc_partner_track {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-width: max-content;
  /* Guarantees items won't break to a new line */
}

/* --- Partner Item Individual Cards --- */
.ydc_partner_card {
  background-color: var(--ydc-card-bg-light);
  border-radius: 12px;
  width: 220px;
  /* Fixed equal widths for clean flow layout design */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
}

.ydc_partner_card:hover {
  background-color: var(--ydc-card-bg-darker);
}

.ydc_logo_circle {
  width: 130px;
  height: 130px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.ydc_logo_circle img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ydc_partner_name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ydc-plum);
  margin-bottom: 8px;
  min-height: 38px;
  /* Ensures text wrapper matches alignments */
  display: flex;
  align-items: center;
  justify-content: center;
}

.ydc_book_now_link {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ydc-plum);
  text-decoration: none;
  transition: color 0.15s ease;
}

.ydc_book_now_link i {
  font-size: 0.95rem;
  color: var(--ydc-orange);
  transition: transform 0.15s ease;
}

.ydc_book_now_link:hover i {
  transform: translateX(3px);
}

/* Responsive alignment normalization */
@media (min-width: 1200px) {
  .ydc_partner_track {
    min-width: 100%;
    /* Matches container grid perfectly on desktops */
  }
}

/* --- FAQ Section Custom Styles --- */

/* Main Section Title */
.ydc_faq_main_heading {
  /* font-family: Georgia, serif; */
  color: #5c1837;
  /* Plum color theme */
  font-size: 2.2rem;
  font-weight: 500;
}

/* Individual FAQ Card Item wrappers */
.ydc_faq_item {
  background-color: #fff5f2 !important;
  /* Soft peach/pink light background tint */
  border: 1px solid #ebdcd7 !important;
  /* Light accent border matching your design */
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01);
}

/* FAQ Trigger Buttons */
.ydc_faq_btn {
  background-color: transparent !important;
  color: #000000 !important;
  /* Bold black title styling from screenshot */
  font-size: 1.15rem;
  font-weight: 600;
  padding: 1.5rem 1.75rem 1rem 1.75rem;
  box-shadow: none !important;
}

/* Change style when accordion item is collapsed vs opened */
.ydc_faq_btn:not(.collapsed) {
  color: #000000 !important;
}

/* Text Content Styling inside the panels */
.ydc_faq_body {
  color: #666666;
  /* Muted grey body text matching your design */
  font-size: 1.05rem;
  line-height: 1.6;
  padding: 0 1.75rem 1.5rem 1.75rem;
}

/* --- Arrow Transitions (Matching up/down logic exactly) --- */
.ydc_faq_btn::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e") !important;
  background-size: 1.25rem;
  transition: transform 0.25s ease-in-out;
  transform: rotate(0deg);
  /* Arrow faces up when active/expanded */
}

.ydc_faq_btn.collapsed::after {
  transform: rotate(180deg);
  /* Arrow rotates downwards when collapsed */
}

/* Responsive Font Scaling for Smaller Viewports */
@media (max-width: 767.98s) {
  .ydc_faq_main_heading {
    font-size: 1.75rem;
  }

  .ydc_faq_btn {
    font-size: 1.05rem;
    padding: 1.25rem 1.25rem 0.75rem 1.25rem;
  }

  .ydc_faq_body {
    font-size: 0.95rem;
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}

/* --- Hero Banner Module Styles --- */
.ydc_hero_banner {
  /* Use your actual image path when deploying to development/production */
  background-size: cover;
  min-height: 400px;
  width: 100%;
  padding: 60px 0;
  position: relative;
}

/* Typography Styles */
.ydc_hero_title {
  /* font-family: Georgia, serif; */
  font-size: 2.8rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ydc_hero_subtitle {
  font-size: 1.35rem;
  color: #ffffff;
  font-weight: 400;
  max-width: 680px;
  line-height: 1.5;
  opacity: 0.95;
}

/* CTA Button Styles */
.ydc_hero_btn {
  background-color: #ff7433;
  /* Theme Orange */
  font-size: 1.1rem;
  transition:
    background-color 0.2s ease-in-out,
    transform 0.2s ease-in-out;
}

.ydc_hero_btn:hover {
  background-color: #e65c1f;
  transform: translateY(-2px);
}

/* Responsive Viewport Scale Fixes */
@media (max-width: 767.98px) {
  .ydc_hero_banner {
    min-height: 320px;
    padding: 40px 0;
  }

  .ydc_hero_title {
    font-size: 2rem;
  }

  .ydc_hero_subtitle {
    font-size: 1.05rem;
    max-width: 90%;
  }

  .ydc_hero_btn {
    font-size: 1rem;
    width: 80%;
    max-width: 280px;
  }
}
/* Inline Popup Styling Box */
.ydc-inline-popup {
  /* background-color: #fffdec;  */
  border-color: #ffe0b2 !important;
  position: relative;
  z-index: 10;
  animation: fadeInQuick 0.2s ease-out;
}

/* Subtle accent line on top of the popup box */
.ydc-inline-popup::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 20px;
  width: 30px;
  height: 2px;
  /* background-color: #ff7433; */
}

/* Small custom close element */
.small-close-btn {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  font-size: 0.85rem;
  padding: 0 4px;
  transition: color 0.2s;
}
.small-close-btn:hover {
  color: #ff7433;
}

/* Hide scrollbar tracks for the flex container array row */
#suggestionCircuit::-webkit-scrollbar {
  display: none;
}

@keyframes fadeInQuick {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fa-xmark:before {
  content: "" !important;
}
/* --- Re-Engineered Premium Modal Style Context Rules --- */
.ydc-success-modal-dialog {
  max-width: 900px !important;
  width: 95%;
}

.ydc-modal-content {
  background-color: #ffffff;
  border-radius: 16px !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

/* Modal Split Matrix Layout Rules */
.ydc-modal-left {
  background-color: #ffffff;
}

.ydc-modal-right {
  background-color: #5c1837; /* Deep maroon signature brand backdrop */
  width: 100%;
  max-width: 310px;
  background-image: linear-gradient(135deg, #5c1837 0%, #421026 100%);
}

@media (max-width: 767.98px) {
  .ydc-modal-right {
    max-width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* Floating Action Close Trigger Button */
.ydc-modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1100;
  width: 32px;
  height: 32px;
  border: none;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #6c757d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.ydc-modal-close-btn:hover {
  color: #000000;
  transform: scale(1.05);
}

/* Head Metrics Typography Layout Rules */
.ydc-success-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.ydc-main-success-title {
  color: #1e7e34;
  font-size: 1.45rem;
  font-weight: 700;
}
.ydc-sub-success-text {
  font-size: 0.92rem;
}

/* Premium WhatsApp Banner Custom Module Box Rules */
.ydc-whatsapp-banner {
  background-image: linear-gradient(90deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
  transition: transform 0.2s ease;
}
.ydc-whatsapp-banner:hover {
  transform: translateY(-2px);
}
.ydc-wa-icon-circle {
  width: 38px;
  height: 38px;
}

/* Section Decorative Typography Rules */
.ydc-section-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #212529;
}
.ydc-section-title::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background-color: #ff7433; /* Main signature accent orange color tracking block */
  margin: 8px auto 0 auto;
  border-radius: 2px;
}

/* Advanced Card Selection Component Structures */
.ydc-interactive-card {
  border: 2px solid #e9ecef;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.ydc-interactive-card:hover {
  border-color: #ced4da;
  background-color: #f8f9fa;
}

/* Native Selection State Processing Rules Injection Engine */
.ydc-hidden-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Circular Radio Checkbox Replacement Control Track Engine */
.ydc-custom-circle-check {
  width: 24px;
  height: 24px;
  border: 2px solid #ced4da;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
  margin-top: 2px;
}

/* CSS Controller updates visual state when native input receives check updates */
.ydc-hidden-checkbox:checked ~ .ydc-custom-circle-check {
  border-color: #ff7433;
  background-color: #ff7433;
}
.ydc-hidden-checkbox:checked ~ .ydc-custom-circle-check::after {
  content: "";
  /* font-family: "Font Awesome 6 Free"; */
  font-weight: 900;
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ydc-hidden-checkbox:checked ~ .option-content .option-text {
  color: #ff7433 !important;
}

/* Secondary Graphic Badges Visual Framework Layer */
.ydc-badge-icon-bg {
  position: absolute;
  right: 44px;
  top: 4px;
  font-size: 1.8rem;
  color: #f1f3f5;
  z-index: 1;
  pointer-events: none;
  transition: color 0.2s ease;
}
.ydc-hidden-checkbox:checked ~ .ydc-badge-icon-bg {
  color: #ffe0b2;
}
.option-content {
  position: relative;
  z-index: 2;
}

/* Bottom Affiliation Cards Element Scroller Array */
.ydc-trust-logo-card {
  height: 62px;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ydc-trust-logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#owl_temple_appreciation::-webkit-scrollbar {
  display: none;
}

/* Premium Footer Call To Actions Layout Rules Transformation */
.modalSubmitBtn {
  background-color: #ffffff !important;
  color: #5c1837 !important;
  border: 2px solid #ffffff !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.modalSubmitBtn:hover {
  background-color: #ff7433 !important;
  border-color: #ff7433 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
/* Shimmer Animation Base */
.ydc-shimmer-card {
  background: #ffffff;
  border: 1px solid #fed7aa; /* match light orange tone */
  border-radius: 8px;
  padding: 16px;
  width: 220px;
  min-height: 80px;
  position: relative;
  overflow: hidden;
}

.ydc-shimmer-card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 20%,
    rgba(255, 255, 255, 0.6) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: ydcShimmerAnimation 1.6s infinite;
  content: "";
}

@keyframes ydcShimmerAnimation {
  100% {
    transform: translateX(100%);
  }
}

/* Skeleton Placeholder Lines */
.ydc-shimmer-line {
  height: 12px;
  background: #f3f4f6;
  border-radius: 4px;
  margin-bottom: 10px;
}
.ydc-shimmer-line.short {
  width: 60%;
}
.ydc-shimmer-line.long {
  width: 90%;
}
.ydc-shimmer-button {
  height: 24px;
  width: 50px;
  background: #f3f4f6;
  border-radius: 4px;
  margin-top: 12px;
}
