@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap');

body {
    font-family: 'Josefin Sans';
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Josefin Sans';
    box-sizing: border-box;
}



ul {
    list-style-type: none;
}

/* .navbar .dropdown-menu div[class*="col"] {
    margin-bottom:0rem!important;
} */
/* breakpoint and up - mega dropdown styles */
.modal-title {
    text-transform: Uppercase;
}

.btn-link {
    background: #fff !important;
    padding: 10px 20px !important;
    margin-top: 20px !important;
    text-transform: uppercase !important;
    border-radius: 0;
}

.btn-link:hover {
    color: #0400ff !important;
    border: 1px solid #fff !important;
    font-weight: 500;
}

.btn {
    border: 1px solid #ccc;
    color: #000 !important;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 30px;
    /* text-transform: uppercase; */
}

.btn-buy {
    border-radius: 0px 20px;
    color: #fff;
    background: #219bd8 !important;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    overflow: hidden;
}

.btn-buy:hover {
    color: #fff;
    border-radius: 20px 0px;
}

.btn-buy:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.4s ease;
    z-index: -1;
    border-radius: 20px 0;
}

.btn-buy:hover:after {
    width: 100%;
}

/* style="color:#; background:#; border:none; font-weight:500; */

.btn-primary {
    background: var(--primary-dark);
    /* var(--purple-gradient); */
    color: #ffffff !important;
    /* border: 1px solid var(--primary) !important; */
    outline: none !important;
    padding: 10px 30px !important;
    border-radius: 8px !important;
    /* text-transform: uppercase; */
    font-weight: 600;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 26px rgba(47, 91, 255, 0.22);
}

.btn-primary:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform: translateY(-2px);
    box-shadow: var(--purple-glow);
    transition: 0.4s ease;
    z-index: -1;
    border-radius: 8px !important;
    color: #000000;
}

.btn-primary:hover:after {
    width: 50%;

}

.btn-primary:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    transform: translateY(-2px);
    box-shadow: var(--purple-glow);
    transition: 0.4s ease;
    z-index: -1;
    border-radius: 0px !important;
    color: #000000;
}

.btn-primary:hover:before {
    width: 50%;
}

/* .btn-primary:hover {
    color: #000000 !important;
} */

.btn-submit {
    background: var(--purple-gradient);
    color: #fff;
}

/* .btn-submit:hover {
    box-shadow: var(--purple-glow);
    color: #000000;
    border: 1px solid #219bd8;
} */

a,
a:hover {
    text-decoration: none;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.header {
    background:
        /* #219bd8 */
        linear-gradient(#219bd8 10%, #313131);
    font-family: 'Rubik', sans-serif;
}

.header_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_ul li {
    display: inline-block;
    padding-top: 5px;
    color: #fff;
}

.header_ul li a {
    text-decoration: none;
    color: #fff;
}

.header-social-links {
    display: flex;
}

.header-social-links li {
    list-style: none;
}

.header-social-links a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin: 5px 5px;
    display: block;
    border-radius: 0%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 1;
}

.header-social-links li a .fab {
    position: relative;
    color: #219bd8;
    transition: .5s;
    z-index: 3;
}

.header-social-links li a:hover .fab {
    color: #fff;
    transform: rotateY(360deg);
}

.header-social-links li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #243559;
    transition: .5s;
    z-index: 2;
}

.header-social-links li a:hover:before {
    top: 0;
}

.header-social-links li:nth-child(1) a:before {
    background: #3d5b99;
}

.header-social-links li:nth-child(2) a:before {
    background: #e64a41;
}

.header-social-links li:nth-child(3) a:before {
    background: #000;
}

.header-social-links li:nth-child(4) a:before {
    background: #eb8231;
}

.header-social-links li:nth-child(5) a:before {
    background: #e64a41;
}

