.dropdown-item,
.slider-container {
    position: relative;
    overflow: hidden
}

.process-title,
.qte-btn-manual,
.slide-content,
.step-col {
    text-align: center
}

.nav-arrow,
.qte-form,
.slide-btn {
    backdrop-filter: blur(10px)
}

.bg-dark-yellow {
    background-color: #dc920c !important
}

.navbar {
    z-index: 999;
    border-bottom: 3px solid rgba(255, 0, 0, .504);
    padding: 0
}

.nav-item.dropdown>.nav-link::after {
    transition: transform .3s
}

.nav-item.dropdown:hover>.nav-link::after {
    transform: rotate(180deg)
}

.dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    padding: .5rem 0;
    margin-top: 0;
    min-width: 220px;
    animation: .3s fadeInDown
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dropdown-item {
    padding: .75rem 1.5rem;
    color: #333;
    font-weight: 500;
    transition: .2s
}

.dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #dc3545;
    transform: scaleY(0);
    transition: transform .2s
}

.cli-item:hover img,
.slide-btn:hover,
.st__service__box:hover .st__service__thumb img {
    transform: scale(1.05)
}

.dropdown-item:hover {
    background-color: #fff5f5;
    color: #dc3545;
    padding-left: 2rem
}

.dropdown-item:hover::before {
    transform: scaleY(1)
}

.dropdown-item:active {
    background-color: #ffe5e5;
    color: #dc3545
}

.dropdown-toggle::after {
    transition: transform .3s;
    margin-left: .5rem
}

.dropdown-toggle:hover::after {
    transform: translateY(2px)
}

.show>.dropdown-toggle::after {
    transform: rotate(-180deg)
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scroll {
    0% {
        transform: translateX(30%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.scroll-marquee {
    animation: 30s linear infinite scroll;
    display: inline-block;
    white-space: nowrap
}

.slider-container {
    width: 100%;
    height: calc(100vh - 165px)
}

.slide,
.slider-img {
    position: absolute;
    width: 100%;
    height: 100%
}

.slide {
    opacity: 0;
    z-index: -10;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: start;
    justify-content: center
}

.dot,
.nav-arrow,
.qte-btn-manual,
.slide-btn {
    transition: .3s;
    cursor: pointer
}

.slider-img {
    inset: 0;
    object-fit: cover;
    z-index: -1;
    filter: brightness(.4)
}

.slide.active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto
}

.slide-content {
    margin-top: 40px;
    color: #fff;
    z-index: 2;
    padding: 0 20px;
    max-width: 800px;
    animation: .8s ease-out slideUp
}

.nav-arrow,
.slider-dots {
    position: absolute;
    z-index: 10;
    display: flex
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.slide-icon {
    font-size: 80px;
    margin-bottom: 30px;
    animation: 2s infinite bounce
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

.slide-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3)
}

.slide-description {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.slide-btn {
    padding: 15px 40px;
    font-size: 18px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 50px
}

.dot,
.nav-arrow,
.qte-phone-mar {
    border-radius: 50%
}

.slide-btn:hover {
    background: #fff;
    color: #667eea
}

.nav-arrow {
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    background: rgba(255, 255, 255, .073);
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, .4);
    transform: translateY(-50%) scale(1.1)
}

.nav-arrow.left {
    left: 30px
}

.nav-arrow.right {
    right: 30px
}

.slider-dots {
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
    gap: 15px
}

.dot {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, .5)
}

.dot.active {
    background: #fff;
    width: 40px;
    border-radius: 10px
}

.features {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px
}

.feature-item i {
    font-size: 24px
}

@media (max-width:768px) {
    .slider-container {
        height: calc(100vh - 100px)
    }

    .slide {
        align-items: start
    }

    .slide-content {
        margin-top: 80px
    }

    .slide-title {
        font-size: 34px
    }

    .slide-description {
        font-size: 16px
    }

    .slider-dots {
        bottom: 190px
    }

    .slide-icon {
        font-size: 60px
    }

    .nav-arrow {
        display: none
    }

    .nav-arrow.left {
        left: 15px
    }

    .nav-arrow.right {
        right: 15px
    }
}

@media (max-width:392px) {
    .slide-content {
        margin-top: 40px
    }

    .slide-title {
        font-size: 28px
    }

    .slide-description {
        font-size: 16px
    }
}

@media (max-width:376px) {
    .slider-container {
        height: calc(100vh - 100px)
    }
}

.qte-form-service-icon i {
    font-size: 30px;
    color: #d90429;
    margin-bottom: 8px;
    transition: color .3s
}

.qte-btn-manual {
    background: #fff;
    border: 2px solid #d90429;
    border-radius: 8px;
    padding: 10px;
    position: relative
}

.qte-btn-manual img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 5px
}

.qte-btn-manual a {
    color: #000;
    font-weight: 700;
    font-size: 10px;
    text-decoration: none;
    display: block
}

.qte-btn-manual:hover {
    background: #b8001f;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.qte-btn-manual:hover .qte-form-service-icon i,
.qte-btn-manual:hover a,
.qte-selected-btn .qte-form-service-icon i,
.qte-selected-btn a,
.step-col:hover .step-icon {
    color: #fff
}

.qte-selected-btn {
    background-color: #af0000;
    color: #fff;
    border-bottom: 5px solid #ef0;
    box-shadow: 0 0 12px rgba(117, 0, 20, .884)
}

.qte-selected-label {
    display: none;
    background: #000;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    position: absolute;
    top: -8px;
    right: -8px
}

.qte-phone-mar {
    color: #000;
    background: #fff;
    padding: 15px;
    font-size: 24px;
    border: 3px solid #d90429;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    animation: 1.5s ease-in-out infinite qte-pulse
}

@keyframes qte-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.2);
        opacity: .7
    }
}

