.hero {
    position: relative;
     
}

.bg-overlay {
    position: relative;
    height: 100%;
    padding: 0;          /* NO spacing by default (mobile) */
}

/* ---------- MOBILE (CENTER) ---------- */
.hero-center {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Mobile view */
@media (max-width: 767px) {
    
    .hero-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .hero-img {
        width: 90px;
    }

    .hero-center h1 {
        font-size: 25px;
        line-height: 1.3;
        color: #fff;
        margin: 0;
    }
}

/* ---------- DESKTOP (LEFT) ---------- */
@media (min-width: 768px) {
    .hero {
        position: relative;
    min-height: 90vh;
    padding-top: 130px;
    padding-bottom: 130px;
    
    background-size: cover;
    background-position: center;
    }

    .bg-overlay {
        padding: 80px 0;       /* TOP & BOTTOM SPACE (desktop only) */
        position: absolute;
    inset: 0; /* top:0 right:0 bottom:0 left:0 */
    background: rgba(0, 0, 0, 0.45); /* adjust darkness */
    
    }
    .hero-center {
        top: 50%;
        
        left: 60px;              /* left aligned */
        transform: translateY(-50%);
        
    }

    .hero-img {
        width: 120px;
    }

    .hero-center h1 {
        font-size: 60px;
        line-height: 1.2;
        color: white;
    }
}

/* FAQ Page Styles */
.faq-page {
    margin-top: 30px;
}

.faq-page .section-title {
    margin-bottom: 25px;
}

.faq-page .section-title h2 {
    font-weight: 700;
}

.faq-page .faq-item {
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}

.faq-page .faq-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}

.faq-page .faq-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0;
    text-align: justify;
}

@media (max-width: 768px) {
    .faq-page .faq-item h3 {
        font-size: 16px;
    }
}
.faq-page .panel-title a {
    display: block;
    text-decoration: none;
    font-weight: 600;
}

.faq-page .panel-title a:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
}

.faq-page .panel-title a.collapsed:after {
    content: "\f105";
}

.faq-page .panel-body a {
    color: #337ab7;
    text-decoration: underline;
}
.wa-chat-box-poweredby{
    display: none;
  }
@media only screen and (max-width: 600px) {
  .display-mobile{
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .display-lap{
    display: none;
  }
}

.blog-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 100%;
}

.blog-image {
    height: 220px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 15px;
}

.blog-category {
    display: inline-block;
    background: #6fbf44;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
    margin-bottom: 8px;
}

.blog-title {
    font-size: 18px;
    margin: 8px 0;
}

.blog-title a {
    color: #222;
    text-decoration: none;
}

.blog-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-date {
    font-size: 12px;
    color: #999;
}
.viator-section {
  margin: 60px auto;
  padding: 40px 20px;
  background: #fafafa;
  border-radius: 12px;
}

.viator-section h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.viator-section p {
  text-align: center;
  color: #555;
}

.affiliate-note {
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 15px;
}
.viator-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 100%;
}

.viator-card h3 {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 10px;
}

.viator-sub {
    color: #555;
    margin-bottom: 20px;
}

.affiliate-note {
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}
/* Floating buttons */

.floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 999999;
    
    flex-direction: column;
    display: flex !important; /* Force visibility */
    
}

.floating-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.floating-btn.floating-btn, .floating-btn:hover, .floating-btn:focus, .floating-btn:active {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    text-decoration: none !important; /* This removes the underline */
    outline: none !important;         /* This removes the focus box */
}

