@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css);
@import url(../css/bootstrap.css);
@import url(../css/animate.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/slick.css);
@import url(../css/mobile-nav.css);
@import url(../fonts/degular/stylesheet.css);
.thank-content h2 {
    font-size: 45px !important;
    text-align: center;
}
.thank-content h4 {
    font-size: 35px;
    text-align: center;
}
.thank-content p {
    font-size: 24px !important;
    text-align: center;
    padding: 10px 0 40px 0;
}
li,
p,
ul {
    margin: 0;
}
.dark-theme-btn,
a.light-theme-btn {
    padding: 14px 20px;
    position: relative;
}
.icons-box a,
body {
    font-family: "Outfit", sans-serif;
    background: #fff;
}
.banner-text,
header::before {
    left: 50%;
    transform: translate(-50%);
}
section.privacy-content h2 {
    font-size: 27px;
    padding: 29px 0 12px 0;
    font-weight: 700;
}
section.privacy-content p {
    font-size: 18px;
    line-height: normal;
}
.banner-text h1,
.banner-text h3,
.banner-text h4,
.heading-secs h3 {
    text-transform: uppercase;
}
.icons-box a,
.social-icons a,
a {
    text-decoration: none;
}
:root {
    --primary-color: #3a2d7d;
    --secondary-color: #1e82cd;
    --background-color: #ffda51;
}
*,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Outfit", sans-serif;
}
li,
ul {
    list-style: none;
    padding: 0;
}
a {
    color: var(--primary-color);
}
::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none;
}
::selection {
    background: var(--secondary-color);
    color: #fff;
    text-shadow: none;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #888;
}
::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--primary-color);
}
.ff-primary {
    font-family: var(--base-font-family);
}
.ff-secondary,
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    font-family: var(--secondary-font-family);
}
.book-detail h3 span,
.fc-primary,
.heading-secs h3 span:nth-child(2),
.heading-secs h3 span:nth-child(3),
.heading-secs h4 span,
.heading-style-2 h3 span {
    color: var(--primary-color);
}
.fc-secondary,
.heading h3 span {
    color: var(--secondary-color);
}
.fc-dark {
    color: var(--dark-color);
}
.fc-lite {
    color: var(--lite-color);
}
.h1,
.h2,
h1,
h2 {
    font-family: var(--heading-font-family-primary);
}
.h2,
h2 {
    font-size: 48px;
}
.h3,
h3 {
    font-size: var(--font-size-h3);
}
.h4,
h4 {
    font-size: var(--font-size-h4);
}
.h5,
h5 {
    font-size: var(--font-size-h5);
}
.h6,
h6 {
    font-size: var(--font-size-h6);
}
p {
    text-align: left;
    font-size: var(--base-font-size);
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 20px;
}
.theme-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 6px 29px 9px 29px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 9;
    font-size: 19px;
    transition: all 0.5s ease;
}
a.themebtn-light {
    background: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 7px 40px 9px 41px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 9;
    transition: all 0.7s ease;
}
.theme-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    background: #fff;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    right: 50%;
    top: 50%;
    z-index: -1;
    transition: all 0.5s ease;
    border: 1px solid var(--primary-color);
    border-radius: 120px;
    opacity: 0;
}
.theme-btn:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.theme-btn:hover {
    color: #000;
    transform: translate(0, -10px);
}
.header-btn a.theme-btn,
.header-btn a.themebtn-light {
    width: 50%;
    text-align: center;
    padding: 9px 20px 11px 20px;
}
header.sticky {
    width: 100%;
    top: 0;
    border-radius: 0 0 10px 10px;
}
a.themebtn-light::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    background: var(--primary-color);
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 30px;
    transition: all 0.6s ease;
}
a.themebtn-light:hover {
    color: #fff;
    transform: translate(0, -10px);
}
a.themebtn-light:hover:before {
    width: 100%;
    height: 100%;
}
.main-navigation {
    position: relative;
    z-index: 99999999999999;
    height: 100%;
}
.icons-box a:first-child::before,
.icons-box::before {
    width: 2px;
    background: #3333;
    transform: translate(-40%);
}
body.o-hidden,
main.app-container {
    overflow: hidden;
}
.main-navigation ul li:last-child:before {
    content: "";
    opacity: 0;
}
ul.drop-down {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 226px;
    gap: 0 !important;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.main-navigation ul li {
    position: relative;
}
ul.drop-down li a {
    background: #fff;
    width: 370px;
    padding: 11px 10px;
    transition: all 0.6s ease;
    display: block;
    border: 1px solid;
}
.main-navigation ul li:hover ul.drop-down {
    visibility: visible;
    opacity: 1;
    top: 335px;
}
ul.drop-down li a:hover {
    background: #392c7b;
    color: #fff;
    border-color: var(--primary-color);
}
.main-navigation ul li::before {
    position: absolute;
    content: "";
    width: 0;
    right: 0;
    height: 1px;
    background: #3a2d7d;
    bottom: 0;
    transition: all 0.7s ease;
}
.main-navigation ul li:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}
.main-navigation ul li a span {
    background: #ffda51;
    font-size: 10px;
    transition: all 0.6s ease;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}
