/********** Template CSS **********/
:root {
    --primary: #2878EB;
    --secondary: #F14D5D;
    --light: #ECF4FF;
    --dark: #120F2D;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 15, 45, .5);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-indicators {
    align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 25px;
}

.carousel-indicators .active {
    height: 45px;
}

.hero-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

.service-item div {
    z-index: 1;
}

.service-item div::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    transition: .5s;
    z-index: -1;
}

.service-item div:hover::after {
    width: 100%;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.bg-offer {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-2.jpg) top right no-repeat;
    background-size: cover;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 5px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.blog-date {
    position: absolute;
    width: 90px;
    height: 65px;
    top: 75px;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--secondary);
}

.blog-date::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -25px;
    left: 0;
    border: 13px solid;
    border-color: transparent #D34351 #D34351 transparent;
    z-index: -1;
}




.section-title {
    position: relative;
    margin-bottom: 3rem;
}

.section-title h5 {
    color: var(--primary);
    letter-spacing: 5px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-title h1 {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-title h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: var(--accent);
}

.faq-container {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    padding: 1.5rem;
    color: var(--dark);
    background-color: white;
}

.accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: rgba(13, 110, 253, 0.1);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 1.5rem;
    background-color: var(--light);
}

.city-mention {
    color: var(--primary);
    font-weight: 600;
}

.feature-box {
    padding: 2rem;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.bg-light-accent {
    background-color: rgba(255, 107, 0, 0.1);
}





.service-area-content {
    padding: 80px 0;
}

.service-area-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.service-area-box:hover {
    transform: translateY(-5px);
}

.service-area-title {
    color: var(--primary);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary);
}

.service-area-list {
    list-style: none;
    padding: 0;
    column-count: 3;
}

.service-area-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    break-inside: avoid;
}

.service-area-list li:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--primary);
}

.service-feature-box {
    background: var(--light);
    border-left: 4px solid var(--primary);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.service-feature-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .service-area-list {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .service-area-list {
        column-count: 1;
    }
}





.section-title {
    position: relative;
    margin-bottom: 3rem;
}

.section-title h5 {
    color: var(--primary);
    letter-spacing: 5px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-title h1 {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-title h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: var(--accent);
}

.nav-pills .nav-link {
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: var(--dark);
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.nav-pills .nav-link i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.nav-pills .nav-link.active {
    background-color: var(--primary);
    color: white;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.service-content {
    background: white;
    border-radius: 10px;
    padding: 2.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.service-title {
    color: var(--primary);
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--accent);
}

.service-desc {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style-type: none;
    padding: 0;
}

.service-features li {
    padding: 0.5rem 0;
    padding-left: 30px;
    position: relative;
}

.service-features li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--primary);
    position: absolute;
    left: 0;
}

.emergency-badge {
    background-color: #ff6b00;
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: 10px;
}

.city-mention {
    color: var(--primary);
    font-weight: 600;
}

@media (max-width: 992px) {
    .service-content {
        margin-top: 2rem;
    }
}




.contact-section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0 0 0;
    width: 100%;
}

.contact-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 1px;
}

.contact-section-desc {
    font-size: 1.08rem;
    color: #333;
    margin-bottom: 28px;
    text-align: center;
    max-width: 700px;
    line-height: 1.6;
}

.contact-bar {
    color: white;
    padding: 22px 32px;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.13);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    flex-wrap: wrap;
    gap: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    margin: 0 18px;
    min-width: 220px;
}

.contact-icon {
    background-color: rgba(255, 255, 255, 0.18);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    flex-shrink: 0;
    font-size: 1.35rem;
}

.contact-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-label {
    font-size: 0.85rem;
    opacity: 0.8;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.contact-value {
    font-weight: 600;
    font-size: 1.07rem;
    word-break: break-word;
}

.contact-value a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-value a:hover {
    color: #ffd43b;
    text-decoration: underline;
}

.divider {
    width: 1px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.28);
    margin: 0 12px;
}

@media (max-width: 992px) {
    .contact-bar {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .divider {
        display: none;
    }

    .contact-item {
        margin: 8px 12px;
    }
}

@media (max-width: 768px) {
    .contact-section-title {
        font-size: 1.4rem;
    }

    .contact-section-desc {
        font-size: 0.98rem;
        margin-bottom: 18px;
    }

    .contact-bar {
        flex-direction: column;
        gap: 12px;
        padding: 18px 10px;
    }

    .contact-item {
        margin: 6px 0;
        width: 100%;
        justify-content: center;
    }

    .divider {
        width: 80%;
        height: 1px;
        margin: 5px 0;
        display: block;
    }
}




.why-choose-us {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.section-title {
    position: relative;
    margin-bottom: 50px;
}

.section-title h5 {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 3px;
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.feature-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border-top: 4px solid var(--primary);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: rgba(13, 110, 253, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon i {
    font-size: 30px;
    color: var(--primary);
}

.feature-card h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--dark);
}

.feature-card p {
    color: #666;
}


