@import "bootstrap.min.css";
@import "bootstrap-icons.css";
.bg-footer a,
.breadcrumb-item a,
footer a {
    text-decoration: none
}

.scroll-container,
html {
    scroll-behavior: smooth
}

.contact-info-box,
.section-content,
.service-badge,
.trust-offer,
.trust-tagline,
:root {
    --primary-color: #015C8E;
    --secondary-color: #015C8E;
    --light-color: #ecf0f1;
    --dark-color: #2c3e50;
    --accent-color: #015C8E
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: smooth
    }
}

*,
::after,
::before {
    transition: .3s
}

.scroll-container {
    -webkit-overflow-scrolling: touch
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #015c8e;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #015c8e
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    padding: 5px;
    margin:5px
}

.btn-outline-primary,
.btn-primary {
    border-color: var(--secondary-color);
    padding: 8px 20px
}

.navbar-brand {
    font-weight: 700;
    color: var(--primary-color)
}

.btn-outline-primary,
.btn-primary,
.nav-link,
.service-type {
    font-weight: 500
}

.btn-outline-primary,
.contact-info-box i,
.icon-box i,
.nav-link:hover,
.navbar-brand span,
footer a:hover {
    color: var(--secondary-color)
}

.nav-link {
    color: var(--dark-color);
    margin: 0 10px;
    position: relative
}

.btn-outline-primary:hover,
footer {
    color: #fff
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    bottom: 0;
    left: 0;
    transition: width .3s
}

.nav-link:hover:after,
.pro-booking-form {
    width: 100%
}

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

.btn-primary:hover {
    background-color: #015c8e;
    border-color: #015c8e
}

.btn-outline-primary:hover,
.social-icons a:hover {
    background-color: var(--secondary-color)
}

.lead {
    font-weight: 600
}

.service-card {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    border: none
}

.icon-box,
.social-icons a {
    align-items: center;
    border-radius: 50%
}

.service-title {
    font-weight: 700
}

.service-card img {
    height: 200px;
    object-fit: cover
}

.service-card .card-body {
    padding: 25px
}

.service-card .card-title {
    color: var(--primary-color);
    font-weight: 600
}

.icon-box {
    width: 70px;
    height: 70px;
    background-color: rgba(231, 76, 60, .1);
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.icon-box i {
    font-size: 30px
}

.contact-info-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    transition: transform .3s
}

.contact-info-box:hover {
    transform: translateY(-5px)
}

.contact-info-box i {
    font-size: 30px;
    margin-bottom: 15px
}

footer {
    background-color: var(--dark-color);
    padding: 60px 0 20px
}

footer a {
    color: var(--light-color);
    transition: color .3s
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .1);
    margin-right: 10px;
    transition: background-color .3s
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    margin-top: 40px
}

.navbar-toggler {
    border: none;
    padding: 0;
    font-size: 1.5rem
}

.navbar-toggler:focus {
    box-shadow: none
}

.offcanvas {
    width: 250px !important
}

.offcanvas-end {
    right: 0;
    left: auto
}

.offcanvas-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.offcanvas-body .nav-link {
    margin: 10px 0;
    padding: 8px 0
}

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

.animate {
    animation: .8s ease-out forwards fadeInUp
}

.delay-1 {
    animation-delay: .2s
}

.delay-2 {
    animation-delay: .4s
}

.delay-3 {
    animation-delay: .6s
}

.pro-hero-section {
    background: linear-gradient(to bottom, rgb(0 0 0 / 75%), rgb(0 0 0 / 56%)), url('hero-1.webp') center/cover no-repeat;
    padding: 3rem 0 2rem;
    color: #fff;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif
}

.hero-content-wrapper {
    margin: 0 auto 3rem;
    padding: 0 1rem
}

.hero-main-heading {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -.5px
}

.hero-main-heading span {
    color: #015c8e;
    position: relative
}

.hero-main-heading span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(79, 209, 197, .3);
    z-index: -1
}

.hero-subheading {
    font-size: clamp(1rem, 2vw, 1.3rem);
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, .9);
    font-weight: 400;
    line-height: 1.5
}

.hero-subheading strong {
    color: #015c8e;
    font-weight: 600
}

.trust-indicator {
    background: rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 1.5rem;
    max-width: 320px;
    margin: 0 auto;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .15)
}

.trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem
}

.trust-percentage {
    font-size: 2.5rem;
    font-weight: 800;
    color: #4fd1c5;
    line-height: 1;
    margin-right: .8rem
}

.trust-label {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff
}

.trust-tagline {
    font-size: .9rem;
    font-weight: 600;
    color: #015c8e;
    margin-bottom: .3rem
}

.trust-offer {
    font-size: .95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .9)
}

.trust-offer i {
    margin-right: .3rem
}

.booking-form-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    margin: 0 auto
}

.service-card,
.testimonial-card {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    min-height: 400px
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem
}

.form-group {
    margin-bottom: 0
}

