/*cards---------------*/

.custom-card-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 250px;
}

.custom-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.custom-card-img .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
}

.custom-card-img h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.custom-card-img p {
    font-size: 13px;
    margin: 5px 0 0;
}

.custom-card-img:hover img {
    transform: scale(1.1);
}

/*.custom-card-img {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  border-radius: 12px;*/
/*  height: 250px;*/
/*  cursor: pointer;*/
/*}*/

/*.custom-card-img img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  transition: 0.5s ease;*/
/*}*/

/*!* Overlay layer *!*/
/*.custom-card-img::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: rgba(0,0,0,0.3);*/
/*  transition: 0.4s ease;*/
/*}*/

/*!* Text *!*/
/*.custom-card-img .card-content {*/
/*  position: absolute;*/
/*  bottom: 20px;*/
/*  left: 20px;*/
/*  color: #fff;*/
/*  z-index: 2;*/
/*  transform: translateY(20px);*/
/*  transition: 0.4s ease;*/
/*}*/

/*.custom-card-img h5 {*/
/*  margin: 0;*/
/*  font-size: 18px;*/
/*  font-weight: 600;*/
/*}*/

/*.custom-card-img p {*/
/*  font-size: 13px;*/
/*  margin-top: 5px;*/
/*  opacity: 0;*/
/*  transition: 0.4s ease;*/
/*}*/

/* 🔥 HOVER EFFECT */
.custom-card-img:hover img {
    transform: scale(1.1);
}

.custom-card-img:hover::after {
    background: rgba(0,0,0,0.6);
}

.custom-card-img:hover .card-content {
    transform: translateY(0);
}

.custom-card-img:hover p {
    opacity: 1;
}



/*---------------------------------*/

.vmm-new {
    /*padding: 100px 0;*/
    padding: 0 0;
    background: linear-gradient(135deg, #f5f9ff, #ffffff);
}

/* TAG */
.tag {
    background: #e8f1ff;
    color: #007bff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* TITLE */
.title {
    font-size: 42px;
    font-weight: 800;
    margin: 20px 0;
    color: #0a1f44;
}

.title span {
    color: #007bff;
}

.desc {
    color: #6c757d;
    margin-bottom: 30px;
}

/* GRID */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* CARD */
.card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card i {
    font-size: 20px;
    color: #007bff;
}

.card h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.card p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #666;
}

/* CTA */
.cta {
    margin-top: 30px;
    background: #0a1f44;
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta a {
    background: #007bff;
    padding: 10px 18px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}

/* IMAGE */
.image-box img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* MOBILE */
@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .title {
        font-size: 28px;
    }
}


.card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    font-weight: 500;
    color: #1f2937;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    border-color: #3b82f6;
    color: #2563eb;
}


.integration-card {
    @apply bg-white/70 backdrop-blur-lg border border-gray-200
    rounded-2xl p-6 text-center font-medium text-gray-800
    shadow-sm transition duration-300 cursor-pointer;
}

.integration-card:hover {
    @apply -translate-y-2 shadow-xl bg-white text-blue-600;
}
/*--------------------------------------------*/

.section { padding: 3rem 2rem; text-align: center; background: #f5f5f7; }
.heading { font-size: 2.2rem; font-weight: 700; color: #111; margin: 0 0 0.75rem; }
.subtext { font-size: 1rem; color: #666; margin: 0 0 2.5rem; }
/*.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 780px; margin: 0 auto; }*/
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 20px;
}
@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-auto-flow: row;
    }
}

.brand-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-decoration: none;
    display: block;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.brand-card:hover {
    border-color: #aaa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.brand-name { font-size: 1.25rem; font-weight: 600; color: #1a3a8a; }


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Sora', sans-serif;
    background: #e8edf5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 2rem;*/
}

.cta-section {
    width: 100%;
    /*max-width: 1100px;*/
    border-radius: 24px;
    background: linear-gradient(135deg, #0d1f5c 0%, #1a3a8a 40%, #2a5298 70%, #1e4080 100%);
    padding: 80px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* subtle radial glow in center */
.cta-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background: radial-gradient(ellipse, rgba(100,140,255,0.18) 0%, transparent 70%);
    pointer-events: none;
}

.cta-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    position: relative;
}

.cta-sub {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 400;
    color: rgba(255,255,255,0.75);
    margin-bottom: 2.5rem;
    position: relative;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    position: relative;
}

.btn-primary {
    background: #ffffff;
    color: #1a3a8a;
    border: none;
    border-radius: 12px;
    padding: 18px 44px;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.btn-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 12px;
    padding: 18px 44px;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s, border-color 0.2s;
    text-decoration: none;
    display: inline-block;
}

.btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    transform: translateY(-2px);
}

.cta-trust {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
    margin-bottom: 2.5rem;
    position: relative;
}

.scroll-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
}

.scroll-btn:hover {
    background: rgba(255,255,255,0.25);
}

.scroll-btn svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px;
    background: #fff;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.feature-card .icon {
    font-size: 22px;
    color: #0d6efd;
    background: #eef4ff;
    padding: 10px;
    border-radius: 10px;
}

.feature-card h6 {
    margin: 0;
    font-weight: 600;
}

.feature-card p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

.image-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.image-box img {
    width: 100%;
}

/*--------------------------------------------*/
.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card .icon {
    font-size: 22px;
    background: #007bff;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.image-box img {
    max-width: 100%;
}

/* MOBILE FIX */
@media (max-width: 767px) {
    .feature-card {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .feature-card .icon {
        margin-bottom: 8px;
    }
}
/*--------------------*/
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.modal-content {
    background: #fff;
    width: 90%;
    max-width: 500px;
    margin: 5% auto;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease;
}

.modal-content h2 {
    margin-bottom: 10px;
}

.modal-content p {
    color: #666;
    margin-bottom: 20px;
}

.modal-content input,
.modal-content select,
.modal-content textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
}

.btn-submit {
    width: 100%;
    padding: 14px;
    border: none;
    background: linear-gradient(45deg, #2d6cdf, #1e4fd1);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {transform: scale(0.9); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}
/*------------------------------------------------------------*/
.demo-form {
    width: 100%;
    max-width: 450px;
    margin: auto;
    text-align: center;
}

.demo-form h2 {
    margin-bottom: 5px;
}

.demo-form p {
    color: #777;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
}

.form-group textarea {
    height: 90px;
    resize: none;
}

.phone-group {
    display: flex;
    gap: 10px;
}

.phone-group select {
    width: 30%;
}

.phone-group input {
    width: 70%;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(45deg, #2d6cdf, #1e4fd1);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    opacity: 0.9;
}


.modal {
    overscroll-behavior: contain;
}

.nice-select .list {
    max-height: 200px;
    overflow-y: auto;
}

.nice-select .list:hover .option:hover {
    color: black;
}