.qte-top-section {
    margin-top: -160px;
    position: relative;
    z-index: 9
}

@media (min-width:992px) {
    .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        animation: .2s ease-in fadeIn
    }

    .dropdown-menu {
        margin-top: 0
    }

    .qte-col-lg-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.serv-services-section {
    background-color: #fffcf2
}

.service-card {
    transition: transform .3s, box-shadow .3s;
    height: 100%
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}

.service-card img {
    height: 200px;
    object-fit: cover
}

.btn-custom {
    background-color: #d90707;
    color: #fff
}

.btn-custom:hover {
    background-color: #ffd100;
    border-color: red;
    color: #d90707
}

.why-choose-us-section-heading {
    position: relative;
    margin-bottom: 3rem
}

.why-choose-us-section-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, gold, #d62828);
    margin: 15px auto 0;
    border-radius: 2px
}

.why-choose-us-company-intro {
    border-left: 5px solid #d62828;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.why-choose-us-feature-card {
    border-top: 4px solid gold;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    transition: .3s;
    height: 100%
}

.dhm-table tbody td,
.dhm-table tbody th,
.dhm-table thead th {
    border-color: #ffe69c
}

.why-choose-us-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.why-choose-us-feature-icon {
    color: #d62828;
    transition: .3s
}

.why-choose-us-feature-card:hover .why-choose-us-feature-icon {
    transform: scale(1.1);
    color: #b22222
}

.why-choose-us-highlight-text {
    color: #d62828;
    font-weight: 600
}

.process-section {
    background: linear-gradient(135deg, #7b1717 0, #8a2117 50%, #6e0909 100%);
    color: #fff;
    padding: 64px 0 80px
}

.process-title {
    font-weight: 700;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    margin-bottom: 40px
}

.process-steps-row {
    max-width: 1320px;
    margin-inline: auto;
    row-gap: 32px
}

.step-icon-wrapper {
    width: 88px;
    height: 88px;
    margin: 0 auto 14px;
    border-radius: 50%;
    border: 3px solid #ffda55;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 218, 85, .12);
    transition: .25s
}

.step-icon {
    font-size: 2.3rem;
    color: #ffda55;
    transition: .25s
}

.step-title {
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
    margin-bottom: 2px
}

.step-description {
    font-size: .9rem;
    margin: 0;
    color: rgba(255, 255, 255, .9)
}

.step-col:hover .step-icon-wrapper {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .16);
    border-color: #fff
}

.arrow-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .7);
    font-size: 1.6rem;
    padding-inline: 6px
}

@media (max-width:991.98px) {
    .dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #f8f9fa;
        margin-left: 1rem;
        animation: none
    }

    .dropdown-item:hover {
        padding-left: 1.5rem
    }

    .scroll-marquee-container {
        width: 100% !important
    }

    .arrow-desktop {
        display: none
    }

    .process-title {
        margin-bottom: 32px
    }

    .step-col {
        margin-bottom: 8px
    }
}

