@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

*{
    scroll-behavior: smooth;
}

html, body {
    font-family: 'Ubuntu', sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

button{
    background-color: transparent;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

.e-listview.e-control {
    width: 400px;
}

.absent {
    background-color: red;
}

.btn-primary {
    background-color: #002a5c;
}

    .btn-primary:hover {
        background-color: #003e8d;
    }

.loader_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #002a5c;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.text-base-color {
    color: #002a5c !important;
}

.porfileTab {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.dialogPorfileTab {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid white;
    color: white;
    font-size: 1.5rem;
}

.global-search {
    width: 500px !important;
}

@media (max-width: 925px) {
    .Header_Global_Search {
        width: 300px !important;
    }
}
.side-menu-box:hover {
    background-color: whitesmoke;
}


.scoms-label{
    font-size: 13px;
    font-weight: 500;
    color: black;
}

.light_green_background{
    background-color: #9ed9b7;
}

.light_orange_background{
    background-color: #ead9c1;
}

.light_blue_background{
    background-color: #b0d5ed;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0!important;
}

.notice_container{
    cursor: pointer;
}
.notice_container_box:hover{
    background-color: #8ab1c1!important;
    animation-delay: .3s;
}

.brand-color{
    color: #002a5c!important;
}

.brand-background-color{
    background-color: #002a5c!important;

}

.brand-background-color-light
{
    background-color: rgba(0, 42, 92, 0.15)!important;
}

.fluent-toast-container{
    z-index: 10000 !important;
}

.notice-container img{
    width: 100% !important;
}

/*responsiveness*/
@media (max-width: 768px) {
    .Header_Global_Search {
        width: 100% !important;
    }
    
    .hide_on_mobile{
        display: none;
    }

    .header-date-container {
        display: none;
    }

    .header-splitter {
        display: none;
    }

    .global-search-home {
        width: 100% !important;
    }

    .menu-box {
        width: 80px;
    }

    .menu-icon {
        font-size: 40px;
    }
    
    .message-box{
        width: 300px !important;
    }

    .footer-second{
        display: none;
    }
    .footer-first{
        width: 100%;
    }
    
    .responsive_panel{
        width: 300px!important;
    }
    
    .entryBoxIconContainer{
        width: 65px!important;
        height: 65px!important;
    }

    .tab-page{
        min-height: auto!important;
    }
}

@media(max-width: 470px){
    #notification_panel{
        width: 80vw !important;
    }
    .feedback_btn{
        display: none;
    }
}

@media (max-width: 426px) {
    .Header_Global_Search {
        width: 100% !important;
    }

    .footer-first p{
        text-align: center;
    }
    
    .message-box{
        width: 200px !important;
    }
    .rating_btn{
        font-size: 2rem!important;
    }
    
    .issue_btn{
        padding: 0.1rem 0.4rem!important;
    }
}

.badge{
    font-size: 12px!important;
}

p,div, button{
    font-size: 14px!important;
}

h1{
    font-size: 1.8rem!important;
}

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

h3{
    font-size: 1.3rem!important;
}

h4{
    font-size: 1.2rem!important;
}

h5{
    font-size: 1.1rem!important;
}

h6{
    font-size: 1rem!important;
}

.balance-confirmation-container p,
.balance-confirmation-container h2,
.balance-confirmation-container h3,
.balance-confirmation-container th,
.balance-confirmation-container td  {
    font-size: 0.9rem!important;
}


.balance-confirmation-container th,
.balance-confirmation-container td {
    padding: 4px;
    text-align: left;
}

.balance-confirmation-container td, .balance-confirmation-container th {
    border: 1px solid black;
}

.paystub-template p,
.paystub-template h2,
.paystub-template h3,
.paystub-template .section th,
.paystub-template .section td  {
    font-size: 0.7rem!important;
}

.paystub-template .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paystub-template .header img {
    width: 60px;
    height: 60px;
}

.paystub-template .company-info {
    flex-grow: 1;
}

.paystub-template .company-info h2 {
    margin: 0;
    font-weight: bold;
    font-size: 0.8rem!important;
}

.paystub-template .company-info p {
    margin: 2px 0;
}

.paystub-template .paystub-info {
    text-align: right;
}

.paystub-template .paystub-info p {
    margin: 5px 0;
}

.paystub-template .employee-info p{
}


.paystub-template .employee-info,
.paystub-template .income-deductions {
    margin-bottom: 20px;
}

.paystub-template .employee-info p {
    margin: 5px 0;
}

.paystub-template table {
    width: 100%;
    border-collapse: collapse;
}

.paystub-template .section {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.paystub-template .section th,
.paystub-template .section td {
    padding: 4px;
    text-align: left;
}

.paystub-template .section th {
    border-bottom: 1px solid black;
}

.paystub-template .section td {
    border-bottom: 1px solid lightgray;
}

.paystub-template .section .highlight {
    background-color: rgb(236, 236, 236);
}

.schedule-container:hover{
    background-color: #f0f0f0;
}

/* CSS For Static Home Page */

:root {
    --primary: #0780AC;
    --secondary: #99BDC9;
    --accent: #4895ef;
    --light: #f8f9fa;
    --dark: #212529;
    --success: #4cc9f0;
    --text: #2b2d42;
}

#static-home {
    background-color: var(--light);
    color: var(--text);
    overflow-x: hidden;
}

/* Navigation */
.landing-page-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    transition: all 0.3s ease;
}

