@import url(//fonts.googleapis.com/css?family=Raleway:300,400,500);

body {
    font-family: "Raleway", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

i.fa {
    margin-right: 5px;
}

header {
    background-color: #495d904d;
}

#about {
    font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
    .features-img {
        width: 300px;
    }
}

@media only screen and (max-width: 450px) {
    .features-img {
        width: 200px;
    }
}
@media screen and (max-width: 768px) {
[data-aos-delay] {
    transition-delay: 0 !important;
}
}
#hero img {
    max-width: 100% !important;
    max-height: 100% !important;
}
/* Modern Navigation Styles */
.modern-nav {
    background-color: #f8f9fa;
    padding: 1.5rem 0;
    transition: all 0.4s ease;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    font-family: 'Montserrat', sans-serif;
}

.brand-modern {
    font-size: 1.5rem;
    color: #566a7f !important;
    transition: all 0.3s ease;
}

.brand-modern:hover {
    color: #7c8fa3 !important;
    transform: translateY(-2px);
}

.brand-modern i {
    margin-right: 0.5rem;
    color: #566a7f;
}

.modern-nav-items {
    gap: 1.5rem;
}

.modern-nav .nav-link {
    color: #566a7f;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.modern-nav .nav-link:hover {
    color: #7c8fa3;
    background-color: rgba(86, 106, 127, 0.05);
    transform: translateY(-2px);
}

.modern-nav .nav-link.active {
    color: #566a7f;
    background-color: rgba(86, 106, 127, 0.1);
}

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

.modern-nav .nav-link:hover::after,
.modern-nav .nav-link.active::after {
    width: 80%;
}

.modern-dropdown {
    background-color: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.modern-dropdown .dropdown-item {
    color: #566a7f;
    padding: 0.7rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.modern-dropdown .dropdown-item:hover {
    background-color: rgba(86, 106, 127, 0.05);
    color: #7c8fa3;
    transform: translateX(5px);
}

.modern-toggler {
    border: none;
    padding: 0.5rem;
    border-radius: 8px;
    background-color: transparent;
}

.modern-toggler span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #566a7f;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.modern-toggler:not(.collapsed) span:first-child {
    transform: rotate(45deg) translate(5px, 5px);
}

.modern-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.modern-toggler:not(.collapsed) span:last-child {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 991px) {
    .modern-nav {
        padding: 1rem 0;
    }

    .navbar-collapse {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
        padding: 1rem;
        margin-top: 1rem;
    }

    .modern-nav-items {
        gap: 0.5rem;
    }

    .modern-dropdown {
        box-shadow: none;
        padding: 0;
        margin-top: 0;
    }
}
/*--------------------------------------------------------------
# Modern Hero Section with Dynamic Styling
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("/img/image-background.png") top center;
    background-size: cover;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

#hero:before {
    content: '';
    background: linear-gradient(135deg, rgba(71, 39, 219, 0.8), rgba(187, 39, 219, 0.8));
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
}

#hero .hero-container {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

#hero .hero-content {
    max-width: 1200px;
    text-align: center;
}

#hero h3 {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 28px;
    padding: 1.5rem 3rem;
    margin-bottom: 3rem;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}

#hero h1 {
    margin: 0 0 1.5rem 0;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#hero h2 {
    color: #fff;
    margin-bottom: 3rem;
    font-size: 32px;
    font-weight: 400;
    opacity: 0.9;
}

#hero .btn-get-started {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 3rem;
    border-radius: 100px;
    transition: all 0.4s ease;
    border: 3px solid #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

#hero .btn-get-started:hover {
    background: #fff;
    color: #4727db;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Animations */
.animate-slide-down {
    animation: slideDown 1s ease-out;
}

.animate-fade-in {
    animation: fadeIn 1.2s ease-out;
}

.animate-slide-up {
    animation: slideUp 1s ease-out;
}

.animate-pulse {
    animation: pulse 2s infinite;
}

@keyframes slideDown {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 1024px) {
    #hero h1 {
        font-size: 48px;
    }
    
    #hero h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    #hero h3 {
        font-size: 24px;
        padding: 1rem 2rem;
    }

    #hero h1 {
        font-size: 36px;
    }

    #hero h2 {
        font-size: 24px;
        margin-bottom: 2rem;
    }

    #hero .btn-get-started {
        font-size: 20px;
        padding: 1rem 2rem;
    }
}
.bg-neutral {
    background-color: #f8f9fa;
}

.content-block {
    padding: 2rem;
}

.content-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #666;
}

.custom-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    padding: 1rem 2.5rem;
    background: #7952b3;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background: #614092;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(121, 82, 179, 0.4);
    color: #fff;
}