@media (max-width:575.98px) {
    .process-section {
        padding: 48px 0 56px
    }

    .step-icon-wrapper {
        width: 76px;
        height: 76px
    }

    .step-icon {
        font-size: 2rem
    }

    .step-description {
        padding-inline: 8px
    }
}

.breadcrumb-section {
    min-height: 300px;
    background: linear-gradient(135deg, #dc3545 0, #c82333 50%, #bd2130 100%);
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    overflow: hidden
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(255, 193, 7, .2), transparent 50%), radial-gradient(circle at bottom left, rgba(255, 255, 255, .1), transparent 50%);
    pointer-events: none
}

.breadcrumb-content {
    text-align: start;
    z-index: 2;
    padding: 2rem 0
}

.breadcrumb-icon-wrapper {
    margin-bottom: 1.5rem
}

.breadcrumb-icon {
    font-size: 4rem;
    margin-right: 1rem;
    color: #ffc107;
    animation: 2s infinite breadcrumb-pulse;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .3))
}

.breadcrumb-title {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    letter-spacing: 1px
}

.breadcrumb-subtitle {
    color: #ffc107;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-weight: 500
}

.breadcrumb-nav {
    display: flex;
    justify-content: start;
    margin-top: 2rem
}

.breadcrumb-custom {
    background-color: rgba(255, 255, 255, .95);
    padding: 1rem 2rem;
    border-radius: 50px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    margin-bottom: 0
}

.breadcrumb-custom-item {
    font-size: 1rem;
    font-weight: 500
}

.breadcrumb-link {
    color: #dc3545;
    text-decoration: none;
    transition: .3s;
    display: inline-flex;
    align-items: center
}

.breadcrumb-link:hover {
    color: #ffc107;
    transform: translateX(-2px)
}

.breadcrumb-custom-item.active {
    color: #000000ff;
    font-weight: 600
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
    color: #dc3545;
    font-weight: 700
}

.breadcrumb-decoration {
    position: absolute;
    border-radius: 50%;
    opacity: .1;
    pointer-events: none
}

.breadcrumb-decoration-1 {
    width: 300px;
    height: 300px;
    background-color: #ffc107;
    top: -100px;
    right: -100px;
    animation: 6s ease-in-out infinite breadcrumb-float
}

.breadcrumb-decoration-2 {
    width: 200px;
    height: 200px;
    background-color: #fff;
    bottom: -50px;
    left: 10%;
    animation: 8s ease-in-out infinite reverse breadcrumb-float
}

.breadcrumb-decoration-3 {
    width: 150px;
    height: 150px;
    background-color: #ffc107;
    top: 50%;
    left: -75px;
    animation: 7s ease-in-out infinite breadcrumb-float
}

@keyframes breadcrumb-pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

@keyframes breadcrumb-float {

    0%,
    100% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-20px) rotate(10deg)
    }
}

.image-container {
    height: 512px;
    width: auto
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dhm-services-box {
    background-color: #f5f8ff;
    border-radius: 1.5rem
}

.accordion-button,
.dhm-table tbody tr:nth-child(2n) {
    background-color: #fff
}

.dhm-service-item {
    border-radius: .9rem
}

.dhm-table-heading {
    color: #c1121f
}

.dhm-table-subtitle {
    color: #495057
}

.dhm-table thead th {
    background-color: #fff3cd
}

.dhm-table tbody tr:nth-child(odd) {
    background-color: #fffdf5
}

.st__section__title {
    position: relative;
    padding-bottom: 20px
}

.st__section__title .display-6 {
    color: #1a1a1a;
    letter-spacing: -.5px
}

.st__section__title .circle {
    display: block;
    width: 60px;
    height: 4px;
    background: #dc0000;
    margin: 15px auto 0;
    border-radius: 2px
}

.st__service__box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: .3s;
    height: 100%
}

.accordion-button,
.dhm-testimonial-card {
    border-radius: .5rem
}

.st__service__box:hover {
    border-color: #dc0000;
    box-shadow: 0 4px 20px rgba(220, 0, 0, .1);
    transform: translateY(-4px)
}

.st__service__thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3
}

.st__service__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s
}

.st__service__content {
    padding: 20px;
    text-align: center;
    background: #fff
}

.state_title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    display: block
}

.st__service__box:hover .state_title {
    color: #dc0000
}

.st-service-area a {
    text-decoration: none;
    display: block;
    height: 100%
}

