@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    color: #1a191c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    overflow-y: auto;
}

a {
    color: #1a191c;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #1a191c;
    cursor: pointer;
}

p {
    margin-bottom: 0px;
}

ul {
    margin: 0;
    padding: 0;
}


.container-fluid {
    padding: 0px;
    max-width: 1440px;
    margin: 0 auto;
}

.header-section {
    background: #192957;
    border-bottom: 1.5px solid #131e3e;
    padding: 5px 0px;
    /* color: #fff; */
}

.page-content {
    padding: 25px 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.page-content li {
    list-style: none;
    margin-top: 5px;
    margin-left: 25px;
    margin-bottom: 8px;
}

.page-content li::before {
    content: "\f058";
    /* Unicode for fa-circle-info */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* 900 for 'solid' icons */
    margin-right: 0.5em;
    color: #007bff;
    /* Optional: set icon color */
}

.dropdown-toggle::after {
    display: none !important;
}

/* Custom border around the dropdown */
.dropdown-menu {
    max-width: 300px;
    overflow: auto;
    border: 3px solid #01AD80;
    border-radius: 0px;
    padding: 0;
    box-sizing: border-box;
    white-space: normal;
    /* Allow multi-line */
    word-wrap: break-word;
    /* Break long words */
    overflow-wrap: break-word;
    /* Modern alternative */
}

/* Dropdown item hover and active styles */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active {
    background-color: #01AD80;
    color: #fff;
}

/* Optional: Smooth transitions */
.dropdown-menu .dropdown-item {
    transition: background-color 0.3s, color 0.3s;
}

.nav-link {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: 0 0;
    border: 0;
}

.nav-link:focus,
.nav-link:hover {
    color: #e8e5ff;
}

.nav-link i {
    font-size: 10px;
    ;
    transition: transform 0.3s ease;
}

.nav-link:hover i {
    transform: rotate(180deg);
    /* Optional effect */
}


.navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-toggler {
    background-color: #fff;
}

.search-input {
    width: 150px;
    padding: 4px 5px 4px 25px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 12px;
}

.search-input:focus {
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
}

.nav-item .search-box {
    position: relative;
}

.search-icon {
    position: absolute;
    top: -5px;
    left: 1px;
    cursor: pointer;
}

.carousel-control-prev-icon {
    background-color: #d9dadb;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 32px;
    height: 32px;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-color: #d9dadb;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 32px;
    height: 32px;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Hero Section */
.hero-content {
    position: absolute;
    left: 20%;
    top: 38%;
    color: #fff;
}

.hero-btn {
    font-size: 22px;
    background: #192957;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px;
    margin: 5px 0px;
    margin-left: 45px;
    font-weight: 700;
}

.hero-btn:hover {
    background: #27355e;
}

.hero-title {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    margin: 10px 0px;
}

/* Service Section Styles */
.service-section {
    background: #FBFCFD;
    padding: 1rem 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #192957;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #192957;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-description {
    max-width: 600px;
    color: #555;
    line-height: 1.6;
}

.section-description p.lead {
    font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.75rem;
    }

    .section-description {
        max-width: 90%;
    }

    .section-description p.lead {
        font-size: 1rem;
    }

    .hero-content {
        position: absolute;
        left: 10%;
        top: 30%;
        color: #fff;
    }

    .hero-btn {
        font-size: 16px;
    }

    .hero-btn {
        font-size: 18px;
        margin-left: 23px;
    }

    .hero-title {
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    .hero-btn {
        font-size: 18px;
        margin-left: 7px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .section-description {
        max-width: 80%;
    }
}

.service-item {
    background: #F3F4F5;
    padding: 2rem 1.5rem;
    text-align: center;
    color: #231F20;
    border-radius: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.service-item:hover {
    background: #192957;
    color: #FFFFFF;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(25, 41, 87, 0.1);
}

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #192957;
    transition: all 0.3s ease;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.service-content {
    font-size: 0.9375rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .service-item {
        padding: 1.5rem 1rem;
    }

    .service-icon {
        font-size: 2rem;
    }
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
    margin: 5px 0px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.accordion-button {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 8px 10px;
    background-color: transparent !important;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 0.8rem;
}

/* Rotate arrow when open */
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 10px;
    font-size: 0.9rem;
}

/* 
    Price Section 
*/

.price-section {
    background: #091f40;
    color: #fff;
}

.price-section .section-title {
    color: #fff;
}

.price-section .section-description {
    color: #fff;
}

.price-item {
    background: #fff;
}

.price-header {
    padding: 0;
}

.transition-all {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.price-header {
    width: 100%;
    position: relative;
}

.price-header {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.price-header-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    /* vertical layout */
    align-items: center;
    /* horizontal centering */
    justify-content: center;
    /* vertical centering */
    text-align: center;
    padding: 1rem;
    color: white;
    /* Optional: better contrast */
}

.price-header-content .card-title {
    font-size: 22px;
}

h4.price-amount {
    font-size: 35px;
}

.price_btn {
    background: #091f40;
    padding: 5px 20px;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
}

.price_btn:hover {
    background: transparent;
    padding: 5px 20px;
    color: #0c0a12;
    border-radius: 20px;
    font-size: 16px;
}

.form-control {
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #000;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-group {
    margin-bottom: 10px;
}

.contact-section {
    position: relative;
    color: #000;
    background: #eaf2ff;
}

.contact-section h3 {
    font-weight: 600;
    padding: 0px 10px;
}

.submit-btn {
    background: linear-gradient(135deg, #4a6cf7 0%, #2541b2 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 108, 247, 0.25);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #2541b2 0%, #4a6cf7 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 108, 247, 0.35);
}

.submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(74, 108, 247, 0.25);
}

.submit-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.submit-btn:hover::after {
    left: 100%;
}


/*********
Scroll Up Button Css
***/
#scroll_top {
    display: inline-block;
    background-color: #00a6e7;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
}

#scroll_top:hover {
    cursor: pointer;
    background-color: #008cc3;
}

#scroll_top:active {
    background-color: #0175a2;
}

#scroll_top.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.modal-header {
    border-bottom: 1px solid #eee;
}

.modal-footer {
    border-top: 1px solid #eee;
}

.form-label {
    margin-bottom: .2rem;
}

.form-control {
    border-radius: 1px;
    font-size: 12px;
    border: 1px solid #c9c9ff;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

.submit-btn {
    position: relative;
    padding: 10px 24px;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-icon {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.submit-btn:hover .submit-icon {
    transform: translateX(4px);
}

/* Optional: Add a loading animation for form submission */
.submit-btn.loading .submit-text {
    visibility: hidden;
}

.submit-btn.loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Only on small screens (mobile) */
@media (max-width: 991.98px) {
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }


    .nav-link {
        color: #04001f;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #1600bb;
    }

    .navbar-collapse {
        background-color: #f8f9fa;
        padding: 1rem 0;
        border-radius: 5px;
    }
}

/* Footer Style CSS */
.footer-section h5 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
}

.footer-section p {
    font-weight: 500;
}

.footer-legal-information li {
    margin-left: 25px;
    font-weight: 500;
}

/* Social Icons */
.footer-social-information {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: right;
    gap: 10px;
}

.footer-social-information li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Brand Colors */
.footer-social-information .facebook {
    background-color: #3b5998;
}

.footer-social-information .linkedin {
    background-color: #0077b5;
}

.footer-social-information .youtube {
    background-color: #ff0000;
}

.footer-social-information .whatsapp {
    background-color: #25D366;
}

.footer-social-information .twitter {
    background-color: #000000;
    /* X (Twitter) uses black */
}

/* Hover Effects */
.footer-social-information li a:hover {
    transform: scale(1.1);
    opacity: 0.85;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.copyright-footer {
    color: #fff;
    background: #091f40;
    padding: 10px 15px;
}

.footer-middle {
    text-align: right;
}

.payment_methods {
    text-align: left;
}

.payment_methods img {
    width: 100px;
}