.toggle-form { background: #ff7a00; }
.whatsapp { background: #25D366; }
.call { background: #007bff; }

/* Enquiry form */
#global-enquiry-form {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 10px;
    right: 85px;
    /* width: 350px; */
    z-index: 999998;
    background: #3e3f42;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

/* Toggle class */
.form-box-inner.form-hidden {
    display: block !important;
}
.form-box-inner {
    display: none;
}
.btn1, button, input[type='button'], input[type='submit'] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 15px;
    background-color: #6dc234;
    color: #fff;
    line-height: 1.6;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn1, button, input[type='button'], input[type='submit'] {
    border: none;
    text-shadow: none;
    padding-bottom: 8px;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}
/* Mobile Responsive View */
@media (max-width: 767px) {
    .floating-buttons {
        flex-direction: row !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        
        
        background: #fff; /* Optional: background for the bar */
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    }
    .floating-buttons {
        flex-direction: row !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    .floating-btn, 
    .floating-btn.floating-btn, 
    .floating-btn:hover {
        flex: 1; /* Each button takes equal space */
        height: 60px; /* Slightly taller for easy thumb tapping */
        border-radius: 0; /* Square edges for the bottom bar look */
        margin-top: 0; /* Remove the desktop spacing */
        box-shadow: none; /* Shadow is now on the container */
        border-right: 1px solid rgba(255,255,255,0.2); /* Subtle divider */
    }

    /* Remove border from last button */
    .floating-btn:last-child {
        border-right: none;
    }

    /* Adjust the form position so it doesn't cover the buttons when open */
    
    #global-enquiry-form {
        right: 10px;
        left: 10px;
        bottom: 70px;
        width: calc(100% - 20px);
        max-height: 80vh; /* Prevents form from going off-top of screen */
        overflow-y: auto; /* Adds scroll if form is too tall */
    }

    /* Make the table cells stack vertically on small screens */
    .holiday-form-table, 
    .holiday-form-table tr, 
    .holiday-form-table td {
        display: block;
        width: 100% !important;
    }

    .tc-input, .tc-select {
        width: 100% !important;
        margin-bottom: 10px;
    }
}
/* featured-image*/
.featured-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
@media (max-width: 767px) {
.card-details .card-title {
    font-size: 2.25rem;
    margin-top: 11px;
    margin-bottom: .75rem;
}
}
.entry-content h2[id] {
  scroll-margin-top: 145px;
}
.home-seo-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #f9fbfd, #ffffff);
}

.seo-card {
  height: 100%;
  background: #fff;
  padding: 35px 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Accent line */
.seo-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff9800, #ff5722);
}

/* Hover effect */
.seo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.seo-card h3 {
  font-size: 19px;
  margin-bottom: 18px;
  color: #2074be;
  line-height: 1.4;
  text-align: center;
}

.seo-card p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 14px;
}

.seo-card ul {
  padding-left: 18px;
  margin-top: 12px;
}

.seo-card ul li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #444;
}
.tl-split-section {
    background: #f9fafc;
}

.tl-info-section {
    
   padding: 80px 0;
    background: #f9fafc;
}

.tl-content-box {
    padding: 30px 20px;
}

@media (max-width: 991px) {
    .tl-content-box {
        padding: 50px 25px;
    }
}
@media (max-width: 991px) {
    .tl-bg-image {
        min-height: 260px;
        width: 100%;
    }

    .tl-bg-image {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .tl-info-section {
        padding: 20px 0;
        background: #f9fafc;
    }
    

    .tl-dest-btn {
        display: inline-flex !important;  /* 🔥 critical */
        align-items: center;
        justify-content: center;
        white-space: nowrap;              /* 🔥 prevent text break */
        flex-shrink: 0;                   /* 🔥 don’t compress */
        width: auto !important;           /* 🔥 stop full-width */
        font-size: 12px;
        padding: 8px 14px;
    }
    .tl-destination-buttons {
        display: flex !important;
        flex-wrap: nowrap !important;   /* 🔥 force one line */
        overflow-x: auto;               /* 🔥 allow horizontal scroll */
        gap: 8px;
        width: 100%;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch;
    }

    .tl-destination-buttons::-webkit-scrollbar {
        display: none;
    }
}

.tl-subtitle {
    display: inline-block;
    color: #ff7a00;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
}

.tl-content-box h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.tl-content-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.tl-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
}

.tl-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
}

.tl-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7a00;
    font-weight: bold;
}

.tl-btn {
    display: inline-block;
    background: #ff7a00;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tl-btn:hover {
    background: #e56c00;
    color: #fff;
    transform: translateY(-2px);
}

