html{
    overflow-x: clip;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    color: var(--text);
    background: #fff;
    line-height: 1.6;
    overflow-x: clip;
    scroll-behavior: smooth;
}
/* ---------- GENERAL NAVBAR STYLING ---------- */

.indo-navbar {
    background: #ffffff;
}

/* Logo */
.indo-logo {
    height: 40px;
    width: auto;
}



/* ---------- MENU LINKS ---------- */

.nav-link {
    font-weight: 400;
    color: #000 !important;
    font-size: 15px;
    /* padding: 0 px !important; */
}

.nav-link:hover {
    color: #0a0a0a !important;
}


/* ---------- RIGHT SIDE BUTTONS ---------- */

.right-buttons {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

/* Phone box */
.phone-box {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    color: #000 !important;
    transition: all 0.2s ease;
}

.phone-box i {
    margin-right: 10px;
    font-size: 14px;
}

.phone-box:hover {
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}


/* WhatsApp button */
.whatsapp-btn {
    background: #00A651;
    padding: 10px 20px;
    border-radius: 14px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none;
}

.whatsapp-btn:hover {
    background: #009347;
    color: #fff !important;
}


/* ---------- MOBILE ADAPTATION ---------- */

@media (max-width: 991px) {

    .right-buttons {
        display: none !important;
    }

    #navbarNav {
        padding-top: 15px;
    }

    /* Show phone and WhatsApp inside the collapsible menu */
    #navbarNav .phone-box,
    #navbarNav .whatsapp-btn {
        display: block !important;
        width: 90%;
        margin: 15px auto;
        text-align: center;
        justify-content: center !important;
    }
}


/* ---------- CUSTOM BURGER ICON ---------- */

.navbar-toggler {
    border: none !important;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* clean 3-line minimal icon */
.custom-toggler-icon {
    width: 28px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    position: relative;
}

.custom-toggler-icon::before,
.custom-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: #000;
}

.custom-toggler-icon::before {
    top: -8px;
}

.custom-toggler-icon::after {
    top: 8px;
}

/* ---------------- HERO SECTION ---------------- */

.hero-section {
    overflow-x: clip;
    background: #fff;
}

/* Location pill */
.location-pill {
    background: #e8f0ff;
    color: #2b6cd3;
    padding: 8px 16px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 0.85rem;
}

.loc-icon {
    font-size: 1rem;
    color: #2b6cd3;
}

/* Title */
.hero-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 20px;
    color: #0b0b0b;
}

/* Description */
.hero-desc {
    font-size: 1.rem;
    color: #333;
    margin-bottom: 28px;
    max-width: 580px;
}

/* Buttons */
.hero-btn-1 {
    background: #0c47ff;
    border: none;
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 700;
}

.hero-btn-1:hover {
    background: #0036d6;
}

.hero-btn-2 {
    background: #f5f9ff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    border: none;
    color: #111;
}

.hero-btn-2:hover {
    background: #e7efff;
}

/* Features */
.feature-item {
    color: #777;
    font-size: 0.75rem;
    font-weight: 600;
}

.feature-icon {
    color: #b6c7d8;
    font-size: 1.1rem;
    margin-right: 6px;
}

/* HERO IMAGE */
.hero-image {
    max-width: 80%;
    object-fit: cover;
    background: transparent !important;
}

/* -------------- RESPONSIVE -------------- */

