/* font */
/* @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap'); */
/* variable */
:root {     
    --base-color: #074eb9; 
    --dark-gray:#252840;
    --black:#05060a;
    --medium-gray:#7d8087;
    --very-light-gray: #f0f2f8;
    --body-color-rgb: 31, 41, 55;
    --primary-font: 'Inter', sans-serif;
}


 /* Smooth scrolling for all anchor links */
 html {
    scroll-behavior: smooth;
}

body {
    color: var(--black) !important;
    /* background: rgba(26, 108, 225, 0.03) !important; */
}

.text-muted {
    --text-opacity: 1;
    color: rgba(var(--body-color-rgb), .75) !important;
}

.card {
    --card-border-width: 0.5px !important;
}

.card {
    --card-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0), var(--box-shadow);
    border-radius: 0.675rem;
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.125); */
}

.card {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

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

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(102, 126, 234, 0); }
    100% { box-shadow: 0 0 0 0 rgba(102, 126, 234, 0); }
}

.brand-text {
    font-size: 1.25rem;
    color: var(--white);
}

header.sticky .brand-text {
    font-size: 1.25rem;
    color: var(--dark-gray);
}

/* Language switcher styling for both sticky and non-sticky states */
header .btn-transparent-white-light {
    color: var(--white);
    border-color: transparent;
}

header .btn-transparent-white-light i {
    color: var(--white) !important;
}

header .btn-transparent-white-light:hover {
    color: var(--dark-gray) !important;
    border-color: transparent !important;
    background-color: var(--white) !important;
}

header .btn-transparent-white-light:hover i {
    color: var(--dark-gray) !important;
}

header .btn-transparent-white-light:hover .widget-text {
    color: var(--dark-gray) !important;
}

header.sticky .btn-transparent-white-light {
    color: var(--dark-gray);
    border-color: var(--medium-gray);
}

header.sticky .btn-transparent-white-light:hover {
    color: var(--dark-gray) !important;
    border-color: var(--dark-gray) !important;
    background-color: transparent !important;
}

header.sticky .btn-transparent-white-light i {
    color: var(--dark-gray) !important;
}

.fixed-header .btn-transparent-white-light {
    color: var(--dark-gray);
    border-color: var(--medium-gray);
}

.fixed-header .btn-transparent-white-light:hover {
    color: var(--dark-gray) !important;
    border-color: var(--dark-gray) !important;
    background-color: transparent !important;
}

.fixed-header .btn-transparent-white-light i {
    color: var(--dark-gray) !important;
}


@media (max-width: 991px) {
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .brand-text {
        color: var(--dark-gray);
    }
}

.floating-chat-button {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
}

.floating-chat-button i {
    color: white;
    font-size: 24px;
}

.floating-chat-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.chat-tooltip {
    position: absolute;
    right: 70px;
    background: #333;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.floating-chat-button:hover .chat-tooltip {
    opacity: 1;
    visibility: visible;
}

.mfp-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f5f5f5 !important;
    border: 1px solid #9e9d9d !important;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfp-close:hover {
    opacity: 1;
    background: #e0e0e0;
    transform: rotate(90deg);
}

/* Override absolute positioning for chat component close button */
.chat-container .mfp-close,
[wire\:ignore\.self] .mfp-close {
    position: static !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
}

#scroll-to-bottom:hover,
#scroll-to-bottom:focus,
#scroll-to-bottom:active {
    background-color: #f8f9fa !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background-color: #212529 !important;
    border-color: #212529 !important;
}

address, dl, ol, p, pre, ul {
    margin-bottom: 0.5rem !important;
}

[x-cloak] { display: none !important; }
        