@media (max-width:991px) {
    .st__section__title {
        margin-bottom: 30px !important
    }
}

@media (max-width:767px) {
    .st__service__content {
        padding: 15px
    }

    .state_title {
        font-size: 16px
    }
}

.accordion-body,
.accordion-button {
    padding: 1.25rem 1.5rem
}

.dhm-rating-card {
    border-top: 3px solid #ffc107
}

.dhm-testimonial-left {
    border-left: 3px solid #ffc107
}

.dhm-testimonial-right {
    border-left: 3px solid #dc3545
}

.dhm-avatar {
    width: 52px;
    height: 52px
}

.faq-icon {
    font-size: 100px;
    color: #fd0d0d;
    margin-bottom: 15px
}

.accordion-button {
    font-size: 20px
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #eb0000ff;
    font-weight: 700 !important;
    box-shadow: none
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125)
}

.accordion-button::after {
    content: "\f255";
    font-family: bootstrap-icons;
    font-weight: 400;
    background-image: none !important;
    color: #fd0d0d;
    font-size: 1rem;
    width: auto;
    height: auto;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.accordion-button:not(.collapsed)::after {
    content: "\f254";
    background-image: none !important;
    font-family: bootstrap-icons
}

.accordion-item {
    border-radius: .5rem !important;
    overflow: hidden
}

.faq-illustration {
    animation: .6s ease-out fadeInUp
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.faq-img-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform .3s
}

.footer-link {
    color: rgba(255, 255, 255, .8);
    text-decoration: none
}

.footer-link:hover {
    color: #ffc107
}

.bg-red-footer {
    background: #01099a
}

.social-icon {
    width: 36px;
    height: 36px
}

.fab-wrapper {
    display: grid;
    align-items: center;
    border-radius: 999px;
    padding: 7px 14px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    z-index: 999;
    bottom: 30px
}

.fab-call {
    background-color: #067c0d;
    animation: 1.5s infinite fab-bounce
}

.fab-whatsapp {
    background-color: #e11d07
}

.fab-icon {
    font-size: 20px;
    color: #fff
}

.fab-text {
    font-size: 16px;
    color: #fff;
    white-space: nowrap
}

@keyframes fab-bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }
}

.testi-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px
}

.testi-slider {
    overflow: hidden;
    position: relative
}

.testi-track {
    display: flex;
    transition: transform .5s
}

.testi-card {
    min-width: calc(33.333% - 20px);
    margin: 0 10px;
    background: #fff;
    border: 2px solid #dc3545;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.testi-quote {
    color: #ffc107;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px
}

.testi-text {
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.6
}

.testi-author {
    color: #dc3545;
    font-weight: 700;
    font-size: 18px
}

.testi-role {
    color: #666;
    font-size: 14px
}

.testi-nav {
    background: #dc3545;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: background .3s
}

.testi-nav:hover {
    background: #c82333
}

.gallery-thumb {
    height: 220px;
    overflow: hidden
}

.gallery-thumb .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform .3s, box-shadow .3s
}

.gallery-thumb .gallery-img:hover {
    transform: scale(1.03);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25)
}

.modal-img {
    max-height: 70vh;
    object-fit: contain
}

.modal-backdrop.show {
    opacity: .7
}

#nextBtnDesktop .carousel-control-next-icon,
#nextBtnMobile .carousel-control-next-icon,
#prevBtnDesktop .carousel-control-prev-icon,
#prevBtnMobile .carousel-control-prev-icon {
    filter: invert(1)
}

.stats-section {
    --primary-yellow: #FFD700;
    --accent-red: #DC3545;
    --pure-white: #FFFFFF;
    position: relative;
    color: var(--pure-white);
    padding: 40px 0;
    text-align: center;
    background: linear-gradient(135deg, #1a1a1a 0, #2d2d2d 100%);
    overflow: hidden
}

.stats-bg,
.stats-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-title,
.stat-number {
    font-weight: 700;
    color: var(--primary-yellow)
}

.stats-bg {
    object-fit: cover;
    opacity: .2
}

.stats-overlay {
    background: linear-gradient(45deg, rgba(220, 53, 69, .1), rgba(255, 193, 7, .1));
    z-index: -1
}

.section-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px
}

.stat-item {
    opacity: 0;
    transform: translateY(30px);
    transition: .6s;
    padding: 20px
}

.stat-item.visible {
    opacity: 1;
    transform: translateY(0)
}

