@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap');

:root {
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --secondary: #f59e0b;
    --dark: #1e293b;
    --light: #f8fafc;
    --gray: #64748b;
    --light-gray: #e2e8f0;
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--dark);
    line-height: 1.5;
    background-color: #fcfbf8;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.navbar-toggler:focus{
    box-shadow: 0 0 0 transparent;
}

#navbar-section.glass-effect {
    background-color: #fcfbf8b3; 
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-top-color: #f3f3f3;
    border-right-color: #f3f3f3;
    border-bottom-color:#f3f3f3;
    border: .5px solid #f3f3f3;
    border-radius: 1.25rem;
}


#navbar-section .container.glass-effect {
    background-color: #fcfbf8b3; 
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-top-color: #f3f3f3;
    border-right-color: #f3f3f3;
    border-bottom-color:#f3f3f3;
    border: .5px solid #f3f3f3;
    border-radius: 1.25rem;
}

@supports not (backdrop-filter: blur(10px)) {
    #navbar-section .container.glass-effect {
        background-color: rgba(255, 255, 255, 0.8); 
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.close-icon {
    font-size: 32px;
    font-weight: 400;
    color: #7c7c7c;
    line-height: 1;
}


#navbar-section {
    padding: 0.8rem 0;
    margin-top: 2.5rem;
}

#navbar-section .logo {
    font-weight: 800;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
}

#navbar-section .nav-link {
    font-weight: 500;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    font-size: 14px;
}

#navbar-section .nav-link:hover {
    color: var(--primary);
}

#navbar-section .btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    padding: 11px 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
}

#navbar-section .btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
}

#hero {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 251, 216, 0.20) 0%, #FCFBF8 72.09%);
    padding: 120px 0;    
    text-align: center;
    overflow: hidden;
    margin: 20px;
}

#hero .overlay{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(671b58451af041b86ef1c56b_lindy_hero_bg-p-500.png);
    background-size: cover;
}

#hero .overlay img{
    width: 100%;
    height: 100%;
}

#hero .bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#hero .shape-1 {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('sparkle.png') no-repeat center;
    background-size: contain;
    top: 20%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 0 25px rgba(255, 125, 0, 0.3);
}

#hero .shape-2 {
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #FFB74D, #FF7D00);
    border-radius: 50%;
    top: 35%;
    right: 15%;
    animation: float 8s ease-in-out infinite;
}

#hero .shape-3 {
    position: absolute;
    width: 25px;
    height: 25px;
    background: linear-gradient(135deg, #FFD54F, #FFAB00);
    border-radius: 8px;
    bottom: 20%;
    left: 20%;
    animation: float 7s ease-in-out infinite 1s;
}

#hero .container {
    position: relative;
    z-index: 1;
}

#hero .announcement-bar {
    display: inline-flex;
    align-items: center;
    background: #FFF5D1;
    border-radius: 20px;
    padding: 8px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

#hero .announcement-bar .read-more {
    margin-left: 10px;
    color: var(--primary);
    text-decoration: none;
    display: flex;
    align-items: center;
}

#hero .announcement-bar .read-more i {
    margin-left: 5px;
    font-size: 12px;
}

#hero .hero-heading {
    font-size: 20px;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 25px;
    text-align: center;
}

#hero .hero-heading .text{
    margin-bottom: 20px;
    display: block;
}

#hero .hero-heading .highlight {
    color: var(--dark);
    display: block;
    font-size: 65px;
    font-weight: 700;
}

#hero .hero-heading .dynamic-text-wrapper {
    display: inline-block;
    height: 1.5em; 
    overflow: hidden;
    vertical-align: bottom;
    font-size: 65px;
}

#hero .hero-heading #dynamic-text {
    display: inline-block;
    color: var(--primary);
    animation: flickUp 4s infinite;
    text-transform: capitalize;
    font-size: 48px;
}

#hero .hero-subheading {
    font-size: 18px;
    color: var(--gray);
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}


#hero .hero-benefits-wrapper {
    height: 60px; 
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

#hero .hero-benefits-container {
    position: relative;
    height: 100%;
}

#hero .hero-benefit-text {
    font-size: 18px;
    color: var(--gray);
    line-height: 1.5;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 100%;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#hero .hero-benefit-text.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