@media (max-width: 991px) {

    .hero-title {
        font-size: 2rem;
        line-height: 1.1;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .hero-image {
        width: 100%;
        border-radius: 20px;
    }

    .hero-section .col-lg-6 {
        text-align: center;
    }

    .feature-item {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
}


/* Section padding managed by Bootstrap (py-5) */

/* Images */
.kd-image {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/* Headings */
.kd-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0b0b0b;
    margin-bottom: 18px;
}

/* Paragraphs */
.kd-text {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.65;
    max-width: 90%;
}

/* Responsive adjustments */
@media (max-width: 991px) {

    .kd-title {
        font-size: 1.7rem;
        text-align: left;
    }

    .kd-text {
        font-size: 1rem;
        max-width: 100%;
        text-align: left;
    }

    .kerala-dubai-section img {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {

    .kd-title {
        font-size: 1.5rem;
    }

    .kd-text {
        font-size: 0.96rem;
    }
}


/* --------------- SECTION TITLES --------------- */

.services-small-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b0b0b;
    margin-bottom: 8px;
}

.services-main-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    max-width: 820px;
    color: #0b0b0b;
}

/* --------------- SERVICE CARD --------------- */

.service-card {
    background: #eef6ff;
    border-radius: 28px;
    padding: 40px 35px;
    height: 100%;
}

.service-icon-inner {
    font-size: 40px;
    color: #2b6cd3;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.service-desc {
    color: #333;
    font-size: 1.05rem;
    margin-bottom: 25px;
    max-width: 90%;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}

.service-list li i {
    color: #2b6cd3;
    font-size: 1.2rem;
    margin-top: 3px;
}

/* Wrapper to center the button */
.service-btn-wrapper {
    text-align: center;
    margin-top: 20px;
}

/* Styled button */
.service-btn {
    background: #0c47ff;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(12, 71, 255, 0.25);
}

/* Hover effect */
.service-btn:hover {
    background: #0736c9;
    box-shadow: 0 6px 14px rgba(12, 71, 255, 0.35);
    transform: translateY(-2px);
}


/* --------------- RESPONSIVE --------------- */

@media (max-width: 991px) {
    .services-main-title {
        font-size: 1.7rem;
    }

    .service-card {
        padding: 30px 25px;
    }

    .service-title {
        font-size: 1.3rem;
    }

    .service-desc {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {

    .services-main-title {
        font-size: 1.5rem;
    }

    .service-card {
        padding: 28px 22px;
    }

    .service-title {
        font-size: 1.25rem;
    }

    .service-list li {
        font-size: 0.95rem;
    }
}


/* SECTION TITLES */
.hww-small-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0b0b0b;
}

.hww-main-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    max-width: 900px;
    color: #0b0b0b;
}

/* CARDS */
.hww-card {
    background: #eef6ff;
    border-radius: 28px;
    padding: 35px 28px;
    height: 100%;
}

/* ICON BOX */
.hww-icon {
    width: 55px;
    height: 55px;
    background: #dbe9ff;
    color: #0a46ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.hww-icon i {
    font-size: 26px;
    color: #0a46ff;
}

/* Step number */
.hww-step {
    color: #0a46ff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

/* Title */
.hww-title {
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 14px;
    color: #000;
}

/* Text */
.hww-text {
    color: #333;
    font-size: 1rem;
    line-height: 1.55;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 991px) {
    .hww-main-title { font-size: 1.7rem; }
    .hww-card { padding: 30px 24px; }
}

@media (max-width: 576px) {
    .hww-main-title { font-size: 1.45rem; }
    .hww-title { font-size: 1.15rem; }
    .hww-text { font-size: 0.95rem; }
}


/* Left image */
.purpose-image {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* Title */
.purpose-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #0b0b0b;
}

/* Description */
.purpose-desc {
    color: #333;
    font-size: 1.05rem;
    margin-bottom: 25px;
    max-width: 90%;
}

/* List */
.purpose-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    margin-bottom: 14px;
    color: #111;
}

.purpose-check {
    color: #2c63f9;
    font-size: 1.25rem;
}

/* Button */
.purpose-btn {
    background: #0c47ff;
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 700;
    border: none;
}

/* Responsive */
@media (max-width: 991px) {
    .purpose-title { font-size: 1.7rem; }
    .purpose-desc { max-width: 100%; }
}

@media (max-width: 576px) {
    .purpose-title { font-size: 1.5rem; }
}


/* Background */
.contact-section {
    background: #eef6ff;
}

/* Left Titles */
.contact-small-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0b0b0b;
}

.contact-main-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    max-width: 600px;
    color: #0b0b0b;
}

/* Company block */
.contact-company-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
}

.contact-company-name {
    font-size: 1.4rem;
    font-weight: 800;
}

.contact-info li {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info i {
    font-size: 1.1rem;
    color: #0d6efd;
}

/* Buttons */
.call-btn {
    background: #0c47ff;
    padding: 12px 26px;
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
}

.call-btn i {
    margin-right: 8px;
}

.whatsapp-btn2 {
    background: #16a84f;
    padding: 12px 26px;
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
}

.whatsapp-btn2 i {
    margin-right: 8px;
}

/* Form wrapper */
.contact-form-wrapper {
    background: #fff;
    border-radius: 28px;
    padding: 30px;
}

/* Inputs */
.contact-input {
    border: 2px solid #ddd;
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 1rem;
}

.contact-textarea {
    border: 2px solid #ddd;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 1rem;
}

/* Submit */
.submit-btn {
    background: #0c47ff;
    color: #fff;
    padding: 12px 26px;
    border-radius: 10px;
    font-weight: 700;
    border: none;
}

.submit-note {
    font-size: 0.95rem;
    color: #111;
}

/* ---------------- Responsive ---------------- */

@media (max-width: 991px) {
    .contact-main-title {
        font-size: 1.7rem;
    }

    .contact-form-wrapper {
        margin-top: 30px;
    }

    .submit-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .contact-main-title {
        font-size: 1.5rem;
    }

    .contact-input, .contact-textarea {
        font-size: 0.95rem;
    }

    .contact-company-name {
        font-size: 1.2rem;
    }

    .call-btn, .whatsapp-btn2 {
        width: 100%;
        text-align: center;
    }

    .submit-btn {
        width: 100%;
    }
}


/* Background same as contact section */
.faq-section {
    background: #eef6ff;
}

/* Title */
.faq-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0b0b0b;
}