.form-group label {
    display: block;
    font-size: .85rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: .5rem;
    margin-top: -12px
}

.form-input {
    width: 100%;
    height: 50px;
    padding: 0 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: .95rem;
    transition: .2s;
    background: #f8fafc
}

.form-input:focus {
    outline: 0;
    border-color: #015c8e;
    box-shadow: 0 0 0 3px rgba(79, 209, 197, .2)
}

.form-submit {
    display: flex;
    align-items: flex-end
}

.assurance-item,
.pro-submit-btn {
    align-items: center;
    display: flex
}

.pro-submit-btn {
    background: linear-gradient(135deg, #015c8e 0, #015c8e 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0 1.5rem;
    height: 50px;
    font-size: 1rem;
    font-weight: 600;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    width: 100%
}

.pro-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(79, 209, 197, .3)
}

.pro-submit-btn i {
    margin-left: .5rem;
    font-size: 1.1rem;
    transition: transform .3s
}

.pro-submit-btn:hover i {
    transform: translateX(3px)
}

.form-assurance {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: -30px
}

.assurance-item {
    font-size: .85rem;
    color: #4a5568
}

.assurance-item i {
    color: #015c8e;
    margin-right: .4rem;
    font-size: 1rem
}

@media (max-width:992px) {
    .pro-hero-section {
        padding: 4rem 0 2rem
    }
    .trust-indicator {
        max-width: 280px;
        padding: 1.2rem
    }
    .trust-percentage {
        font-size: 2rem
    }
    .trust-label {
        font-size: 1rem
    }
}

@media (max-width:576px) {
    .pro-hero-section {
        padding: 2rem 0 1rem
    }
    .booking-form-wrapper {
        padding: 1.2rem;
        border-radius: 12px
    }
    .trust-indicator {
        padding: 1rem
    }
    .trust-percentage {
        font-size: 1.8rem
    }
    .trust-label {
        font-size: .9rem
    }
    .trust-tagline {
        font-size: .8rem
    }
    .trust-offer {
        font-size: .85rem
    }
}

.services-section,
.testimonial-slider-section {
    background-color: #f8f9fa
}

.section-header {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.section-title {
    margin-bottom: 1rem;
    line-height: 1.3
}

.divider {
    width: 80px;
    height: 3px;
    background: #4fd1c5;
    margin-top: 1rem
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: transform .3s, box-shadow .3s;
    position: relative;
    overflow: hidden
}

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

.service-icon {
    width: 70px;
    height: 70px;
    background: rgba(79, 209, 197, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.service-icon i {
    font-size: 30px;
    color: #4fd1c5
}

.service-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px
}

.service-card p {
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px
}

.service-badge {
    position: absolute;
    top: 20px;
    right: -30px;
    background: #4fd1c5;
    color: #fff;
    padding: 5px 30px;
    font-size: .8rem;
    font-weight: 600;
    transform: rotate(45deg);
    width: 120px
}

.customer-name,
.section-title {
    color: #2d3748;
    font-weight: 700
}

@media (max-width:991.98px) {
    .navbar-nav {
        padding-top: 20px
    }
    .nav-link {
        margin: 0
    }
    .hero-section {
        padding: 100px 0
    }
    .hero-section h1 {
        font-size: 2.2rem
    }
    .section-title {
        font-size: 1.8rem
    }
    .service-card {
        padding: 25px
    }
}

@media (max-width:767.98px) {
    .section-title {
        font-size: 1.6rem
    }
    .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px
    }
    .service-icon i {
        font-size: 25px
    }
    .service-card h3 {
        font-size: 1.2rem
    }
}

.section-title {
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 15px
}

.section-title:after {
    background: var(--secondary-color);
    position: absolute;
    width: 60px;
    height: 3px;
    background: #015c8e;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.testimonial-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.testimonial-slider::-webkit-scrollbar {
    display: none
}

.testimonial-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 12px;
    padding: 25px
}

.testimonial-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf2f7
}

.customer-name {
    font-size: 1.1rem;
    margin-bottom: 5px
}

.customer-location {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: .85rem;
    color: #4a5568
}

.rating {
    color: #864709;
    font-weight: 600;
    display: flex;
    align-items: center
}

.rating i {
    margin-left: 3px
}

.location {
    color: #4a5568
}

.testimonial-body p {
    color: #4a5568;
    line-height: 1.6;
    font-style: italic;
    margin: 0
}

@media (min-width:576px) {
    .testimonial-card {
        flex: 0 0 45%
    }
}

@media (min-width:768px) {
    .testimonial-slider {
        justify-content: center
    }
    .testimonial-card {
        flex: 0 0 30%
    }
}

@media (min-width:992px) {
    .testimonial-card {
        flex: 0 0 23%
    }
}