.image-wrapper {
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.image-wrapper:hover {
    transform: scale(1.02);
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .content-text {
        font-size: 1.25rem;
    }
    
    .custom-btn {
        font-size: 1.1rem;
        padding: 0.8rem 2rem;
    }
    
    .content-block {
        padding: 1rem;
    }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    background-color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
}

.services .section-title h2 {
    color: #2d4356;
    font-size: 42px;
    margin-bottom: 30px;
}

.services .service-card {
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services .service-card:hover {
    transform: translateY(-10px);
    background: #2d4356;
}

.services .icon {
    width: 80px;
    height: 80px;
    background: #f0f4f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.services .icon svg {
    stroke: #2d4356;
    transition: all 0.4s ease;
}

.services .service-card:hover .icon {
    background: #ffffff;
}

.services .service-card:hover .icon svg {
    stroke: #2d4356;
}

.services .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services .title a {
    color: #2d4356;
    text-decoration: none;
    transition: all 0.4s ease;
}

.services .description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    transition: all 0.4s ease;
}

.services .service-card:hover .title a,
.services .service-card:hover .description {
    color: #ffffff;
}

@media (max-width: 768px) {
    .services .section-title h2 {
        font-size: 32px;
    }
    
    .services .service-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .services .icon {
        width: 60px;
        height: 60px;
    }
    
    .services .title {
        font-size: 20px;
    }
    
    .services .description {
        font-size: 14px;
    }
}
/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq-section {
    background: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
}

.section-title h2 {
    color: #4a5568;
    margin-bottom: 2rem;
    font-size: 2.5rem;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-item {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
}

.faq-question {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.question-icon {
    color: #6b7280;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.question-btn {
    background: none;
    border: none;
    color: #4a5568;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: left;
    flex-grow: 1;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.question-btn:hover {
    color: #3b82f6;
}

.arrow-icon {
    width: 20px;
    height: 20px;
    position: relative;
    transition: transform 0.3s ease;
}

.arrow-icon::before,
.arrow-icon::after {
    content: '';
    position: absolute;
    background-color: #6b7280;
    width: 2px;
    height: 12px;
    transition: transform 0.3s ease;
}

.arrow-icon::before {
    transform: rotate(45deg);
    right: 10px;
}

.arrow-icon::after {
    transform: rotate(-45deg);
    right: 4px;
}

.question-btn.active + .arrow-icon::before {
    transform: rotate(-45deg);
}

.question-btn.active + .arrow-icon::after {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 1.5rem;
}

.faq-answer.show {
    max-height: 500px;
    padding-bottom: 1.5rem;
}

.faq-answer p {
    color: #6b7280;
    font-size: 1.125rem;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 768px) {
    .faq-container {
        padding: 0 15px;
    }

    .question-btn {
        font-size: 1.125rem;
    }

    .faq-answer p {
        font-size: 1rem;
    }
}
#contact {
    background-color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
}

.contact-form {
    transition: all 0.3s ease;
}

.contact-form:hover {
    transform: translateY(-5px);
}

.form-label {
    font-size: 24px;
    color: #495057;
    font-weight: 500;
}

.form-control {
    font-size: 18px;
    padding: 12px;
    border-radius: 12px;
    border-color: #dee2e6;
    transition: all 0.3s ease;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
    border-color: #6c757d;
}

.input-group-text {
    border-radius: 12px 0 0 12px;
    border-color: #dee2e6;
}

.submit-btn {
    background-color: #6c757d;
    border: none;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #495057;
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .form-label {
        font-size: 20px;
    }
    
    .form-control {
        font-size: 16px;
    }
    
    .contact-form {
        padding: 1.5rem !important;
    }
}
/*** Global Styles ***/
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f9fa;
}

/*** Newsletter ***/
.newsletter-section {
    background-color: #6c757d;
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(108, 117, 125, 0.95), rgba(108, 117, 125, 0.8));
    z-index: 1;
}

.newsletter-section .container {
    position: relative;
    z-index: 2;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.badge {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 1.1rem;
    font-weight: 500;
}

.btn-subscribe {
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #6c757d;
    transition: all 0.3s ease;
}

.btn-subscribe:hover {
    background-color: #6c757d;
    color: #fff;
    transform: rotate(45deg);
}

/*** Footer ***/
.footer-section {
    background-color: #212529;
}

.footer-link {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 1rem;
}

.footer-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #fff;
    padding-left: 1.5rem;
}

.footer-link:hover::before {
    width: 0.75rem;
}

.contact-info p {
    margin-bottom: 1rem;
}

.copyright {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-menu {
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-menu a:hover {
    color: #fff;
}

/*** Animations ***/
.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: var(--delay, 0s);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeInLeft 1s ease forwards;
}

.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    animation: fadeInRight 1s ease forwards;
}

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

@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*** Responsive ***/
@media (max-width: 768px) {
    .footer-menu {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .py-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .fs-5 {
        font-size: 1rem !important;
    }
    
    .display-4 {
        font-size: 2rem;
    }
}
