/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo svg {
    width: 34px;
    height: 24px;
}

.app-brand-text.demo {
    font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}
.layout-navbar-fixed
    .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu)
    .layout-page {
    padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 254px;
        position: relative;
    }
    #dropdown-variation-demo .btn-group .text-truncate::after {
        position: absolute;
        top: 45%;
        right: 0.65rem;
    }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}
.layout-demo-placeholder img {
    width: 900px;
}
.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

/* SECTION BACKGROUND */

.landing-features {
    background: #f8fafc;
    padding: 100px 0;
}

/* CARD */

.feature-card {
    position: relative;

    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);

    padding: 40px 30px;

    border-radius: 22px;

    border: 1px solid rgba(0, 0, 0, 0.2);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);

    transition: all 0.35s ease;

    height: 100%;
}

.feature-card::before {
    content: "";
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 40%;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.7),
        transparent
    );

    border-radius: 22px 22px 0 0;

    pointer-events: none;
}

.feature-card:hover {
    transform: translateY(-10px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);

    border-color: rgba(255, 115, 0, 0.15);
}

/* ICON BOX */

.feature-icon {
    width: 64px;
    height: 64px;

    margin: auto;

    border-radius: 14px;

    background: linear-gradient(
        135deg,
        rgba(255, 115, 0, 0.15),
        rgba(255, 115, 0, 0.05)
    );

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;

    color: #ff6a00;

    margin-bottom: 20px;
}

/* TITLE */

.feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;

    margin-bottom: 12px;
}

/* DESCRIPTION */

