body {
    font-family: "Poppins", sans-serif;
}

.fw-bold {
    font-weight: 500 !important;
}

.bg-theme {
    background-color: #f3f5ff;
}

.light-bgs {
    background-color: #eff6ff;
}

.text-gray {
    color: #f3f5ff;
}

.text-theme1 {
    color: #ec1d25;
}

.text-theme2 {
    color: #2b3990;

}

.bg-theme {
    background-color: #2b3990;

}


.brand-card .icon img {
    height: 60px;
}

.icon img {
    height: 70px;
}




/* Base styles for the arrow container */
@media (min-width: 1200px) {
    .step-column {
        position: relative;
        text-align: center;
    }

    /* Common styles for all arrows */
    .step-column:not(:last-child)::after {
        content: "";
        position: absolute;

        right: -15%;
        width: 110px;
        height: 110px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 10;
        pointer-events: none;
    }

    /* First and Third Arrow (Arrow 1) */
    .step-column:nth-child(1)::after,
    .step-column:nth-child(3)::after {
        background-image: url('../img/icon/arrow-br.png');
        top: 7%;
        /* Adjust to align with icons */
    }

    /* Second Arrow (Arrow 2) */
    .step-column:nth-child(2)::after {
        background-image: url('../img/icon/arrow-tr.png');
        top: 0%;
        /* Adjust to align with icons */
    }
}

/* Tablet: Hide or adjust if columns stack 2x2 */
@media (max-width: 1199px) {
    .step-column::after {
        display: none;
    }
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #f1f5f9 !important;
}

.light-bg {
    background: #dbe7ff6b;
}

.light-bg-1 {
    background: #dbe7ff;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background: linear-gradient(355deg, #080f2c 9.78%, #2b3990 91.63%);
}

.gradient-2 {
    background: linear-gradient(343deg, #dbe7ff 9.78%, #eef4fd 91.63%);
}

.gradient-1 {
    background: linear-gradient(355deg, #a9b3d936 9.78%, #EFF6FF 91.63%);
}

.fw-slider {
    font-weight: 200;
}

.feature-card {
    background: #fff;

}

.feature-card:hover {
    background: #2b3990;

}

.feature-card:hover h6, .feature-card:hover p {
    color: #fff;

}

.under-line {
    background-image: url('../img/shape/under-line.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-bg {
    --bs-bg-opacity: 1;
    background: linear-gradient(177deg, #263382 9.78%, #0e1635 91.63%);

}

.bg-cta {
    background: #0e1635;
    background-color: #0e1635;
}

.bg-primary-subtle {
    background-color: #eff6ff !important;
}


.ff-sg {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .001em;
    line-height: 51px;
}

.service-card:hover .bg-white {
    background-color: #0e1635 !important;

}

@media (min-width: 1200px) {
    .partner-section-3::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background-image: url(../img/map-left.png);
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        pointer-events: none;
    }
}

.brand-card h6 {
    font-size: 18px;
}

.footer-2-area {
    padding-top: 60px
}

.bottom-footer {
    margin-top: 20px;
}

.footer-2-area .headings {
    margin: 5px 0 15px 0;
}

.conversation {
    padding: 20px;
    border:1px solid #dee2e6;
    margin: 40px 0;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .nav-item .btn {
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .brand-card {
        text-align: center;
    }

    .brand-card .icon img {
        height: 40px;
    }

    .brand-card h6 {
        font-size: 16px;
    }

    .brand-card p {
        font-size: 12px;
    }

    .ff-sg {

        line-height: 39px;
    }

    .heading-detail {
        font-size: 14px;

    }

    .feedback-2 h6 {
        font-size: 18px;
    }

    .feedback-2 p {
        font-size: 14px;
    }

    .w-13 {
        width: 1.25rem;
    }

    .brand-btn {
        min-width: 150px;
    }

    .bottom-footer {
        margin-top: 10px;
    }

    .footer-2-area {
        padding-top: 10px
    }

    .footer-2-area .headings {
        margin: 5px 0;
    }

    .conversation {
        margin: 15px 0;
        border-radius: 10px;
        padding: 15px;
    }

    .conversation-details {
        padding: 20px 0;
    }

    .playstore {
        text-align: center;
    }

    .playstore img {
        height: 40px;
    }
}

.select2-container {
    width: 130px !important;
}

.select2-selection--single {
    height: 48px !important;
    display: flex !important;
    align-items: center;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 50px !important;
    margin: 5px;
}

.formselectbg {
    background-color: #eff6ff;
    border-radius: 5px;
    border: 1px solid #eee;
}

.formselect1 {
    border: 0;
    background-color: #eff6ff;


}




.calculator-card {}

/* Input Container Styling */
.amount-wrapper {
    background: #eff6ff;
    border: 1px solid #e3e6ed;
    border-radius: 7px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amount-wrapper label {
    display: block;
    font-size: 13px;
    color: #49495f;
    margin-bottom: -5px;
}

.amount-input {
    border: none;
    background: transparent;
    font-size: 25px;
    font-weight: 500;
    color: #000;
    width: 100%;
    outline: none;
}

/* Select2 "Pill" Styling Overrides */
.select2-container--default .select2-selection--single {
    background-color:#eff6ff !important;
    border: 0 !important;
    border-radius: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
    font-weight: 500;
    font-size: 18px;
    color: #000 !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
}

.calc-stepper {
    position: relative;
    padding:25px 0 25px 40px;
    margin:  0;
}

.calc-stepper::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e0e6ed;
    z-index: 1;
}

.stepper-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.stepper-item:last-child {
    margin-bottom: 0;
}

.stepper-icon {
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #4e5ba6;
    z-index: 2;
    font-size: 14px;
}

.stepper-content {
    width: 100%;
    font-size: 14px;
    color: #000;
}
.text-muted{
    color: #49495f  !important;
}

.text-success {
    color: #28a745 !important;
}

.float-end {
    float: right;
}


/* Submit Button */
.btn {

    transition: 0.3s;
}

.btn:hover {
    transform: translateY(-1px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 12px !important;
    width: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #7d859a transparent transparent transparent !important;
    border-width: 5px 4px 0 4px !important;
    margin-left: 0 !important;
    position: static !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 35px !important;
}