#hero .hero-benefit-text.scale-out {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
}

#hero .hero-benefit-text.slide-out-up {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-30px);
}

#hero .hero-benefit-text.slide-in-down {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(30px);
}

#hero .hero-benefit-text.fade-out {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
}

#hero .hero-benefit-text.fade-in {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 768px) {
    #hero .hero-benefits-wrapper {
        height: 80px; 
    }
    
    #hero .hero-benefit-text {
        font-size: 16px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    #hero .hero-benefits-wrapper {
        height: 100px;
    }
    
    #hero .hero-benefit-text {
        font-size: 14px;
        line-height: 1.4;
    }
}


#hero .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#hero .btn-primary {
    padding: 15px 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
}

#hero .btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

#hero .btn-primary i {
    margin-left: 8px;
}

@keyframes flickUp {
    0% {
        transform: translateY(100%) scale(0.95);
        opacity: 0;
    }
    15% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    85% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(-100%) scale(0.95);
        opacity: 0;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}




@media (max-width: 768px) {

    #navbar-section .nav-link{
        font-size: 16px !important;
    }

    .navbar-collapse {
        transition: max-height 0.3s ease-in-out;
        max-height: 0;
        overflow: hidden;
    }

    .navbar-collapse.show {
        max-height: 500px; /* Adjust as needed */
    }
    #navbar-section .logo{
        font-size: 1.1rem;
    }

    #navbar-section i{
        font-size: 1.1rem !important;
    }

    #navbar-section .btn-primary{
        font-size: 12px;
        margin: 0.3rem 0 !important;
    }

    #navbar-section{
        margin-top: 0;
    }

    #hero {
        padding: 7rem 0rem 2rem;
        margin: 0;
    }

    #hero .hero-heading {
        font-size: 32px;
        margin-bottom: 10px;
    }

    #hero .hero-subheading {
        font-size: 16px;
    }

    #hero .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    #hero .btn-primary {
        padding: 10px 20px;
    }

    #hero .hero-heading .text{
        font-size: 1rem;
    }

    #hero .hero-heading .highlight{
        font-size: 1.85rem;
        margin-bottom: 10px;
    }

    #hero .hero-heading #dynamic-text{
        font-size: 1.8rem;
    }

    #benefits{
        padding: 3rem 0 !important;
    }
    
    .outline-text{
        font-size: 16px !important;
    }
    .section-title{
        font-size: 2rem !important;
        margin-bottom: 2rem !important;
        display: block !important;

    }

    .benefit-content{
        padding: 1.5rem !important;
    }

    .benefit-content h6{
        font-size: 0.8rem !important;
    }

    .benefit-content h3{
        font-size: 1.55rem !important;
    }

    .benefit-content i{
        font-size: 12px !important;
        width: 24px !important;
        height: 24px !important;
    }

    .connect-us{
        padding: 3rem 0 !important;
    }

    .step-card {
        padding: 20px 15px !important;
        min-height: 300px !important;
    }

    #faq{
        padding: 3rem 0 !important;
    }

    #testimonials{
        padding: 3rem 0 !important;
    }

    #testimonials .scroll-container{
        width: 100% !important;
    }

    #trust-section{
        padding: 3rem 0 !important;
    }

    #consultation{
        padding: 3rem 0 !important;
    }

    #consultation h2{
        font-size: 1.6rem !important;
    }
}



#benefits {
    padding: 2.5rem 0 6rem;
}

#benefits .section-title{
        display: flex;
    align-items: center;
    justify-content: center;
}

    #benefits .section-title span{
        color: #2563eb;
    }

#benefits .btn-primary {
    padding: 15px 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
}

.benefit-card {
}

.benefit-card .row {
    /* align-items: center; */
}

.benefit-image-wrapper {
position: relative;
    /* min-height: 350px; */
    margin: 10px;
    height: 100%;
    display: flex
;
    align-items: center;
}

.benefit-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(247 247 247) 0%, rgb(249 225 183 / 32%) 100%);
    opacity: 0.7;
    z-index: 1;
    display: none;
}

.benefit-image-wrapper img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* Video Play Button Styles */
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(37, 99, 235, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
}

