:root {
    --primary-color: #2E3A59;
    --dark-color: #6E6A6F;
}

.bg-primary {
    background-color: #2E3A59 !important;
}

.headroom--not-top.navbar-theme-primary {
    color: #000 !important;
    background-color: #2E3A59 !important;
}

.headroom--not-top.navbar-theme-primary .btn-white:hover {
    color: #ffffff !important;
    background-color: #6E6A6F !important;
}

.btn-primary {
    background-color: #2E3A59 !important;
    border: 1px solid #2E3A59 !important;
}

.btn-outline-primary.active {
    background-color: #2E3A59 !important;
    border: 1px solid #2E3A59 !important;
}

.btn-primary:hover {
    background-color: #1C2437 !important;
    border: 1px solid #1C2437 !important;
}

.btn-white {
    border: 1px solid #2E3A59 !important;
    color: #2E3A59 !important;
}

.btn-secondary {
    background-color: #BFADA6 !important;
    border: 1px solid #BFADA6 !important;
}

.icon-primary {
    color: #2E3A59 !important;
}

.text-primary,
.text-primary:hover {
    color: #2E3A59 !important;
}

.navbar-theme-primary .navbar-nav .dropdown-item.active,
.navbar-theme-primary .navbar-nav .dropdown-item:hover,
.navbar-theme-primary .navbar-nav .list-group-item.active,
.navbar-theme-primary .navbar-nav .list-group-item:hover {
    color: #2E3A59 !important;
    background: rgba(46, 58, 89, 0.1) !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(46, 58, 89, 0.8) !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2E3A59 !important;
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #2E3A59 0, #BFADA6 100%) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2E3A59 !important;
}

.nav-pills .nav-link {
    color: rgba(46, 58, 89, 255) !important;
}

.select2-container--default .select2-selection--single {
    color: #6E6A6F !important;
    background-color: #ffffff;
    border: 0;
    border-radius: .25rem;
    height: calc(1.5em + 1.25rem + 2px);
    width: 100%;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .625rem .75rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6E6A6F !important;
    line-height: 1.5;
    padding-left: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2E3A59 !important;
    color: white !important;
}

select.form-control option:checked {
    background: #2E3A59 !important;
    color: white;
}

select.form-control option:disabled {
    background: #d7d7d7 !important;
}

.custom-control {
    padding-right: 1.5rem !important;
}

.custom-control-label::before {
    position: absolute;
    top: .125rem;
    right: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    background-color: #fff;
    box-shadow: none;
}

.iti {
    direction: ltr;
}

.invalid-feedback {
    display: block !important;
}

.form-control {
    color: #2E3A59 !important;
}

.whatsapp-float {
    background-color: #206A5D;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
    font-size: 26px;
}

.whatsapp-float:hover {
    background-color: #144D2E;
    color: #fff;
}

.float-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 20px;
    min-height: 150px
}

ul.iti__country-list li {
    display: flex !important;
    color: #000 !important;
}

footer .iti__selected-dial-code {
    color: #2E3A59 !important;
}

footer .fa-facebook:hover,
footer .fa-facebook:focus {
    color: #3b5999 !important;
}

footer .fa-instagram:hover,
footer .fa-instagram:focus {
    color: #e4405f !important;
}

footer .fa-twitter:hover,
footer .fa-twitter:focus {
    color: #1da1f2 !important;
}

footer .fa-snapchat:hover,
footer .fa-snapchat:focus {
    color: #fffc00 !important;
}

footer .fa-youtube:hover,
footer .fa-youtube:focus {
    color: #ff0000 !important;
}

.custom-toggle {
    float: right;
}

.tag {
    background-color: #b1d2cc ! important;
    color: #00856c ! important;
}

.pricing {
    overflow: hidden ! important;

    justify-items: center;
}

.pricing-currency {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
    line-height: 30px;
}

.pricing-price {
    font-size: 4rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-left: 0.2rem;
    margin-right: 0.2rem;

}

.pricing-duration {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
}



