* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    overflow-x: hidden;
}

/*::-webkit-scrollbar {*/
/*    width: 6px*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*    background: #0a0a0a*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background: #ffffff;*/
/*    border-radius: 3px*/
/*}*/



/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #ffffff #0a0a0a;
}

/* Chrome, Edge, Safari, Opera */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 9999px;
    border: 2px solid #0a0a0a;
}

::-webkit-scrollbar-thumb:hover {
    background: #d1d5db;
}

::-webkit-scrollbar-corner {
    background: #0a0a0a;
}

body {
    font-family: "Verdana", Sans-serif;
}

p,
a {
    font-size: 16px;
}

p>a {
    color: #E63946;
}


/* CLIENT LOGO MARQUE  START*/
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.animate-marquee {
    display: flex;
    width: max-content;
    animation: marquee 40s linear infinite;
}

.animate-marquee:hover {
    animation-play-state: paused;
}

/* whatsapp */

/* The main button container */
.whatsapp-button {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* --- Animation --- */
    animation: pulse 2s infinite;
    transition: transform 0.2s ease-in-out;
}

/* Hover effect */
.whatsapp-button:hover {
    transform: scale(1.1);
}

/* The pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(247 167 7);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Styling for the SVG icon */
.whatsapp-icon {
    width: 32px;
    height: 32px;
    fill: white;
}

.d-none {
    display: none;
}

[x-cloak] {
    display: none !important;
}



/* home page service section  */

.mv-services__layout--grid {
    display: grid;
    gap: 2.425rem;
    /* Tailwind gap-2.5 equivalent */
    grid-template-columns: 1fr;
    grid-template-areas:
        "sidebar"
        "card1"
        "card2"
        "card3"
        "card4"
        "card5";
}

@media (min-width: 640px) {
    .mv-services__layout--grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "sidebar sidebar"
            "card1   card2"
            "card3   card4"
            "card5   card5";
    }
}

@media (min-width: 1024px) {
    .mv-services__layout--grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            "sidebar card1 card2"
            "card3   card4 card5";
    }
}

.mv-services__layout--grid>* {
    height: 100%;
}


/* city and country page  */


.editor-content a {
    color: #e73b26;
    /* font-weight: 600; */
    /* text-decoration: underline; */
}

.cc-ckeditordesign h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1;
    margin: 0;
    padding: 0;

}



.cc-ckeditordesign>p:first-of-type {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #e73b26;
    margin: 20px 0;
}

.cc-ckeditordesign>p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin: 0 0 18px 0;
}

/* First table = intro text + 2x2 image grid */
.cc-ckeditordesign>table:first-of-type {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
}

.cc-ckeditordesign>table:first-of-type td {
    border: none;
    vertical-align: top;
    padding: 0;
}

.cc-ckeditordesign>table:first-of-type td:first-child {
    width: 38%;
    padding: 0 24px 16px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}

.cc-ckeditordesign>table:first-of-type td:nth-child(2) {
    width: 31%;
    padding: 0 8px 16px 0;
}

.cc-ckeditordesign>table:first-of-type td:nth-child(3) {
    width: 31%;
    padding: 0 0 16px 8px;
}

.cc-ckeditordesign>table:first-of-type img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* Feature tables = two-column sections (headings, paragraphs, lists) */
.cc-ckeditordesign>table:not(:first-of-type) {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.cc-ckeditordesign>table:not(:first-of-type) td {
    border: none;
    width: 50%;
    vertical-align: top;
    padding: 0 30px 0 0;
}

/* First heading */
.cc-ckeditordesign>h2 {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 20px;
}

/* All section headings inside tables */
.cc-ckeditordesign table h2 {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px;
}

.cc-ckeditordesign>table:not(:first-of-type) p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin: 0 0 14px 0;
}

/* Checkmark bullet lists */
.cc-ckeditordesign>table:not(:first-of-type) ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cc-ckeditordesign>table:not(:first-of-type) ul li {
    position: relative;
    padding: 6px 0 6px 26px;
    font-size: 16px;
    color: #000000;
}

