:root {
    --primary-color: #0d6efd;
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --accent-color: #204b6e;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto !important
    }
}

html {
    scroll-behavior: auto !important;
}

.template {
    background-image: url('../images/map.svg');
    width: 100%;
    border: #fbab40;
    background-color: #242628;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 100px;
    /* background-position-y: center; */
    background-origin: padding-box;
    min-height: 100svh;
    height: 100%;
    position: relative;
    /* background-size:cover; */
}

@media screen and (max-width: 1024px) {
    .template {
        background-size: contain;
        background-position-y: center;
    }
}

/* .logo-image {
    border: 5px solid #F6821F;
    background: #fff;
    border-radius: 100px;
    width: 200px;
    margin: auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 37px;
    padding: 10px;
}

.logo-image1 {
    border: 5px solid #F6821F;
    background: #fff;
    border-radius: 100px;
    width: 200px;
    margin: auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 37px;
    padding: 10px;
}

.logo-image3 {
    border: 5px solid #F6821F;
    background: #fff;
    border-radius: 100px;
    width: 120px;
    margin: auto;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 37px;
    padding: 10px;
} */

.title h4 {
    font-size: 60px;
    font-weight: 800;
}


.title h3 {
    font-size: 36px;
    color: #43a8f0;
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #c3c3c3;
    height: 48px;
    border-radius: 6px;
    font-size: 14px;
    color: #222;
    outline: none !important;
    box-shadow: none !important;
}

.modal-header {
    background: #f8f8f8;
    text-align: center;
    display: block;
    border-color: #f1f1f1;
    border-radius: 16px 16px 0px 0px;
}

.modal-header .btn-close {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}

.modal .btn {
    padding: 10px 10px !important;
    font-size: 17px;
}

.modal-content {
    border: 0px solid !important;
    border-radius: 16px !important;
}


.defcon_table {
    border: 10px solid #F38020;
    border-radius: 50px;
    overflow: hidden;
    /* max-width: 1600px; */
    max-width: 95%;
    margin: auto;
}

.table th {
    text-align: center;
    padding: 20px 15px !important;
    font-size: 30px;
    font-weight: 700;
    background: #f3802029;
    color: #fff !important;
}


.banner_section {
    background: #eaeaea;
    /* margin-top: 65px; */
    /* padding: 100px 0px 50px 0px; */
}


@media screen and (max-width:575px) {
    .title h4 {
        font-size: 20px !important;
    }
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}


@media only screen and (max-width: 991px) {
    .banner_section {
        padding: 10px 0px;
    }
}

/* Header Section */
.main-header {
    /* box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
    position: absolute;
    top: 0;
    left: 48px;
    right: 48px;
    background-color: transparent;
    z-index: 9;
    transition: background-color 0.3s ease;
}

.main-header.scrolled .main-nav {
    backdrop-filter: blur(3px);
    /* background-color: #dadde2e0 !important; */
}

.main-header .nav-link {
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 700;
    color: #2b2b2b;
    text-transform: uppercase;
}

.main-header .btn-dark {
    padding: 7px 25px !important;
    text-transform: uppercase;
    font-weight: 600;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    background: #28577e;
    border: 0;
}

.main-header .dropdown-toggle::after {
    content: "\f107";
    font-family: 'FontAwesome';
    border: none;
    font-size: 14px;
    color: #777;
    position: absolute;
    top: 11px;
}

.main-header .main-nav-nav .dropdown-menu {
    padding: 0;
    min-width: 170px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    z-index: 9999;
}


.main-header .main-nav-nav .dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #212121;
    padding: 8px 15px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}


.main-header .main-nav-nav .dropdown-menu .dropdown-item:hover {
    background-color: #fafafa !important;
}


.main-header .main-nav-toggler {
    border: 1px solid #fffdfd;
    border-radius: 6px;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
    box-shadow: none !important;
    outline: none;
    padding: 9px 13px;
}

/* @media only screen and (max-width: 1550px) {
    .main-header {
        overflow: hidden;
    }
} */

body {
    /* padding-top: 70px; */
}