.complaint-card {
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

.complaint-card:hover {
    border-color: #e9ecef;
    cursor: pointer;
}

.complaint-card.selected {
    border-style: dashed;
    border-width: 2px;
    border-color: #007bff;
    background: linear-gradient(145deg, #f8f9ff, #e3f2fd);
}

.complaint-image {

    transition: all 0.3s ease;
    border-radius: 12px;
}

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

.complaint-card.selected .complaint-image {
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.description-section {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
    border-radius: 16px;
    border: 1px solid #e9ecef;
}

@media (max-width: 768px) {
    .chat-container .w-75 {
        width: 85% !important;
    }
    .chat-container .py-2 {
        padding-top: 0.4rem !important;
        padding-bottom: 0.4rem !important;
    }
    .chat-container .px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .chat-container .mb-1 {
        margin-bottom: 0.25rem !important;
    }
}

/* Enhanced Footer Styles */
footer .elements-social ul li a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

footer .text-decoration-line-bottom-medium {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.3s ease;
}

footer .text-decoration-line-bottom-medium:hover {
    border-bottom-color: currentColor;
}

footer .hover-text-gradient-purple-pink:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

footer .text-gradient-purple-pink {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

footer .border-bottom.border-color-extra-medium-gray {
    border-bottom: 2px solid #e5e5e5 !important;
}

/* Icon Alignment Fixes */
.icon-with-text-style-01 .feature-box-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 25px;
}

.icon-with-text-style-01 .feature-box-icon i {
    font-size: 42px !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Ensure consistent vertical alignment for all feature boxes */
.icon-with-text-style-01 .feature-box {
    display: flex;
    align-items: flex-start;
    min-height: 80px;
}

.icon-with-text-style-01 .feature-box-content {
    flex: 1;
    padding-top: 8px;
}

/* Responsive improvements */
@media (max-width: 767px) {
    .icon-with-text-style-01 .feature-box-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        margin-right: 20px;
    }

    .icon-with-text-style-01 .feature-box-icon i {
        font-size: 32px !important;
    }

    .icon-with-text-style-01 .feature-box {
        min-height: 60px;
    }

    .icon-with-text-style-01 .feature-box-content {
        padding-top: 4px;
    }
}

/* Responsive improvements */
@media (max-width: 767px) {
    footer .col-12 {
        text-align: center !important;
        margin-bottom: 30px;
    }
    
    footer .d-flex {
        justify-content: center !important;
    }

    footer .elements-social ul {
        justify-content: center !important;
    }

    footer .last-paragraph-no-margin p {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    footer .justify-content-xl-start,
    footer .justify-content-lg-start {
        justify-content: center !important;
    }
}

/* Better mobile spacing */
@media (max-width: 991px) {
    footer .mb-40px {
        margin-bottom: 35px !important;
    }
}
/* reset */
body{
    line-height: 29px;
}

 /* Smooth scrolling for all anchor links */
 html {
    scroll-behavior: smooth;
}

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

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(102, 126, 234, 0); }
    100% { box-shadow: 0 0 0 0 rgba(102, 126, 234, 0); }
}

.brand-text {
    font-size: 1.25rem;
    color: var(--white);
}

header.sticky .brand-text {
    font-size: 1.25rem;
    color: var(--dark-gray);
}

@media (max-width: 991px) {
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .brand-text {
        color: var(--dark-gray);
    }
}

/* Enhanced Footer Styles */
footer .elements-social ul li a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

footer .text-decoration-line-bottom-medium {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.3s ease;
}

footer .text-decoration-line-bottom-medium:hover {
    border-bottom-color: currentColor;
}

footer .hover-text-gradient-purple-pink:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

footer .text-gradient-purple-pink {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

footer .border-bottom.border-color-extra-medium-gray {
    border-bottom: 2px solid #e5e5e5 !important;
}

/* Icon Alignment Fixes */
.icon-with-text-style-01 .feature-box-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 25px;
}

.icon-with-text-style-01 .feature-box-icon i {
    font-size: 42px !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Ensure consistent vertical alignment for all feature boxes */
.icon-with-text-style-01 .feature-box {
    display: flex;
    align-items: flex-start;
    min-height: 80px;
}

.icon-with-text-style-01 .feature-box-content {
    flex: 1;
    padding-top: 8px;
}

/* Responsive improvements */
@media (max-width: 767px) {
    .icon-with-text-style-01 .feature-box-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        margin-right: 20px;
    }

    .icon-with-text-style-01 .feature-box-icon i {
        font-size: 32px !important;
    }

    .icon-with-text-style-01 .feature-box {
        min-height: 60px;
    }

    .icon-with-text-style-01 .feature-box-content {
        padding-top: 4px;
    }
}

/* Responsive improvements */
@media (max-width: 767px) {
    footer .col-12 {
        text-align: center !important;
        margin-bottom: 30px;
    }
    
    footer .d-flex {
        justify-content: center !important;
    }

    footer .elements-social ul {
        justify-content: center !important;
    }

    footer .last-paragraph-no-margin p {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    footer .justify-content-xl-start,
    footer .justify-content-lg-start {
        justify-content: center !important;
    }
}

/* Better mobile spacing */
@media (max-width: 991px) {
    footer .mb-40px {
        margin-bottom: 35px !important;
    }
}

/* header */
header .navbar-brand img {
    max-height: 32px;
} 
.navbar .navbar-nav .nav-link {
    font-size: 17px;
}
header .btn.btn-rounded.btn-large {
    padding:10px 26px;
    font-size: 13px;
    font-weight: 500;
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--extra-medium-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* btn */
[class*=btn-transparent], [class*=" btn-transparent"] {
    font-weight: 500;
}
.btn {
    text-transform: none;
    font-family: var(--primary-font);
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 19px 40px;
}
.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);
    background-size: 200% auto;
    color: var(--white);
}
/* bg gradient color */
.bg-gradient-dark-gray-transparent { 
    background: -webkit-linear-gradient(right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
}
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(243, 69, 59, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(243, 69, 59, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(right, rgba(15, 89, 201, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(15, 89, 201, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-midnight-blue {
    background-color: #1e2033;
}
.btn-gradient-teal-blue {
    background-image: linear-gradient(to right, rgb(20, 164, 177), rgb(13, 110, 253), rgb(20, 164, 177));
    background-size: 200%;
    color: var(--white);
}
.btn-gradient-teal-yellow {
    background-image: linear-gradient(to right, #049aad, #ffc107, #049aad);
    background-size: 200%;
    color: var(--white);
}
/* text */
.text-flamingo {
    color: #e55b53;
}
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #5e70f3, #6170f1, #8074dc, #b87bb6, #ec8192);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* portfolio filter */
.portfolio-filter li {
    padding: 0 18px;
    line-height: 24px;
}
/* blog */ 
.categories-btn {
    font-size: 11px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4rem;
    line-height: 4rem;
}
.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
/* height */
.h-72px {
    height: 72px !important;
}
#map {
    height: 650px;
    border-radius: 6px 0 0 6px;
}
/* margin top */
.mt-minus-50px {
    margin-top: -50px;
}
/* line-height */
.lh-200 {
    line-height: 12.5rem;
}
/* bottom */
.bottom-auto {
    bottom: auto;
}
/* footer */
footer .footer-logo img {
    max-height: 35px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-light a:hover, .footer-navbar li a:hover {
    color: var(--dark-gray);
}
@media (max-width: 1299px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 15px;
        font-size: 12px; 
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 10px;
        font-size: 11px; 
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 19px;
    }
    header .btn.btn-rounded.btn-large {
        color: var(--dark-gray);
        border-color: var(--extra-medium-gray);
        padding: 10px 15px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
    }
}