:root {
    --sk-blue: #127ea4;
    --sk-yellow: #fff249;

    --bs-primary: var(--sk-blue);
    --bs-secondary: var(--sk-yellow);
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;

    --bs-primary-rgb: 18, 126, 164;
    --bs-secondary-rgb: 255, 242, 73;

    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: #1f7ac9;

    --accent-color: #fff249;
    --accent-color-rgb: 255, 242, 73;
    --accent-color-hover: #e6d942;
    --accent-color-disabled: #f2e980;
}

.text-sk-blue {
    color: var(--sk-blue) !important;
}

.text-sk-yellow {
    color: var(--sk-yellow) !important;
}

.text-bg-sk-blue {
    background-color: var(--sk-blue) !important;
}

.text-bg-sk-yellow {
    background-color: var(--sk-yellow) !important;
}

:root {
    /*--background-color: var(--sk-blue);*/
    --background-color: #ffffff;
    --default-color: #444444;
    --heading-color: var(--sk-blue);
    --accent-color: #fff249;
    --surface-color: #ffffff;
    --contrast-color: #127ea4;

    --nav-color: #ffffff;
    --nav-hover-color: #fff249;
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #444444;
    --nav-dropdown-hover-color: #47b2e4;
}


.mt-6 {
    margin-top: 6rem !important;
}

.mt-7 {
    margin-top: 8rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 8rem !important;
}

.btn {
    font-weight: 500;
}

.h-100vh {
    height: 100vh;
}

.h-75vh {
    height: 75vh;
}

.h-50vh {
    height: 50vh;
}

.h-25vh {
    height: 25vh;
}

.fw-600 {
    font-weight: 600;
}

.service-details ul i {
    color: var(--contrast-color);
}

a {
    color: var(--sk-blue);
}

.header {
    --background-color: var(--sk-blue);
    --heading-color: #ffffff;
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
    border-bottom: 2px solid transparent;
}

.header .logo h1, .header .logo .sitename {
    font-size: 30px;
    margin: 0;
    font-weight: 500;
    color: var(--heading-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

@media (max-width: 576px) {
    .header .logo h1, .header .logo .sitename {
        font-size: 24px;
    }
}

/*body.scrolled .header {*/
/*    border-bottom: 2px solid #1983a9;*/
/*}*/

.dark-background {
    --background-color: var(--sk-blue);
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #4668a2;
    --contrast-color: #127ea4;
}

.call-to-action .cta-btn {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.call-to-action .cta-btn:hover {
    background: var(--accent-color);
    color: var(--sk-blue);
}

.hero .btn-watch-video i {
    color: var(--default-color);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.footer .footer-links ul i {
    color: var(--contrast-color);
}

html {
    height: 100vh;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Width */
.w-fit-content {
    width: fit-content;
}

/* Height */
.max-h-300px {
    max-height: 300px;
}

.max-h-350px {
    max-height: 350px;
}

.max-h-400px {
    max-height: 400px;
}

.max-w-35px {
    max-width: 35px;
}

.max-w-40px {
    max-width: 40px;
}

.max-w-150px {
    max-width: 150px;
}


.max-w-300px {
    max-width: 300px;
}

.max-w-350px {
    max-width: 350px;
}

.max-w-400px {
    max-width: 400px;
}

/* Anchor */
.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

/* Accordion */
.accordion-header {
    margin: 0;
}

/* Images */
.aspect-ratio-1 {
    aspect-ratio: 1;
}

.object-fit-cover {
    object-fit: cover;
}

.small-2 {
    font-size: .775em;
}

.small-3 {
    font-size: .655em;
}

/* Hero */
#hero h4 {
    font-family: "Raleway", sans-serif;
}


/* Small Hero */
#small-hero {
    width: 100%;
    position: relative;
    background: #daeeff;
    background-size: cover;
}

#small-hero:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#small-hero .container {
    padding-top: 4rem;
}

#small-hero h1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
    color: #124265;
    font-family: "Poppins", sans-serif;
    margin: 0 0 14px;
}

#small-hero .subtitle {
    color: #5e5e5e;
    font-size: 1.3rem;
}

@media (max-width: 992px) {
    #small-hero h1 {
        font-size: 2.5rem;
    }
}


/* Breadcumbs */
@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: flex !important;
    }
}


.btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #2487ce;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #2487ce;
}

.btn-learn-more:hover {
    background: #2487ce;
    color: #fff;
    text-decoration: none;
}