.landing-page-nav.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 15px 10%;
}

.landing-page-logo {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
}

.landing-page-logo span {
    color: var(--accent);
}

.landing-page-nav-links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.landing-page-nav-links a {
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.landing-page-nav-links a:hover {
    color: var(--primary);
}

.landing-page-nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--primary);
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease;
}

.landing-page-nav-links a:hover::after {
    width: 100%;
}


.landing-page-cta-button {
    background: var(--primary);
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.landing-page-cta-button:hover {
    background: var(--secondary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(67, 97, 238, 0.3);
}

.landing-page-menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
}

.landing-page-home {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 10%;
    position: relative;
    overflow: hidden;
}

.landing-page-home-content {
    max-width: 600px;
    z-index: 3;
    position: relative;
    background: transparent;
}


.landing-page-home h1 {
    font-size: 56px!important;
    font-weight: 700!important;
    margin-bottom: 20px!important;
    line-height: 1.2;
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.landing-page-welcome-text {
    font-size: 32px;
    color: var(--accent);
    display: inline-block;
    margin-bottom: 5px;
}

.landing-page-erp-name {
    color: var(--primary);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.landing-page-tagline {
    font-size: 28px!important;
    color: var(--dark);
    display: block;
    margin-top: 10px!important;
    font-weight: 600;
}

.landing-page-highlighted-text {
    font-size: 18px;
    line-height: 1.6;
    background: rgba(255,255,255,0.7);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.landing-page-home p {
    font-size: 18px!important;
    color: #666;
    margin-bottom: 30px!important;
    animation: fadeInUp 1s ease 0.3s forwards;
    opacity: 0;
    transform: translateY(30px);
}

.landing-page-home-buttons {
    display: flex;
    gap: 20px;
    animation: fadeInUp 1s ease 0.6s forwards;
    opacity: 0;
    transform: translateY(30px);
}

/* Button Styles */
.landing-page-cta-button {
    background: var(--primary);
    color: white !important;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.landing-page-cta-button:hover {
    background: var(--secondary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(67, 97, 238, 0.3);
}

.landing-page-secondary-button {
    background: transparent;
    color: var(--primary);
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    border: 2px solid var(--primary);
    transition: all 0.3s ease;
}

.landing-page-secondary-button:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
}

.landing-page-home-image {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    height: 500px;
    border-radius: 30px;
    background: linear-gradient(45deg, var(--primary), var(--accent));
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(67, 97, 238, 0.3);
    z-index: 1;
    animation:
            fadeIn 1s ease 0.9s forwards,
            float 6s ease-in-out infinite;
    opacity: 0;
}

.landing-page-home-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.landing-page-home-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--primary), var(--accent));
    z-index: -1;
}

.landing-page-home-shape {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--success), var(--accent));
    top: -300px;
    right: -300px;
    opacity: 0.1;
    z-index: 0;
    animation: pulse 8s ease infinite;
}


.landing-page-about-section {
    background-color: rgba(67, 97, 238, 0.05);
}

.landing-page-about-container {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.landing-page-about-content {
    flex: 1;
}

.landing-page-about-gallery {
    width: 30%;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    margin-top: 40px;
}

.landing-page-about-gallery {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

/* Single Gallery Item */
.landing-page-gallery-item {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* Gallery Image */
.landing-page-gallery-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: block;
}

/* Hover Effects */
.landing-page-gallery-item:hover .landing-page-gallery-image {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}


.landing-page-about-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 20px;
}

.landing-page-about-text {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 16px;
}

.landing-page-about-features {
    list-style: none;
    margin-bottom: 30px;
}

.landing-page-about-features li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    color: #555;
    line-height: 1.6;
}