.main-navigation ul li:hover a span {
    transform: rotate(182deg);
}
.main-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 30px;
}
.main-navigation ul li a {
    font-size: 15px;
    color: #051d38;
    font-weight: 600;
}
header {
    padding: 10px 40px 20px 30px;
    position: relative;
    top: 0;
    border-bottom: 1px solid var(--primary-color);
    position: fixed;
    z-index: 999;
    width: 91%;
    background: #fff;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    top: 14px;
    border-radius: 15px;
    box-shadow: 1px 5px 7px #3a2d7d3b;
    transition: all 0.6s ease;
}
.header-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    height: 100%;
}
.logo-main a img {
    width: 100px;
}
section.banner-main {
    background: #d1f4fe;
    padding: 140px 0 30px 0;
    height: 100vh;
}
.banner-txt h1 {
    font-size: 50px;
    padding: 0 0 13px 0;
    font-weight: 700;
}
.banner-txt p {
    font-size: 18px;
}
.tabs {
    max-width: 100%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    text-align: center;
}
.tab-buttons {
    padding: 0 0 10px 0;
}
.tab-btn {
    padding: 10px 20px;
    border: none;
    background: #eee;
    cursor: pointer;
    transition: 0.3s;
}
.tab-btn.active {
    background: #3a2d7d;
    color: #fff;
}
.tab-content {
    display: none;
    padding: 30px 20px 30px 20px;
    border: 2px solid #6464648f !important;
    margin-top: 10px;
    background: #bababa3b;
    margin: 0 50px;
    transition: all 0.5s ease;
}
.tab-content.active {
    display: block;
    border-radius: 21px;
}
.sections-title h3 {
    font-size: 56px;
    font-weight: 700;
}
.sections-title {
    text-align: center;
    padding: 0 130px;
}
.sections-title p {
    font-size: 18px;
    text-align: center;
    padding: 10px 0 20px 0;
}
section.services-secs {
    padding: 50px 0 0 0;
}
button.tab-btn {
    display: inline-block;
    background: #f59e0b;
    border-radius: 41px;
    font-size: 18px;
    margin: 0 0 16px 0;
}
.service-img:hover img {
    transform: scale(1.3);
}
.service-txt {
    text-align: left;
    padding: 0 0 0 20px;
}
.service-img {
    height: 300px;
    width: 100%;
    margin: 0 10px 0 auto;
    overflow: hidden;
    border-radius: 20px;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.7s ease;
}
.service-txt h4 {
    font-size: 51px;
    color: #3a2d7d;
    font-weight: 700;
}
.tab-content .row {
    align-items: center;
}
.service-txt h6 {
    font-size: 25px;
    color: #000;
    padding: 13px 0;
}
.service-txt p {
    color: #000;
}
.service-txt a {
    padding: 10px 60px;
}
.marketing-box-main {
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 0 0;
}
.marketing-img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #333;
    transition: all 0.6s ease;
    z-index: 9;
}
.marketing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
section.marketing-boxs-sec {
    padding: 100px 0 150px 0;
}
.marketing-img:before {
    z-index: 999;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    transition: all 0.6s ease;
}
.marketing-box-main a.theme-btn {
    margin: 0 0 30px 0;
}
.marketing-box-main:hover .marketing-img {
    opacity: 1;
}
.marketing-box-main:hover .marketing-img img {
    transform: scale(1.3);
}
.marketing-box-main:hover .marketing-img:before {
    height: 0;
}
.footer-logo {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}
footer {
    background: #000;
}
.footer-top {
    padding: 60px 0 30px;
}
.footer-logo img {
    max-width: 160px;
}
.ft__nav h4 {
    margin-bottom: 20px !important;
    position: relative;
    color: #fff;
    text-transform: capitalize;
}
.ft__nav h4::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.ft__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft__nav ul li {
    margin-bottom: 10px;
}
.ft__nav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
    transition: all 0.3s ease;
}
.ft__nav ul li a:hover {
    padding-left: 5px;
}
.ft__nav ul li i {
    margin-right: 8px;
    color: #3a2d7d;
}
.footer-bottom {
    border-top: 1px solid #1e293b;
    padding: 15px 0;
    margin-top: 20px;
}
.copy-rights p {
    margin: 0;
    font-size: 14px;
    color: #000;
}
ul.policy_links li {
    float: inline-end;
}
.policy_links li a {
    color: #000;
    font-size: 15px;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    border-left: 1px solid #000;
    padding: 0 10px 0;
}
.footer-bottom p {
    color: #fff;
    text-align: center;
    padding: 0;
}
section.future-sec {
    padding: 60px 0 60px 0;
    background: var(--primary_color);
}
.future-content h2 {
    color: #000;
    font-size: 57px;
    padding: 0 0 20px 0;
}
section.whychooseussec {
    padding: 60px 0 60px 0;
    background: var(--primary_color);
}
.choosethumb {
    padding: 1rem 2rem 2rem;
    border-radius: 1.5rem;
    height: 100%;
    text-align: center;
    transform: scale(1);
    transition: 0.4s all ease;
    position: relative;
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.08);
    background: #fff;
    min-height: 4rem;
    overflow: hidden;
    border: 1px solid #0f2c4f;
}
.choosethumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(15 46 86 / 45%), transparent);
    transition: 0.5s;
}
.choosethumb:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgb(0 0 0 / 0.15);
}
.choosethumb:hover::before {
    left: 100%;
}
.choosethumb h2 {
    color: #000;
    font-size: 31px;
    padding: 0 0 30px 0;
}
section.inner-page-banner.about-banner {
    padding: 200px 0 100px 0;
    text-align: center;
    background: #3a2d7d59;
}
.inner-page-h h1 {
    font-size: 52px;
    padding: 0 0 20px 0;
}
.form-contct h3 {
    font-size: 37px;
    text-align: center;
    padding: 0 0 28px 0;
    font-weight: 700;
}
.form-group {
    padding: 10px 0;
}
.form-group textarea {
    height: 130px;
    resize: vertical;
}
.contct-txt h3 {
    font-size: 34px;
    font-family: "Outfit";
    font-weight: 800;
}
.contct-txt h4 {
    font-size: 23px;
    padding: 0 0 10px 0;
}
.contct-txt ul li strong {
    display: block;
}
.contct-txt ul li {
    list-style: circle;
    margin: 0 0 17px 20px;
}
section.contact-us-se {
    padding: 60px 0 40px 0;
}
section.benefits-sec .sections-title {
    padding-bottom: 50px;
}
.benefits-box {
    background: var(--primary-color);
    margin: 0 30px 20px 40px;
    padding: 14px 14px 14px 21px;
    border-radius: 20px;
    transition: all 0.6s ease;
    border: 1px solid #fff0;
    height: 230px;
}
.benefits-box h3 {
    font-size: 27px;
    color: #fff;
    padding: 10px 0 25px 0;
}
.benefits-box ul li {
    font-size: 22px;
    padding: 0 14px 7px 23px;
    list-style: inside;
    color: #fff;
}
section.benefits-sec {
    padding: 0 0 70px 0;
}
.benefits-box:hover {
    background: #fff0;
    border-color: var(--primary-color);
}
.benefits-box:hover h3,
.benefits-box:hover p {
    color: #000;
}
.form-contct button.theme-btn {
    width: 100%;
    border: 1px solid #000;
}
.inner-page-h p {
    text-align: center;
    font-size: 22px;
}
.benefits-box p {
    color: #fff;
    font-size: 21px;
    line-height: normal;
}
.ft__nav button.theme-btn {
    position: absolute;
    bottom: 11px;
    right: 0;
    border: 0;
    transform: none !important;
}
.ft__nav {
    position: relative;
}
.ft__nav input {
    height: 46px;
    border-radius: 30px;
}
.ft__nav button.theme-btn i {
    color: #fff;
}
.ft__nav button.theme-btn:hover i {
    color: #000;
}
.col-lg-5.p-0.footer-cta {
    padding: 0 40px 0 70px !important;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    letter-spacing: 0;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
main.app-container {
    overflow-x: hidden;
    overflow-y: visible;
}
.theme-btn,
a.themebtn-light,
.theme-btn::before,
a.themebtn-light::before,
header,
button.tab-btn,
.tab-content.active,
.service-img,
.service-img img,
.marketing-img,
.choosethumb,
.benefits-box,
.ft__nav input {
    border-radius: 8px;
}
.theme-btn,
a.themebtn-light {
    line-height: 1.25;
    text-align: center;
    white-space: normal;
}
.container,
.container-fluid {
    max-width: 1180px;
}
h1,
.banner-txt h1 {
    font-size: 50px;
    line-height: 1.05;
}
h2,
.future-content h2,
.inner-page-h h1,
.sections-title h3 {
    line-height: 1.08;
}
h2 {
    font-size: 48px;
}
.sections-title {
    padding: 0 80px;
}
.sections-title h3 {
    font-size: 56px;
}
.banner-img img {
    width: 100%;
}
.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
button.tab-btn {
    margin: 0;
    max-width: 100%;
}
.tab-content {
    margin: 0;
}
.service-txt p,
.contct-txt p,
.contct-txt li,
.future-content p,
.choosethumb p {
    overflow-wrap: anywhere;
}
.marketing-box-main {
    min-height: 320px;
}
.form-contct,
.contct-txt {
    width: 100%;
}
.benefits-box {
    height: auto;
    min-height: 210px;
}
@media (min-width: 1399px) {
    section.banner-main .container {
        max-width: 1430px;
    }
}
@media (max-width: 1399px) {
    .banner-txt h1 {
        font-size: 44px;
    }
    .sections-title h3 {
        font-size: 48px;
    }
    .future-content h2 {
        font-size: 48px;
    }
}
@media (max-width: 1199px) {
    header {
        width: 96%;
        padding: 10px 18px;
    }
    .main-navigation ul {
        gap: 18px;
    }
    .header-btn {
        gap: 10px;
    }
    .header-btn a.theme-btn,
    .header-btn a.themebtn-light {
        padding: 9px 12px 11px;
        font-size: 15px;
    }
    section.banner-main {
        min-height: 720px;
        height: auto;
        padding: 135px 0 70px;
    }
    .banner-txt h1 {
        font-size: 40px;
    }
    .sections-title {
        padding: 0 30px;
    }
    .service-txt h4 {
        font-size: 40px;
    }
    .marketing-box-main {
        height: 420px;
    }
}
@media (max-width: 991px) {
    .ft__nav {
        padding: 0 !important;
    }
    .ft__nav h4 {
        margin-bottom: 20px !important;
        position: relative;
        color: #fff;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 21px;
    }
    header.site-header {
        display: none;
    }
    .mobile-nav-btn {
        top: 12px;
        right: 12px;
        background: #fff;
        border: 1px solid var(--primary-color);
        box-shadow: 0 4px 12px rgb(0 0 0 / 0.12);
    }
    .mobile-nav .logo-main img {
        width: 110px;
    }
    section.banner-main {
        min-height: auto;
        padding: 90px 0 50px;
        text-align: center;
    }
    .banner-main .row,
    .future-sec .row,
    .contact-us-se .row {
        row-gap: 28px;
    }
    .banner-txt h1 {
        font-size: 38px;
    }
    .banner-txt p,
    .banner-txt p,
    .inner-page-h p {
        text-align: center;
    }
    .banner-img {
        max-width: 520px;
        margin: 0 auto;
    }
    section.services-secs,
    section.future-sec,
    section.whychooseussec,
    section.contact-us-se {
        padding: 45px 0;
    }
    section.marketing-boxs-sec {
        padding: 55px 0 70px;
    }
    .sections-title {
        padding: 0;
    }
    .sections-title h3 {
        font-size: 38px;
    }
    .tab-content {
        padding: 24px 16px;
    }
    .service-txt {
        padding: 0;
        text-align: center;
    }
    .service-txt p {
        text-align: center;
    }
    .service-txt h4 {
        font-size: 34px;
    }
    .service-img {
        height: 260px;
        margin: 24px 0 0;
    }
    .future-content h2,
    .inner-page-h h1 {
        font-size: 38px;
    }
    .future-content,
    .mobile-text-center,
    .mobile-text-center p {
        text-align: center;
    }
    .future-sec:nth-of-type(3) .row {
        flex-direction: column-reverse;
    }
    section.inner-page-banner.about-banner {
        padding: 110px 0 60px;
    }
    .contct-txt {
        padding-top: 10px;
    }
    .benefits-box {
        margin: 0 0 20px;
    }
    .footer-top {
        padding: 45px 0 20px;
    }
    .ft__nav {
        margin-bottom: 24px;
    }
    .ft__nav h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .col-lg-5.p-0.footer-cta {
        padding: 0 12px !important;
    }
}
@media (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 1.55;
    }
    .theme-btn,
    a.themebtn-light {
        width: auto;
        max-width: 100%;
        padding: 10px 18px;
        font-size: 16px;
    }
    .banner-txt h1 {
        font-size: 32px;
    }
    .banner-txt p,
    .sections-title p {
        font-size: 16px;
    }
    .sections-title h3,
    .future-content h2,
    .inner-page-h h1 {
        font-size: 32px;
    }
    .service-txt h4 {
        font-size: 28px;
    }
    .service-txt h6 {
        font-size: 21px;
    }
    .tab-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    button.tab-btn {
        width: 100%;
        font-size: 16px;
        padding: 11px 12px;
    }
    .service-img,
    .marketing-box-main {
        height: 240px;
    }
    .marketing-box-main {
        margin-top: 18px;
    }
    .marketing-box-main a.theme-btn {
        margin: 0 14px 20px;
    }
    .form-contct h3,
    .contct-txt h3 {
        font-size: 28px;
    }
    .benefits-box h3 {
        font-size: 24px;
    }
    .benefits-box p {
        font-size: 17px;
    }
}
@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }
    section.banner-main {
        padding: 78px 0 42px;
    }
    .banner-txt h1,
    .sections-title h3,
    .future-content h2,
    .inner-page-h h1 {
        font-size: 29px;
    }
    .inner-page-h p {
        font-size: 17px;
    }
    .tab-content {
        padding: 20px 12px;
        border-width: 1px !important;
    }
    .service-img,
    .marketing-box-main {
        height: 220px;
    }
    .choosethumb {
        padding: 22px 18px;
    }
    .choosethumb h2 {
        font-size: 25px;
        padding-bottom: 16px;
    }
    .mobile-nav {
        width: 86%;
        right: -86%;
    }
    .app-container.active {
        left: -86%;
    }
    .mobile-nav-btn.active {
        right: 88%;
    }
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.popup-overlay.active {
    display: flex;
    opacity: 1;
}
.popup-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 2px;
    transform: scale(0.7) translateY(50px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 25px 50px rgb(0 0 0 / 0.3);
    max-width: 450px;
    width: 90%;
}
.popup-overlay.active .popup-card {
    transform: scale(1) translateY(0);
    opacity: 1;
}
.popup-inner {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    position: relative;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #764ba2;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        color 0.3s ease;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.close-btn:hover {
    transform: rotate(90deg);
    color: #667eea;
    background: rgb(102 126 234 / 0.1);
}
.popup-title {
    text-align: center;
    margin-bottom: 25px;
}
.popup-title h2 {
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
}
.popup-title p {
    color: #666;
    font-size: 18px;
    text-align: center;
}
.form-floating {
    margin-bottom: 15px;
}
.form-floating input,
.form-floating textarea {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.form-floating input:focus,
.form-floating textarea:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgb(102 126 234 / 0.25);
    transform: translateY(-2px);
}
.form-floating label {
    color: #666;
}
.submit-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.3), transparent);
    transition: left 0.5s ease;
}
.submit-btn:hover::before {
    left: 100%;
}
.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(102 126 234 / 0.4);
}
.submit-btn:active {
    transform: translateY(-1px);
}
.trigger-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 30px rgb(102 126 234 / 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
}
.trigger-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgb(102 126 234 / 0.5);
}
.success-msg {
    display: none;
    text-align: center;
    padding: 20px;
}
.success-msg.show {
    display: block;
    animation: fadeInUp 0.5s ease;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.check-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    animation: scaleIn 0.5s ease 0.2s both;
}
@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.check-icon::after {
    content: "✓";
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.choosethumb p {
    text-align: center;
}
.mobile-nav-btn {
    height: 33px;
    padding: 0px 7px;
}