.pricing .nav-pills {
    max-width: 650px;
    justify-content: center !important;
    gap: clamp(.5rem, 2vw, 1rem);
}

.pricing .nav-link {
    border-radius: 0.3rem !important;
    font-size: 1.25rem;
    font-weight: 600;
    padding: .75rem 1.5rem !important;
    color: #fff !important;
    border: none !important;
    background-color: var(--dark-color) !important;
}

.pricing .nav-link {
    color: #fff !important;
    background-color: #000000 !important;
    font-weight: 500 !important;
}


.pricing .nav-link.active {
    color: var(--primary-color) !important;
    background-color: #ffffff !important;
}

.pricing-btn {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    font-weight: 500 !important;
    border-color: var(--primary-color) !important;
    text-decoration: none !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem !important;
    transition: all 0.3s ease-in-out !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;

}

.pricing-btn {
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    background-color: var(--dark-color) !important;
}

.pricing-btn:hover {
    background-color: var(--primary-color) !important;
}



.pricing .card {
    border-radius: 0.75rem !important;
    overflow: hidden !important;
}

.pricing .card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing .card ul li {
    margin-bottom: .75rem;
    font-size: 1rem;
    font-weight: 400;
}

.pricing .card ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5rem;
    color: var(--primary-color);
}

.pricing .card ul li.deleted-feature {
    color: #6c757d;
}

.pricing .card ul li.deleted-feature::before {
    content: "\f068" ! important;
    color: #6c757d;
}

.pricing-plans {
    gap: clamp(.5rem, 1vw + 1px, .75rem);
    width: 100%;
    max-width: 1400px;
    padding: 60px 20px !important;
}

.pricing-plans .card {
    border-radius: 0.25rem;
    min-width: 250px !important;

    flex: 1 1;
}


.pricing-plans .card .card-header {
    color: var(--dark-color) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.pricing-plans .card .card-header .card-price {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    gap: 0.1rem;
}

.pricing-plans .card .card-header .card-title {
    color: var(--dark-color) !important;
}


.pricing-plans .card .card-header .card-subtitle {
    color: #6c757d !important;
}

.pricing-plans.owl-carousel .owl-nav {
    position: absolute;
    top: 50%; /* Move the nav container to the middle */
    left: 0;
    right: 0;
    transform: translateY(-50%); /* Adjust for exact vertical centering */
    display: flex;
    justify-content: space-between; /* Space out prev/next buttons */
    pointer-events: none;
}


.pricing-plans.owl-carousel .owl-prev,
.pricing-plans.owl-carousel .owl-next {
    pointer-events: all;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 30px ! important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #00000090 ! important;
}


.pricing-plans.owl-carousel .owl-prev {
    margin-left:20px ! important;
}

.pricing-plans.owl-carousel .owl-next {
    margin-right: 20px ! important;
}



.pricing-plans.owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.pricing-plans.owl-carousel .owl-dots button.owl-dot {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    background-color: transparent !important;
    margin: 0 5px !important;
}

.pricing-plans.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #fff !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch; /* Ensures all items stretch to the same height */
}

.owl-carousel .owl-item {
    display: flex;
    height: auto;
    width: 100%; /* Allow items to adjust their height */
}

.card-price-before {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 1.25rem;
    margin-top: 20px;
    min-height: 36px;
    color: #4f4f4f;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    gap: 0.1rem;
}

.card-price-before  .pricing-before-price {
    color: #ff3b00 !important;
    font-weight: 600;

}



@media screen and (max-width: 600px) {
    .display-2 {
        font-size: 2rem !important;
    }

    .lead {
        font-size: 1rem !important;
    }

    .pricing .nav-pills {
        flex-direction: column !important;
        justify-content: unset !important;
        text-align: center;
        max-width: 550px;
        padding: 10px 15px;
    }





    .pricing-plans .card {
        height: 100% !important;
        flex: 100% !important;
    }
}


@media screen and (min-width: 1400px) {
    .pricing-plans.owl-carousel .owl-nav {
        display: none !important;
    }
}