.video-play-btn:hover {
    background: rgba(37, 99, 235, 1);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
}

.video-play-btn i {
    color: white;
    font-size: 28px;
    margin-left: 4px; /* Slight offset for visual centering */
}

/* Video Popup Styles */
.video-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

.video-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    animation: slideIn 0.3s ease;
}

.video-close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #2563EB;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
    transition: background 0.3s ease;
}

.video-close-btn:hover {
    background: #1d4ed8;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

@keyframes slideIn {
    from { 
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to { 
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 768px) {
    .video-play-btn {
        width: 60px;
        height: 60px;
    }
    
    .video-play-btn i {
        font-size: 20px;
    }
    
    .video-popup-content {
        width: 95%;
        margin: 20px;
    }
}

.benefit-content {
    padding: 2.5rem;
}

.benefit-content i{
    padding: 5px;
    border-radius: 6px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    margin-right: 8px;
}

.benefit-content h6{
font-weight: 400;
display: flex;
align-items: center;
}

.benefit-content h3 {
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.75rem;
}

.benefit-content p {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
}

.benefit-content p.bold{
    font-weight: bold;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 800;
    color: #1a202c;
    font-size: 2.5rem;
}

.section-divider {
    width: 80px;
    height: 4px;
    background-color: #FF7D00;
    margin: 0 auto 2rem;
}

.connect-us {
    padding: 4.5rem 0 6rem;
    position: relative;
}

.connect-us .subtitle {
    color: #3E68FF;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}

.connect-us .section-title {
    font-size: 48px;
    font-weight: 800;
    color: #0E2152;
    margin-bottom: 50px;
}

.connect-us .section-divider {
    width: 80px;
    height: 4px;
    background-color: var(--primary);
    margin: 0 auto 3rem;
}

#connect-us .step-icon {
 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #2563eb;
}

#connect-us .step-icon i{
    font-size: 45px;
}

.step-card {
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    box-shadow: 0px 1px 0.79px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
}

.card-gradient-yellow {
    background: linear-gradient(135deg, #FFF6E7 0%, #FFE7BA 100%);
}

.card-gradient-blue {
    background: linear-gradient(135deg, #F9FAFC 0%, #ECF0F7 100%);
}

.card-gradient-purple {
    background: linear-gradient(135deg, #FDF4FF 0%, #F8E4FF 100%);
}

.step-number {
    font-size: 24px;
    font-weight: 700;
    color: #0E2152;
    margin-bottom: 20px;
    display: inline-block;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.what-we-offer .step-number{
    display: none;
}

.step-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0E2152;
    margin-bottom: 0px;
    display: flex;
    gap: 11px;
    align-items:start;
    flex-direction: column;
    justify-content: center;
}

.what-we-offer .step-card h3{
        align-items:center;
}

.step-card a{
    text-align: center;
    color: #000;
    text-decoration: none;
}

.step-card p {
    color: #567089;
    font-size: 16px;
    line-height: 1.6;
    min-height: 160px;
}

.app-icons {
    margin-top: 20px;
}

.icon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.icon-item {
    background: white;
    border-radius: 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.icon-item img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.email-preview {
    margin-top: 20px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.email-header {
    padding: 12px 15px;
    background: #F5F5F5;
    color: #666;
    font-weight: 500;
}

.email-content {
    padding: 15px;
}

.email-content p {
    color: #7452B8;
    margin: 0;
}

.btn-primary {
    background: #3E68FF;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #2951E6;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(62, 104, 255, 0.2);
}

.btn-primary i {
    margin-left: 8px;
}


@media (max-width: 767px) {
 
    
    .icon-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}



#faq {
  padding: 2.5rem 0 6rem;
}

#faq .section-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
}

#faq .section-divider {
    width: 80px;
    height: 4px;
    background-color: var(--primary);
    margin: 0 auto 3rem;
}

#faq .accordion-item {
    border-radius: 0.5rem !important;
    overflow: hidden;
    margin-bottom: 1rem;
    border: none;
}

#faq .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(255, 125, 0, 0.1) 0%, rgba(255, 183, 77, 0.1) 100%);
    color: #FF7D00;
    font-weight: 600;
    box-shadow: none;
}

#faq .accordion-button:after {
    color: #FF7D00;
}

#faq .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(37, 99, 235, 0.2);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232563eb'%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");
  }