/* FAQ item box */
.faq-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Question button */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b0b0b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* + icon */
.faq-icon {
    font-size: 1.8rem;
    color: #0d6efd;
    transition: transform 0.3s ease;
}

/* Answer block */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 1rem;
    padding-top: 0;
    line-height: 1.6;
    color: #444;
    transition: 
        max-height 0.35s ease,
        opacity 0.25s ease,
        padding-top 0.2s ease;
}

/* When open */
.faq-item.active .faq-answer {
    max-height: 400px; /* enough for any answer */
    opacity: 1;
    padding-top: 12px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg); /* turns + into x */
}

/* Responsive spacing */
@media (max-width: 576px) {
    .faq-title {
        font-size: 1.6rem;
    }
}

.footer-section {
    background: #fff;
    border-top: 1px solid #e6e6e6;
}

.footer-logo {
    width: 180px;
}

.footer-desc {
    font-size: 1rem;
    color: #333;
    max-width: 330px;
    line-height: 1.5;
}

/* Titles */
.footer-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0b0b0b;
}

/* List items */
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.footer-list a {
    text-decoration: none;
    color: #000;
    transition: color 0.2s ease;
}

.footer-list a:hover {
    color: #0c47ff;
}

/* Bottom */
.footer-bottom {
    font-size: 0.95rem;
    color: #555;
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
}

/* ----------- COMPACT MOBILE FOOTER FIX ----------- */

@media (max-width: 576px) {

    /* Remove large padding */
    .footer-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    /* Hide the "Services" column entirely on mobile */
    .footer-section .col-lg-3:nth-child(3) {
        display: none !important;
    }

    /* Make Quick Links + Contact appear side-by-side */
    .footer-section .col-lg-2,
    .footer-section .col-lg-3:last-child {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Left alignment */
    .footer-section {
        text-align: left;
    }

    .footer-logo {
        width: 150px;
        margin-bottom: 10px;
    }

    .footer-desc {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 20px;
        max-width: 100%;
    }

    /* Titles smaller */
    .footer-title {
        font-size: 1rem;
        margin-bottom: 8px;
        margin-top: 5px;
    }

    /* Compact list spacing */
    .footer-list li {
        margin-bottom: 5px;
        font-size: 0.88rem;
        line-height: 1.3;
    }

    .footer-list strong {
        font-weight: 700;
    }

    /* Copyright smaller + closer */
    .footer-bottom {
        font-size: 0.8rem;
        margin-top: 15px;
        padding-top: 8px;
    }
}

.hidden-input { display:none !important; }

/* Modal */
.w3f-modal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 3000;
}

.w3f-modal.show { display: flex; }

.w3f-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.w3f-modal-panel {
    position: relative;
    background: #fff;
    padding: 32px;
    width: 90%;
    max-width: 480px;
    border-radius: 12px;
    text-align: center;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.w3f-close {
    position: absolute;
    right: 14px;
    top: 12px;
    border: none;
    background: none;
    font-size: 26px;
    cursor: pointer;
}

.w3f-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 14px;
    background: #e8fff1;
    color: #0c7a30;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w3f-ok-btn {
    background: #0c47ff;
    color: #fff;
    padding: 10px 22px;
    border-radius: 10px;
    border: none;
    margin-top: 12px;
    cursor: pointer;
    font-weight: 600;
}

/* ===============================
   INDO-DUBAI INTRO ANIMATION
   =============================== */

#intro-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff; /* white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  overflow: hidden;
  transition: opacity 1s ease;
}

#intro-animation.fade-out {
  opacity: 0;
  pointer-events: none;
}

body.loading {
  overflow: clip;
}

.intro-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px !important;
  position: relative;
  flex-wrap: nowrap;
}

/* ---------------------------
   ICON (same timing as nextwud)
   --------------------------- */
.logo-icon {
  width: 120px;
  max-width: 22vw;
  opacity: 0;
  transform: scale(0.6);
  animation: iconAppear 1s ease forwards 0.5s;
}

/* ---------------------------------------
   TEXT — slides in perfectly from left side
   --------------------------------------- */
.logo-text {
  width: 340px;
  max-width: 45vw;
  opacity: 0;
  transform: translateX(-60px);
  animation: textSlide 1s ease forwards 1.2s;
}

/* KEYFRAMES */

@keyframes iconAppear {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes textSlide {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE — both images maintain same height ratio */

@media (max-width: 1024px) {
  .logo-icon { width: 100px; }
  .logo-text { width: 280px; }
}

@media (max-width: 768px) {
  .logo-icon { width: 80px; }
  .logo-text { width: 224px; }
}

@media (max-width: 480px) {
  .logo-icon { width: 65px; }
  .logo-text { width: 182   px; }
}
