@media screen and (max-width: 767px) {
.widget-area {
    padding-top: 40px !important;
    padding-bottom: 0;
}
.footer-widget {
        margin-bottom: 25px !important;
    }
    .footer-widget .widget_title::before{
        display: none;
    }
    .footer-widget .widget_title {
        font-size: 16px;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .footer-layout1 .footer-top [class*=col-] {
    padding: 20px 0 20px 0;
    }
      .footer-layout1 .copyright-wrap {
    padding: 16px 0;
    background-color: #1d2429;
    margin-top: -25px;
}
.footer-widget.widget_nav_menu ul {
    margin-top: -0.13em;
    margin: 20px 0;
}
.footer-info {
    margin-top: 0.8em;
}
.contact-table {
    margin: 3px 0 10px 0;
}
.form-section.space-extra-bottom {

        padding-bottom: 4px !important;
    }
.footer-widget:last-child {
        margin-bottom: 30px;
    }
    .package-style1.layout2 .package-name {
    font-size: 23px;
}
.package-style1.layout2 .package-price {
        font-size: 20px;
    }
    .package-style1.layout2 .package-shape {
    margin: 4px 30px 6px 30px;
}
.package-style1 .package-img {
    width: var(--img-size, 150px);
    height: var(--img-size, 150px);
    padding: 12px;
    margin: 0 auto 14px auto;
}
    .package-style1.layout2 .vs-btn {
        font-size: 17px;
        line-height: 1.35rem;
    }
        .accordion-style1 .accordion-button {
        padding: 8px 0 8px 0;
        font-size: 15px;
        line-height: 1.35;
    }
}
/* ── Mobile: hero image first, then content ── */
@media (max-width: 767px) {
    .media-style3 {
        margin-bottom: 0 !important;
        margin-top: 40px;
    }
  .hero-inner {
    display: flex !important;
    flex-direction: column !important;
  }
.media-body {
    flex: 1;
    text-align: left;
}
  .hero-img {
    order: 1;   /* appears first */
  }
    .hero-layout2 .hero-img {
        max-width: 100%;
        margin-bottom: -80px;
    }
  .hero-content {
    order: 2;   /* appears second */
  }
  .hero-img img {
    position: relative;
    top: -50px;
}
.hero-layout2 .hero-content {
        padding: 60px 0 0px 0;
}
.service-style1 .service-title {
    font-size: 17px;
    margin: 0.75em 0 11px 0;
}
.service-style1{
    margin-bottom: 25px;
}
.mt-23 {
    margin-top: 23px !important;
}
.faq-section .sec-title {
    font-size: 28px !important;
    margin-bottom: 0px;
}
.contact-table .tr {
    flex-wrap: wrap;
    flex-direction: column;
}
.contact-table .th {
        font-size: 16px !important;
}
.contact-table .td{
     font-size: 16px !important;
}
}
@media (max-width: 767px) {

    .vs-carousel .slick-list {
        padding-right: 30px !important;
        overflow: hidden;
    }

    .vs-carousel .slick-slide {
        padding: 0 10px;
        box-sizing: border-box;
    }
}
.faq-section .sec-title {
    font-size: 48px;
}

    

    /* Mobile only: toggle behavior */
    @media (max-width: 767px) {
        .footer-toggle-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-toggle-icon {
        display: inline-flex;
        align-items: center;
        transition: transform 0.3s ease;
        font-size: 18px;
        margin-left: 8px;
        flex-shrink: 0;
    }
        .footer-toggle-title {
            cursor: pointer;
            user-select: none;
        }

        /* Hide body by default on mobile */
        .footer-widget-body {
            display: none;
            overflow: hidden;
        }

        /* Show body when active */
        .footer-widget.active .footer-widget-body {
            display: block;
        }

        /* Rotate icon when open */
        .footer-widget.active .footer-toggle-icon {
            transform: rotate(180deg);
        }
        .breadcumb-content {
        padding: 30px 0 20px 0 !important;
    }
    .breadcumb-title {
        font-size: 18px !important;
    }
    .breadcumb-menu li, .breadcumb-menu a {
    word-break: break-word;
    white-space: normal;
    font-weight: 600;
    font-size: 11px !important;
    color: #fcfcfc7a;
    font-family: var(--body-font);
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
}
    }

    /* Desktop: always show content, icon is static */
    @media (min-width: 768px) {
        .footer-widget-body {
            display: block !important;
        }

        .footer-toggle-title {
            cursor: default;
            pointer-events: none;
        }
    }
     /* ── Skeleton loader ──────────────────────────────────── */
        .skeleton {
            background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
            background-size: 200% 100%;
            animation: shimmer 1.5s infinite;
            border-radius: var(--radius);
            aspect-ratio: 1 / 1;
        }
        @keyframes shimmer {
            0%   { background-position: 200% 0; }
            100% { background-position: -200% 0; }
        }
    .cta-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
    .cta-section .sec-title {
        font-size: 23px;
    }
    .background-image, [data-bg-src] {
    background-position: left center;
}
}

@media (max-width: 1199px) {
    .service-style3 {
        padding: 40px 25px 10px 25px;
    }
    .service-style3 .service-title {
        font-size: 18px;
    }
}
.table-style1 .th {
    font-size: 15px;
    min-width: 150px;
    max-width: 150px;
}
.table-style1 .td {
    color: #6f6c6c;
    text-align: left;
    margin-right: auto;
}
.form-style2 .vs-btn {
    margin-top: 0;
}
.form-group {
    margin-bottom: 15px;
}
textarea {
    min-height: 100px;
}
.vs-icon img {
    width: 50px;
    height: 50px;
}
.preloader-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background-image: url('../img/loader.jpeg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 10;
}
.breadcumb-title {
    color: #fde6d8;
    font-size: 53px;
}
.breadcumb-menu li, .breadcumb-menu a {
    word-break: break-word;
    white-space: normal;
    font-weight: 700;
    font-size: 14px;
    color: #fcfcfc7a;
    font-family: var(--body-font);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.breadcumb-menu li:last-child {
    color: rgb(252 252 252 / 88%);
}