/* Customizing Klaro UI Colors */
/* 1. BUTTON COLORS */
/* Accept All button - Green */
.klaro .cm-btn-success {
    background-color: #1a936f !important;
    color: #ffffff !important;
}

/* Reject button - Red */
.klaro .cm-btn-danger {
    background-color: #d63031 !important;
    color: #ffffff !important;
}

/* Let me choose / Info button - Blue */
.klaro .cm-btn-info {
    background-color: #0984e3 !important;
    color: #ffffff !important;
}

/* 2. TEXT LINKS & PRIVACY POLICY (Blue) */
/* This targets the privacy policy link specifically */
.klaro .cm-privacy-policy a,
.klaro .cm-link,
.klaro .cm-modal a,
.klaro .cm-notice a {
    color: #0984e3 !important;
    text-decoration: none !important;
    font-weight: 600;
}

/* "2 services", "3 services" and Service Types */
.klaro .cm-app-count,
.klaro .cm-counter,
.klaro .cm-type {
    color: #0984e3 !important;
    background-color: rgba(9, 132, 227, 0.1) !important;
    border: 1px solid rgba(9, 132, 227, 0.2);
    padding: 1px 6px;
    border-radius: 4px;
}

/* 3. HOVER STATES */
.klaro .cm-btn:hover {
    filter: brightness(90%);

    /* Slightly darkens buttons on hover */
}

.klaro a:hover {
    text-decoration: underline !important;
}