/*======navbar===start=====*/
.navbar-toggler {
    outline: none !important;
    border: none !important
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

.navbar {
    background: #fff !important;
    padding: 10px !important;
    transition-duration: 0.6s;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.navbar-brand img {
    width: 100%;
    height: auto;
    max-width: 55px;
    object-fit: cover;
}

.nav-item-link {
    font-size: 16px;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase !important;
    margin-left: 20px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    color: #000 !important;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 20px;
}

.fixed-top {
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-nav) !important;
    text-decoration: underline;
}

.navbar-nav .nav-item.active .nav-link {
    color: var(--primary-nav) !important;
    text-decoration: underline;
}

/* Top navbar active state */
.main-navbar .nav-link.active {
    color: var(--primary-nav) !important;
    /* pick your brand color */

    text-decoration: underline;
    position: relative;
    font-weight: 600;
}

/* underline animation */
.main-navbar .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: var(--primary-nav);
    transition: all 0.3s ease;
}

.navbar-scroll {
    background: #ffffff;
    padding: .5rem 1rem;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition-duration: 0.6s;
}

.nav-dropdown-scroll {
    background: #e7eaea;
    box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
}

.nav li.active a {
    color: var(--primary-nav) !important;
    text-decoration: underline;
}

/* jQuery Styles
    ===================================*/

/* .dropdown{
        position:static;
    } */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu {
    border-top: 1px solid #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 7px 2px 0px rgb(0 0 0 / 20%);
    /* min-width:900px; */
    padding: 20px;
    background:
        /* #219bd8 */
        /* #eb8231 */
        #fff;
    margin: 0px;
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        width: 100vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        min-height: 400px;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 540px) {

    .navbar .dropdown-menu {
        width: 100vw !important;
        left: 50% !important;
        transform: translateX(50) !important;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        min-height: 350px;
        position: relative !important;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        position: static !important;
        width: 100%;
        max-width: 100%;
        transform: none;
        box-shadow: none;
        border: none;
        padding: 10px 15px;
    }

    .navbar-nav .dropdown-menu .container {
        padding: 0;
    }

    .navbar-nav .dropdown-menu .row {
        flex-direction: column;
    }

    .navbar-nav .dropdown-menu .col {
        width: 100%;
        margin-bottom: 15px;
    }
}



/* .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    } */

.nav-title {
    color: #212121 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

.nav {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.nav li {
    padding: 2px 0;
}

.nav li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #828282 !important;
    padding: 10px 0;
}

.nav li a:hover {
    background: none !important;
    color: #000 !important;
    text-decoration: underline;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: '';
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}

/* ================navbar===========================end===============*/


/* ================footer===========================start=============*/
.footer-section {
    background: #272727 !important;
    border-top: 1px solid #ccc;
}

.footer-text {
    margin-top: 50px;
}

.footer-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.footer-brand img {
    width: 100%;
    height: auto;
    max-width: 100px;
}

.footer-text h3 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: bold;
}

.footer-text p {
    font-size: 14px !important;
    margin-top: 0px;
}

.footer_ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.footer_ul li {
    padding: 2px 0;
    color: #fff !important;
}

.footer_ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #000;
    position: relative;
    z-index: 1;
    color: #fff;

}

.footer_ul li a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    float: right;
}

.social-icons li {
    list-style: none;

}

.social-icons li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin: 0px 5px;
    display: block;
    border-radius: 0%;
    position: relative;
    overflow: hidden;
    border: 1px solid #aaa;
    z-index: 1;
}

.social-icons li a .icons {
    position: relative;
    color: #219bd8;
    transition: .5s;
    z-index: 3;
}

.social-icons li a:hover .icons {
    color: #fff;
    transform: rotateY(360deg);
}

.social-icons li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #219bd8;
    transition: .5s;
    z-index: 2;
}

.social-icons li a:hover:before {
    top: 0;
}

/* .social-icons li:nth-child(1) a:before{
    background: #3b5999;
    }
    .social-icons li:nth-child(2) a:before{
    background: #3b5999;
    }
    .social-icons li:nth-child(3) a:before{
    background: #3b5999;
    }
    .social-icons li:nth-child(4) a:before{
    background: #3b5999;
    } */
/* ======scrollToTopBtn====*/
#scrollToTopBtn {
    position: fixed;
    background-color: #219bd8;
    border: none;
    outline: none;
    color: #fff;
    bottom: 30px;
    right: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    z-index: 20;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.pt2 {
    padding: 10px;
}