.tl-bg-image {
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (max-width: 991px) {
    .tl-bg-image {
        min-height: 300px;
    }
    .tl-bg-content {
        padding: 50px 25px;
    }
}
/* Button container */
.tl-destination-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.tl-dest-btn {
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #ff7a00;
    border: 1.5px solid #ff7a00;
    text-decoration: none;
    background: #fff;
    transition: all 0.3s ease;
}

.tl-dest-btn:hover {
    background: #ff7a00;
    color: #fff;
    transform: translateY(-2px);
}
.row.align-items-stretch {
    display: flex;
    flex-wrap: wrap; /* ✅ allow stacking */

}
@media (max-width: 767px) {
    .tl-bg-image {
        min-height: 240px;
    }
}
.section-heading {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

.section-subheading {
    font-size: 17px;
    color: #666;
    max-width: 700px;
    margin: 10px auto 0;
    padding:20px 0;
}
/* ================================
   ABOUT US PAGE – FINAL STYLING
   ================================ */

.about-us-content {
  padding-bottom: 30px;
}

/* Page Title */
.about-us-content .page-header {
  margin-bottom: 30px;
  border-bottom: none;
}

.about-us-content .page-header h1 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
  color: #2f3542;
}

/* Paragraphs */
.about-us-content .entry-content p {
  font-size: 15.5px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 18px;
}

/* Section Headings */
.about-us-content .entry-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: #1e90ff;
  margin-top: 38px;
  margin-bottom: 12px;
  position: relative;
}

/* Underline below headings */
.about-us-content .entry-content h2::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #1e90ff;
  margin-top: 6px;
}

/* Lists */
.about-us-content .entry-content ul {
  margin: 15px 0 28px 0px;
  list-style: none; /* remove default bullets */
  padding-left: 0;
}

.about-us-content .entry-content ul li {
  position: relative;
  padding-left: 28px; /* space for tick */
  margin-bottom: 10px;
  line-height: 1.7;
  color: #555;
}
.about-us-content .entry-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #ff7a00; /* brand blue */
  font-size: 14px;
  font-weight: bold;
}

/* Strong text emphasis */
.about-us-content .entry-content strong {
  color: #222;
  font-weight: 600;
}

/* CTA paragraph (last section) */
.about-us-content .entry-content p strong:last-child {
  color: #1e90ff;
}

/* Sidebar spacing */
.sidebar-padder {
  padding-top: 12px;
}

/* Sidebar menu */
.widget_nav_menu ul li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #eee;
}

.widget_nav_menu ul li a:hover {
  color: #1e90ff;
  padding-left: 4px;
  transition: all 0.2s ease;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
  .about-us-content .page-header h1 {
    font-size: 26px;
  }

  .about-us-content .entry-content h2 {
    font-size: 20px;
  }

  .about-us-content {
    padding-top: 10px;
  }
}
/* SERVICES PAGE DESIGN */
.service-page {
    font-size: 16px;
    line-height: 1.8;
}

.service-intro-box {
    background: #f8fbff;
    padding: 25px;
    border-left: 4px solid #2a7de1;
    margin-bottom: 30px;
    border-radius: 6px;
}