.btn-breadcrumbs-call-to-action {
    font-size: 14px;
    font-weight: 600;
    background: #2487ce;
    padding: 8px 18px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.btn-breadcrumbs-call-to-action:hover {
    color: #fff;
    background: #3194db;
}

.btn-primary {
    /*--bs-btn-font-size: 14px;*/
    --bs-btn-padding-y: 8px;
    --bs-btn-padding-x: 25px;
    --bs-btn-border-radius: 50px;
    --bs-btn-transition: background-color 0.3s ease-in-out;
    --bs-btn-color: var(--contrast-color);
    --bs-btn-bg: var(--accent-color);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--contrast-color);
    --bs-btn-hover-bg: var(--accent-color-hover);
    --bs-btn-hover-border-color: var(--accent-color-hover);
    --bs-btn-focus-shadow-rgb: 230, 217, 66;
    --bs-btn-focus-box-shadow: none;
    --bs-btn-active-color: var(--contrast-color);
    --bs-btn-active-bg: var(--accent-color-hover);
    --bs-btn-active-border-color: var(--accent-color-hover);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--contrast-color);
    --bs-btn-disabled-bg: var(--accent-color-disabled);
    --bs-btn-disabled-border-color: var(--accent-color-disabled);
}

/* Nav */
.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: var(--bs-primary);
}


/* Icon Boxes */
.icon-box {
    width: 100%;
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.icon-box .title a {
    color: #124265;
    transition: 0.3s;
}

.icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: #2487ce;
}

.icon-box:hover {
    transform: scale(1.08);
}

.icon-box:hover .title a {
    color: #2487ce;
}

/* Intl Tel Input */
.iti {
    width: 100%;
}

.iti.iti--container {
    width: auto;
}

/* Recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}

/* Breadcumbs */
.breadcrumbs {
    margin: 15px 0 0 0;
    padding: 0;
    /*position: sticky;*/
    top: 70px;
    z-index: 100;
    transition: all 0s;
}

.breadcrumbs.breadcrumbs-fixed {
    border-bottom: 0;
    box-shadow: 0 2px 15px rgba(18, 66, 101, 0.08);
    transition: all 0.5s;
}

.breadcrumbs .breadcrumbs-row {
    min-height: 32px;
}

.breadcrumbs nav {
    padding: 10px 0;
}

/* Displays */

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.display-7 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-7 {
        font-size: 2rem;
    }
}

.display-8 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-8 {
        font-size: 1.5rem;
    }
}

.d-inline-table {
    display: inline-table;
}

/* Footer Newsletter */
.footer .footer-newsletter {
    background-color: #f5f6f8;
}


/* Footer */

.footer .logo {
    max-height: 36px;
    margin-right: 8px;
}

.footer .footer-contact p, .footer .footer-contact a {
    color: var(--default-color);
    font-size: 14px;
    font-weight: inherit;
    text-transform: none;
    font-family: inherit;
}

/*.footer-contact-phone {*/
/*    font-size: 14px;*/
/*    line-height: 24px;*/
/*    margin-bottom: 0;*/
/*    color: #777777;*/
/*}*/

#footer {
    margin-top: auto;
}

#footer .logo a {
    font-family: "Poppins", sans-serif;
    color: #16507b;
    font-weight: 300;
}

#footer .footer-top .footer-contact h3 {
    margin: 0;
    font-size: 28px;
}

#footer h4 {
    font-family: "Raleway", sans-serif;
}


/* Cookie Consent */
#cc-main .cm__btn, #cc-main .pm__btn {
    background: var(--accent-color);
    border-color: transparent;
    color: var(--contrast-color);
}

#cc-main .cm__btn:hover, #cc-main .pm__btn:hover {
    background: var(--accent-color-hover);
    border-color: transparent;
    color: var(--contrast-color);
}

#cc-main .cm__btn--secondary, #cc-main .pm__btn--secondary {
    background: var(--cc-btn-secondary-bg);
    border-color: var(--cc-btn-secondary-border-color);
    color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover, #cc-main .pm__btn--secondary:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color);
    color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__texts {
    padding: 0;
}

#cc-main .cm--cloud .cm__btns {
    border-left: 0;
}

#cc-main .cm__title, #cc-main .cm__desc {
    padding-left: 20px;
    padding-right: 20px;
}

#cc-main .cm--flip .cm__btn-group {
    gap: 7px;
}

#cc-main .section__toggle:checked ~ .toggle__icon {
    background: var(--accent-color);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
    background: rgba(var(--accent-color-rgb), 0.5);
}

#cc-main .toggle__icon {
    /*background: var(--bs-primary);*/
}