.feature-desc {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

.feature-card {
    backdrop-filter: blur(10px);
}
.counter-card {
    background: linear-gradient(180deg, #ffffff 0%, #f3f6f9 100%);

    border-radius: 22px;

    border: 1px solid rgba(0, 0, 0, 0.05);

    padding: 40px 20px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

    transition: all 0.35s ease;

    height: 100%;
}

.counter-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.counter-number {
    font-size: 34px;
    font-weight: 800;

    color: #1f2937;

    margin-bottom: 8px;
}
.counter-text {
    font-size: 15px;
    color: #64748b;

    line-height: 1.6;
}
/* .counter-icon svg {
    width: 28px;
    height: 28px;
} */

.testimonial-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-logo img {
    height: 30px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.testimonial-quote {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 30px;
    opacity: 0.08;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 20px;
}

.testimonial-stars {
    color: #ffc107;
    margin-bottom: 20px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-info h6 {
    margin: 0;
    font-weight: 600;
}

.testimonial-info span {
    font-size: 13px;
    color: #6c757d;
}

.modern-faq .faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.modern-faq .faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.faq-header {
    border-bottom: 1px solid #ddd;
}

.faq-button {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.faq-button:hover {
    color: #ff6a00;
}

.faq-button:focus {
    box-shadow: none;
}

.faq-question {
    flex: 1;
}

.faq-icon {
    font-size: 20px;
    transition: 0.3s;
}
.faq-button:not(.collapsed) {
    color: #ff6a00;
}

.faq-button:not(.collapsed) .faq-icon {
    transform: rotate(45deg);
}

.faq-body {
    padding: 0 24px 20px 24px;
    color: #6c757d;
    line-height: 1.7;
}

/* Section */
.ca-section {
    background: #ffffff;
}

/* Badge */
.ca-badge {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6c757d;
}

/* Heading */
.ca-heading {
    font-weight: 600;
    font-size: 32px;
    color: #111;
}

/* Subtext */
.ca-subtext {
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* Wrapper */
.ca-compare-wrapper {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* Columns */
.ca-column {
    padding: 30px;
}

.ca-left {
    border-right: 1px solid #eee;
}

/* Column title */
.ca-column-header {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #272b2e;
    background: #fd7e1433;
    padding: 10px 14px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    text-align: center;
}
/* Rows */
.ca-row {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.3s ease;
}
/* .ca-text:hover {
    color: #000000;
    font-weight: bold;
    transform: scale(1.05);
} */
.ca-row:hover {
    transform: translateX(4px);
}
.ca-row:hover .ca-text {
    color: #000000;
    font-weight: bold;
}

.ca-row:last-child {
    border-bottom: none;
}

/* Icons (minimal, not childish) */
.ca-icon {
    width: 14px;
    height: 14px;
    margin-right: 12px;
    border-radius: 50%;
    position: relative;
}

/* Text */
.ca-text {
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}

/* ROOT HERO */
.ux-hero-section {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(135deg, #fff8f2, #f8fafc);
    overflow: hidden;
}

/* GLASS CARD */
.ux-hero-glass {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
    border-radius: 18px;
    padding: 42px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}

/* TITLE */
.ux-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #111;
    margin-bottom: 14px;
    line-height: 1.2;
}

/* SUBTITLE */
.ux-hero-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 28px;
}

/* BUTTON WRAPPER */
.ux-hero-actions {
    display: flex;
    gap: 12px;
}

/* PRIMARY BUTTON */
.ux-btn-primary {
    background: #e47112;
    color: #fff;
    padding: 12px 26px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ux-btn-primary:hover {
    background: #c75f0e;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(228, 113, 18, 0.3);
    color: #ffffff;
}

/* OUTLINE BUTTON */
.ux-btn-outline {
    border: 2px solid #e47112;
    color: #e47112;
    padding: 10px 24px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ux-btn-outline:hover {
    background: #e47112;
    color: #fff;
}

/* IMAGE */
.ux-hero-img {
    max-width: 100%;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* FLOAT ANIMATION (scoped) */
.ux-float {
    animation: uxFloatY 4s ease-in-out infinite;
}

@keyframes uxFloatY {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

/* BLOBS */
.ux-hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    z-index: 0;
}

.ux-blob-1 {
    width: 320px;
    height: 320px;
    background: #e47112;
    top: -100px;
    left: -100px;
    opacity: 0.18;
}

.ux-blob-2 {
    width: 260px;
    height: 260px;
    background: #ffb067;
    bottom: -90px;
    right: -90px;
    opacity: 0.22;
}

/* ENSURE CONTENT ABOVE BLOBS */
.ux-hero-section .container {
    position: relative;
    z-index: 2;
}

/* Wrapper */
.mc-modern-contact-wrapper {
    padding: 60px 0;
}

/* LEFT CARD */
.mc-contact-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(14px);
    border-radius: 49px 0px 0px 49px;
    padding: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
}

.mc-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.mc-image-wrap {
    border-radius: 35px 0px 0px 35px;
    overflow: hidden;
    position: relative;
}

.mc-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2));
}

.mc-contact-img {
    width: 100%;
    border-radius: 35px 0px 0px 35px;
    transition: transform 0.5s ease;
}

.mc-contact-card:hover .mc-contact-img {
    transform: scale(1.05);
}

/* INFO */
.mc-contact-info {
    margin-top: 20px;
}

.mc-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.mc-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 12px;
    font-size: 18px;
}

.mc-icon-mail {
    background: rgba(255, 159, 67, 0.15);
    color: #ff9f43;
}

.mc-icon-phone {
    background: rgba(40, 199, 111, 0.15);
    color: #28c76f;
}

.mc-info-item span {
    font-size: 13px;
    color: #777;
}

.mc-info-item a {
    display: block;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

/* RIGHT FORM CARD */
.mc-form-card {
    background: #ffffff;
    border-radius: 0px 49px 49px 0px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    height: 100%;
    align-content: center;
}

/* HEADER */
.mc-form-header h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

.mc-form-header p {
    color: #777;
    margin-bottom: 20px;
}

/* INPUT GROUP */
.mc-input-group {
    position: relative;
}

.mc-input-group input,
.mc-input-group textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 14px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
}

.mc-input-group label {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #fff;
    padding: 0 5px;
    font-size: 13px;
    color: #aaa;
    transition: 0.3s;
}

/* FLOAT EFFECT */
.mc-input-group input:focus,
.mc-input-group textarea:focus {
    border-color: #fd7e14;
    box-shadow: 0 0 0 3px rgba(105, 108, 255, 0.1);
}

.mc-input-group input:focus + label,
.mc-input-group textarea:focus + label,
.mc-input-group input:valid + label,
.mc-input-group textarea:valid + label {
    top: -8px;
    font-size: 11px;
    color: #fd7e14;
}

/* BUTTON */
.mc-submit-btn {
    width: 100%;
    background: #fd7e14;
    border: none;
    color: var(--bs-primary-contrast);
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mc-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px #32334a;
}
