html, body {
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}



main > .container {
    padding: 70px 15px 20px;
}

main {
    background: linear-gradient(180deg,rgba(105, 40, 120, 1) 0%, rgba(32, 12, 37, 1) 78%, rgba(7, 2, 8, 1) 100%) !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 200px);
    padding-bottom: 4rem;
}

footer {
    background: linear-gradient(180deg,rgba(7, 2, 8, 1) 100%);
    color: #ffffff;
    padding: 3rem 0 2rem 0;
    position: relative;
    overflow: hidden;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
    
}


/* Footer Styles */
#footer {
    color: #ffffff;
    padding: 3rem 0 2rem 0;
    position: relative;
    overflow: hidden;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
}

#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/flow_bg.png');
    background-position: center;
    opacity: 0.3;
    z-index: 0;
}

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

.footer-top {
    margin-bottom: 2rem;
}

.footer-logo {
    margin-bottom: 2rem;
}

.footer-category-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1rem;
}

.footer-links a:hover {
    color: #667eea;
}

.footer-contact .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.footer-contact .contact-item i {
    color: #ffffff;
    margin-right: 1rem;
    width: 16px;
    text-align: center;
    font-size: 1.5rem;
}

.footer-contact .contact-item span {
    color: #ffffff;
}


.footer-social-media-icons {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    height: 100px;
    border-radius: 10px;
}

.footer-social-icon {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin: 0 0.25rem;
    transition: all 0.3s ease;
    font-size: 1.5rem;
}

.footer-social-icon:hover {
    transform: translateY(-2px);
    color: white;
}

.footer-legal {
    font-size: 1rem;
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.legal-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: #667eea;
}

.legal-links .separator {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 0.5rem;
}

@media (max-width: 768px) {
    #footer {
        padding: 2rem 0 1.5rem 0;
    }
    
    .footer-categories {
        text-align: center;
    }
    
    .footer-category-title {
        margin-top: 1.5rem;
    }
    
    .footer-contact .contact-item {
        justify-content: center;
    }
    
    .footer-legal .row > div {
        margin-bottom: 1rem;
    }
}

.not-set {
    color: #c55;
    font-style: italic;
}

a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}



