:root {
    --primary-color: #160177;
    --secondary-color: #76d6ff;
}

body {

    font-family: 'Exo', sans-serif;
    background-color: #ecf4fb;
    color: #333;
}

.otr-card {
    background: white;
    border-radius: 15px;
    border: 1px solid #0057b335;
    padding: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.text_fix_300px {
    margin-right: 10px;
    font-weight: 500;
    color: #01072e;
}

.navbar {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: 700;
    color: var(--primary-color) !important;
}

.nav-link {
    color: #454449 !important;
    font-weight: 500;
    margin: 0 8px;
    transition: all 0.3s;
}

.nav-link:hover {
    color: #0667a3 !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 400;
    font-size: 14px;
    border-radius: 20px 5px 20px 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-primary:hover {
    background-color: #0dadec;
    border-color: #0dadec;
}

.btn-success {
    background-color: #30974f;
    font-weight: 400;
    font-size: 14px;
    border-radius: 20px 5px 20px 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-success:hover {
    background-color: #23703b;
}


.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 600;
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.hero {
    position: relative;
    height: 80vh;
    background: linear-gradient(135deg, #090144, #054e9c);

}


.hero_title {
    font-size: 45px;
    font-weight: 700;
    color: rgb(237, 240, 241);
    line-height: 1;
}

.hero_sub_title {
    font-size: 20px;
    font-weight: 700;
    color: rgb(154 234 251 / 60%);
}

.hero_desc {
    font-size: 16px;
    font-weight: 400;
    color: rgb(164 185 213) !important
}

.container_hero {
    height: 75vh;
    display: flex;
    align-items: center;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";

}

.wave svg {
    width: 100%;
    height: 100%;
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.section-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.pricing-card {

    border-radius: 80px 5px 80px 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    margin-bottom: 30px;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pricing-header {
    background: linear-gradient(135deg, #090144, #054e9c);
    color: white;
    border-radius: 80px 5px 80px 5px;
    padding: 20px;
}

.popular-plan {
    border: 2px solid var(--secondary-color);
    position: relative;
}

.popular-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
}

.price {

    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.price-period {
    color: #777;
    font-weight: 500;
    font-size: 1rem;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 8px 0;
    position: relative;
}

.feature-list li:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--secondary-color);
    position: relative;
    margin-right: 5px;

}

footer {

    background-color: #0c0146;
    color: white;
    padding: 20px 0 20px;
}

.footer-links a {
    color: #9c9b9b;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
    font-size: 16px;
}

.footer-links a:hover {
    color: #74b7f2;
    text-decoration: none;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    margin-right: 10px;
    transition: all 0.3s;
}

.social-icon:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.gradient-box {
    height: 350px;
    border: 1px solid #76baed;
    border-radius: 80px 5px 80px 5px;
    background: linear-gradient(135deg, #090144, #054e9c);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.gradient-box-lite {

    background-color: white;
    height: 250px;
    border: 1px solid #0601252a;
    border-radius: 80px 5px 80px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(5, 1, 29);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}



.prv_btn {
    border-radius: 18px 5px 18px 5px;
    padding: 10px;
}

.auto-fade-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 2 / 1;
    margin: auto;
}

.slide {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fade 12s infinite;

    height: 70vh;
    display: flex;
    align-items: center;

}

.slide img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Individual timing for each slide */
.fade1 {
    animation-delay: 0s;
}

.fade2 {
    animation-delay: 6s;
}


/* Keyframes for fade effect */
@keyframes fade {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


@media (max-width: 999px) {
    .auto-fade-slider {
        display: none;
    }
}



.map-section {
    text-align: center;
    padding: 60px 20px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.subtitle {
    text-transform: uppercase;
    color: #b6a9ff;
    letter-spacing: 1px;
}

.title {
    font-size: 2.5em;
    margin: 10px 0;
}

.description {
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 1em;
    opacity: 0.8;
}

.world-map {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    background: url('../images/world_map.png') no-repeat center center;
    background-size: contain;
    aspect-ratio: 2 / 1;
}

.location {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e80950;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s;
}

.location:hover {
    transform: scale(1.4);
}

.tooltip {
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #090144;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    white-space: nowrap;
    font-size: 0.9em;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.location:hover .tooltip {
    opacity: 1;
}

.faq-section {

    max-width: 800px;
    margin: 2rem auto;
}

.faq-section h4 {
    font-weight: 700;
    color: #959595;
    letter-spacing: 1px;
}

.accord-button {
    height: 40px;
    width: 100%;
    border: 1px solid #9f9f9f62;
    border-radius: 5px 5px 5px 5px;
    background: #ffff;
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    color: white;
}

.accord-button:not(.collapsed) {
    background: #0502385b;
    color: #fdfdfd;
}

.accordion-button {
    font-size: 1.1rem;
    font-weight: 600;
    color: #636363;
    border-radius: 8px !important;
    transition: background 0.2s;
}

.accordion-button:not(.collapsed) {
    background: #05023833;
    color: #fdfdfd;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #090144 !important;
    outline: 0;

}

.accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.07);
}

.accordion-body {
    background: #fff;
    color: #374151;
    font-size: 1rem;
    border-radius: 0 0 10px 10px;
}

@media (max-width: 600px) {
    .faq-section {
        padding: 1rem 0.5rem;
    }

    .accordion-button {
        font-size: 1rem;
    }
}

.otr-card-element {
   padding: 10px; border: 1px solid #747474; border-radius: 6px;
}
.hyperlink_wiki {
    text-decoration: none;
    color: #1e74bf;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
}

.checkout_terms_text {
    font-size: 10px;
    color: #676768;
}