.landing-page-about-features i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 10px;
    color: var(--primary);
}

/* Animation for about section */
.landing-page-about-content {
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeInRight 1s ease forwards;
}

.landing-page-about-gallery {
    opacity: 0;
    transform: translateX(50px);
    animation: fadeInLeft 1s ease forwards;
}

/* services Section */
.landing-page-section {
    padding: 100px 10%;
}

.landing-page-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.landing-page-section-title h2 {
    font-size: 36px!important;
    margin-bottom: 15px!important;
    position: relative;
    display: inline-block;
}

.landing-page-section-title h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: var(--primary);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.landing-page-section-title p {
    color: #666;
    max-width: 700px;
    margin: 0 auto!important;
}

.landing-page-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.landing-page-service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.landing-page-service-card.animated {
    animation: fadeInUp 0.6s ease forwards;
}

.landing-page-service-card:nth-child(1).animated {
    animation-delay: 0.2s;
}

.landing-page-service-card:nth-child(2).animated {
    animation-delay: 0.4s;
}

.landing-page-service-card:nth-child(3).animated {
    animation-delay: 0.6s;
}

.landing-page-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.landing-page-service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, var(--primary), var(--accent));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
    font-size: 28px;
}

.landing-page-service-card h3 {
    font-size: 22px!important;
    margin-bottom: 15px!important;
}

.landing-page-service-card p {
    color: #666;
    line-height: 1.6!important;
}

/* Testimonials */
.landing-page-testimonials {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    padding: 100px 10%;
    position: relative;
    overflow: hidden;
}

.landing-page-testimonials .landing-page-section-title h2,
.landing-page-testimonials .landing-page-section-title p {
    color: white;
}

.landing-page-testimonials .landing-page-section-title h2::after {
    background: white;
}

.landing-page-testimonial-slider {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.landing-page-testimonial-slide {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    display: none;
    animation: fadeIn 0.8s ease;
}

.landing-page-testimonial-slide.active {
    display: block;
}

.landing-page-testimonial-content {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic;
}

.landing-page-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.landing-page-author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
}

.landing-page-author-info h4 {
    font-size: 18px!important;
    margin-bottom: 5px!important;
}

.landing-page-author-info p {
    opacity: 0.8;
    font-size: 14px!important;
}

.landing-page-slider-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.landing-page-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing-page-slider-dot.active {
    background: white;
    transform: scale(1.2);
}

.landing-page-testimonial-shape {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.landing-page-testimonial-shape-1 {
    top: -100px;
    left: -100px;
}

.landing-page-testimonial-shape-2 {
    bottom: -150px;
    right: -150px;
}

/* CTA Section */
.landing-page-cta-section {
    text-align: center;
    padding: 100px 10%;
    background: var(--light);
}

.landing-page-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.landing-page-cta-section p {
    color: #666;
    max-width: 700px;
    margin: 0 auto 40px!important;
    font-size: 18px;
}

/* FAQ Section */

.landing-page-faq-section {
    background-color: rgba(67, 97, 238, 0.05);
}

.landing-page-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.landing-page-faq-accordion {
    margin-top: 40px;
}

.landing-page-faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.landing-page-faq-question {
    width: 100%;
    padding: 20px;
    text-align: left;
    background: white;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing-page-faq-question:hover {
    background: #f9f9f9;
}

.landing-page-faq-question i {
    transition: transform 0.3s ease;
}

.landing-page-faq-question.active i {
    transform: rotate(180deg);
}

.landing-page-faq-answer {
    max-height: 0;
    overflow: hidden;
    background: white;
    transition: max-height 0.3s ease;
}

.landing-page-faq-answer p {
    padding: 0 20px 20px!important;
    color: #666;
    line-height: 1.6;
}

.landing-page-faq-item.active .landing-page-faq-answer {
    max-height: 300px;
}

/* Contact Us Section */
.landing-page-contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.landing-page-contact-content {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.landing-page-contact-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.landing-page-contact-divider {
    height: 1px;
    background: #eee;
    margin: 30px 0;
}

.landing-page-contact-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.landing-page-form-group {
    display: flex;
    flex-direction: column;
}

.landing-page-form-group label {
    font-weight: 600;
    margin-bottom: 8px!important;
    color: var(--dark);
}

.landing-page-form-group input,
.landing-page-form-group textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.landing-page-form-group input:focus,
.landing-page-form-group textarea:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
}

.landing-page-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.landing-page-contact-form .landing-page-cta-button {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Footer */
.landing-page-footer {
    background: var(--dark);
    color: white;
    padding: 80px 10% 30px;
}

.landing-page-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.landing-page-footer-column h3 {
    font-size: 20px!important;
    margin-bottom: 25px!important;
    position: relative;
}

.landing-page-footer-column h3::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--primary);
    bottom: -10px;
    left: 0;
}

.landing-page-footer-column p {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 20px!important;
}

.landing-page-footer-links {
    list-style: none;
}

.landing-page-footer-links li {
    margin-bottom: 15px;
}

.landing-page-footer-links a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.3s ease;
}