.breadcrumb-section {
    position: relative;
    min-height: 220px;
    background: linear-gradient(107.2deg, #015c8e, red);
    display: flex;
    align-items: center;
    color: #fff;
    padding: 80px 0;
    overflow: hidden
}

.section-content {
    position: relative;
    z-index: 2;
    text-align: center
}

.breadcrumb-section h1 {
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    animation: 1s fadeInDown
}

.breadcrumb-wrapper {
    backdrop-filter: blur(10px);
    border-radius: 50px;
    display: inline-flex;
    animation: 1s fadeInUp
}

.breadcrumb {
    margin: 0
}

.breadcrumb-item a {
    color: #fff;
    transition: .3s;
    font-weight: 500
}

.breadcrumb-item a:hover {
    color: #ffc107;
    transform: translateY(-2px)
}

.breadcrumb-item.active {
    color: #ffc107;
    font-weight: 400
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .7);
    content: ">"
}

.decoration {
    position: absolute;
    z-index: 1
}

.decoration.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 193, 7, .1);
    top: 20%;
    right: 10%;
    animation: 4s infinite pulse
}

.decoration.square {
    width: 100px;
    height: 100px;
    background: rgba(41, 128, 185, .1);
    bottom: 15%;
    left: 8%;
    transform: rotate(45deg);
    animation: 20s linear infinite rotate
}

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

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

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: .7
    }
    50% {
        transform: scale(1.1);
        opacity: .4
    }
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@media (max-width:768px) {
    .form-grid {
        grid-template-columns: 1fr;
        gap: 1rem
    }
    .form-submit {
        margin-top: .5rem
    }
    .form-assurance {
        flex-direction: column;
        align-items: center;
        gap: .8rem
    }
    .hero-content-wrapper {
        margin-bottom: 2rem
    }
    .breadcrumb-section h1 {
        font-size: 2rem
    }
    .breadcrumb-wrapper {
        padding: 22px 0
    }
    .decoration.circle,
    .decoration.square {
        display: none
    }
}

.mod-flow {
    border-radius: 8px;
    overflow: hidden
}

.mud-back {
    background-color: #015c8e;
    color: #fff;
    padding: 20px
}

.mud-whit {
    background-color: #fff;
    padding: 20px
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 30px
}

.avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.bg-footer {
    margin-top: 2rem;
    background-color: var(--dark-color);
    border: 0;
    border-bottom: 2px solid var(--light-color)
}

.footer-brand img {
    height: 40px;
    width: auto;
    border-radius: 3%;
    background-color: #000
}

.footer-social a {
    padding-block: 8px;
    padding-inline: 12px;
    border-radius: 15px;
    background-color: var(--primary-color)
}

.footer-social a:hover {
    background-color: #780000
}

.why-choose-section {
    background: #fff;
    position: relative
}

.why-subtitle {
    font-family: Georgia, serif;
    font-size: 18px;
    color: #015c8e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 8px 20px;
    background: #f0f4ff;
    border-radius: 30px
}

.why-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    line-height: 1.3
}

.why-description {
    font-size: 16px;
    line-height: 1.8;
    color: black
}

.why-box {
    background: #f8f9fa;
    padding: 35px 25px;
    border-radius: 15px;
    height: 100%;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: .3s
}

.why-box:hover {
    transform: translateY(-10px);
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
    border-color: #667eea
}

.why-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #015c8e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.why-box:hover .why-icon-wrapper {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(102, 126, 234, .3)
}

.why-icon-wrapper i {
    font-size: 2.5rem;
    color: #fff
}

.why-box span {
    font-size: 1.1rem;
    color: #000
}

.why-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    margin: 0
}

@media (max-width:991px) {
    .why-title {
        font-size: 2rem
    }
}

@media (max-width:767px) {
    .why-title {
        font-size: 1.75rem
    }
    .why-description {
        font-size: 15px
    }
    .why-box {
        padding: 25px 20px
    }
}

.fot-nav {
    font-size: 18px;
    font-weight: 700
}

.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -300px;
    transform: translateY(-50%);
    width: 300px;
    background-color: #f1f1f1;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / .2), 0 6px 20px 0 rgb(0 0 0 / .19);
    transition: right .3s;
    z-index: 1000
}

.sidebar-contact.active {
    right: 0;
    z-index: 9999;
    margin-top: 10px
}

.toggle {
    position: absolute;
    top: 120px;
    left: -50px;
    width: 50px;
    height: 50px;
    background-color: red;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / .2), 0 6px 20px 0 rgb(0 0 0 / .19);
    border-radius: 25px
}

.toggle.active {
    background-color: red
}

.toggle i {
    font-size: 20px
}

.sidebar-contact h3 {
    text-align: center;
    margin: 20px 0;
    color: #333
}

.scroll {
    padding: 20px
}

.scroll input,
.scroll textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px
}

.scroll input[type=submit] {
    background-color: #3e3c14;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color .3s
}

.scroll input[type=submit]:hover {
    background-color: #ef5d36
}

.alert {
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px
}

.alert-success {
    background-color: #d4edda;
    color: #155724
}