:root {
    --primary-color: #28337c;
    --secondary-color: #080807;
    --dark-color: #17181a;
    --light-color: #f2f2f2;
    --accent-red: #c31b05;
}

.dropdown-item,
.nav-link,
body {
    color: var(--dark-color);
}
.breadcrumb-menu li a:hover,
.header-top-left a:hover,
.header-top-right a:hover,
.mobile-dropdown-item:hover,
.mobile-dropdown-toggle.active i,
.nav-link.active,
.nav-link:hover,
.navbar-brand span,
.safety-badge,
.social-links a:hover i {
    color: var(--primary-color);
}
.circle,
.hero-section,
.service-card,
.step {
    overflow: hidden;
}
.form-header,
.mobile-dropdown-item i,
.safety-badge,
.service-card,
header {
    text-align: center;
}
body {
    line-height: 1.6;
    overflow-x: hidden;
    font-size: 0.875rem;
    background-color: #f8f9fa;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.navbar {
    background-color: var(--light-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nav-link {
    font-weight: 600;
    margin: 0 4px;
    position: relative;
    font-size: 16px;
}
.nav-link.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -5px;
    left: 0;
}
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        border: none;
        transition: transform 0.3s;
    }
    .dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
    .dropdown-menu {
        border: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 10px 0;
        margin-top: 10px;
    }
}
@media (max-width: 992px) {
    .navbar-brand img {
        height: 55px !important;
        width: 180px;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .navbar-brand img {
        height: 55px !important;
    }
}
.dropdown-item {
    padding: 5px 20px;
    font-weight: 500;
}
.dropdown-item:hover,
.mobile-dropdown-toggle:hover,
.mobile-nav-item:hover {
    background-color: var(--light-color);
    color: var(--primary-color);
}
.navbar-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 20px;
    position: relative;
    transition: 0.3s;
}
.custom-faq .accordion-button:focus,
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--dark-color);
    position: absolute;
    left: 0;
    transition: 0.3s;
}
.form-floating,
.form-icon,
.mobile-dropdown,
.process-card,
.section-title,
.service-card,
.service-card *,
.site-breadcrumb {
    position: relative;
}
.navbar-toggler .icon-bar:first-child,
.service-card:hover::before {
    top: 0;
}
.navbar-toggler .icon-bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.navbar-toggler .icon-bar:nth-child(3) {
    bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:first-child {
    transform: translateY(9px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.offcanvas {
    width: 280px !important;
}
.offcanvas-end {
    right: 0;
    left: auto;
}
.offcanvas-header {
    justify-content: flex-end;
    padding: 15px;
}
.offcanvas-body {
    padding: 0;
}
.mobile-dropdown-toggle,
.mobile-nav-item {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: var(--dark-color);
    text-decoration: none;
}
.mobile-nav-item {
    display: block;
}
.mobile-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-dropdown-toggle i {
    transition: transform 0.3s;
    font-size: 0.9rem;
}
.mobile-dropdown-toggle.active i {
    transform: rotate(180deg);
}
.mobile-dropdown-menu {
    display: none;
    padding-left: 15px;
    background-color: var(--light-color);
}
.mobile-dropdown-menu.show {
    display: block;
}
.mobile-dropdown-item {
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    color: var(--dark-color);
    text-decoration: none;
}
.mobile-dropdown-item:last-child {
    border-bottom: none;
}
.mobile-dropdown-item:hover {
    background-color: var(--light-color);
}
#top-header,
.quote-btn:hover {
    background-color: #1b2041;
}
.mobile-dropdown-item i {
    margin-right: 8px;
    width: 18px;
}
.quote-btn {
    display: inline-block;
    padding: 8px 18px;
    background-color: var(--primary-color);
    color: var(--light-color) !important;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
@media (min-width: 991px) and (max-width: 1200px) {
    .nav-link {
        margin: 0 6px;
        font-size: 0.7rem;
    }
    .dropdown-item {
        padding: 6px 15px;
        font-size: 0.9rem;
    }
    .quote-btn {
        padding: 6px 14px;
        font-size: 0.9rem;
        border-radius: 25px;
    }
    .navbar {
        padding: 10px 0;
    }
    .dropdown-menu {
        padding: 8px 0;
    }
}
.hero-section {
    padding: 4rem 0 6rem;
}
.hero-bg-img {
    object-fit: cover;
    z-index: 0;
}
.hero-overlay {
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.hero-section .container {
    z-index: 2;
    position: relative;
}
.quote-form {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}
.form-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: #6c757d;
}
.form-control {
    border: 1px solid #ddd;
}
.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(40, 51, 124, 0.25);
}
.form-floating label {
    position: absolute;
    top: 0;
    left: 1rem;
    padding-left: 1rem;
    color: #6c757d;
    pointer-events: none;
    transition: 0.2s;
}
.form-floating input:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label {
    top: -1.25rem;
    font-size: 0.875rem;
    color: var(--primary-color);
}
.btn-primary {
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 1rem;
    border-radius: 5px;
}
.btn-primary:hover {
    background-color: #1e2860;
}
.safety-badge:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
    .navbar .navbar-collapse {
        text-align: right;
    }
    .navbar-toggler {
        transition: var(--transition);
    }
    .hero-title {
        font-size: 1.8rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .nav-link::after {
        display: none;
    }
}
.safety-badge {
    margin-top: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    animation: 1s fadeInUp;
    background-color: #f8f9fa;
    color: var(--dark-color);
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.icon i {
    font-size: 3rem;
    margin-bottom: 1.25rem;
}
.safety-title {
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}
.guarantee-text {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1.25rem;
}
.safety-badge p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.safety-badge small {
    font-size: 0.875rem;
    color: #adb5bd;
}
@media (max-width: 767.98px) {
    .hero-title {
        font-size: 1.6rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .quote-form {
        padding: 1.25rem;
    }
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
#top-header {
    padding: 10px 0;
    line-height: 1.5;
    font-size: 15px;
    color: var(--light-color);
}
.header-top-left a,
.header-top-right a {
    color: var(--light-color);
    text-decoration: none;
    margin-right: 15px;
    font-weight: 500;
}
.social-links {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin: 0;
    padding: 0;
}
.social-links li b {
    color: var(--light-color);
    margin-right: 5px;
}
.social-links a i {
    font-size: 16px;
    transition: color 0.3s;
}
.services-section {
    padding: 70px 20px;
    background: var(--light-color);
}
.section-title {
    color: var(--dark-color);
    margin-bottom: 50px;
}
.section-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: var(--primary-color);
    margin: 12px auto 0;
    border-radius: 2px;
}
.service-card::before,
.site-breadcrumb::after {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
}
.service-card {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 30px 25px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: var(--dark-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.55s ease-in-out;
}
.service-card::before {
    top: -100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    z-index: 0;
    transition: top 0.65s ease-in-out;
}
.service-card:hover {
    color: #fff;
    transform: translateY(-8px) scale(1.02);
}
.service-card * {
    z-index: 1;
}
.service-icon {
    font-size: 45px;
    color: var(--primary-color);
    margin-bottom: 18px;
    transition:
        transform 0.55s,
        color 0.55s;
}
.section-heading .heading-title,
.section-title {
    font-size: 2rem;
}
.service-card:hover .service-icon {
    transform: scale(1.2);
    color: #fff;
}
.service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.service-card p {
    font-size: 15px;
    line-height: 1.6;
}
.process-section {
    background: var(--light-color);
}
.section-title {
    font-weight: 700;
}
.section-subtitle {
    font-size: 1.1rem;
    color: var(--dark-color);
    max-width: 700px;
    margin: 0 auto;
}
.process-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: 0.5s ease-in-out;
}
.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.process-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    font-size: 28px;
    color: #fff;
    transition: 0.5s;
}
.footer-contact li,
.footer-links li,
.process-title {
    margin-bottom: 10px;
}
.back-to-top,
.btn-book {
    transition: background 0.3s;
}
.process-card:hover .process-icon {
    background: var(--dark-color);
    transform: rotate(10deg) scale(1.1);
}
.process-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-color);
}
.process-desc {
    font-size: 0.95rem;
    color: #555;
}
.site-footer {
    background: #111;
    color: #ddd;
    padding-top: 60px;
    font-size: 15px;
    line-height: 1.7;
}
.site-footer .footer-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 18px;
}
.site-footer p {
    color: #bbb;
}
.footer-contact,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact a,
.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-contact a:hover,
.footer-links a:hover,
.footer-policy a:hover,
.footer-social a:hover {
    color: var(--primary-color);
}
.btn-book {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    padding: 8px 18px;
    margin-top: 12px;
}
.btn-book:hover {
    background: #1e2860;
}
.footer-contact i {
    color: var(--primary-color);
    margin-right: 8px;
}
.footer-social {
    margin-top: 15px;
}
.footer-social a {
    color: #fff;
    font-size: 18px;
    margin-right: 12px;
    transition: color 0.3s;
}
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 0;
    margin-top: 40px;
}
.footer-policy {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-policy a {
    color: #ddd;
    font-size: 14px;
}
.copyright {
    margin: 0;
    font-size: 14px;
    color: #aaa;
}
.back-to-top {
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    padding: 8px 12px;
}
.breadcrumb-menu li,
.breadcrumb-menu li a,
.breadcrumb-title,
.custom-faq .accordion-button,
.site-breadcrumb {
    color: var(--light-color);
}
.back-to-top:hover {
    background: var(--accent-red);
}
@media (max-width: 767px) {
    .quote-form .row {
        flex-direction: column;
    }
    .btn-primary,
    .col-md-2,
    .col-md-3 {
        width: 100%;
    }
    .footer-policy {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .footer-bottom {
        text-align: center;
    }
    .back-to-top {
        margin-top: 12px;
    }
}
.site-breadcrumb {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    padding: 60px 0;
}
.faq_section,
.service-page {
    background: var(--light-color);
}
.site-breadcrumb::after {
    bottom: 0;
    height: 6px;
    background: var(--primary-color);
    opacity: 0.8;
}
.heading-sub,
.list-decimal li,
.process-container,
.process-step,
.step {
    position: relative;
}
.breadcrumb-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breadcrumb-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 5px;
    font-size: 0.7rem;
}
.breadcrumb-menu li a {
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}
.breadcrumb-menu li.active {
    font-weight: 600;
    color: var(--primary-color);
    pointer-events: none;
}
.list-decimal li::before,
.service-title {
    font-weight: 700;
    color: var(--primary-color);
}
.breadcrumb-menu li::after {
    content: "/";
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-menu li:last-child::after {
    content: "";
}
.faq_section {
    padding: 60px 0;
}
.custom-faq .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.custom-faq .accordion-button {
    background: var(--dark-color);
    font-weight: 600;
    border: none;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.custom-faq .accordion-button::after {
    display: none !important;
}
.custom-faq .accordion-button:not(.collapsed),
.theme-btn-outline:hover {
    background: var(--primary-color);
    color: #fff;
}
.custom-faq .accordion-body {
    background: #fff;
    color: var(--dark-color);
    padding: 15px 20px;
}
.custom-faq .accordion-button .icon {
    margin-left: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-faq .accordion-button.collapsed .icon::before {
    content: "+";
    color: var(--light-color);
}
.custom-faq .accordion-button:not(.collapsed) .icon::before {
    content: "-";
    color: #fff;
}
.service-page {
    color: var(--dark-color);
}
.service-title {
    margin-bottom: 15px;
}
.service-img {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.service-section {
    margin-top: 40px;
}
.service-section h3,
.service-section h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px;
}
.service-page p {
    line-height: 1.7;
    margin-bottom: 15px;
}
.list-decimal li,
.list-icon li,
.list-number li {
    margin-bottom: 10px;
    line-height: 1.6;
}
.list-decimal {
    counter-reset: num;
    list-style: none;
    padding: 0;
}
.list-decimal li {
    counter-increment: num;
    padding-left: 28px;
}
.list-decimal li::before {
    content: counter(num) ".";
    position: absolute;
    left: 0;
}
.list-decimal span,
.list-number span {
    font-weight: 600;
    color: var(--secondary-color);
}
.list-number {
    list-style: decimal inside;
    padding-left: 0;
}
.list-icon {
    list-style: none;
    padding: 0;
}
.list-icon i {
    color: var(--primary-color);
    margin-right: 8px;
    font-size: 1rem;
}
.review-card,
.service-box {
    padding: 20px;
    text-align: center;
}
.bd,
.initial-circle,
.service-box h3 {
    font-weight: 700;
}
@media only screen and (max-width: 676px) {
    .service b,
    .service h2 {
        font-size: 28px !important;
    }
    .services-container {
        flex-direction: column;
    }
    .funfact_section {
        display: none;
    }
}
.services-container {
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: space-around;
}
.service-box img {
    width: 60px;
    height: 60px;
}
.service-box h3 {
    margin: 10px 0 5px;
    font-size: 18px;
}
.process-step p,
.service-box p {
    font-size: 14px;
    color: #555;
}
.service-box i {
    font-size: 35px;
    color: var(--primary-color);
}
.review-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
}
.review-card .review {
    line-height: 20px;
}
.initial-circle {
    width: 50px;
    height: 50px;
    background-color: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 10px;
}
.star {
    color: var(--primary-color);
}
.review-card span,
.widget-heading {
    font-weight: bolder;
}
.latest-blog .blog-post {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.blog-image img {
    height: auto;
    width: 100px;
    border-radius: 5px;
    border: 5px solid #918e8e45;
}
.blog-content {
    margin-left: 15px;
}
.blog-content small {
    font-size: 12px;
}
.blog-title {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    text-decoration: none;
}
.blog-description {
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}
.blog-bg,
.keywords-section {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.circle,
.process-container {
    background: #fff;
    display: flex;
}
.process-container {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.process-step {
    flex: 1 1 22%;
    z-index: 1;
}
.circle {
    width: 120px;
    height: 120px;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    margin: 0 auto 15px;
    align-items: center;
    justify-content: center;
}
.process-container::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 10%;
    right: 10%;
    height: 2px;
    border-top: 2px dashed var(--primary-color);
    z-index: 0;
}
.process-step h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.circle i {
    color: var(--primary-color);
}
.feature {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    min-width: 250px;
    box-sizing: border-box;
}
.btn-outline-theme,
.btn-theme {
    padding: 10px 20px;
    transition: 0.3s;
    font-weight: 600;
}
.icon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.feature-title {
    margin: 10px 0;
}
.feature-description {
    color: #555;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .container {
        flex-direction: row;
        align-items: center;
    }
}
.heading-description {
    color: var(--dark-color);
    margin-bottom: 1rem;
}
.btn-outline-theme:hover,
.btn-theme {
    color: #fff;
}
.btn-theme {
    background-color: var(--primary-color);
    border-radius: 30px;
}
.btn-theme:hover {
    background-color: var(--secondary-color);
    color: #fff;
    transform: translateY(-2px);
}
.btn-outline-theme:hover,
.icon-circle {
    background-color: var(--primary-color);
}
.btn-outline-theme {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 30px;
}
.feature-box {
    padding: 15px;
}
.feature-title {
    font-size: 1.1rem;
    margin-top: 10px;
    font-weight: 600;
    color: var(--dark-color);
}
.feature-desc {
    color: #555;
    font-size: 0.95rem;
}
.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.choose-image {
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    padding: 8px;
    max-width: 80%;
}
@media (max-width: 768px) {
    .feature-box {
        text-align: center;
    }
    .choose-image {
        max-width: 200px;
        margin: 20px auto;
    }
}
header {
    margin-bottom: 40px;
}
.heading-main {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.heading-main i {
    margin-right: 10px;
    color: var(--primary-color);
}
.heading-sub {
    color: var(--primary-color);
    margin-bottom: 30px;
    font-size: 1.8rem;
    padding-bottom: 10px;
    font-weight: 600;
}
.heading-sub i {
    margin-right: 8px;
    color: var(--secondary-color);
}
.heading-sub:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--primary-color);
}
.process-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.step {
    background: var(--light-color);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.step:hover {
    transform: translateY(-5px);
}
.step-number {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    color: var(--light-color);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-bottom-right-radius: 8px;
}
.connector {
    display: none;
}
@media (min-width: 768px) {
    .process-steps {
        flex-direction: row;
        justify-content: space-between;
        position: relative;
    }
    .step {
        flex: 1;
        min-height: 220px;
        text-align: center;
        padding: 25px 15px;
        margin-bottom: 40px;
    }
    .step-number {
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0 0 8px 8px;
    }
    .step-content,
    .step-title {
        padding-left: 0;
    }
    .connector {
        display: block;
        position: absolute;
        top: 30px;
        height: 3px;
        background: var(--primary-color);
        width: 100%;
        z-index: -1;
    }
    .step-icon {
        font-size: 2rem;
        color: var(--primary-color);
        margin: 15px 0;
    }
}
.step-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin: 10px 0;
}
.custom-modal {
    z-index: 10550;
}
.quote-modal-content {
    background: linear-gradient(107.2deg, var(--accent-red) 10.6%, var(--primary-color) 91.1%);
    padding: 30px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    color: #fff;
}
.contact-form-header .modal-title {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.modal-close {
    color: #fff;
    font-size: 28px;
    background: 0 0;
    border: none;
    transition: 0.3s;
}
.modal-close:hover {
    color: var(--accent-red);
    transform: scale(1.1);
}
.form-icon i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-red);
    font-size: 1.2rem;
}
.form-control {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border-radius: 8px;
    border: none;
    outline: 0;
    font-size: 1rem;
    transition: 0.3s;
}
.form-control:focus {
    box-shadow: 0 0 8px rgba(40, 51, 124, 0.6);
}
textarea.form-control {
    resize: none;
}
.theme-btn {
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    margin: 5px;
}
.submit-btn {
    background: var(--accent-red);
    color: #fff;
}
.submit-btn:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.clear-btn {
    background: #fff;
    color: #555;
}
.clear-btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}
.form-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    padding: 0 25px;
}
.title_home {
    color: var(--dark-color);
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 25px;
}
.form-body {
    background-color: #fff;
    margin-top: -1px;
    padding: 13px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.form_box {
    padding: 0 10px !important;
    border-radius: 12px !important;
    text-align: left !important;
}
.form_box input,
.form_box textarea {
    width: 100%;
    border: 1px solid #00000061;
    padding-left: 15px;
    border-radius: 10px;
    font-weight: 700;
}
.theme-btn,
.theme-btn-outline {
    border: 1px solid var(--primary-color);
    transition: 0.3s;
}
.form_box input {
    height: 45px;
}
#qteform1 ::placeholder {
    color: grey;
    font-weight: 400;
}
#qteform1 div label {
    margin: 0 3px;
    height: 16px;
    line-height: 1;
    font-size: 12px;
    color: var(--dark-color);
    font-weight: 500;
}
.btn-group-custom {
    display: flex;
    gap: 15px;
}
.theme-btn {
    width: 128px;
    background: var(--primary-color);
    color: #fff;
}
.admin_item small,
.admin_item span,
.heading-title,
.testimonial-card .lead,
.theme-btn-outline {
    color: var(--secondary-color);
}
.theme-btn:hover {
    background: var(--accent-red);
    border-color: var(--accent-red);
}
.theme-btn-outline {
    width: 150px;
    background: var(--light-color);
}
.alert-success {
    background: #faf9f6;
    border: none;
}
@media only screen and (max-width: 676px) {
    .title_home {
        font-size: 18px !important;
    }
}
.form_box textarea {
    height: 50px !important;
    min-height: 50px !important;
}
@media (max-width: 576px) {
    .quote-modal-content {
        padding: 20px;
    }
    .form-control {
        padding-left: 38px;
    }
    .form_box textarea {
        height: 50px !important;
        min-height: 50px !important;
    }
    .form-body {
        padding: 10px;
    }
}
.testimonial-card {
    background: #f8fafc;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-card .lead {
    font-size: 1.1rem;
    font-style: italic;
    flex-grow: 1;
}
.rating i {
    font-size: 1.3rem;
}
.testimonial-card:hover {
    transform: scale(1.05);
}
.carousel-inner {
    padding: 20px;
}
.heading-title {
    font-size: 2rem;
    font-weight: 700;
}
.line-hg {
    line-height: 2.5;
}
a {
    color: #212529;
    text-decoration: none;
}