.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.nav li > form > button.logout {
    padding-top: 7px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.nav {
    font-size: 1.4rem;
    color: #fff !important;
}

.nav-link{
    color: #fff;
    padding: 0 ;
}

.item{
    color: #fff !important; 
}

.hero-section {
    background: linear-gradient(130deg,rgba(105, 40, 120, 1) 21%, rgba(32, 12, 37, 1) 70%, rgba(7, 2, 8, 1) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: -70px;
    padding-top: 70px;
}

.hero-bg-pattern {
    position: absolute;
    bottom: -21rem;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-bg-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.hero-logo {
    max-width: 150px;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: white;
}

.hero-subtitle {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: white;
    margin-bottom: 1rem;
}

.hero-description {
    font-size: 1.5rem;
    opacity: 0.9;
    color: white;
    margin-bottom: 2rem;
}

.hero-cta-btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.contact-btn {
    background: #fff;
    border: none;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 5px;
    color: #AA3292;
    text-decoration: none;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 2rem;
}

.service-card {
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    background: rgba(255,255,255,0.1);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-icon i {
    font-size: 2rem;
}

.feature-item {
    margin-bottom: 2rem;
}

.feature-image {
    width: 320px;
    height: 320px;
    object-fit: contain;
    filter: brightness(1.2) contrast(1.1);
    transition: all 0.3s ease;
}

.dashboard-img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.dashboard-preview {
    position: relative;
    z-index: 2;
}

.frame-img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    max-width: 100%;
    height: auto;
}

.dashboard-preview, .frame-preview {
    margin-bottom: 2rem;
}

.pricing-toggle .btn-group {
    background: rgba(255,255,255,0.1);
    border-radius: 50px;
    padding: 5px;
}

.pricing-toggle .btn {
    border-radius: 50px;
    padding: 10px 30px;
    border: none;
}

.pricing-toggle .btn.active {
    background: white;
    color: #1a1a2e;
}

.pricing-toggle .btn:not(.active) {
    background: transparent;
    color: white;
}

.pricing-toggle .btn:not(.active):hover {
    background: rgba(255,255,255,0.1);
    color: white;
}

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

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.pricing-basic {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.pricing-premium {
    background: linear-gradient(180deg,rgba(105, 40, 120, 1) 0%, rgba(153, 102, 204, 1) 79%);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
}

.pricing-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-basic .pricing-icon {
    background: #007bff;
}

.pricing-premium .pricing-icon {
    background: rgba(255,255,255,0.2);
}

.pricing-badge {
    background: #AA3292;
    top: 20px;
    right: 20px;
}

.pricing-divider {
    border-color: rgba(255,255,255,0.3);
}

.pricing-list-item {
    color: #fff;
}

.pricing-btn {
    background: #1B223C;
    color: #fff;
}

.pricing-btn:hover {
    background: #283258;
    color: #fff;
}

.pricing-outline-btn {
    background: none;
    color: #1B223C;
    border: 1px solid #1B223C;
}

.pricing-outline-btn:hover {
    background: #1B223C;
    color: #fff;
}

#contact {
    background: linear-gradient(180deg, rgba(105, 40, 120, 1) 0%, rgba(153, 102, 204, 1) 100%);
    border-radius: 20px;
    padding: 10px !important;
}

.contact-container {
    overflow: hidden;
}

.contact-row {
    width: 100%;
}

.contact-info-section {
    background: linear-gradient(130deg,rgba(105, 40, 120, 1) 0%, rgba(32, 12, 37, 1) 70%, rgba(7, 2, 8, 1) 100%);
    padding: 3rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.contact-info-section::before {
    content: '';
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 250px;
    height: 250px;
    background: #692878;
    border-radius: 50%;
}

.contact-title {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.contact-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact-details {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: white;
}

.contact-item i {
    font-size: 1rem;
    margin-right: 1rem;
    width: 20px;
    text-align: center;
}

.contact-item span {
    font-size: 1.2rem;
}

.social-icons {
    display: flex;
    gap: 0.8rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-2px);
    color: white;
}

.contact-form-section {
    padding: 3rem 2rem;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.contact-form {
    width: 100%;
    position: relative;
    z-index: 2;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    color: white;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 1.2rem;
}

.form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    color: white;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    background: transparent;
    border-color: white;
    box-shadow: none;
    color: white;
}

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

.send-message-btn {
    background: #1B223C;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    float: right;
    font-size: 0.9rem;
}

.send-message-btn:hover {
    background: #283258;
    color: white;
    transform: translateY(-2px);
}

.btn-transparent {
    background: transparent;
    border: none;
}

.btn-transparent:hover {
    background: rgba(255,255,255,0.1);
    color: white;
}

.btn-primary {
    background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #d81b60 0%, #8e24aa 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(233, 30, 99, 0.3);
}

.btn-light {
    background: white;
    color: #1a1a2e;
    border: none;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background: #f8f9fa;
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255,255,255,0.3);
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
    z-index: 9999;
}

::-webkit-scrollbar-track {
    background: rgba(32, 12, 37, 1);
    z-index: 9999;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
    border-radius: 4px;
    z-index: 9999;
}

::-webkit-scrollbar-thumb:hover {
    background:linear-gradient(135deg, #d81b60 0%, #8e24aa 100%);
    z-index: 9999;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-cta-btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .pricing-toggle {
        margin-bottom: 2rem;
    }
}


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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

.hero-content {
    animation: fadeInLeft 1s ease-out;
}

.service-card {
    animation: fadeInUp 0.8s ease-out;
}

.navbar {
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.header-navbar .navbar-nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    
}


.navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-brand {
    color: white !important;
    font-weight: 600;
}

.custom-login-btn {
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: #AA3292;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: auto;
}

.custom-login-btn:hover {
    background-color: #f8f9fa;
    color: #AA3292;
    text-decoration: none;
}

.custom-logout-btn {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 8px 20px;
    margin-left: 2rem;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-logout-btn:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.dashboard {
    position: relative;
    overflow: hidden;
}

.frame-bg-1, .frame-bg-2 {
    position: absolute;
    background-image: url('../img/frame.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(10px);
    z-index: 1;
    pointer-events: none;
}

.frame-bg-1 {
    width: 400px;
    height: 400px;
    top: 25%;
    left: -230px;
    transform: rotate(-25deg);
}

.frame-bg-2 {
    width: 400px;
    height: 400px;
    top: 10px;
    right: -200px;
    transform: rotate(35deg);
}

#pricing {
    position: relative;
    overflow: hidden;
}

.pricing-title {
    z-index: 1;
}

.pricing-row {
    z-index: 1;
}

#pricing .frame-bg-1, 
#pricing .frame-bg-2 {
    position: absolute;
    background-image: url('../img/frame.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(10px);
    z-index: 0;
    pointer-events: none;
}

#pricing .frame-bg-1 {
    width: 400px;
    height: 400px;
    top: 2%;
    left: -100px;
    transform: rotate(-25deg);
}

#pricing .frame-bg-2 {
    width: 400px;
    height: 400px;
    top: 50%;
    right: -180px;
    transform: rotate(35deg);
}

.plane-image {
    position: absolute;
    bottom: -22px;
    right: 28%;
    z-index: 1;
}

.plane-img {
    width: 100px;
    height: auto;
    opacity: 0.9;
    filter: brightness(1.2);
}

@media (max-width: 768px) {
    .contact-info-section::before {
        display: none;
    }
    
    .contact-info-section {
        padding: 2rem 1.5rem;
    }
    
    .contact-title {
        font-size: 1.5rem;
    }
    
    .contact-subtitle {
        font-size: 1.1rem;
    }
    
    .contact-item span {
        font-size: 1rem;
    }
    
    .contact-form-section {
        padding: 2rem 1.5rem;
        height: auto;
    }
    
    .plane-image {
       display: none;
    }
    
    .feature-item {
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .feature-item p {
        max-width: 300px;
        margin: 0 auto;
    }

}

#why-choose-us {
    background: linear-gradient(180deg, rgba(105, 40, 120, 1) 0%, rgba(32, 12, 37, 1) 100%);
    padding: 5rem 0;
}

.why-choose-title {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
}

.feature-item {
    text-align: center;
    margin-bottom: 3rem;
}

.feature-item h5 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.feature-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
}

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

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

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

.slide-in-left {
    animation: slideInFromLeft 0.8s ease-out forwards;
}

.slide-in-right {
    animation: slideInFromRight 0.8s ease-out forwards;
}

.hero-title,
.hero-subtitle,
.hero-description,
.section-title,
.section-subtitle,
.feature-item h5,
.feature-item p,
.pricing-card h4,
.pricing-card p,
.contact-title,
.contact-subtitle {
    opacity: 0;

}


.service-card,
.dashboard-img,
.feature-image,
.pricing-card,
#contact {
    opacity: 0;

}

/* Login Modal Styles */
.login-modal-content {
    background: linear-gradient(135deg, #AA3292, #6B2878);
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.login-modal-header {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
}

.login-modal-title {
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0;
}

.login-modal-body {
    padding: 2rem;
}

.login-form-group {
    margin-bottom: 1.5rem;
}

.login-input-icon {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    color: white;
}

.login-input {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    color: white;
    padding: 12px 15px;
}

.login-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    color: white;
}

.login-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.login-remember {
    display: flex;
    align-items: center;
}

.login-remember .form-check-input {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    margin-right: 0.5rem;
}

.login-remember .form-check-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.login-submit-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 600;
    padding: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.login-submit-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.login-demo-info {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.login-demo-info .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Modal animation */
.modal.fade .modal-dialog {
    transform: scale(0.8) translateY(-50px);
    transition: all 0.3s ease;
}

.modal.show .modal-dialog {
    transform: scale(1) translateY(0);
}

/* Login error message */
#login-error-message {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.5);
    color: white;
    border-radius: 10px;
    padding: 12px 15px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

#login-error-message i {
    color: #dc3545;
}

/* Contact form messages */
#contact-success-message {
    background: rgba(40, 167, 69, 0.2);
    border: 1px solid rgba(40, 167, 69, 0.5);
    color: #28a745;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

#contact-error-message {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.5);
    color: #dc3545;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

#contact-success-message i,
#contact-error-message i {
    font-size: 1.1rem;
}

/* Contact form loading state */
.send-message-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Toast Notifications */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
}

.toast {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast.success {
    border-left: 4px solid #10b981;
}

.toast.error {
    border-left: 4px solid #ef4444;
}

.toast-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast.success .toast-icon {
    color: #10b981;
}

.toast.error .toast-icon {
    color: #ef4444;
}

.toast-content {
    flex: 1;
    color: #1f2937;
    font-weight: 500;
}

.toast-close {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.toast-close:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #374151;
}

/* Mobile responsiveness for toasts */
@media (max-width: 768px) {
    .toast-container {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
    
    .toast {
        margin-bottom: 8px;
        padding: 14px 16px;
        font-size: 13px;
    }
}