#trust-section {
    padding: 6rem 0;
}

#trust-section .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-align: center;
}

#trust-section .section-divider {
    width: 80px;
    height: 4px;
    background-color: var(--primary);
    margin: 0 auto 3rem;
}

#trust-section .trust-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF8E1 100%);
    box-shadow: 0px 1px 0.79px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;

}

#trust-section .trust-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}

#trust-section .trust-icon {
    color: #2563eb;



    font-size: 2rem;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.1);
}

#cta-section {
    background: linear-gradient(135deg, #FF7D00 0%, #FFB74D 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section:before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
}

#cta-section .cta-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

#cta-section .btn-light {
    background-color: white;
    color: var(--primary);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#cta-section .btn-light:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#footer-section {
    background-color: var(--dark);
    color: white;
    padding: 5rem 0 2rem;
    background: linear-gradient(180deg, #33302E 0%, #272522 100%);
}

.footer--section h5 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }

#footer-section .footer-links a {
    color: var(--light-gray);
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 0.8rem;
    background: linear-gradient(135deg, rgba(255, 125, 0, 0.2) 0%, rgba(255, 183, 77, 0.2) 100%);
}

#footer-section .footer-links a:hover {
    color: white;
    background: linear-gradient(135deg, #FF7D00 0%, #FFB74D 100%);
}

#footer-section .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    margin-right: 0.75rem;
    transition: all 0.3s ease;
}

#footer-section .social-links a:hover {
    background-color: var(--primary);
    transform: translateY(-3px);
}

#footer-section .copyright {
    font-size: 0.9rem;
    color: var(--gray);
}

.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-10px);
}

.benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background-color: rgba(37, 99, 235, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}



#consultation {
    padding: 2.5rem 0 6rem;
    position: relative;
}

.consultation-wrapper {
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.consultation-content {
    padding: 0;
}

#consultation .btn{
    padding: 11px 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
}

.content-inner {
    padding: 60px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.consultation-content .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.consultation-content .section-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #4da6ff);
    margin-bottom: 25px;
}

.consultation-content .lead-text {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 30px;
}

#consultation h2{
    font-size: 4rem;
}

.benefits-list {
    margin-bottom: 30px;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.check-icon {
    background-color: rgba(13, 110, 253, 0.1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.check-icon i {
    color: #0d6efd;
    font-size: 14px;
}

.benefit-text {
    font-size: 16px;
    color: #444;
}

.guarantee-box {
    background-color: rgba(13, 110, 253, 0.05);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.guarantee-icon {
    width: 40px;
    height: 40px;
    background-color: #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.guarantee-icon i {
    color: white;
    font-size: 18px;
}

.guarantee-text {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.consultation-form {
    background: linear-gradient(135deg, #0d6efd 0%, #4da6ff 100%);
    padding: 0;
}

.form-container {
    padding: 60px 50px;
    height: 100%;
}

.consultation-form h3 {
    color: white;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.consultation-form p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.consultation-form .form-control,
.consultation-form .form-select {
    height: 50px;
    border-radius: 8px;
    border: none;
    padding: 0 20px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.consultation-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.consultation-form .form-control:focus,
.consultation-form .form-select:focus {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.consultation-form .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    color: rgba(255, 255, 255, 0.8);
}

.consultation-form .form-select option {
    background-color: #0d6efd;
    color: white;
}

.consultation-form .btn-primary {
    height: 50px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    background-color: white;
    color: #0d6efd;
    border: none;
    transition: all 0.3s ease;
}

.consultation-form .btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.privacy-note {
    margin-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

@media (max-width: 991px) {
    .content-inner, .form-container {
        padding: 40px 30px;
    }
    
    .consultation-content .section-title {
        font-size: 2rem;
    }
}







.fade-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(21 5 1), rgba(0, 0, 0, 0), transparent);
    pointer-events: none; 
    z-index: 999;
}

.fade-overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(21 5 1), rgba(0, 0, 0, 0), transparent);
    pointer-events: none; 
    z-index: 999;
    transform: scale(-1);
}



#testimonials {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: #150501;
}

#testimonials .section-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(90deg, #4338ca, #3E68FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3rem;
}

#testimonials .section-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4338ca, #3E68FF);
    margin: 0 auto 2rem;
}

#testimonials .testimonials-wrapper {
    display: flex;
    gap: 1rem;
    width: 100%;
    position: relative;
}

#testimonials .scroll-container {
    width: calc(25% - 1rem);
    height: 553px;
    overflow: hidden;
    position: relative;
}