@media (max-width:575px) {
    .navbar-brand-logo {
        max-width: 111px;
        height: 50px ;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .navbar-brand-logo {
        max-width: 131px;
        height: 60px ;
    }
}

@media (min-width:768px) and (max-width:967px) {
    .navbar-brand-logo {
        max-width: 178px;
        height: 80px ;
    }
}

@media (min-width:968px) {
    .navbar-brand-logo {
        max-width: 222px;
        height: 100px;
    }
}

/* start of mautic form */
.mauticform-innerform {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 15px 10px;
    align-items: end;
}

.mauticform-f-name {
    grid-column: 1;
    grid-row: 1;
}

.mauticform-l-name {
    grid-column: 2;
    grid-row: 1;
}

.mauticform-phone {
    grid-column: 1;
    grid-row: 2;
}

.mauticform-email {
    grid-column: 2;
    grid-row: 2;
}

.mauticform-submit {
    grid-column: 3;
    grid-row: 2;
}

.mauticform-row {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .mauticform-innerform {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 400px;
        margin: 0 auto;
    }

    .mauticform-row,
    .mauticform-row button,
    .mauticform-row input {
        width: 100% !important;
    }
}

/* Styling for the success message */
.mauticform-message {
    color: #28a745;

    /* A standard green color */
    font-weight: 600;
    text-align: center;
    margin-top: 20px;

    /* Space between the form and the message */
    font-size: 1.1rem;
}

/* Styling for error messages (keep them red) */
.mauticform-error {
    color: #dc3545;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

/* On desktop, if you want it aligned to the left of the whole grid: */
@media (min-width: 769px) {
    .mauticform-message,
    .mauticform-error {
        text-align: left;

        /* Change to center if you prefer it centered globally */
        padding-left: 0;
    }
}

/* End of Mautic Form */
.w-60 {
    width: 60% !important;
}

.feature-image {
    height: 100%;
    object-fit: cover;
    min-height: 200px;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
}

.feature-image-container {
    min-height: 250px;
}

@media (max-width: 575px) {
    .feature-image {
        min-height: 180px;
        max-height: none;
        object-fit: contain;
        height: auto;
    }

    .feature-image-container {
        min-height: 200px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .feature-image {
        min-height: 200px;
        max-height: none;
        object-fit: contain;
        height: auto;
    }

    .feature-image-container {
        min-height: 250px;
    }
}

@media (min-width: 768px) {
    .feature-image {
        min-height: 250px;
        max-height: none;
    }

    .feature-image-container {
        min-height: 350px;
    }
}

@media (min-width: 992px) {
    .feature-image {
        min-height: 300px;
    }

    .feature-image-container {
        min-height: 450px;
    }
}

.feature-image-container .row {
    height: 100%;
}

.feature-image-container .col-md-6 {
    height: 100%;
}

.feature-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}

@media (min-width: 992px) {
    .feature-content-wrapper {
        min-height: 450px;
    }
}

.footer-heading {
    min-height: 28px;
    display: block;
}

.responsive-heading {
    font-size: 2rem;
}

.responsive-subheading {
    font-size: 1rem;
}

.responsive-h2 {
    font-size: 1.75rem;
}

.responsive-text {
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .responsive-heading {
        font-size: 2.5rem;
    }

    .responsive-subheading {
        font-size: 1.25rem;
    }

    .responsive-h2 {
        font-size: 2rem;
    }

    .responsive-text {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .responsive-heading {
        font-size: 3rem;
    }

    .responsive-h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .feature-content-wrapper {
        min-height: auto;
    }

    .input-card {
        flex-direction: column;
    }

    .input-card-form {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .feature-image-container .row {
        height: auto;
    }

    .feature-image-container .col-md-6 {
        height: auto;
        margin-bottom: 1rem;
    }

    img.img-fluid {
        max-width: 100%;
        height: auto;
    }

    .feature-image {
        object-fit: contain;
        height: auto;
        max-height: none;
    }
}

.strategic-collage-wrapper {
    position: relative;
    min-height: 520px;
    padding: 30px 20px;
}

.data-driven-collage-wrapper {
    position: relative;
    min-height: 520px;
    padding: 30px 20px;
}

.maximum-reach-collage-wrapper {
    position: relative;
    min-height: 520px;
    padding: 30px 20px;
}

.collage-image {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.collage-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.strategic-collage-wrapper .collage-image-back {
    width: 45%;
    height: 450px;
    top: 80px;
    left: 5%;
    z-index: 2;
}

.strategic-collage-wrapper .collage-image-front {
    width: 43%;
    height: 420px;
    top: 20px;
    right: 5%;
    z-index: 1;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.3);
}

.data-driven-collage-wrapper .collage-image-back {
    width: 45%;
    height: 450px;
    top: 80px;
    right: 5%;
    z-index: 2;
}

.data-driven-collage-wrapper .collage-image-front {
    width: 43%;
    height: 420px;
    top: 20px;
    left: 5%;
    z-index: 1;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.3);
}

.maximum-reach-collage-wrapper .collage-image-back {
    width: 45%;
    height: 450px;
    top: 80px;
    right: 5%;
    z-index: 2;
}

.maximum-reach-collage-wrapper .collage-image-front {
    width: 43%;
    height: 420px;
    top: 20px;
    left: 5%;
    z-index: 1;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) and (max-width: 991px) {
    .strategic-collage-wrapper,
    .data-driven-collage-wrapper,
    .maximum-reach-collage-wrapper {
        min-height: 480px;
        padding: 25px 15px;
    }

    .strategic-collage-wrapper .collage-image-back {
        width: 47%;
        height: 400px;
        top: 70px;
        left: 5%;
    }

    .strategic-collage-wrapper .collage-image-front {
        width: 45%;
        height: 370px;
        top: 15px;
        right: 5%;
    }

    .data-driven-collage-wrapper .collage-image-back {
        width: 47%;
        height: 400px;
        top: 70px;
        right: 5%;
    }

    .data-driven-collage-wrapper .collage-image-front {
        width: 45%;
        height: 370px;
        top: 15px;
        left: 5%;
    }

    .maximum-reach-collage-wrapper .collage-image-back {
        width: 47%;
        height: 400px;
        top: 70px;
        right: 5%;
    }

    .maximum-reach-collage-wrapper .collage-image-front {
        width: 45%;
        height: 370px;
        top: 15px;
        left: 5%;
    }
}

@media (min-width: 992px) {
    .strategic-collage-wrapper,
    .data-driven-collage-wrapper,
    .maximum-reach-collage-wrapper {
        min-height: 600px;
        padding: 40px 30px;
    }

    .strategic-collage-wrapper .collage-image-back {
        width: 45%;
        height: 520px;
        top: 90px;
        left: 8%;
    }

    .strategic-collage-wrapper .collage-image-front {
        width: 43%;
        height: 480px;
        top: 30px;
        right: 8%;
    }

    .data-driven-collage-wrapper .collage-image-back {
        width: 45%;
        height: 520px;
        top: 90px;
        right: 8%;
    }

    .data-driven-collage-wrapper .collage-image-front {
        width: 43%;
        height: 480px;
        top: 30px;
        left: 8%;
    }

    .maximum-reach-collage-wrapper .collage-image-back {
        width: 45%;
        height: 520px;
        top: 90px;
        right: 8%;
    }

    .maximum-reach-collage-wrapper .collage-image-front {
        width: 43%;
        height: 480px;
        top: 30px;
        left: 8%;
    }
}

@media (max-width: 767px) {
    .strategic-collage-wrapper,
    .data-driven-collage-wrapper,
    .maximum-reach-collage-wrapper {
        min-height: 420px;
        padding: 20px 10px;
    }

    .strategic-collage-wrapper .collage-image-back {
        width: 55%;
        height: 330px;
        top: 60px;
        left: 8%;
    }

    .strategic-collage-wrapper .collage-image-front {
        width: 53%;
        height: 310px;
        top: 10px;
        right: 8%;
    }

    .data-driven-collage-wrapper .collage-image-back {
        width: 55%;
        height: 330px;
        top: 60px;
        right: 8%;
    }

    .data-driven-collage-wrapper .collage-image-front {
        width: 53%;
        height: 310px;
        top: 10px;
        left: 8%;
    }

    .maximum-reach-collage-wrapper .collage-image-back {
        width: 55%;
        height: 330px;
        top: 60px;
        right: 8%;
    }

    .maximum-reach-collage-wrapper .collage-image-front {
        width: 53%;
        height: 310px;
        top: 10px;
        left: 8%;
    }
}