.cc-ckeditordesign>table:not(:first-of-type) ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 6px;
    color: #D43925;
    font-weight: 700;
}

/* Numbered red steps list */
.cc-ckeditordesign>table:not(:first-of-type) ol {
    list-style: decimal;
    margin: 0;
    padding-left: 20px;
    color: #E73B26;
}

.cc-ckeditordesign>table:not(:first-of-type) ol li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Responsive: stack image grid + feature columns on mobile */
@media (max-width: 767px) {

    .cc-ckeditordesign>table:first-of-type,
    .cc-ckeditordesign>table:first-of-type tbody,
    .cc-ckeditordesign>table:first-of-type tr,
    .cc-ckeditordesign>table:first-of-type td,
    .cc-ckeditordesign>table:not(:first-of-type),
    .cc-ckeditordesign>table:not(:first-of-type) tbody,
    .cc-ckeditordesign>table:not(:first-of-type) tr,
    .cc-ckeditordesign>table:not(:first-of-type) td {
        display: block;
        width: 100% !important;
    }

    .cc-ckeditordesign>table:first-of-type td {
        padding: 6px 0 !important;
    }

    .cc-ckeditordesign>table:not(:first-of-type) td {
        padding: 0 0 20px 0 !important;
    }

    .cc-ckeditordesign>table:first-of-type img {
        height: 100%;
    }
}





.city-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "text"
        "image"
        "buttons";
    align-items: center;
    gap: 2rem;
}

.city-hero-image {
    grid-area: image;
}

.city-hero-text {
    grid-area: text;
}

.city-hero-buttons {
    grid-area: buttons;
}

@media (min-width: 1024px) {

    .city-hero-grid {
        grid-template-columns: 1fr 2fr;
        grid-template-areas:
            "image text"
            "image buttons";
        gap: 0 2rem;
    }
}

.cc-faqs ul {
    list-style-type: disc !important;
    padding-left: 1.5rem;
}

/* trade show page */

.event-description h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;

}

@media (min-width: 640px) {
    .event-description h2 {
        font-size: 1.5rem;
        /* text-3xl = 30px */
        line-height: 2.25rem;
        /* 36px */
    }
}

/* trade show index page */

.ec-dropdown-list {
    max-height: 260px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
}

@media (min-width: 640px) {
    .ec-dropdown-list {
        max-height: 320px !important;
    }
}

.ec-dropdown-list::-webkit-scrollbar {
    width: 6px;
}

.ec-dropdown-list::-webkit-scrollbar-track {
    background: transparent;
}

.ec-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #e7e2da;
    border-radius: 10px;
}

.ec-dropdown-list::-webkit-scrollbar-thumb:hover {
    background-color: #d4cdc0;
}

.ec-dropdown-list {
    scrollbar-width: thin;
    scrollbar-color: #e7e2da transparent;
}

#ec-dropdown-panel {
    overflow: hidden !important;
    z-index: 9999 !important;
    max-width: 100% !important;
}

/* Client-side pagination — same visual style as before */
.event-page-pagination-boxed nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-page-pagination-boxed nav>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
    padding: 8px 18px;
}

.event-page-pagination-boxed nav button {
    border: none;
    background: transparent;
    cursor: pointer;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    padding: 0;
}

.event-page-pagination-boxed nav button:hover {
    color: #111827;
}

.event-page-pagination-boxed nav button:disabled {
    opacity: .4;
    cursor: default;
}

.event-page-pagination-boxed nav button svg {
    width: 18px;
    height: 18px;
}

.event-page-pagination-boxed .ec-page-link,
.event-page-pagination-boxed .ec-page-active,
.event-page-pagination-boxed .ec-page-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.event-page-pagination-boxed .ec-page-link {
    color: #374151;
}

.event-page-pagination-boxed .ec-page-link:hover {
    color: #111827;
}