#testimonials .scroll-track {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    will-change: transform;
    gap: 1rem;
}

#testimonials .testimonial-card {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #292929);;
    border: 1px solid #2c2c2c;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 1s ease;
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

#testimonials .testimonial-card:hover{
    background: linear-gradient(135deg, #444444, #3d3d3d, #6a6a6a);
    transition: all 1s ease;
}

#testimonials .testimonial-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(67, 56, 202, 0.1) 0%, 
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

#testimonials .testimonial-card:hover::before {
    opacity: 1;
}

#testimonials .testimonial-card p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.6;
}

#testimonials .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

#testimonials .user-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #2c2c2c;
}

#testimonials .user-info .user-details {
    display: flex;
    flex-direction: column;
}

#testimonials .user-info h5 {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 2px;
}

#testimonials .user-info span {
    font-size: 13px;
    color: #9ca3af;
}

.footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #000;
}

.footer-links {
    margin-bottom: 10px;
}

.footer-links a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 1;
}

.footer-copy {
    opacity: 0.6;
}



#contactModal .modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

#contactModal .modal-header {
    background: linear-gradient(135deg, var(--primary) 0%, #4da6ff 100%);
    color: white;
    border-radius: 16px 16px 0 0;
    padding: 1.5rem 2rem;
    border: none;
}

#contactModal .modal-title {
    font-weight: 700;
    font-size: 1.5rem;
}

#contactModal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

#contactModal .btn-close:hover {
    opacity: 1;
}

#contactModal .modal-body {
    padding: 2rem;
}

#contactModal .form-label {
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

#contactModal .form-control,
#contactModal .form-select {
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-size: 14px;
}

#contactModal .form-control:focus,
#contactModal .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

#contactModal .btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#contactModal .btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

#contactModal .contact-info-sidebar {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
}

#contactModal .contact-info-sidebar h6 {
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

#contactModal .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

#contactModal .contact-item:last-of-type {
    border-bottom: none;
    margin-bottom: 1.5rem;
}

#contactModal .contact-icon {
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

#contactModal .contact-icon i {
    color: white;
    font-size: 1rem;
}

#contactModal .contact-details strong {
    display: block;
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

#contactModal .contact-details p {
    color: var(--gray);
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.4;
}

#contactModal .quick-action-box {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(77, 166, 255, 0.1) 100%);
    border-radius: 8px;
    padding: 1.25rem;
    text-align: center;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

#contactModal .quick-action-box h6 {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

#contactModal .quick-action-box h6 i {
    margin-right: 0.5rem;
}

#contactModal .quick-action-box p {
    color: var(--gray);
    font-size: 0.8rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

#contactModal .btn-outline-primary {
    border: 2px solid var(--primary);
    color: var(--primary);
    font-weight: 600;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

#contactModal .btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
    transform: translateY(-1px);
}

#contactModal .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

#contactModal .form-check-label {
    font-size: 0.9rem;
    color: var(--gray);
    line-height: 1.4;
}

@media (max-width: 768px) {
    #contactModal .modal-body {
        padding: 1.5rem 1rem;
    }
    
    #contactModal .contact-info-sidebar {
        margin-top: 2rem;
    }
    
    #contactModal .contact-item {
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
    }
    
    #contactModal .quick-action-box {
        padding: 1rem;
    }
}

.outline-text {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 3px;
    color: transparent;
    -webkit-text-stroke: 1.5px #2563eb;
    text-stroke: 1.5px #2563eb;
    text-transform: uppercase;
    
    @supports not (-webkit-text-stroke: 1px) {
        color: #2563eb;
        text-shadow: 
            -1px -1px 0 #2563eb,
            1px -1px 0 #2563eb,
            -1px 1px 0 #2563eb,
            1px 1px 0 #2563eb;
    }
}

.mobile-scroll-gradient {
    display: none; 
}