/* main-nav styles */
.main-nav {
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

/* Hidden main-nav at 90vh */
.main-nav-hidden {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}

/* Visible main-nav at 100vh */
.main-nav-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Banner */
.banner_content h4 {
    font-size: 35px;
    font-weight: 800;
    line-height: 49px;
    color: #212121;
}


.banner_content .btn {
    font-size: 15px;
    font-weight: 600;
}

.features_card {
    background: #00000050 !important;
}

.features_card .content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.features_card .content p * {
    color: #dbdbdbfc !important;
    font-size: 16px;
}

.feature_img .icon img {
    width: 60px;
}

.feature_img .icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50px;
    padding: 5px;
    background: #ff942f;
    border: 2px solid #e9a15e;
}

/* SMS Secions */
.sms_section {
    background-color: #eaeaea;
}

.sms_section .img-content {
    position: relative;
    z-index: 2;
}

.sms_section p {
    margin-bottom: 5px;
}

.sms_content h4 {
    font-size: 35px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 15px;
}

.sms_content p * {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 27px !important;
}

/* File Manger Section */
.file_mngr_section .img-content {
    text-align: center;
    position: relative;
}

.file_mngr_section p {
    font-size: 18px !important;
    text-align: left;
    margin-bottom: 0 !important;
}

.file_mngr_section span {
    font-size: 18px !important;
}

.section_heading h4 {
    font-size: 23px;
    font-weight: 700;
}

/* Pricing Secion */
.pricing_section .pricing .features ul li {
    font-size: 18px;
}

.pricing_sec_header {
    font-size: 35px !important;
    font-weight: 700 !important;
    color: #212121;
    margin-bottom: 20px;
}

.pricing_section .pricing_header h4 {
    font-size: 22px;
}

.pricing {
    padding: 22px;
    border: 1px solid #212529;
    border-radius: 16px;
    background: #212529;
}

.pricing .btn {
    font-weight: 600;
}

.pricing_header {
    margin-bottom: 12px;
}

.pricing_header h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.pricing .features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing .price h3 {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
}

.pricing .price sub {
    font-size: 14px;
}

.pricing .price {
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
}


.pricing .features ul li {
    padding: 7px 0px;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    color: #dcdcdc;
}

/* .pricing .features ul li:before {
content: "\f00c";
top: 9px;
left: 0;
position: absolute;
width: 12px;
height: 12px;
font-family: 'FontAwesome';
} */

#about {
    background-image: url('../images/map.svg');
    background-origin: padding-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #242628;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    /* min-height: 600px; */
}

.about_section h1 {
    display: none;
}

.about_section_heading h4 {
    font-size: 35px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
}

.banner_content_p * {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
}

.about_content * {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
}

.about_content h5 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #ffffff;
}

.about_content p {
    font-size: 16px;
    margin-bottom: 20px;
}

/* .contact_form {
border: 1px solid #eaeaea;
padding: 30px;
border-radius: 14px;
background: #fbfbfb;
} */

.contact_form .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    background: #FF942F !important;
    ;
    border-color: #FF942F;
}

.contact_form .form-label {
    font-weight: 700;
    font-size: 14px;
}

.footer_menu ul {
    margin: 0;
    list-style: none;
}

.footer_menu ul li a {
    font-size: 16px;
    text-decoration: none !important;
    color: #212121;
    font-weight: 600;
}