.landing-page-footer-links a:hover {
    color: white;
    padding-left: 5px;
}

.landing-page-social-links {
    display: flex;
    gap: 15px;
}

.landing-page-social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.landing-page-social-links a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

.landing-page-footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #aaa;
    font-size: 14px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(-55%);
    }
}

@keyframes pulse {

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

    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

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

/* Responsive Styles */
@media (max-width: 1200px) {
    .landing-page-home-image {
        width: 30%;
        height: 400px;
    }

    .landing-page-gallery-image {
        height: 350px;
    }
}


@media (max-width: 992px) {
    .landing-page-home {
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        padding: 150px 5% 80px;
        min-height: auto;
        height: auto;
    }

    .landing-page-home-content {
        max-width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .landing-page-home-image {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 0 auto;
        width: 80%;
        max-width: 80%;
        height: auto;
        aspect-ratio: 1/1;
        animation:
                fadeIn 1s ease 0.9s forwards,
                float-mobile 6s ease-in-out infinite;
    }

    .landing-page-home-buttons {
        justify-content: center;
    }

    .landing-page-home-shape {
        display: none;
    }

    .landing-page-about-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .landing-page-about-content {
        order: 1;
        width: 100%;
        max-width: 800px;
        padding: 0 5%;
        text-align: center;
        margin-bottom: 0;
    }

    .landing-page-about-gallery {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .landing-page-gallery-item {
        width: 80% !important;
        max-width: 500px;
        margin: 0 auto;
        top: 0 !important;
    }

    .landing-page-about-content .landing-page-section-title,
    .landing-page-about-content .landing-page-about-subtitle,
    .landing-page-about-content .landing-page-about-text {
        text-align: center !important;
        margin-left: 0 !important;
    }

    .landing-page-about-features {
        text-align: left;
        padding-left: 30px;
        margin: 0 auto;
        display: inline-block;
    }


    .landing-page-section-title {
        text-align: center !important;
        margin-left: auto !important;
    }

    .landing-page-about-features {
        text-align: left;
        padding-left: 20px;
    }

    .landing-page-gallery-item {
        top: 0 !important;
    }

    .landing-page-about-gallery .landing-page-gallery-item:nth-child(3) {
        grid-column: span 2;
    }

    /* Special mobile float animation */
    @keyframes float-mobile {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
}

@media (max-width: 768px) {
    .landing-page-menu-toggle {
        display: block;
    }

    .landing-page-nav-links {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: white;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        transition: all 0.5s ease;
    }

    .landing-page-nav-links.active {
        left: 0;
    }

    .landing-page-gallery-item {
        max-width: 100%;
        padding: 0 20px;
    }

    .landing-page-gallery-image {
        aspect-ratio: 4/3;
    }
    .landing-page-about-features {
        padding-left: 20px;
    }

    /* faq section */

    .landing-page-faq-section {
        padding: 60px 0;
    }

    .landing-page-faq-container {
        padding: 30px 20px;
    }

    .landing-page-faq-question {
        padding: 15px;
        font-size: 16px;
    }

    .landing-page-faq-answer p {
        padding: 0 15px 15px;
    }

    /* contact */

    .landing-page-contact-content {
        padding: 30px 20px;
    }

    .landing-page-contact-form {
        gap: 20px;
    }

}

@media (max-width: 576px) {

    .landing-page-home {
        padding: 120px 5% 60px;
    }

    .landing-page-home h1 {
        font-size: 36px;
    }

    .landing-page-home p {
        font-size: 16px;
    }

    .landing-page-home-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .landing-page-home-image {
        width: 100%;
        max-width: 300px;
        border-radius: 20px;
    }

    .landing-page-section-title h2 {
        font-size: 28px;
    }

    .landing-page-gallery-image {
        border-radius: 10px;
    }

    .landing-page-contact-subtitle {
        font-size: 16px;
    }

    .landing-page-form-group input,
    .landing-page-form-group textarea {
        padding: 10px 12px;
    }
}