/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .hero-content {
        padding: 0;
    }

    .hero-content h2 {
        line-height: 60px;
        margin: 20px 0px;
        font-size: 50px;

    }

    .main-hero-area {
        padding-top: 140px;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {

    .single-project-page-right {
        margin-top: 50px;
    }

    .about-social {
        margin-bottom: 30px;
    }

    .about-social {
        display: none;
    }

    .main-menu .mobile-logo img {
        width: -moz-fit-content;
        width: fit-content;
    }

    .section-title p {
        padding-right: 50px;
    }

    .about-area {
        padding-top: 100px;
    }

    .resume-area {
        padding-top: 20px;
    }

    .skill-area {
        padding-top: 20px;
    }

    .services-area {
        padding-top: 20px;

    }

    .projects-area {
        padding-top: 20px;
    }

    .testimonials-area {
        padding-top: 20px;
    }

    .pricing-area {
        padding-top: 20px;
    }

    .client-logo-area {
        padding-top: 20px;
    }

    .contact-area {
        padding: 50px 0px;
    }

    .blog-area {
        padding-top: 20px;
    }

    .hero-content {
        padding: 0;
        width: 100%;
    }

    .hero-content h2 {
        line-height: 60px;
        font-size: 50px;
        padding: 20px 0px;
    }

    .fixed-header .main-menu .navbar-collapse li a {
        color: var(--main-color);
    }

    .call-to-action-part {
        padding: 30px 30px;
    }

    .call-to-action-part h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .main-hero-area {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .company-design-area {
        padding-top: 40px;
    }

    .about-content-part {
        padding-left: 0px;
    }

    .services-area {
        padding: 50px 0px;

    }

    .service-item {
        margin-bottom: 30px;
    }

    .single-page-hero-area {
        padding-top: 130px;
        padding-bottom: 80px;
    }

    .single-page-hero-area h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .single-page-hero-area p {
        padding-right: 0px;
    }

    .about-content-part h2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section-title h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .blog-area {
        padding: 50px 0px;
    }

    .blog-post-caption h2 a {
        font-size: 30px;
    }

    .blog-post-caption {
        padding-left: 20px;
        padding-top: 30px;
    }

    .single-blog-post-details,
    .single-blog-sidebar-area,
    .post-comments-area {
        padding-right: 0px;
    }

    .comment-form-area {
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .hero-content .dot-shape {
        left: 60%;
        top: 0%;
    }

    .hero-content .dot-shape2 {
        right: 60%;
        top: 58%;
    }

    .hero-counter-area {
        width: 100%;
    }

    .hero-counter-area .count-text {
        font-size: 30px;
    }

    .hero-counter-area .counter-title {
        font-size: 14px;
    }

    .hero-content .dot-shape img {
        width: 70px;
    }

    .hero-content .dot-shape2 img {
        width: 60px;
    }

    .single-header-work-img {
        margin-bottom: 15px;
    }

    .founder-say-part {
        width: 100%;
        padding: 40px 40px;
    }

    .work-process-list {
        margin-top: 0px;
    }

    .working-process-one__single {
        margin-bottom: 50px;
    }

    .working-process-one__shape3 {
        display: none;
    }

    .working-process-one__shape4 {
        display: none;
    }

    .working-process-area {
        padding: 60px 0px;
    }

    .info-item,
    .book-call-intro {
        margin-bottom: 30px;
    }

    .accordion {
        padding-left: 0px;
    }

    .call-to-action-part {
        width: 100%;
    }

    .call-to-action-part p {

        padding: 0px;
    }

    .footer-bottom .copyright-text {
        text-align: center;
    }

    .footer-bottom-menu {
        text-align: center;
    }

    .any-questions-area {
        padding: 50px 0px;
    }

    .projects-area {
        padding-bottom: 50px;
    }

    .info-service-area {
        padding-bottom: 50q;
    }

    nav.main-menu {
        background: transparent;
        border-radius: 50px;
    }

    .testimonial-item .text {
        font-size: 22px;
        line-height: 30px;
    }

    .container-inner {
        width: 100%;
    }

    .book-call-intro h2 {
        font-size: 24px;
    }

    .book-call-intro img {
        width: 100px;
    }

    .book-call-intro {
        padding: 30px;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {

    nav.main-menu {
        background: transparent;
        border-radius: 50px;
    }

    .hero-content h3 {
        font-size: 14px;
    }

    .comment-form-area {
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .single-blog-post-details,
    .single-blog-sidebar-area,
    .post-comments-area {
        padding-right: 0px;
    }

    .about-content-part {
        padding-left: 0px;
    }

    .section-title h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .single-project-page-right {
        padding-top: 40px;
    }

    .single-page-hero-area {
        padding-top: 130px;
        padding-bottom: 80px;
    }

    .single-page-hero-area h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .single-page-hero-area p {
        padding-right: 0px;
    }

    .call-to-action-part {
        padding: 30px 30px;
    }

    .call-to-action-part h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .company-design-area {
        padding: 40px 0px;
    }

    .main-hero-area {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    body {
        overflow-x: hidden;

    }

    .main-menu .mobile-logo img {
        width: -moz-fit-content;
        width: fit-content;
    }

    .about-social {
        display: none;
    }

    .section-title p {
        padding-right: 10px;
    }

    .about-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .resume-area {
        padding-top: 20px;
    }

    .skill-area {
        padding-top: 20px;
    }

    .services-area {
        padding: 50px 0px;

    }

    .service-item {
        margin-bottom: 30px;
    }

    .projects-area {
        padding-top: 20px;
    }

    .testimonials-area {
        padding-top: 20px;
    }

    .pricing-area {
        padding-top: 20px;
    }

    .client-logo-area {
        padding-top: 20px;
    }

    .contact-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-area {
        padding: 50px 0px;
    }

    .blog-post-caption h2 a {
        font-size: 30px;
    }

    .blog-post-caption {
        padding-left: 20px;
        padding-top: 30px;
    }

    .about-image-part {
        padding-bottom: 30px;
    }

    .fixed-header .main-menu .navbar-collapse li a {
        color: #fff;
    }

    .fixed-header .main-menu .navbar-collapse li a:hover {
        color: var(--primary-color);
    }

    .hero-content {
        padding: 0px 10px;
    }

    .hero-content h2 {
        line-height: 50px;
        font-size: 40px;
        padding: 20px 0px;
    }

    .hero-content .dot-shape {
        left: 60%;
        top: 0%;
    }

    .hero-content .dot-shape2 {
        right: 60%;
        top: 58%;
    }

    .hero-counter-area {
        width: 100%;
    }

    .hero-counter-area .count-text {
        font-size: 30px;
    }

    .hero-counter-area .counter-title {
        font-size: 14px;
    }

    .hero-content .dot-shape img {
        width: 70px;
    }

    .hero-content .dot-shape2 img {
        width: 60px;
    }

    .single-header-work-img {
        margin-bottom: 15px;
    }

    .founder-say-part {
        width: 100%;
        padding: 40px 40px;
    }

    .work-process-list {
        margin-top: 0px;
    }

    .working-process-one__single {
        margin-bottom: 50px;
    }

    .working-process-one__shape3 {
        display: none;
    }

    .working-process-one__shape4 {
        display: none;
    }

    .working-process-area {
        padding: 60px 0px;
    }

    .info-item,
    .book-call-intro {
        margin-bottom: 30px;
    }

    .accordion {
        padding-left: 0px;
    }

    .call-to-action-part {
        width: 100%;
    }

    .call-to-action-part p {

        padding: 0px;
    }

    .footer-bottom .copyright-text {
        text-align: center;
    }

    .footer-bottom-menu {
        text-align: center;
    }

    .any-questions-area {
        padding: 50px 0px;
    }

    .projects-area {
        padding-bottom: 50px;
    }

    .info-service-area {
        padding-bottom: 50q;
    }

    .testimonial-item .text {
        font-size: 22px;
        line-height: 30px;
    }

    .container-inner {
        width: 100%;
    }
}


/* Wide Mobile vertical Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-content {
        padding: 0;
        width: 100%;
    }
}







@media only screen and (min-width: 1200px) {
    .row-cols-xl-7>* {
        width: 14.2857%;
        flex: 0 0 auto;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-10 {
        --bs-gutter-x: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-40 {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-50 {
        --bs-gutter-x: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-60 {
        --bs-gutter-x: 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-70 {
        --bs-gutter-x: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-80 {
        --bs-gutter-x: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-90 {
        --bs-gutter-x: 90px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-100 {
        --bs-gutter-x: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-110 {
        --bs-gutter-x: 110px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-120 {
        --bs-gutter-x: 120px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-130 {
        --bs-gutter-x: 130px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-140 {
        --bs-gutter-x: 140px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-150 {
        --bs-gutter-x: 150px;
    }
}

@media only screen and (max-width: 375px) {
    .col-small {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media only screen and (min-width: 376px) {
    .list-style-one li {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .list-style-one.two-column li {
        width: 100%;
    }
}



@media only screen and (max-width: 767px) {
    .menu-social {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .onepage-menu {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .onepage-menu li .menu-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .onepage-menu li .menu-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}



@media only screen and (max-width: 375px) {
    .about-image-part {
        padding-left: 50px;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-counter-area {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-counter-area {
        padding-left: 25px;
        padding-right: 25px;
    }
}


@media only screen and (max-width: 479px) {
    .resume-item .content h4 {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 1199px) {
    .resume-items-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .resume-items-wrap:before {
        left: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .resume-items-wrap:before {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-item {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .blog-item {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-item .image {
        max-width: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-item .image {
        max-width: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-item .content {
        padding: 30px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-item .content {
        padding: 30px 0px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-item .content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-item.style-two .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-item.style-two .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-content h4 {
        font-size: 23px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-content h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-details-wrap .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .blog-details-wrap .content {
        padding-left: 0;
        padding-right: 0;
    }
}

.blog-details-wrap .content h4 {
    margin-bottom: 18px;
}

@media only screen and (min-width: 480px) {
    .blog-details-wrap .content h4 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 991px) {
    .author-date-share .text {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .author-date-share .text {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 576px) {
    .author-date-share .text h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 375px) {
    .author-date-share .text h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    blockquote {
        font-size: 22px;
        padding-left: 100px;
    }

    blockquote:before {
        left: 30px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 479px) {
    blockquote {
        font-size: 20px;
        padding-left: 60px;
        padding-right: 25px;
    }

    blockquote:before {
        left: 15px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 375px) {
    blockquote {
        font-size: 18px;
        padding-left: 25px;
    }

    blockquote:before {
        display: none;
    }
}

@media only screen and (min-width: 376px) {
    .next-prev-post .post-item h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .comments {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .comments {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 376px) {
    .comment-body .content h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .comment-body.comment-child {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .admin-comment .comment-body {
        display: block;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .admin-comment .comment-body {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 376px) {
    .admin-comment .comment-body .content h5 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) {
    .admin-comment .comment-body .author-thumb {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 375px) {
    .admin-comment .comment-body .author-thumb {
        max-width: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .error-content .section-title h1 {
        font-size: 85px;
    }
}

@media only screen and (min-width: 1400px) {
    .error-content .section-title h2 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .widget_newsletter form {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 376px) {
    .list-style-two li {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .logo-outer {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .onepage-menu li .menu-item span {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .onepage-menu .active a {
        border-radius: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-menu {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .hero-menu li .menu-item span {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .main-menu .mobile-logo {
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .collapse {
        overflow: auto;
    }
}

/* ========================================
   MAIN NAVIGATION - RESPONSIVE STYLES
   Consolidated mobile/tablet overrides
   ======================================== */

/* Tablet - Reduce Padding */
@media only screen and (max-width: 1399px) {
    .main-menu .navbar-collapse li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Mobile Navigation */
@media only screen and (max-width: 991px) {
    /* Mobile Menu Container */
    .main-menu .navbar-collapse {
        left: 1%;
        width: 100%;
        position: absolute;
        top: 100%;
        z-index: 999;
    }

    /* Mobile Menu List */
    .main-menu .navbar-collapse > ul {
        display: block;
        padding: 25px 0;
        overflow-x: hidden;
        background: rgba(0, 0, 0, 0.98);
        -webkit-backdrop-filter: blur(20px);
                backdrop-filter: blur(20px);
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        border-radius: 15px;
        margin: 10px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    }

    .main-menu .navbar-collapse > ul > li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Mobile Menu Items */
    .main-menu .navbar-collapse li {
        display: block;
        padding: 12px 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Mobile Menu Links */
    .main-menu .navbar-collapse li a {
        padding: 10px 0;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 16px;
        font-weight: 500;
    }

    .main-menu .navbar-collapse li a:hover {
        color: var(--primary-color) !important;
        transform: translateX(5px);
    }

    /* Remove Desktop Underline Effect on Mobile */
    .main-menu .navbar-collapse li a:after {
        display: none;
    }

    /* Dropdown Button - Mobile */
    .main-menu .navbar-collapse li.dropdown .dropdown-btn {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
        line-height: 40px;
    }

    /* Megamenu - Mobile */
    .main-menu .navbar-collapse li .megamenu {
        position: relative;
        box-shadow: none;
        width: 100%;
    }

    .main-menu .navbar-collapse li .megamenu .container {
        max-width: 100%;
    }

    .main-menu .navbar-collapse li .megamenu .row {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul {
        position: relative;
        display: none;
        width: 100%;
        box-shadow: none;
    }

    .main-menu .navbar-collapse li ul:after {
        display: block;
        clear: both;
        content: "";
    }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
    .main-menu .navbar-collapse li ul {
        min-width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li ul {
        left: auto;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 991px) {
    .banner-inner h1 {
        font-size: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-inner h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-inner h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 375px) {
    .banner-inner h1 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .banner-inner h3 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .banner-inner h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .breadcrumb {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1399px) {
    .author-image-part .bg-circle {
        left: 0;
        top: 15%;
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 479px) {
    .about-btn h6 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .about-btn.btn-one {
        left: 5%;
    }
}

@media only screen and (max-width: 575px) {
    .service-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .service-item {
        display: block;
    }
}


@media only screen and (max-width: 479px) {
    .service-item .content {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .contact-page-form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .our-location iframe {
        height: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .our-location iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 575px) {
    .our-location iframe {
        height: 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .project-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .project-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .project-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .project-content h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 479px) {
    .project-content h2 {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 1199px) {
    .project-item.style-two .project-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .project-item.style-two .project-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 479px) {
    .project-item.style-two .project-content h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .project-item.style-three .project-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-details-info {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .project-details-info {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (min-width: 376px) {
    .pd-info-item h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 479px) {
    .tag-share {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}


@media only screen and (max-width: 1199px) {
    .pricing-item .pricing-header {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-item .pricing-header .price {
        font-size: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .pricing-item .pricing-header .price {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-item .pricing-details {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .pricing-item .pricing-details ul li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .client-logo-wrap .client-logo-item {
        width: calc(25% - 60px);
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .client-logo-wrap .client-logo-item {
        width: calc(33.33% - 60px);
    }
}

@media only screen and (max-width: 375px) {
    .client-logo-wrap .client-logo-item {
        width: calc(50% - 60px);
    }
}

@media only screen and (max-width: 991px) {
    .client-logo-wrap {
        justify-content: center;
    }
}

@media only screen and (max-width: 375px) {
    .blog-item .content h5 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .comment-body {
        display: flex;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .main-sidebar {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .widget-recent-news ul li .image {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .widget-recent-news ul li h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .cta-widget {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .widget_nav_menu {
        margin-left: auto;
        margin-right: auto;
        max-width: max-content;
    }
}

@media only screen and (min-width: 1200px) {
    .main-header .container-fluid {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-outer {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li {
        padding: 0 15px;
    }
}

/* ========================================
   MOBILE MENU PERFORMANCE FIX
   Remove lava background for better performance
   ======================================== */

@media only screen and (max-width: 991px) {
  /* Disable lava/animated background in mobile menu */
  .navbar-collapse,
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    background: var(--body-background, #000) !important;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }

  /* Hide any canvas/lava elements when menu is open */
  body.menu-open canvas,
  body.menu-open .lava-lamp,
  body.menu-open [class*="lava"] {
    display: none !important;
  }

  /* Optimize mobile menu animations */
  .navbar-collapse {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    will-change: transform;
  }
}

/* ========================================
   DARK MODE MOBILE FIX
   Ensure content is visible in dark mode
   ======================================== */

@media only screen and (max-width: 991px) {
  [data-theme="dark"],
  .dark-mode,
  body.dark-mode {
    background: #0a0a0a !important;
    color: #ffffff !important;
  }

  [data-theme="dark"] *,
  .dark-mode *,
  body.dark-mode * {
    color: inherit;
  }

  [data-theme="dark"] h1,
  [data-theme="dark"] h2,
  [data-theme="dark"] h3,
  [data-theme="dark"] h4,
  [data-theme="dark"] h5,
  [data-theme="dark"] h6 {
    color: #ffffff !important;
  }

  [data-theme="dark"] p,
  [data-theme="dark"] span,
  [data-theme="dark"] div {
    color: #e0e0e0 !important;
  }

  [data-theme="dark"] a {
    color: var(--primary-color, #00aeef) !important;
  }

  [data-theme="dark"] button,
  [data-theme="dark"] .btn {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
  }

  [data-theme="dark"] .card,
  [data-theme="dark"] section {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  [data-theme="dark"] input,
  [data-theme="dark"] textarea,
  [data-theme="dark"] select {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
  }
}

/* ========================================
   PERFORMANCE OPTIMIZATIONS
   ======================================== */

.nav-link-click,
.theme-btn,
.mobile-menu-item,
.card {
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

* {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

img {
  content-visibility: auto;
}

section {
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

/* ========================================
   TOAST NOTIFICATIONS
   ======================================== */

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.toast-container {
  max-height: 100vh;
  overflow-y: auto;
  pointer-events: none;
}

.toast-container .toast {
  pointer-events: auto;
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 576px) {
  .toast-container {
    left: 0.5rem;
    right: 0.5rem;
    padding: 0.5rem !important;
  }

  .toast {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

/* ========================================
   PAGE TRANSITION ANIMATIONS
   ======================================== */

/* Smooth fade and slide for page content */
@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* Page content wrapper animations */
main {
  animation: pageEnter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
}

/* Optimize all page sections for transitions */
section {
  will-change: auto;
  contain: layout style paint;
}

/* Smooth transitions between pages */
.page-transition-enter {
  animation: pageEnter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-transition-exit {
  animation: pageExit 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Hardware acceleration for all interactive elements */
a, button, .nav-link, .card {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Mobile optimizations for page transitions */
@media only screen and (max-width: 768px) {
  @keyframes pageEnter {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  main {
    animation-duration: 0.3s;
  }

  .page-transition-enter {
    animation-duration: 0.3s;
  }

  .page-transition-exit {
    animation-duration: 0.2s;
  }
}

@media only screen and (max-width: 768px) {
    .hero-section .hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .hero-section .hero-cta .btn {
        width: 100%;
        max-width: 300px;
    }

    .hero-section .shape-3,
    .hero-section .shape-4 {
        display: none;
    }
}


/* ========================================
   SHARED ANIMATIONS
   Reusable animation definitions used across multiple components
   ======================================== */

/* Spin Animation - Used in loading states */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Fade In - Used for smooth element appearances */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Slide In from Right - Used for notifications */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Slide In from Up - Used for modals and popups */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pulse - Used for attention-grabbing elements */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Scale Up - Used for emphasis */
@keyframes scaleUp {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Bounce - Used for playful interactions */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Shake - Used for error states */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}

/* ========================================
   SIMPLE ELEGANT HERO ANIMATIONS
   Subtle shifts used by the SimpleElegantHero component
   ======================================== */

@keyframes heroGradientShift {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
}

@keyframes heroFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -30px) scale(1.1);
  }
  50% {
    transform: translate(-20px, 30px) scale(0.9);
  }
  75% {
    transform: translate(20px, 20px) scale(1.05);
  }
}

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

/* Utility Classes for Quick Animation Use */
.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-fadeIn {
  animation: fadeIn 0.3s ease-out;
}

.animate-slideInRight {
  animation: slideInRight 0.3s ease-out;
}

.animate-slideInUp {
  animation: slideInUp 0.3s ease-out;
}

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

.animate-scaleUp {
  animation: scaleUp 0.3s ease-out;
}

.animate-bounce {
  animation: bounce 1s ease-in-out;
}

.animate-shake {
  animation: shake 0.5s ease-in-out;
}

/* ========================================
   LEGACY ANIMATION SUPPORT
   Keep WOW.js/Animate.css style helpers available
   ======================================== */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
}

.wow.fadeInUp {
  visibility: visible !important;
}
@keyframes floatingMessagesTooltipFade {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
@keyframes dropdownSlideIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


/* Authentication Page Styles */

.auth-page {
  background: linear-gradient(135deg, #00AEEF 0%, #1565C0 100%);
  min-height: 100vh;
  padding: 20px 0;
}

.auth-loading-page {
  background: linear-gradient(135deg, #00AEEF 0%, #1565C0 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.auth-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.auth-card .card-body {
  padding: 3rem !important;
}

/* Divider Styles */
.divider {
  position: relative;
  text-align: center;
  margin: 2rem 0;
}

.divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e9ecef;
  z-index: 1;
}

.divider-text {
  background: white;
  padding: 0 1rem;
  color: #6c757d;
  font-size: 0.875rem;
  position: relative;
  z-index: 2;
}

/* Form Styles */
.auth-page .form-control {
  border-radius: 12px;
  border: 2px solid #e9ecef;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.auth-page .form-control:focus {
  border-color: #00AEEF;
  box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.25);
}

.auth-page .form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}

.auth-page .form-text {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

/* Button Styles */
.auth-page .btn {
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.auth-page .btn-primary {
  background: linear-gradient(135deg, #00AEEF 0%, #1565C0 100%);
  border: none;
  color: white;
}

.auth-page .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 174, 239, 0.3);
}

.auth-page .btn-primary:disabled {
  transform: none;
  box-shadow: none;
  opacity: 0.7;
}

.auth-page .btn-outline-secondary {
  border-color: #e9ecef;
  color: #495057;
  background: white;
}

.auth-page .btn-outline-secondary:hover {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* OAuth Button Icons */
.auth-page .btn i {
  font-size: 1.1rem;
}

/* Form Check Styles */
.auth-page .form-check {
  padding-left: 1.5rem;
}

.auth-page .form-check-input {
  border-radius: 6px;
  border: 2px solid #e9ecef;
}

.auth-page .form-check-input:checked {
  background-color: #00AEEF;
  border-color: #00AEEF;
}

.auth-page .form-check-label {
  color: #495057;
  font-size: 0.9rem;
}

/* Alert Styles */
.auth-page .alert {
  border-radius: 12px;
  border: none;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}

.auth-page .alert-danger {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border-left: 4px solid #dc3545;
}

.auth-page .alert-success {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
  border-left: 4px solid #198754;
}

/* Link Styles */
.auth-page a {
  color: #00AEEF;
  font-weight: 500;
  transition: color 0.3s ease;
}

.auth-page a:hover {
  color: #1565C0;
  text-decoration: none;
}

/* Auth Button Component Styles */
.auth-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Desktop Auth Button */
.auth-user-desktop .dropdown-toggle::after {
  margin-left: 0.5rem;
}

.auth-user-desktop .user-menu-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: white;
  transition: all 0.3s ease;
}

.auth-user-desktop .user-menu-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.auth-user-desktop .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00AEEF 0%, #1565C0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
}

.auth-user-desktop .user-email {
  font-size: 0.875rem;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auth-user-desktop .dropdown-menu {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}

.auth-user-desktop .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  color: #1A1A1A !important;
}

.auth-user-desktop .dropdown-item:hover {
  background: #f8f9fa;
  color: #00AEEF !important;
}

.auth-user-desktop .dropdown-item i {
  width: 16px;
}

/* Guest Auth Buttons */
.auth-guest-desktop .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}

.auth-guest-desktop .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  transform: translateY(-2px);
}

.auth-guest-desktop .btn-primary {
  background: linear-gradient(135deg, #00AEEF 0%, #1565C0 100%);
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}

.auth-guest-desktop .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 174, 239, 0.4);
}

/* Mobile Auth Styles */
.auth-user-mobile .user-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
}

.auth-user-mobile .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00AEEF 0%, #1565C0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1rem;
}

.auth-user-mobile .user-email {
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
}

.auth-user-mobile .user-actions,
.auth-guest-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-nav-link {
  color: white !important;
  text-decoration: none;
  padding: 0.75rem 0;
  transition: all 0.3s ease;
  border: none;
  background: none;
  text-align: left;
  width: 100%;
}

.mobile-nav-link:hover {
  color: #00AEEF !important;
  transform: translateX(5px);
}

.mobile-nav-link .link-text {
  font-size: 1rem;
  font-weight: 500;
}

.sign-out-btn {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.5rem;
  padding-top: 1rem !important;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .auth-card .card-body {
    padding: 2rem !important;
  }

  .auth-page {
    padding: 10px 0;
  }
}

/* Loading States */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

/* Animation for auth cards */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.auth-card {
  animation: slideInUp 0.6s ease-out;
}

/* Focus states for accessibility */
.auth-page .form-control:focus,
.auth-page .btn:focus,
.auth-page .form-check-input:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.25);
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .auth-page {
    background: #000;
  }

  .auth-card {
    background: #fff;
    border: 2px solid #000;
  }

  .auth-page .form-control {
    border: 2px solid #000;
  }
}

/* Account Page Styles */
.account-page {
  background: #f8f9fa;
  min-height: 100vh;
  padding-top: 2rem;
}

.account-loading {
  background: #f8f9fa;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-sidebar .card {
  border-radius: 15px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.user-avatar-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00AEEF 0%, #1565C0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
}

.account-nav .nav-link {
  border-radius: 10px;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  color: #495057;
  transition: all 0.3s ease;
  border: none;
}

.account-nav .nav-link:hover,
.account-nav .nav-link.active {
  background: linear-gradient(135deg, #00AEEF 0%, #1565C0 100%);
  color: white;
  transform: translateX(5px);
}

.account-nav .nav-link i {
  width: 20px;
}

.welcome-section .card {
  border-radius: 15px;
  border: none;
  background: linear-gradient(135deg, #00AEEF 0%, #1565C0 100%);
  box-shadow: 0 10px 25px rgba(0, 174, 239, 0.3);
}

.content-section .card {
  border-radius: 15px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.content-section .card-header {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  border-radius: 15px 15px 0 0 !important;
  padding: 1.5rem;
}

.quick-actions .action-card {
  border-radius: 15px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  color: inherit;
}

.quick-actions .action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}

.danger-zone .card {
  border-radius: 15px;
  border: 2px solid #dc3545 !important;
}

.danger-zone .card-header {
  border-radius: 13px 13px 0 0 !important;
}

/* Form styling in account page */
.account-page .form-control,
.account-page .form-select {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.account-page .form-control:focus,
.account-page .form-select:focus {
  border-color: #00AEEF;
  box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.25);
}

.account-page .btn {
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.account-page .btn-primary {
  background: linear-gradient(135deg, #00AEEF 0%, #1565C0 100%);
  border: none;
}

.account-page .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 174, 239, 0.4);
}

.account-page .btn-outline-danger:hover {
  transform: translateY(-2px);
}

/* Responsive account page */
@media (max-width: 768px) {
  .account-page {
    padding-top: 1rem;
  }

  .account-sidebar {
    margin-bottom: 2rem;
  }

  .user-avatar-large {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .quick-actions .col-md-4 {
    margin-bottom: 1rem;
  }
}
/* ========================================
   Auth Button Utility Styles
   ======================================== */
.auth-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out forwards;
}

.auth-loading-spinner {
  border-width: 2px;
  width: 1.2rem;
  height: 1.2rem;
}

.auth-user-desktop .user-menu-btn {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.auth-user-desktop .user-menu-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.auth-user-desktop .user-menu-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.auth-user-desktop .dropdown-menu,
.auth-dropdown-menu {
  padding: 0.25rem 0;
  min-width: 180px;
  animation: dropdownSlideIn 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: top right;
}

.auth-user-desktop .dropdown-item,
.auth-dropdown-item {
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.2;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.auth-user-desktop .dropdown-item:hover,
.auth-dropdown-item:hover {
  transform: translateX(2px);
  background-color: rgba(0, 174, 239, 0.1);
  color: var(--primary-color, #00AEEF) !important;
}

.auth-user-desktop .dropdown-item:active,
.auth-dropdown-item:active {
  transform: scale(0.98) translateX(2px);
}

.auth-user-desktop .dropdown-item.accent,
.auth-dropdown-item.accent {
  color: var(--primary-color, #00AEEF) !important;
}

.auth-dropdown-divider {
  margin: 0.25rem 0;
  border-top: 1px solid var(--primary-color, #00AEEF);
  opacity: 0.9;
}

.user-avatar-image-wrapper {
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
}

.user-avatar-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.auth-user-mobile .user-avatar-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ========================================
   CUSTOM UI HELPERS
   Shared utility styles for lightweight UI components
   ======================================== */

/* Floating Messages Button */
.floating-messages-button {
    position: fixed;
    bottom: 30px;
    right: 90px;
    width: 60px;
    height: 60px;
    background-color: var(--primary-color, #00AEEF);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 174, 239, 0.4);
    z-index: 99;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
}

.floating-messages-button.is-hovered {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 174, 239, 0.6);
}

.floating-messages-button .floating-messages-icon {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.floating-messages-button.is-hovered .floating-messages-icon {
    transform: scale(1.1);
}

.floating-messages-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    background-color: var(--main-color, #1A1A1A);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.floating-messages-tooltip::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--main-color, #1A1A1A);
}

.floating-messages-tooltip.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    animation: floatingMessagesTooltipFade 0.2s ease-out;
}

@media (max-width: 768px) {
    .floating-messages-button {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

    .floating-messages-button .floating-messages-icon {
        font-size: 20px;
    }
}

/* Loading Link */
.loading-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.loading-link:active {
    transform: scale(0.98);
    transition: transform 0.1s ease-out;
}

.loading-link.navigating {
    opacity: 0.7;
    transition: opacity 0.2s ease-out;
}

/* Hero Skeleton Fallback */
.hero-skeleton {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color, #007bff) 0%, rgba(0, 123, 255, 0.85) 45%, rgba(255, 255, 255, 0.95) 100%);
    animation: fadeIn 0.3s ease-in-out;
}

/* Generic Loading Placeholder Blocks */
.loading-placeholder {
    background: #f8f9fa;
    border-radius: 16px;
    animation: fadeIn 0.3s ease-in-out;
}

.loading-placeholder--newsletter {
    height: 400px;
}

.loading-placeholder--projects {
    height: 600px;
}

.loading-placeholder--faqs {
    height: 500px;
}

.loading-placeholder--contact {
    height: 600px;
}