.copyright {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

.footer_sec {
    background: #F3F3F3;
}

.copyright p {
    color: #c3c3c3;
}

.footer_menu ul li a {
    font-size: 16px;
    text-decoration: none !important;
    color: #bebebe !important;
    font-weight: 600;
}

.scroll_top {
    position: fixed;
    bottom: 100px;
    left: 120px;
    background: #0a325fbd;
    width: 42px;
    text-align: center;
    height: 42px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 9999;
    cursor: pointer;
    color: #ffffff;
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .scroll_top {
        bottom: 25px;
        left: 25px;
    }
}

.features_section {
    background-image: url('../images/map.svg');
    background-origin: padding-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #242628;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    overflow: hidden;
    /* min-height: 600px; */
}

.form-label {
    font-size: 14px;
    font-weight: 600;
}

/* Copyright */
.copyright p,
.footer_menu ul li a {
    font-size: 18px;
}

@media screen and (min-width:992px) {
    .main-header .dropdown-menu {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        display: block !important;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
    }

    .main-header .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

}

@media screen and (max-width:991px) {
    .main-header .btn-dark {
        padding: 12px 35px !important;
        margin-top: 16px;
    }

    .banner_content h4 {
        font-size: 33px;
        line-height: 46px;
    }

    .sms_content h4 {
        font-size: 23px;
    }

    .sms_content p {
        font-size: 16px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .checkout-page-container {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .pb-100 {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .banner_content h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner_content p {
        font-size: 16px;
    }

    .sms_content h4 {
        font-size: 20px;
    }

    .sms_content p {
        font-size: 16px;
    }

    .pricing_sec_header {
        margin-bottom: 45px;
    }
}

/* Notification Secions */
.notification_section {
    background-color: #eaeaea;
}

.ebook-section p {
    margin-bottom: 5px;
}

.notification_section p {
    margin-bottom: 0;
}

/* E-Book Section */
.ebook-section {
    background-color: #eaeaea;
}

.ebook-section .download-pdf {
    font-size: 16px;
    color: white;
    background-color: #ff942f;
    font-weight: 500;
    padding: 8px 15px;
    margin-top: 8px;
    position: relative;
    transition: 0.4s all ease-in-out;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.ebook-section .download-pdf:hover {
    box-shadow: none;
}

.ebook-section .download-pdf i {
    padding-right: 15px;
    font-size: 24px;
    line-height: 30px;
}

.ebook-section .download-pdf i::after {
    content: "";
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 46px;
    width: 2px;
    position: absolute;
    background-color: #ffffff;
    transition: 0.4s all ease-in-out;
}

.ebook-section .download-pdf:hover i::after {
    height: 60%;
}

.ebook-section .download-pdf span {
    display: inline-block;
    line-height: 30px;
}

@media (max-width: 1399px) {
    .pricing_section .pricing.card .btn {
        width: auto !important;
    }
}

@media (max-width: 575px) {
    .center-mx-575 {
        text-align: center;
    }

    .center-mx-575 img {
        max-height: 250px !important;
    }

    .app-download h2 {
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }

    .pricing_sec_header {
        font-size: 20px !important;
        margin-bottom: 38px;
    }

    .about_section_heading h4 {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    .ebook-section .download-pdf {
        transform: scale(0.8);
        margin-left: -15px;
        margin-top: 0;
    }
}


/* Home Page - Start */
/* Hero Section */
.crp-hero {
    background: linear-gradient(135deg, #1c1c1b00 0%, #0c0c0c2b 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
}

.crp-hero::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(39 89 126 / 21%) 0%, rgba(56, 182, 255, 0) 70%);
    border-radius: 50%;
}

.crp-hero-content {
    position: relative;
    z-index: 2;
}

.crp-hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    background: linear-gradient(168deg, #205179 0%, #205179c7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.crp-hero-text {
    font-size: 1.25rem;
    color: #475569;
    margin-bottom: 2rem;
    max-width: 600px;
}

.crp-hero-img {
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.3s ease;
}

.crp-hero-img:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.crp-cta-button {
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.crp-primary-btn {
    background: linear-gradient(168deg, #e99f00 0%, #976800 100%);
    border: none;
    color: white;
}

.crp-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.theme-btn {
    font-size: 1.2rem;
    color: #ffffff;
    position: relative;
    padding: 12px 20px;
    background-color: #11225c;
    transition: all 0.4s ease-in-out;
}

.theme-btn:hover {
    background-color: #0d1b47;
}

.theme-btn:active {
    border-color: #0b163b !important;
    background-color: #0b163b !important;
}

/* Pricing Section */
.crp-pricing-section {
    padding: 3rem 0;
    background: white;
    font-family: "Roboto", sans-serif;
}

.crp-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    color: #1e293b;
    position: relative;
    display: inline-block;
}

/* .crp-section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #0ea5e9 0%, #3b82f6 100%);
border-radius: 2px;
} */

.crp-section-subtitle {
    text-align: center;
    color: #64748b;
    margin-bottom: 1rem !important;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.crp-pricing-card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.crp-pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.crp-pricing-header {
    padding: 2rem;
    background: linear-gradient(135deg, #205179 0%, #205179d9 100%);
    color: white;
}

.crp-pricing-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.crp-pricing-price {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 1rem 0 0 0;
}

.crp-pricing-period {
    font-size: 1rem;
    opacity: 0.8;
}

.crp-pricing-features {
    padding: 2rem;
    flex-grow: 1;
}

.crp-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: #475569;
}

.crp-feature-icon {
    color: #205179;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.crp-pricing-footer {
    padding: 0 2rem 2rem;
}

.crp-get-started-btn {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.5rem !important;
    font-weight: 600 !important;
    background: linear-gradient(135deg, #205179 0%, #205179d9 100%);
    border: none !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.crp-get-started-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Animation Classes */
.crp-fade-in {
    opacity: 0;
    animation: crpFadeIn 1s forwards;
}

@keyframes crpFadeIn {
    to {
        opacity: 1;
    }
}

.crp-slide-up {
    opacity: 0;
    transform: translateY(20px);
    animation: crpSlideUp 0.8s forwards;
}

@keyframes crpSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.crp-delay-1 {
    animation-delay: 0.2s;
}

.crp-delay-2 {
    animation-delay: 0.4s;
}

.crp-delay-3 {
    animation-delay: 0.6s;
}

.crp-delay-4 {
    animation-delay: 0.8s;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .crp-hero-title {
        font-size: 2.5rem;
    }

    .crp-hero-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .crp-hero {
        padding: 3rem 0;
        text-align: center;
    }

    .crp-hero-title {
        font-size: 2rem;
        margin: 0 auto 1rem;
    }

    .crp-hero-text {
        margin: 0 auto 2rem;
    }

    .crp-hero-img {
        margin-top: 2rem;
        max-width: 90%;
    }

    .crp-section-title {
        font-size: 32px;
    }
}

/* Home Page - End */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Body */
body {
    background-color: #FAFAFA;
    font-family: "Roboto", sans-serif !important;
}

/* main-nav - Start */
.main-nav .logo-image {
    width: auto;
    min-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

/* Bootstrap Customization */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

/* main-nav toggle button styles */
.main-nav-toggler {
    transition: transform 0.4s ease-in-out, background-color 0.3s ease;
    border: none;
    padding: 0.5rem 0.75rem;
    outline: none !important;
    box-shadow: none !important;
}

.main-nav-toggler.rotated {
    transform: rotate(180deg);
}

.main-nav-toggler i {
    transition: opacity 0.2s ease;
}

/* Prevent layout shift */
html {
    scroll-behavior: auto;
}

/* Smooth scrolling target */
section[id] {
    scroll-margin-top: 100px;
}


/* Home Blade Style */
body {
    color: var(--dark-color);
}

.hero-section {
    margin-top: 0px !important;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 120px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-title {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: normal;
    margin-bottom: 5px;
    letter-spacing: 3px;
    position: relative;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #ffffff !important;
    font-weight: 400 !important;
    line-height: 42px;
    margin-bottom: 20px;
    font-family: "Rajdhani", sans-serif;
}

.hero-section .theme-btn {
    font-weight: 500;
    color: #11225c;
    background-color: #ffffff;
}

.btn-accent {
    background-color: #002F52;
    color: white;
    border: none;
    padding: 20px 50px;
    font-weight: 500;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 8px rgba(53, 147, 255, 0.3);
    transform: translateY(0);
}

.btn-accent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #11225c, #535eff, #7c35ff);
    background: linear-gradient(45deg, #11225c);
    background-size: 200% 200%;
    z-index: -1;
    transition: all 0.4s ease;
    animation: gradientShift 4s ease infinite;
    border-radius: 10px;
}

.btn-accent::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: #4fc6eb80;
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
    z-index: -1;
    border-radius: 10px;
}

.btn-accent:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(53, 117, 255, 0.4);
}

.btn-accent:hover::before {
    animation: gradientShift 2s ease infinite;
}

.btn-accent:hover::after {
    animation: ripple 1s ease-out;
}

.btn-accent:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(53, 107, 255, 0.4);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}

/* Optional: Add a floating animation for attention */
.btn-accent.floating {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0;
        min-height: 500px;
    }

    /* .hero-title {
        font-size: 2.2rem;
    } */

    .hero-subtitle {
        font-weight: 400;
        letter-spacing: 0.5px;
        /* font-size: 1.2rem; */
    }
}

.section-title {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

/* .section-title:after {
            content: '';
            position: absolute;
            width: 50%;
            height: 4px;
            background: var(--accent-color);
            bottom: -10px;
            left: 0;
        } */

.service-card {
    border: none;
    border-radius: 10px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    background: rgb(218 221 226 / 7%);
    border: 1px solid #2125291f;
}

.service-card:hover {
    /* transform: translateY(-3px); */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.service-card .btn {
    color: var(--dark-color);
    border: 1px solid var(--dark-color);
    transition: 0.3s all ease-in-out;
}

.service-card .btn:active {
    color: #ffffff;
    background-color: var(--dark-color);
}

.service-icon {
    font-size: 2.5rem;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--dark-color);
    line-height: 28px;
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 1.2rem;
    line-height: 28px;
}

.about-section {
    /* background-color: var(--light-color); */
    padding: 80px 0;
}

@media (min-width: 992px) {
    .about-section img {
        max-width: 80%;
    }
}

.about-section .lead, .page-section .lead {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif !important;
}

.contact-section {
    background-color: var(--dark-color);
    color: white;
    padding: 80px 0;
}

.divider {
    height: 3px;
    background: linear-gradient(to right, transparent, var(--accent-color), transparent);
    margin: 40px 0;
}

.btn-accent {
    font-weight: bold;
    background-color: var(--accent-color);
    color: white;
    border: none;
    padding: 20px 50px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-accent:hover {
    color: rgb(255, 255, 255);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(53, 174, 255, 0.4);
}

/* Responsive */
@media only screen and (max-width: 1400px) {
    .main-nav .logo-image {
        max-height: 50px;
    }

    .hero-title {
        line-height: 62px;
    }

    .hero-subtitle {
        line-height: 34px;
    }

    .btn-accent {
        padding: 12px 28px;
    }

    .service-title {
        line-height: 32px;
    }

    /* .service-card p {
        font-size: 24px;
    } */

    /* .section-title {
        font-size: 38px;
    } */

    /* .about-section .lead {
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 20px;
    } */

    .footer_sec h3 {
        font-size: 24px;
        letter-spacing: 0px;
    }

    /* .social-btn {
        width: 38px;
        height: 38px;
    }

    .social-btn i {
        font-size: 16px;
    } */

    .contact-info h4 {
        font-size: 24px;
    }

    .contact-info p {
        margin: 2px 0;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-title {
        font-size: 2.5rem;
        line-height: 52px;
    }

    .hero-section .theme-btn {
        font-size: 16px;
        padding: 10px 12px 8px 12px;
    }
}

@media (max-width: 768px) {
    .main-header {
        left: 0;
        right: 0;
        background-color: transparent;
    }

    .main-header .main-nav-toggler {
        border: 1px solid #fffdfd;
        background: white;
    }

    /* .main-nav-collapse.collapse.show {
                position: fixed;
                top: 0px;
                left: 0px;
                right: 0px;
            }

            .main-nav {
                background-color: #11225c;
            } */

    .hero-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .about-section {
        /* background-color: var(--light-color); */
        padding: 15px 0;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 6px !important
    }

    .hero-section {
        margin-top: 72px !important;
        min-height: 75vh;
    }

    /* .hero-title {
        font-size: 28px;
        line-height: 44px;
    } */

    .service-title {
        /* font-size: 22px;
        line-height: 28px; */
        margin-bottom: 6px !important;
    }

    .hero-title {
        margin-bottom: 15px;
    }

    .service-card p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-section .lead, .page-section .lead {
        line-height: 28px;
    }

    .footer_sec h3,
    .contact-info h4 {
        /* font-size: 20px !important; */
    }

    .contact-info h4 {
        margin-bottom: 5px !important;
    }

    .contact-info p {
        font-size: 18px !important;
    }

    /* .social-btn {
        width: 35px !important;
        height: 35px !important;
    }

    .social-btn i {
        font-size: 16px !important;
    } */

    .theme-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        margin-top: 0 !important;
    }

    /* .menu-open {
        width: auto !important;
        left: 0 !important;
        right: 0 !important;
    } */

    .menu-link {
        margin: 0 !important;
        font-size: 20px !important;
        padding: 7px 16px !important;
    }

    .service-title {
        font-size: 1.3rem;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    /* .menu-open {
        left: 0 !important;
        right: 0 !important;
    } */

    .hero-title {
        line-height: 42px;
        font-size: 1.7rem;
    }

    .hero-subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .main-header {
        left: 0 !important;
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .main-header {
        left: 0;
        right: 0;
    }

    /* .menu-open {
        left: 0 !important;
        right: 0 !important;
    } */

    .btn-accent {
        font-size: 15px !important;
        padding: 7px 22px;
        margin-bottom: 15px;
    }
}

/* App Blade Page Style */
.modal-blur {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.custom-tooltip .tooltip-inner {
    text-align: left !important;
}

.smart-button {
    color: white;
    background: #ff942f;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.smart-button:hover {
    transform: scale(1.05);
    background: #ff942f;
    box-shadow: 0px 4px 15px rgba(255, 89, 98, 0.5);
}

.pointer {
    cursor: pointer;
}

.footer_sec {
    background-color: #F3F3F3;
}

.footer_sec h3 {
    color: #11225c;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
}

.contact-info h4 {
    color: #11225c;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 5px !important;
}

.contact-info p {
    margin: 2px 0;
    font-size: 16px;
    color: #6c757d;
}



.social-icons {
    display: flex;
    gap: 12px;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 15%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    background-color: #0a325f;
}

.social-btn i {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .footer_sec {
        text-align: center;
    }

    .contact-info {
        margin-top: 20px;
    }

    .social-icons {
        justify-content: center;
        /* margin-top: 15px; */
        margin-top: 0px;
    }
}

.menu-link {
    color: #ffffff;
    padding: 8px 16px;
    margin: 0 12px;
    text-decoration: none;
    font-size: 1rem;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.menu-link:hover {
    color: #f8f9fa;
}

.menu-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #ffffff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

/* Active state styles */
.menu-link.active {
    color: #ffffff;
    font-weight: 600;
}

.menu-link.active::after,
.menu-link:hover::after {
    width: calc(100% - 32px);
}

/* Optional: Different color for active state */
/* .menu-link.active,
.menu-link.active::after {
color: #4dabf7;
background-color: #4dabf7;
} */

/* .main-header.scrolled .menu-link {
    color: #11225c !important;
}

.main-header.scrolled .menu-link:hover {
    color: #0f1c49 !important;
}

.main-header.scrolled .menu-link::after {
    background-color: #11225c !important;
} */

@media (max-width: 768px) {
    .menu-link {
        margin: 4px 0;
        display: block;
        padding: 10px 16px;
        color: #11225c !important;
    }

    .menu-link::after {
        display: none;
    }
}

/* Main Header Styles */
.nav-container {
    /* max-width: 1200px; */
    height: auto;
    display: flex;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

/* Site Logo Styles */
.site-logo {
    display: flex;
    align-items: center;
    column-gap: 10px;
    z-index: 999999;
}

.logo-image {
    transition: transform 0.3s ease;
}

.main-header.scrolled .logo-image {
    transform: scale(0.95);
}

.menu-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

/* Mobile Toggle Button */
.mobile-menu-toggle {
    cursor: pointer;
    display: none;
    padding: 10px;
}

.toggle-bar {
    height: 2px;
    width: 20px;
    background-color: #dadde2;
    margin: 5px 0;
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
}

/* Mobile Menu Styles */
@media (max-width: 768px) {
    .main-menu {
        top: 0;
        width: 0;
        right: -70%;
        height: auto;
        z-index: 999;
        opacity: 0.94;
        overflow-y: auto;
        position: absolute;
        padding: 50px 0 10px 0;
        background-color: #ffffff;
        transition: all 0.8s ease-in-out;
    }

    .main-menu.menu-open {
        width: 70%;
        right: 0 !important;
        transition: all 0.8s ease-in-out;
    }

    .menu-list {
        flex-direction: column;
        row-gap: 0;
    }

    .mobile-menu-toggle {
        border: none;
        z-index: 99999;
        display: block;
        padding: 7px 10px;
        border-radius: 5px;
        transform: scale(0.9);
        background-color: transparent;
        /* background-color: #11225c; */
    }

    .toggle-open .toggle-bar:nth-child(1) {
        background-color: #11225c;
        transform: translateY(7px) rotate(45deg);
    }

    .toggle-open .toggle-bar:nth-child(2) {
        opacity: 0;
    }

    .toggle-open .toggle-bar:nth-child(3) {
        background-color: #11225c;
        transform: translateY(-7px) rotate(-45deg);
    }

    /* Prevent body scroll when menu is open */
    body.menu-open {
        overflow: hidden;
    }
}

/* Quick Links */
.quick-links {

}

/* Section spacing for header */
section[id] {
    scroll-margin-top: 0;
}

@media (max-width: 767px) {
    .f-bottom {
        flex-direction: column-reverse;
    }
}

body.modal-open {
    padding-right: 0 !important;
}