.footer-section p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.footer-section p a {
    color: #243559;
}

.footer-section p a:hover {
    text-decoration: underline;
}

.design_item {
    background: o;
    padding: 0px 0px;
    margin: 20px 0;
}

.design_item p {
    color: #243559;
    font-weight: 600;
}

.design_item .design_link {
    text-decoration: none !important;
    color: #fff;
    font-size: 14px;
}

/* ================footer==========================end======================*/
.hidden {
    display: none;
}

.sticky-button {
    position: fixed;
    background-color: #25D366;
    bottom: 80px;
    right: 10px;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    z-index: 20;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sticky-button svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    margin: auto;
}

.sticky-button a,
.sticky-button label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sticky-button label svg.close-icon {
    display: none;
}

.sticky-chat {
    position: fixed;
    bottom: 0px;
    right: 80px;
    width: 320px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 21;
    opacity: 0;
    visibility: hidden;
}

.sticky-chat a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color: #505050;

}

.sticky-chat svg {
    width: 35px;
    height: 35px;

}

.sticky-chat .chat-content {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.sticky-chat .chat-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #219bd8;
    overflow: hidden;
}

.sticky-chat .chat-header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, .040);
    border-radius: 70px 0 5px 0;
}

.sticky-chat .chat-header svg {
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    fill: #fff;
}

.sticky-chat .chat-header .title {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.sticky-chat .chat-header .title span {
    font-size: 11px;
    font-weight: 400;
    display: block;
    line-height: 1.58em;
    margin: 0;
    color: #f4f4f4;
}

.sticky-chat .chat-text {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 20px;
    font-size: 12px;
}

.sticky-chat .chat-text span {
    display: inline-block;
    margin-right: auto;
    padding: 10px;
    background-color: #f0f5fb;
    border-radius: 0px 15px 15px;
}

.sticky-chat .chat-text span:after {
    content: '1:40';
    display: inline-block;
    margin-left: 10px;
    font-size: 9px;
    color: #989b9f;
}

.sticky-chat .chat-text span.typing {
    margin: 15px 0 0 auto;
    padding: 10px;
    border-radius: 15px 0px 15px 15px;
}

.sticky-chat .chat-text span.typing:after {
    display: none;
}

.sticky-chat .chat-text span.typing svg {
    height: 13px;
    fill: #505050;
}

.sticky-chat .chat-button {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    overflow: hidden;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.sticky-chat .chat-button svg {
    width: 20px;
    height: 20px;
    fill: #505050;
    margin-left: auto;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}

.chat-menu:checked+.sticky-button label {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.chat-menu:checked+.sticky-button label svg.chat-icon {
    display: none;
}

.chat-menu:checked+.sticky-button label svg.close-icon {
    display: table-cell;
}

.chat-menu:checked+.sticky-button+.sticky-chat {
    bottom: 90px;
    opacity: 1;
    visibility: visible;
}


/* ---------- Premium Hero ---------- */
.hero {
    padding: 110px 0 90px;
    background: linear-gradient(135deg, #1f3be5, #6a9bff);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* animated bubbles */
.hero::before,
.hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    filter: blur(4px);
    animation: float 6s ease-in-out infinite;
}

.hero::before {
    top: -40px;
    left: -40px;
}

.hero::after {
    bottom: -50px;
    right: -50px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(18px);
    }
}

.hero h1 {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: .5px;
}

.hero-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 14px;
    background: rgba(255, 255, 255, .25);
    border: 1px solid rgba(255, 255, 255, .35);
}

/* CTA Button */
.btn-glass {
    background: rgba(255, 255, 255, .85);
    border-radius: 40px;
    padding: 12px 28px;
    font-weight: 700;
    border: none;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .25);
    transition: .25s;
}

.btn-glass:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
}

/* ---------- Feature Cards ---------- */
.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    border: 1px solid #dfe3fb;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
    transition: .25s;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .18);
}