@media screen and (max-width: 640px) {
    #cc-main .cm__btns {
        border-top: 0 !important;
    }

    #cc-main .cm__btns, #cc-main .cm__desc, #cc-main .cm__links, #cc-main .cm__title {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    #cc-main .cm__texts {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 16px;
    }

    #cc-main .cm--flip .cm__btn-group {
        flex-direction: column !important;
    }

    #cc-main .pm__footer {
        flex-direction: column-reverse !important;
        row-gap: 20px;
    }
}

/* Rominfo Tooltip Toogle */
.rominfo-tooltip-toggle {
    cursor: pointer;
}

.rominfo-tooltip-toggle-close {
    display: none
}

.rominfo-tooltip-toggle-close,
.rominfo-tooltip-toggle-open {
    font-size: 24px;
}

.rominfo-tooltip-toggle.active .rominfo-tooltip-toggle-close {
    display: block;
}

.rominfo-tooltip-toggle.active .rominfo-tooltip-toggle-open {
    display: none;
}

/* Rominfo Tooltip Box */
#rominfo-tooltip-box {
    display: none;
    position: absolute;
    z-index: 1100;
    top: 100%;
    left: 50%;
    background-color: #fff;
    color: #000;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    min-width: 200px;
    max-width: 300px;
    box-shadow: 0 0px #0000, 0 0px #0000, 0 2px 8px 0 rgba(0, 0, 0, .4);
    cursor: text;
    text-align: center;
}

#rominfo-tooltip-box.active {
    display: block;
    transform: translateX(-50%);
}

#rominfo-tooltip-box.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 300px;
}

.rominfo-tooltip-box-content {
    padding: 10px;
}

.rominfo-tooltip-box-close {
    padding: 10px;
    border-top: 1px solid #e5e7eb;
    cursor: pointer;
}

#rominfo-tooltip-full-background {
    display: none;
    background-color: rgba(11, 52, 118, .5);
}


@media screen and (max-width: 1200px) {
    #rominfo-tooltip-full-background.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
    }
}

/* Pricing */
.pricing h3 {
    min-height: 48px;
}

.pricing .box {
    padding: 18px 24px 18px 24px;
    border: 1px solid #e5e7eb;
    /*box-shadow: 0 0 16px 1px rgba(110, 123, 131, 0.15);*/
}

.pricing .box h3 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pricing .box .box-subtitle {
    margin-bottom: 31px;
    font-size: 16px;
}

.pricing .box ul {
    font-size: 16px;
}

.pricing .box .btn-buy {
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.pricing .box .separator {
    border-top: 1px solid #e5e7eb;
}

.pricing .box .btn-wrap, .pricing .featured .btn-wrap {
    padding: 15px 0;
}

/* Section */
.section-title h2 {
    font-size: 38px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 14px;
}

.section-title p {
    font-size: 16px;
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 32px;
    }
}

/* CTA */
.cta h2, .cta h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .cta h2, .cta h3 {
        font-size: 32px;
    }
}

/* Big Number */
.big-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #dbedf8;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 600;
}

/* Rominfo Check */
.rominfo-check {
    position: relative;
    background: #add5ef;
    border-radius: 50%;
    color: #003d8f;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rominfo-check-outline {
    border: 1px solid #add5ef;
    background: transparent;
}

/* Container */
.container, .container-lg, .container-md, .container-sm {
    max-width: 1320px;
}

/* Scrollable */
.scrollable {
    cursor: grab;
    user-select: none;
}

.scrollable:active {
    cursor: grabbing;
}

.scrollable-x {
    overflow-x: auto;
}

.scrollable-content-lg {
    min-width: 992px;
}

.scrollable-content-xl {
    min-width: 1200px;
}

.scrollable-col {
    min-width: 80vw;
}

@media screen and (min-width: 768px) {
    /* Custom Scrollbar for WebKit browsers */
    .scrollable::-webkit-scrollbar {
        height: 6px;
    }

    .scrollable::-webkit-scrollbar-thumb {
        background: rgba(220, 220, 220, 0.84); /* Color of the thumb */
        border-radius: 10px;
    }

    .scrollable::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8; /* Color on hover */
    }
}


.section-title h2:before {
    content: none;
}

.section-title h2:after {
    content: none;
}

/* Service Item */
.service-item {
    border-radius: 8px;
}

/* Service Details */
.service-details h3 {
    font-size: 30px;
}

/* Home Step Item */
.work-process .steps-item, .steps-item {
    border-radius: 8px;
}

/* Subscribe CTA */
.subscribe.subscribe-tarif-cta .cta-content h2 {
    font-size: 2.2rem;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .subscribe.subscribe-tarif-cta .cta-content h2 {
        font-size: 1.8rem;
        margin-top: 30px;
    }

    .subscribe.subscribe-tarif-cta .container {
        padding: 25px 15px 0 15px;
        border-radius: 15px;
    }
}