body {
    font-family: "Poppins", sans-serif;
}
.logo {
    height: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo__img {
    height: 100%;
}

.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: #1c669d;

}

.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;
}
.fs-16{
    font-size: 16px;
}
.light-bg {
    background: #dbe7ff6b;
}

.light-bg-1 {
    background: #dbe7ff;
}
.blue-effect {
    filter: brightness(0) saturate(100%)
            invert(10%) sepia(92%) saturate(2575%)
            hue-rotate(214deg) brightness(82%) contrast(112%);
            height: 55px;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #001e4c  !important;
}
.bg-dark1 {
    --bs-bg-opacity: 1;
    background-color: #1a6199   !important;
}

.gradient-2 {
    background: linear-gradient(
255deg, #080f2c .78%, #062857 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-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-color: rgb(143 178 203);
    -webkit-clip-path: polygon(0 47%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 47%, 100% 100%, 100% 100%, 0% 100%);
}
.footer-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-color: #115892;
    -webkit-clip-path: polygon(0 70%, 100% 5%, 100% 100%, 0% 100%);
    clip-path: polygon(0 70%, 100% 5%, 100% 100%, 0% 100%);
}
.footer-bg {
    --bs-bg-opacity: 1;
    background: linear-gradient(179deg, #115892 9.78%, #052649 91.63%);
}
.bg-cta {
    background: #03204d;
    background-color: #03204d;
}
.footer-2-area::after{
background: none;
}

.bg-primary-subtle {
    background-color: #eff6ff !important;
}


.ff-sg {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-weight: 600;
    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;


}
.hero-1 {
    padding-top: 120px;
    padding-bottom: 60px;
}



.calculator-card {}

.calculator-card label{
    margin:2px 0;
        color: #000;

}
.quick-amounts-pills {
    display: flex;
    gap: 10px;
    margin: 5px;

}

.amount-pill {
    flex: 1;
    background: #fff;
    border: 1px solid #e3e6ed;
    border-radius: 50px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.amount-pill:hover {
    border-color: #4e5ba6;
    color: #4e5ba6;
}

.amount-pill.active {
    background-color: #fff;
    color: #1c659d;
        border: 1px solid #e3e6ed;

}


/* Input Container Styling */
.amount-wrapper {
    border: 1px solid #e3e6ed;
    border-radius: 7px;
    padding: 0 0 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 {
    border: 0 !important;
    border-radius: 40px !important;
    height: 40px !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:10px 0 10px 10px;
    margin:  0;
}

.calc-stepper::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 1;
}

.stepper-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.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;
    font-weight: 500;
}
.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;
}


.section_group {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(133.39%, rgba(134, 91, 255, 0.2)));
    background: linear-gradient(180deg, rgb(255 255 255 / 42%) 0%, rgb(101 148 183 / 51%) 133.39%);
}

.style_14 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: inherit;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
}
.feedback-button-prev:hover {
    background-color: #1062fe !important;
    color: #fff !important;
}
.bg-gd-14 {
    background: -webkit-gradient(linear, left top, right top, from(#805AF9), to(#6632F8));
    background: linear-gradient(90deg, #1e679f 0%, #031f4d 100%);
}
.feedback-3-slider .swiper-pagination-bullet-active {
    width: 1.5rem;
    background-color: #1a6199   ;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #21679e;
    --bs-btn-border-color: #21679e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #21679e;
    --bs-btn-hover-border-color: #0d4ecb;
    --bs-btn-focus-shadow-rgb: 52, 122, 254;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #21679e;
    --bs-btn-active-border-color: #0c4abf;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2a3f93;
    --bs-btn-disabled-border-color: #2a3f93;
}
.login-section .input-group-text{
    font-size: 20px;
}
.login-section{
    display: flex;
    min-height: 100vh;
}

.login-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
}

.logo-wrapper{
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.logo_img{
    height: 60px;
    width: auto;
    display: block;
}
.login-image{
    width: 50%;
    height: 100vh;
}

.login-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive */
@media(max-width:991px){

    .login-section{
        flex-direction: column;
    }

    .login-content{
        padding:40px 20px;
    }

    .login-image{
        width:100%;
        height:300px;
    }
}
.countries-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.countries-list li {
    width: 100%;
    display: flex;
    margin: 0 0 19px 0;
    align-items: center;
}
.currency-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    padding: 22px;
    position: relative;
    z-index: 1;
}
.currency-card .currency-flag {
    top: 0;
}
.currency-card .currency-flag {
    position: relative;
    top: 5px;
    max-width: 32px;
    height: auto;
    width: auto;
    background-image: none;
}

.form-label {
    margin-bottom: 0.25rem;
    font-size: 12px;
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    font-size: 16px;
}