.service-heading {
    margin-top: 35px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-card {
    background: #ffffff;
    padding: 20px 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.service-card ul {
    padding-left: 18px;
    margin: 0;
}

.service-card li {
    margin-bottom: 8px;
}

.why-choose-box {
    background: #f1f7ff;
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
    border: 1px solid #e3ecff;
}
/* ===== CONTACT PAGE PREMIUM SOFT UI ===== */
body.contact {
    background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
    font-family: 'Segoe UI', sans-serif;
}

/* Hero Section Enhancement */
.contact .hero {
    position: relative;
}

.contact .bg-overlay {
    background: rgba(0, 0, 0, 0.45);
}

.contact .intro-title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

/* Map Styling */
.mapp iframe {
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    margin-top: -40px;
}

/* Main Section Spacing */
.contact .main.container {
    margin-top: 60px;
    margin-bottom: 70px;
}

/* Heading Styling */
.contact h2 {
    color: #1b2a4e;
    font-weight: 600;
}

/* Soft SEO Content Card */
.seo-contact-content {
    background: linear-gradient(135deg, #ffffff, #f7fbff);
    padding: 25px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 102, 204, 0.08);
    border: 1px solid #eef3f9;
}

/* Contact Info Card (Left) */
.contact .col-md-6.pull-left {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    border-left: 5px solid #ff7a00;
    transition: 0.3s ease;
}

.contact .col-md-6.pull-left:hover {
    transform: translateY(-3px);
}

/* Form Card (Right) */
.contact .col-md-6.pull-right {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    border-top: 4px solid #0077cc;
}

/* Form Labels */
.contact .form-group label {
    font-size: 12px;
    color: #888;
}

/* Input Fields */
.contact .form-control {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e3eaf3;
    background: #f9fbff;
    transition: all 0.3s ease;
    font-size: 15px;
}

/* Textarea */
.contact textarea.form-control {
    height: auto;
    min-height: 120px;
}

/* Input Focus Effect (Soft Travel Blue Glow) */
.contact .form-control:focus {
    border-color: #0077cc;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 119, 204, 0.08);
}

/* Submit Button – Travel Theme Gradient */
.contact input[type="submit"] {
    background: linear-gradient(135deg, #ff7a00, #ff9f43);
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 20px rgba(255, 122, 0, 0.25);
    transition: all 0.3s ease;
}

.contact input[type="submit"]:hover {
    background: linear-gradient(135deg, #e96d00, #ff8c2a);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(255, 122, 0, 0.35);
}

/* Contact Text Styling */
.contact p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}

/* Strong Text (Reach Us, Contact, Email) */
.contact strong {
    color: #0f2b5b;
    font-weight: 600;
}

/* Email Links */
.contact a[href^="mailto"] {
    color: #0077cc;
    font-weight: 500;
}

.contact a[href^="mailto"]:hover {
    color: #ff7a00;
    text-decoration: none;
}

/* Social Icons – Colourful Hover */
.contact .list-inline li {
    margin: 0 12px;
}

.contact .list-inline i {
    color: #6c7a89;
    transition: 0.3s ease;
}

.contact .fa-facebook:hover { color: #1877f2; }
.contact .fa-youtube:hover { color: #ff0000; }
.contact .fa-instagram:hover { color: #e1306c; }

.contact .list-inline i:hover {
    transform: scale(1.2);
}

/* Divider */
.contact hr.small {
    border-top: 1px solid #e9eef5;
    margin: 35px 0;
}
/* Contact Info Card Styling */
.contact-info-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    border-left: 4px solid #ff7a00;
}

/* Heading */
.contact-heading {
    font-size: 22px;
    color: #1b2a4e;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-heading i {
    color: #ff7a00;
    margin-right: 8px;
}

/* Company Name */
.brand-name {
    font-size: 20px;
    color: #0f2b5b;
    letter-spacing: 1px;
}

.tagline {
    font-size: 14px;
    color: #777;
    font-style: italic;
}

/* Contact Item Layout */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-top: 18px;
}

/* Icons */
.contact-icon {
    font-size: 18px;
    color: #0077cc;
    margin-right: 12px;
    margin-top: 4px;
    min-width: 20px;
}

/* Text */
.contact-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    text-align: left;
}

.label {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

/* Highlight Main Phone */
.highlight-phone {
    background: #f4f9ff;
    border-radius: 10px;
    border: 1px solid #e3f0ff;
}

.main-phone {
    font-size: 18px;
    font-weight: 700;
    color: #ff7a00;
    text-decoration: none;
}

.main-phone:hover {
    color: #e66d00;
}

/* Email Styling */
.email-main {
    font-weight: 600;
    color: #0077cc;
    text-decoration: none;
}

.email-main:hover {
    color: #ff7a00;
}
/* ===== MODERN CONTACT FORM DESIGN ===== */
.contact-form-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #ff7a00;
    transition: 0.3s ease;
}

.contact-form-card:hover {
    transform: translateY(-3px);
}

/* Title */
.form-title {
    color: #1a2b49;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.required-text {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}

.star {
    color: #ff7a00;
    font-weight: bold;
}

/* Modern Input Field */
.modern-field {
    position: relative;
    margin-bottom: 18px;
}

/* Icons inside input */
.field-icon {
    position: absolute;
    left: 15px;
    top: 13px;
    color: #0077cc;
    font-size: 16px;
}

/* Input Styling */
.modern-form .form-control {
    height: 50px;
    padding-left: 45px;
    border-radius: 12px;
    border: 1px solid #e4ecf5;
    background: #f8fbff;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Textarea specific */
.textarea-field .form-control {
    height: auto;
    min-height: 130px;
    padding-top: 12px;
}

/* Focus Effect (Soft Travel Blue Glow) */
.modern-form .form-control:focus {
    border-color: #0077cc;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 119, 204, 0.08);
    outline: none;
}

/* Attractive Gradient Button */
.modern-submit-btn {
    background: linear-gradient(135deg, #ff7a00, #ffa94d);
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 25px rgba(255, 122, 0, 0.3);
    transition: all 0.3s ease;
}

/* Button Hover */
.modern-submit-btn:hover {
    background: linear-gradient(135deg, #e66d00, #ff8c2a);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(255, 122, 0, 0.4);
}
* FORM CONTAINER */
.contact-form-box {
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    border-top: 4px solid #ff6b00;
}

/* HEADER ALIGNMENT FIX */
.form-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ICON STYLE */
.form-icon {
    background: #eaf4ff;
    color: #0b63ce;
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 50%;
}

/* SUBTEXT FIX (THIS SOLVES YOUR ALIGNMENT ISSUE) */
.form-subtext {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: left;
    max-width: 100%;
}

/* REQUIRED TEXT */
.required-text {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

.required-text span {
    color: #ff6b00;
    font-weight: bold;
}
#dialogpoup {
    max-height: 80vh;
    overflow-y: auto !important;
}

.ui-dialog {
    max-height: 90vh !important;
}
.ui-dialog-content {
    overflow-y: auto !important;
    padding-right: 15px;
}
/* Modern Popup Styling */
.ui-dialog {
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2) !important;
    border: none !important;
}

.ui-dialog-titlebar {
    background: #2c3e50 !important;
    color: #fff !important;
    border: none !important;
    font-size: 18px !important;
    padding: 12px 20px !important;
}

.ui-dialog-title {
    font-weight: 600 !important;
}

.ui-dialog-content {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.ui-widget-overlay {
    background: rgba(0,0,0,0.6) !important;
}
/* Make all place cards equal height */
.place-box {
    height: 100%;
    margin-bottom: 25px;
}

/* Fix image container height */
.entry-thumbnail {
    height: 250px;       /* You can adjust (220–280px) */
    overflow: hidden;
}

/* Make image fill container */
.entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* Very important */
    display: block;
}
.lead2{
    color: rgba(255, 255, 255, 0.95);
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 4rem;
}
.home-faq-section{
    padding:70px 0;
    background:#f8f9fb;
}

.faq-heading{
    font-size:32px;
    font-weight:700;
    margin-bottom:40px;
}

.faq-wrapper{
    max-width:900px;
    margin:auto;
}

.faq-item{
    border-bottom:1px solid #ddd;
}

.faq-question{
    width:100%;
    text-align:left;
    padding:18px 10px;
    font-size:17px;
    font-weight:600;
    background:none;
    border:none;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#222;
}
.faq-question:hover{
    color:#ff6600;
}

.faq-icon{
    font-size:20px;
    color:#ff6600;
    transition:0.3s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:all .4s ease;
}

.faq-answer p{
    padding:0 10px 20px 10px;
    color:#555;
}

.faq-item.active .faq-answer{
    max-height:1000px;
}

.faq-item.active .faq-icon{
    transform:rotate(45deg);
    color:#ff6600 !important;
}
/* Fix text disappearing when FAQ is open */
.faq-question:focus,
.faq-question:active{
    color:#ff6600 !important;
    outline:none;
}
/* also protect span text */
.faq-question span{
    color:#ff6600;
}
/* iternary margin*/
#itinerary{
    scroll-margin-top:120px;
}
.lead1{
    font-size: 35px;
    color: #222020;
    font-weight:bold;
    
}