.stat-number {
    font-size: 3.5rem;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(255, 215, 0, .3)
}

.stat-title {
    color: var(--pure-white);
    font-weight: 600;
    font-size: 1.5rem
}

.stat-desc {
    color: #e0e0e0
}

.stat-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 215, 0, .1);
    border: 2px solid var(--primary-yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: var(--primary-yellow);
    transition: .4s
}

.stat-item:hover .stat-number {
    color: var(--accent-red);
    transform: scale(1.1)
}

.stat-item:hover .stat-icon {
    background: rgba(220, 53, 69, .2);
    border-color: var(--accent-red);
    color: var(--accent-red);
    transform: scale(1.1) rotate(10deg)
}

.divider {
    height: 3px;
    width: 60px;
    background: var(--accent-red);
    margin: 15px auto;
    border-radius: 2px
}

.cli-wrapper {
    position: relative;
    overflow: hidden;
    padding: 3rem 0
}

.cli-track {
    display: flex;
    align-items: center;
    will-change: transform;
    animation: 10s linear infinite cli-scroll
}

.cli-wrapper:hover .cli-track {
    animation-play-state: paused
}

.cli-item {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem
}

.cli-item img {
    max-height: 100px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 1;
    transition: .3s
}

.cli-item:hover img {
    filter: grayscale(0%);
    opacity: 1
}

@keyframes cli-scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-80%)
    }
}

@media (max-width:768px) {
    .breadcrumb-section {
        min-height: 350px
    }

    .breadcrumb-title,
    .stat-number {
        font-size: 2.5rem
    }

    .breadcrumb-subtitle {
        font-size: 1rem
    }

    .breadcrumb-icon {
        font-size: 3rem
    }

    .breadcrumb-custom {
        padding: .75rem 1.5rem;
        font-size: .9rem
    }

    .testi-card {
        min-width: calc(100% - 20px)
    }

    .stat-title {
        font-size: 1.2rem
    }

    .stat-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem
    }

    .cli-item {
        flex: 0 0 50%
    }

    .cli-item img {
        max-height: 70px
    }

    .cli-track {
        animation: 5s linear infinite cli-scroll
    }

    @keyframes cli-scroll {
        0% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(-200%)
        }
    }
}

.qte-modal-content {
    background: linear-gradient(107.2deg, #960f0f 10.6%, #f70000 91.1%);
    color: #fff;
    border-radius: 20px !important;
    max-width: 700px;
    margin: 1.75rem auto
}

.qte-modal-header {
    background: rgba(255, 255, 255, .1);
    border-radius: 20px 20px 0 0 !important
}

.qte-title {
    font-size: 1.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.qte-close-btn {
    font-size: 1.5rem;
    opacity: .8;
    transition: opacity .2s
}

.qte-close-btn:hover {
    opacity: 1
}

.qte-form {
    background: rgba(255, 255, 255, .95);
    border-radius: 0 0 20px 20px
}

.qte-form-group {
    margin-bottom: 0
}

.qte-form-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #f70000;
    font-size: 1.25rem;
    pointer-events: none
}

.qte-form-control {
    padding-left: 50px !important;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    height: 55px;
    transition: .3s;
    background: rgba(255, 255, 255, .9)
}

.qte-form-control:focus {
    border-color: #fba707;
    box-shadow: 0 0 0 .2rem rgba(251, 167, 7, .25);
    background: #fff
}

.qte-textarea {
    height: 120px !important;
    padding-top: 50px !important;
    resize: vertical
}

.qte-submit-btn {
    background: #fba707 !important;
    border-color: #fba707 !important;
    color: #000 !important;
    font-weight: 600;
    border-radius: 12px;
    min-width: 140px
}

.qte-submit-btn:hover {
    background: #e69500 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 167, 7, .4)
}

.qte-clear-btn {
    border-radius: 12px;
    font-weight: 500
}

.qte-clear-btn:hover {
    background: rgba(255, 255, 255, .1)
}

@media (max-width:576px) {
    .breadcrumb-title {
        font-size: 2rem
    }

    .breadcrumb-custom {
        padding: .6rem 1rem;
        font-size: .85rem
    }

    #imageModal .modal-img {
        max-width: 100%
    }

    .qte-modal-content {
        margin: 1rem;
        border-radius: 16px !important
    }

    .qte-title {
        font-size: 1.5rem
    }

    .qte-form {
        padding: 1.5rem !important
    }
}