.event-page-pagination-boxed .ec-page-active {
    background: #e5e7eb;
    border-radius: 6px;
    height: 32px;
    padding: 0 12px;
    color: #111827;
    font-weight: 600;
    cursor: default;
}

.event-page-pagination-boxed .ec-page-ellipsis {
    color: #9ca3af;
    cursor: default;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.ec-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-pagination-nav {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
    padding: 8px 18px;
}

.ec-page-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    margin: 0 7px;
}

.ec-page-arrow:hover {
    color: #111827;
}

.ec-page-arrow:disabled {
    opacity: .4;
    cursor: default;
}

.ec-page-arrow svg {
    width: 18px;
    height: 18px;
}

.ec-page-link,
.ec-page-active,
.ec-page-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    min-width: 20px;
}

.ec-page-link {
    color: #374151;
}

.ec-page-link:hover {
    color: #111827;
}

.ec-page-active {
    background: #e5e7eb;
    border-radius: 6px;
    height: 32px;
    padding: 0 12px;
    color: #111827;
    font-weight: 600;
    cursor: default;
}

.ec-page-ellipsis {
    color: #9ca3af;
    cursor: default;
}

/* our services pages */
   .faq-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }



    /* blog page  */

    .blog-page-card-image {
        transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    }

    .blog-page-card:hover .blog-page-card-image {
        transform: scale(1.05);
    }

    @media (max-width: 640px) {
        .blog-page-card-image-wrap {
            width: 100%;
        }
    }

    /* PAGINATION DESIGN — single bordered pill container */
    .blog-page-pagination nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Hide "Showing X to Y of Z results" text */
    .blog-page-pagination nav>div:first-child,
    .blog-page-pagination p,
    .blog-page-pagination>p {
        display: none !important;
    }

    /* Outer pill wrapper */
    .blog-page-pagination nav>div:last-child {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        background: #ffffff;
        padding: 8px 18px;
    }

    /* Reset every element regardless of nesting depth */
    .blog-page-pagination nav a,
    .blog-page-pagination nav span,
    .blog-page-pagination nav .relative.inline-flex.items-center,
    .blog-page-pagination nav div {
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        border-radius: 0 !important;
        width: auto !important;
        height: auto !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* SPACING: apply margin directly to each item instead of relying on parent gap,
       so it works no matter how deeply Laravel nests each number */
    .blog-page-pagination nav a,
    .blog-page-pagination nav span[aria-current="page"],
    .blog-page-pagination nav span:not([aria-current="page"]) {
        margin: 0 7px !important;
    }

    /* Number links */
    .blog-page-pagination nav a {
        color: #374151 !important;
        text-decoration: none;
        font-weight: 500;
        transition: .2s ease;
    }

    .blog-page-pagination nav a:hover {
        color: #111827 !important;
    }

    /* Current page — wider rounded gray highlight */
    .blog-page-pagination nav span[aria-current="page"] {
        background: #e5e7eb !important;
        border-radius: 6px !important;
        height: 32px !important;
        padding: 0 12px !important;
    }

    .blog-page-pagination nav span[aria-current="page"] span {
        color: #111827 !important;
        font-weight: 600;
        margin: 0 !important;
    }

    /* Ellipsis "..." — muted, no hover */
    .blog-page-pagination nav span:not([aria-current="page"]):not([aria-disabled="true"]) {
        color: #9ca3af !important;
        cursor: default;
    }

    /* Prev/Next arrows — visible, muted gray */
    .blog-page-pagination nav svg {
        width: 18px;
        height: 18px;
        color: #6b7280;
        display: block !important;
    }

    .blog-page-pagination nav a[rel="prev"],
    .blog-page-pagination nav a[rel="next"] {
        color: #6b7280 !important;
    }

    .blog-page-pagination nav a[rel="prev"]:hover,
    .blog-page-pagination nav a[rel="next"]:hover {
        color: #111827 !important;
    }

    /* Disabled prev/next — faded */
    .blog-page-pagination nav span[aria-disabled="true"] {
        opacity: .4;
        margin: 0 7px !important;
    }