.icon-badge {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(145deg, #e9edff, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid #cfd6ff;
    margin-bottom: 6px;
}

/* ---------- Accordion Timeline Style ---------- */
.accordion-item {
    border-radius: 18px !important;
    overflow: hidden;
    border: 1px solid #d9ddff;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #ffffff, #f7f8ff);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
}

.accordion-button {
    font-weight: 700;
    background: linear-gradient(90deg, #ecf0ff, #ffffff);
}

/* timeline line */
.accordion-item::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    width: 6px;
    border-radius: 10px;
    background: linear-gradient(#6d8bff, #1f3be5);
}

/* highlight chips */
.tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 40px;
    background: #eef1ff;
    border: 1px solid #cdd6ff;
    font-size: 12px;
    margin-right: 4px;
}

/* ---------- Glass Form ---------- */
.form-box {
    background: rgba(255, 255, 255, .9);
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #dfe3fb;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

/* ---------- Floating CTA ---------- */
.floating-cta {
    position: fixed;
    bottom: 10px;
    right: 12px;
    background: linear-gradient(135deg, #0b42ff, #6d97ff);
    color: #fff;
    padding: 12px 22px;
    border-radius: 40px;
    font-weight: 700;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .35);
    text-decoration: none;
    transition: .25s;
    z-index: 9999;
}

.floating-cta:hover {
    color: #fff;
    transform: translateY(-2px);
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*.col-lg-4 , .col-md-6{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/

@media(min-width:992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all 0.5s ease-in
    }

    .dropdown:hover>.dropdown-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: left !important
    }

    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media screen and (max-width: 768px) {
    p {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0em;
        text-transform: capitalize;
        line-height: 1.;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
    }

    .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        float: right !important;
    }

    .nav-title {
        /* color:#fff!important; */
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
    }

    .nav {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

    .nav li a {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 500;
        color: #000 !important;
        padding: 10px 0;
    }

    .nav li a:hover {
        background: none !important;
        color: #fff !important;
        text-decoration: underline;
    }

    .sticky-button {
        position: fixed;
        background-color: #25D366;
        bottom: 100px;
        right: 12px;
        border-radius: 50px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        z-index: 20;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .column {
        width: 100%;
    }

    .contact-card {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .contact-body {
        padding: 0;
    }

    #scrollToTopBtn {
        position: fixed;
        background-color: #219bd8;
        border: none;
        outline: none;
        color: #fff;
        bottom: 50px;
        right: 10px;
        border-radius: 50%;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        z-index: 20;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        cursor: pointer;
    }

    /* Ensure floating CTA doesn't overlap right-side sticky icons on small screens */
    .floating-cta {
        right: auto;
        left: 15px;
        bottom: 2px;
        z-index: 9999;
    }

}

.top-header {
    background: var(--purple-gradient);
    padding: 4px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.top-header .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

@media (max-width: 767.98px) {
    .top-header .social-icons {
        justify-content: center !important;
    }
}

.top-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 0;
    text-decoration: none;
    box-shadow: none;
    transition: background 0.15s;
    padding: 0;
}

.top-header a i {
    color: #23a7ef !important;
    font-size: 22px;
    transition: color 0.15s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.top-header a:hover,
.top-header a:focus {
    background: linear-gradient(0deg, #1a8cff 100%, #fff 0%);
    animation: slideUpBg 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideUpBg {
    0% {
        background: linear-gradient(0deg, #fff 100%, #fff 0%);
    }

    100% {
        background: linear-gradient(0deg, #1a8cff 100%, #fff 0%);
    }
}

.top-header a:hover i,
.top-header a:focus i {
    animation: spinIcon 0.6s linear;
    color: white !important;
}

@keyframes spinIcon {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn-buy-now {
    background: var(--main-gradient);
    /* background: var(--main-gradient-opposite); */
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    height: 40px;
    padding: 0 25px;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -1px;
    border-radius: 0 28px 0 28px;
    transition: background-color 0.15s, border-radius 0.15s;
}

.btn-buy-now:hover {
    background: var(--main-gradient);
    border-radius: 28px 0 28px 0;
}

.footer-section {
    background: #262626;
    color: #fff;
    font-size: 14px;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-list a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.footer-list a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-text {
    line-height: 1.6;
    opacity: 0.9;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.3);
}


.footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    color: #23a7ef !important;
    font-size: 22px;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
}

.footer-social a:hover,
.footer-social a:focus {
    background: #f1f8fd;
    color: #0b88d4 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* MEGA MENU */
.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #0b1c3a !important;
    padding: 30px 40px !important;
    border-top: 1px solid #14305d !important;
    display: none;
    z-index: 9999 !important;
}



.mega-menu .row {
    position: relative;
}

/* CLOSE BUTTON */
.close-x {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
}

/* LEFT CATEGORY SIDEBAR */
.menu-left {
    border-right: 1px solid #1f3c67;
    padding-right: 25px;
}

.menu-left a {
    display: block;
    cursor: pointer;
    color: #cde3ff !important;
    padding: 10px 15px;
    margin-bottom: 3px;
    border-radius: 4px;
    transition: all .25s ease;
}

.menu-left a:hover,
.menu-left .active {
    background: var(--primary-dark);
    color: var(--primary-nav) !important;
    font-weight: 700;
}

/* TITLES */
.mega-title {
    color: var(--primary-nav);
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* CENTER LINKS */
.mega-links a {
    display: block;
    margin-bottom: 10px;
    color: #d2e5ff !important;
    font-size: 15px;
    padding: 4px 0;
    transition: 0.25s;
}

.mega-links a:hover {
    color: var(--primary-nav) !important;
    margin-left: 5px;
}

/* RIGHT COLUMN */
.right-title {
    color: #d2eaff;
    margin: 25px 0 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #00e0ff;
    font-size: 16px;
    font-weight: 600;
}

.mega-right a {
    display: block;
    color: #d2eaff !important;
    margin-bottom: 10px;
}

.mega-right a:hover {
    color: var(--primary-nav) !important;
}

/* SHOW MEGA MENU ON HOVER (DESKTOP ONLY) */
@media (min-width: 990px) and (max-width: 1080px) {
    .nav-item.dropdown:hover .mega-menu {
        display: block;
    }

    .mega-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #0b1c3a !important;
        padding: 30px 40px !important;
        border-top: 1px solid #14305d !important;
        display: none;
        z-index: 9999 !important;
        width: 100vw !important;
        height: 80vh !important;
    }

    .navbar .dropdown-menu {
        width: 100vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        min-height: 400px;
    }
}

/* SHOW MEGA MENU ON HOVER (DESKTOP ONLY) */
@media (min-width: 992px) {
    .nav-item.dropdown:hover .mega-menu {
        display: block;
    }

    .mega-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #0b1c3a !important;
        padding: 30px 40px !important;
        border-top: 1px solid #14305d !important;
        display: none;
        z-index: 9999 !important;
        width: 100vw !important;
        height: 80vh !important;
    }
}

@media (max-width: 920px) {

    .top-header {
        display: none;
    }

    /* Hide all levels by default */
    .mega-menu .menu-left,
    .mega-menu .mega-links,
    .mega-menu .mega-right {
        display: none !important;
    }


    /* Show ONLY left level by default */
    .mega-menu.level-1 .menu-left {
        display: block !important;
        margin: 10px;
    }

    /* When level-2 is active */
    .mega-menu.level-2 .mega-links {
        display: block !important;
        margin: 10px;
    }

    /* When level-3 is active */
    .mega-menu.level-3 .mega-right {
        display: none !important;
        margin: 10px;
    }

    /* Smooth fade */
    .mega-menu .menu-left,
    .mega-menu .mega-links,
    .mega-menu .mega-right {
        animation: fadeIn 0.25s ease-in;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateX(10px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
}

.sub-title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}

.sub-caption {
    color: #fff;
    font-size: 13px;
}

.sim-toggle {
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.sim-toggle.active {
    background: var(--primary-nav);
    color: #fff;
}

.sim-panel {
    display: none;
}

.sim-panel.show {
    display: block;
}

.dot-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0;
}

.dot-list li {
    margin-bottom: 8px;
}