.breadcrumb-form-box {
    background: linear-gradient(135deg, #fff7e6, #ffecec);
    border: 1px solid #f5d6d6;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .04)
}

.breadcrumb-form-btn,
.breadcrumb-form-input .form-control,
.breadcrumb-form-input .input-group-text {
    border-radius: .75rem
}

.breadcrumb-form-input {
    border-radius: .75rem;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(220, 53, 69, .06);
    transition: box-shadow .2s, transform .15s
}

.breadcrumb-form-input .form-control:focus {
    box-shadow: none
}

.breadcrumb-form-input:focus-within {
    box-shadow: 0 0 0 2px rgba(220, 53, 69, .2);
    transform: translateY(-1px)
}

.breadcrumb-form-btn {
    box-shadow: 0 8px 18px rgba(220, 53, 69, .35);
    transition: transform .15s, box-shadow .15s, background-color .15s
}

.breadcrumb-form-btn:hover {
    background-color: #c82333;
    box-shadow: 0 10px 24px rgba(220, 53, 69, .5);
    transform: translateY(-1px)
}

.breadcrumb-form-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(220, 53, 69, .35)
}

.footer-custom {
    color: #fff;
}

.footer-custom:hover {
    color: #d90707
}

.text-danger-accessible {
    color: #b00020;
    font-weight: 600
}

.city-content h2,
.city-content h3,
.city-content h4,
.city-content h5,
.city-content h6 {
    font-size: 30px;
    font-weight: 600
}

.city-content span {
    font-size: 18px
}

.hover-shadow-lg:hover {
    transform: translateY(-5px);
    transition: .3s
}

@media (min-width: 390px) and (max-width: 460px) {
    .new_log {
        width: 300px;
        height: 55px;
    }
}

@media (min-width: 350px) and (max-width: 389px) {
    .new_log {
        width: 250px;
        height: 55px;
    }
}

.about-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about-img {
    width: 100%;
    max-width: 500px;
    /* controls size */
    height: auto;
    object-fit: contain;
    transition: 0.4s ease;
}

/* Hover effect (premium feel) */
.about-img:hover {
    transform: scale(1.05);
}

/* Background gradient */
.stats-section {
    background: linear-gradient(135deg, #0d6efd, #5bc0de);
    overflow: hidden;
}

/* Light overlay (reduced opacity) */
.stats-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    /* darker overlay for contrast */
}

/* FIXED HEADING VISIBILITY */
.stats-heading {
    font-size: 32px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
}

/* Glass card */
.glass-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-8px);
}

/* Icon */
.stat-icon i {
    font-size: 40px;
    color: #ffffff;
}

/* Text */
.glass-card small {
    color: rgba(255, 255, 255, 0.9);
}

/* Section background */
.process-section {
    background: linear-gradient(135deg, #e3f2fd, #f8fbff);
}

/* Heading */
.process-heading {
    color: #0d6efd;
}

/* Timeline base */
.timeline {
    position: relative;
    margin: auto;
    padding-left: 20px;
    max-width: 700px;
}

/* Vertical line */
.timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #0d6efd;
}

/* Item */
.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 70px;
}

/* Icon */
.timeline-icon {
    position: absolute;
    left: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Glass card */
.timeline-content {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.timeline-content:hover {
    transform: translateY(-5px);
}

/* Text */
.timeline-content h5 {
    margin-bottom: 5px;
    color: #0d6efd;
}

.timeline-content p {
    margin: 0;
    color: #555;
    font-size: 14px;
}

/* Mobile spacing */
@media (max-width: 576px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 60px;
    }
}

/* Section Background */
.services-section {
    background: linear-gradient(135deg, #e3f2fd, #f8fbff);
}

/* Heading */
.services-heading {
    font-size: 32px;
    color: #0d6efd;
}

.services-heading span {
    color: #5bc0de;
}

/* Glass Card */
.service-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Image */
.service-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Title */
.service-card h5 {
    color: #0d6efd;
    font-weight: 600;
}

/* Text */
.service-card p {
    font-size: 14px;
    color: #555;
}

/* Button */
.btn-service {
    background: linear-gradient(135deg, #0d6efd, #5bc0de);
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 14px;
    transition: 0.3s;
}

.btn-service:hover {
    background: linear-gradient(135deg, #0b5ed7, #31b0d5);
    color: #fff;
}