* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

:root {
    --primary-color: #0092c7;
    --secondary-color: #1a325d;
    --tertiary-color: #000;
    --fourth-color: #fff;
    --heading-font: "Oswald", sans-serif;
    --body-font: "Inter", sans-serif;
}

body {
    font-family: var(--body-font);
    color: var(--tertiary-color);
    font-size: 16px;
    line-height: 1.7;
}

.bg-light {
    background-color: #F4F7FB;
}

:is(h1, h2, h3, h4, h5, h6, .mega-heading, .small-heading) {
    font-family: var(--heading-font);
    margin-bottom: 12px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    color: var(--secondary-color);
}

h1 {
    font-size: clamp(2.7rem, 5vw, 4.5rem);
}

h2 {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
}

h3 {
    font-size: clamp(2.3rem, 3vw, 3.3rem);
}

h4,
.small-heading {
    font-size: clamp(2.2rem, 2vw, 3rem);
}

h5 {
    font-size: clamp(1.125rem, 1.5vw, 2.7rem);
}

h6 {
    font-size: clamp(1rem, 1.2vw, 2.5rem);
}

img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.custom-font {
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.4;
    margin-bottom: 20px;
}

.top-navigation nav>ul {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;

    @media (max-width: 1300px) {
        gap: 20px;
    }
}

.header-bg {
    display: flex;
    gap: 45px;
    align-items: center;
}

.call-us {
    display: flex;
    position: relative;
    align-items: center;
}

.call-us .icon {
    margin-right: 10px;
    width: 39px;
    height: 39px;

    @media (max-width: 575px) {
        width: 30px;
        height: 30px;
    }
}

.call-us .call-us-text {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    text-align: left;
}

.call-us .call-us-text span:first-child {
    font-size: 14px;
    color: var(--tertiary-color);
}

.call-us .call-us-text span:last-child {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);

    @media (max-width: 1300px) {
        font-size: 15px;
    }

    @media (max-width: 575px) {
        font-size: 13px;
    }
}

.padding-top-bottom {
    padding-top: 100px;
    padding-bottom: 100px;

    @media (max-width: 991px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    @media (max-width: 575px) {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.header-area {
    padding-top: 8px;
    padding-bottom: 8px;
    background: var(--fourth-color);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.sub-menu li a {
    text-transform: capitalize;
    padding: 10px;
    display: block;
    line-height: normal;
    color: var(--tertiary-color);
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.3s;
}

.sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.call-us a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.call-us .icon svg line {
    stroke: #1a325d;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-dasharray: 12;
    stroke-dashoffset: 12;
    opacity: 0;
    animation: signalWave 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.call-us .icon svg line:nth-child(1) {
    animation-delay: 0s;
}

.call-us .icon svg line:nth-child(2) {
    animation-delay: 0.25s;
}

.call-us .icon svg line:nth-child(3) {
    animation-delay: 0.5s;
}

.menu-item:has(.sub-menu)>a::after {
    position: absolute;
    right: 0px;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
}

.top-navigation .menu-main-menu-container>ul>li:has(.sub-menu)>a {
    padding-right: 20px;
}

.checked {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    margin-bottom: 20px;
}

.checked li {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 5px;
}

.checked li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    line-height: normal;
    background-image: url(/images/water-list-icon.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    width: 15px;
    height: 15px;
}

.site-logo {
    max-width: 165px;

    @media (max-width: 1350px) {
        max-width: 150px;
    }

    @media (max-width: 1250px) {
        max-width: 130px;
    }

    @media (max-width: 400px) {
        max-width: 110px;
    }
}

.hero-sec {
    position: relative;
    display: flex;
    align-items: center;
    height: 750px;
    z-index: 1;

    @media (max-width: 575px) {
        height: 700px;
    }

    img {
        max-width: 400px;
        width: 100%
    }
}

.hero-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/images/hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-sec::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    background-image: url(/images/water-damage-restoration.webp);
    z-index: 9;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;

    @media (max-width: 1199px) {
        width: 65%;
    }

    @media (max-width: 991px) {
        content: none;
    }
}

.hero-heading:first-of-type {
    color: var(--secondary-color);
}

.hero-heading:last-of-type {
    color: var(--primary-color);
    margin-bottom: 20px;
}

.main-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #fff !important;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
    position: relative;
    background-color: var(--primary-color);
    padding: 10px 25px;
    border-radius: unset;
    text-decoration: none;

    @media (max-width: 575px) {
        font-size: 14px;
    }
}

.main-btn::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    transition: 0.4s;
    z-index: -1;
    opacity: 1;
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 20px 0 0;
}

.main-btn:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}

.main-btn:hover {
    text-decoration: none;
}

.hero-content span {
    display: inline-block;
    background: rgba(0, 146, 199, 0.15);
    border: 1px solid rgba(0, 146, 199, 0.3);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;

    @media (max-width: 991px) {
        font-size: 12px;
        margin-bottom: 10px;
    }

    @media (max-width: 440px) {
        font-size: 8px;
    }
}

.hero-content p {
    font-size: 14px;
}

.hero-heading {
    font-size: 80px;
    font-weight: 800;
    line-height: 1.3;
    font-family: var(--heading-font);

    @media (max-width: 1199px) {
        font-size: 65px;
    }

    @media (max-width: 991px) {
        font-size: 45px;
    }

    @media (max-width: 575px) {
        font-size: 35px;
    }
}

.about-sec {
    background: url(/images/bg-sec.webp);
    background-size: 120px;
    background-repeat: repeat;
    background-position: left;
}

.service-box {
    box-shadow: rgb(0 0 0 / 0.16) 0 3px 6px, rgb(0 0 0 / 0.23) 0 3px 6px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.5s ease;
    height: 100%;
    overflow: hidden;
}

.service-icon {
    position: absolute;
    bottom: -15px;
    left: 35px;
    z-index: 9;
}

.service-icon img {
    width: 65px;
}

.service-box>.content {
    padding: 30px;
    position: relative;
}

.wave-img {
    position: absolute;
    bottom: -8px;
    width: 100%;
    right: 0;
    overflow: hidden;
}

.service-box .img-box {
    position: relative;
}

.first-sec {
    position: relative;
}

.first-sec:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 146, 199, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 146, 199, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

.emergency-layout {
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    gap: 40px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff1f1;
    color: #e53935;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 700;
    margin-bottom: 20px;

    @media (max-width: 767px) {
        font-size: 12px;
    }
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;

    @media (max-width: 1199px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 767px) {
        grid-template-columns: 1fr;
    }
}

.service-grid li {
    border: 1px solid #e8eef7;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: .3s;
}

.service-grid li:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.service-grid li {
    color: #1a325d;
}

.image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    display: block;
}

.image-overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;

    background: rgba(9, 35, 87, .85);
    backdrop-filter: blur(10px);

    color: #fff;

    border-radius: 16px;

    padding: 25px;

    display: flex;
    gap: 20px;
    align-items: center;
}

.overlay-icon {
    font-size: 40px;
}

.overlay-content {
    font-size: 14px;
    line-height: 1.6;
}

.sidebar-cta-box {
    background: #eef5ff;
    margin-top: 25px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.sidebar-cta-box .cta-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 35px;
    color: #1a325d;
}

.sidebar-cta-box .small-heading {
    font-size: 25px;
    margin-bottom: 10px;
}

.sidebar-cta-box .cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 12px;
    background: #0092c7;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.note-box {
    margin-top: 40px;
    background: #fffaf0;
    border: 1px solid #f3dfab;
    border-radius: 20px;
    padding: 10px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;

    @media (max-width: 991px) {
        gap: 10px;
        font-size: 16px;
    }
}

.note-left {
    font-size: 50px;
    color: #f4b400;
}

.note-content {
    font-size: 18px;
    line-height: 1.7;
}

.note-illustration img {
    max-width: 220px;
}

.process-sec {
    position: relative;
    background-color: #F4F7FB !important;
}

.word-process-grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    z-index: 1;
}

.work-process {
    width: calc(33% - 25px);

    @media (max-width: 991px) {
        width: calc(50% - 25px);
    }

    @media (max-width: 575px) {
        width: calc(100% - 25px);
    }
}

.work-process-no {
    position: relative;
    margin-bottom: 15px;
}

.work-process-no::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50px;
    right: 0;
    transform: translateY(-50%);
    border: 1px dashed #0092c778;
    width: 255px;
    height: 2px;

    @media (max-width: 991px) {
        width: 170px;
    }
}

.work-process-no span {
    background-color: var(--primary-color);
    border-radius: 50%;
    font-size: 18px;
    color: var(--fourth-color);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.work-process-content div {
    font-size: 22px;
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: 12px;
    font-family: var(--heading-font);
    letter-spacing: 0.2px;
}

.work-process-content p {
    margin: 0;
    font-weight: 300;
}

.why-choose-sec {
    position: relative;
    overflow: hidden;
}

.why-choose-sec::before {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(0, 123, 255, .15) 0%,
            rgba(0, 123, 255, .05) 50%,
            transparent 100%);
}

.why-choose-sec::after {
    content: "";
    position: absolute;
    top: 60px;
    right: 130px;
    width: 180px;
    height: 180px;
    background-image:
        radial-gradient(#b9d7ff 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: .6;

    @media (max-width: 991px) {
        content: none;
    }
}

.why-choose-wrap {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.why-content p {
    margin-bottom: 25px;
}

.why-features {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(15, 52, 96, .08);
    backdrop-filter: blur(10px);
}

.why-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-features li {
    position: relative;
    display: flex;
    align-items: center;

    padding: 12px 0 12px 60px;
    color: #081c3a;
    border-bottom: 1px solid #e8f0fb;
}

.why-features li:last-child {
    border-bottom: 0;
}

.why-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #eef5ff;
    color: #0d6efd;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.areas-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    row-gap: 22px;
}

.areas-grid li {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 100px;
    padding: 5px 22px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--heading-font);
    font-weight: 400;
}

.areas-grid li:before {
    content: "\f041";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 13px;
    color: var(--secondary-color);
}

.warn-sign {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #dc2626;
    font-weight: 600;
    margin-bottom: 20px;
}

.warn-sign svg {
    width: 18px;
    height: 18px;
}

.warning-layout {
    display: grid;
    grid-template-columns: 1.3fr .8fr;
    gap: 30px;
}

.damage-map-card,
.warning-list-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
}

.damage-map-card {
    padding: 30px;
    position: relative;
}

.damage-map-card img {
    width: 100%;
    display: block;
}

.warning-list-card {
    padding: 30px;
}

.warning-list-card h3 {
    margin-bottom: 25px;
    font-size: 24px;
}

.warning-list-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.warning-list-card li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    margin-bottom: 12px;
    transition: .3s;
}

.warning-list-card li:hover {
    transform: translateX(6px);
    border-color: #2563eb;
}

.warning-list-card .icon {
    width: 44px;
    height: 44px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.damage-points .point {
    position: absolute;
    max-width: 180px;
    font-size: 14px;
}

.damage-points strong {
    display: block;
    margin-bottom: 4px;
}

.point-top-left {
    top: 80px;
    left: 20px;
}

.point-left {
    bottom: 180px;
    left: 20px;
}

.point-right {
    top: 180px;
    right: 20px;
}

.point-bottom-right {
    bottom: 80px;
    right: 20px;
}

.warning-footer {
    margin-top: 30px;
    background: #fff5f5;
    border: 1px solid #fecaca;
    border-radius: 24px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-alert {
    display: flex;
    gap: 20px;
    align-items: center;
    flex: 1;
}

.alert-icon {
    width: 70px;
    height: 70px;
    background: #dc2626;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    flex-shrink: 0;
}

.footer-alert h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.footer-benefits {
    display: flex;
    align-items: center;
    gap: 30px;
}

.benefit {
    text-align: center;
    min-width: 130px;
}

.cta-section {
    background: linear-gradient(135deg, #112040 0%, #112040 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="M0 50 Q25 30 50 50 Q75 70 100 50" fill="none" stroke="rgba(0,146,199,0.08)" stroke-width="2"/></svg>');
    background-size: 100px 100px;
}

.cta-section h3 {
    font-size: clamp(30px, 4vw, 68px);
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
}

.cta-section h3 span {
    color: var(--primary-color);
}

.cta-section p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.65);
    max-width: 780px;
    margin: 0 auto 40px;
    line-height: 1.65;
    position: relative;

    @media (max-width: 575px) {
        font-size: 16px;
    }
}

.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width: 991px) {

    .warning-layout {
        grid-template-columns: 1fr;
    }

    .warning-footer {
        flex-direction: column;
    }

    .footer-benefits {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-heading h2 {
        font-size: 42px;
    }
}

.section-heading {
    display: grid;
    align-items: center;
    justify-content: left;
    gap: 70px;
    grid-template-columns: 1fr .4fr;
    margin-bottom: 30px;

    @media (max-width: 991px) {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }
}

.damage-map-card>img {
    border-radius: 20px;
}

#return-to-top {
    position: fixed;
    text-align: center;
    cursor: pointer;
    bottom: 70px;
    right: 40px;
    width: 60px;
    height: 80px;
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    border: none;
    background: #1a325d;
    font-size: 1.2rem;
    transition: all 500ms ease;
    z-index: 999;

    @media (max-width:991px) {
        right: 30px
    }

    @media (max-width:575px) {
        right: 20px
    }
}

#return-to-top i {
    top: 7px
}

#return-to-top i {
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 12px;
}

#return-to-top:hover i {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: leFadeInBottom;
    animation-iteration-count: infinite;
    color: #fff;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer {
    background: #0d1f3c;
    color: rgba(255, 255, 255, 0.6);
    padding: 70px 40px 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 30px;

    @media (max-width: 991px) {
        grid-template-columns: 2fr 2fr;
        row-gap: 20px;
        column-gap: 40px;
    }

    @media (max-width: 575px) {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }
}

.footer-col .widget-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin-bottom: 20px;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-col li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color .2s;
}

.accordion {
    .faq-box {
        box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
        background: #fff;

        &:not(:last-child) {
            margin-bottom: 20px
        }

        .faq-title {
            background: #fff;
            cursor: pointer;
            padding: 15px 50px 15px 15px;
            position: relative;
            width: 100%;
            font-size: 24px;
            margin-bottom: 0;
            border-radius: 5px;

            &::after {
                content: "\f105";
                font-family: "fontawesome";
                position: absolute;
                right: 15px;
                top: 18px;
                font-weight: 900;
                text-align: center;
                font-size: 20px;
                transform: rotate(90deg);
                transition: all 0.3s;

                @media all and (max-width:575px) {
                    top: 15px
                }
            }

            &.open {
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                color: #1A325D;

                &::after {
                    content: "\f107";
                    color: #1a325d;
                    transform: rotate(180deg)
                }
            }

            @media all and (min-width:576px) and (max-width:1199px) {
                font-size: 22px
            }

            @media all and (max-width:575px) {
                font-size: 18px
            }
        }

        .faq-body {
            display: none;
            overflow: hidden;
            padding: 20px;
            position: relative;
            z-index: 1;
            box-shadow: inset 0 0 5px rgb(0 0 0 / .1);
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;

            p {
                margin-bottom: 0
            }

            &.active {
                display: block
            }

            @media all and (max-width:575px) {
                padding: 15px
            }
        }
    }
}

.footer-logo {
    max-width: 220px;
    opacity: 0.85;
}

.breadcrumb ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.breadcrumb ul>li {
    float: left;
}

.breadcrumb a {
    color: #0092c7;
    padding: 0;
    font-style: normal;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    line-height: 1.5;
    text-decoration: none;
    text-wrap: wrap;
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    content: '/';
    color: #000000ad;
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.menu-icon {
    display: flex;
    text-align: center;
    width: 30px;
    height: 30px;
}

.menu-icon-in {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}

.menu-icon-in span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: #fff;
    border-radius: 10px;
}

.menu-icon-in span,
.menu-icon-in.open span:nth-child(3),
.menu-icon-in.open span:nth-child(1),
.menu-icon-in:hover span {
    background-color: #000;
}

.menu-icon-in span:nth-child(1) {
    top: 10%;
}

.menu-icon-in span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-icon-in span:nth-child(3) {
    bottom: 10%;
}

.dvLeft {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 9998;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    padding: 15px;
    transition: all .5s;
    box-shadow: 1px 0 5px #0000003d;
    left: -320px;
}

.dvLeft.open {
    left: 0;
}

#slidebar-out {
    color: #732525;
    font-size: 1.6rem;
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
}

.dvLeft .menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
    flex-wrap: nowrap;
}

.dvLeft .menu li {
    position: relative;
}

.dvLeft .menu li a {
    color: #fff;
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    padding: .8rem;
    z-index: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

@media (max-width: 1199.5px) {
    .dvLeft .menu li a {
        color: var(--secondary-color);
        font-weight: 500;
    }

    .dvLeft .menu li+li {
        margin-top: 3px;
        padding-top: 3px;
        border-top: 1px solid #fdc9c973;
    }
}

.header-bg-on-scroll,
.header-bg-on-click {
    -webkit-animation: 600ms ease-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-out 0s normal none 1 running fadeInDown;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.dvLeft .nav {
    min-height: 0;
    -webkit-box-flex: 1;
    flex: 1;
    margin: 20px 0;
}

.mask-overlay {
    content: "";
    position: fixed;
    background: linear-gradient(180deg, rgb(0 0 0 / 50%), rgb(41 61 102 / 30%));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.menu-icon-in span,
.menu-icon-in.open span:nth-child(3),
.menu-icon-in.open span:nth-child(1),
.menu-icon-in:hover span {
    background-color: #000;
}

.menu-icon-in.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.menu-icon-in.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
    background-color: #000;
}

.menu-icon-in.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
    background-color: #000;
}


@media (max-width: 1199px) {
    .menu-icon-in span {
        height: 2px;
    }
}

@keyframes leFadeInBottom {
    from {
        opacity: 0;
        transform: translateY(50%)
    }

    to {
        opacity: 1;
        transform: translateY(-50%)
    }
}

@media (max-width: 991px) {

    .why-choose-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-features {
        padding: 30px;
    }

    .why-features li {
        font-size: 16px;
        padding-left: 65px;
    }
}

@media (max-width: 575px) {

    .why-content p {
        font-size: 16px;
    }

    .why-features {
        padding: 25px;
        border-radius: 20px;
    }

    .why-features li {
        padding-left: 60px;
    }

    .why-features li::before {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}

@media(max-width:991px) {

    .emergency-layout {
        grid-template-columns: 1fr;
    }

    .note-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .note-illustration {
        display: none;
    }
}

@keyframes signalWave {
    0% {
        stroke-dashoffset: 12;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    60% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: -12;
        opacity: 0;
    }
}

@media (min-width:768px) {
    .count-md-2 {
        column-count: 2
    }
}

@media (min-width:992px) {
    .count-lg-2 {
        column-count: 2
    }
}

@media (min-width: 1200px) {

    .container {
        max-width: 1350px;
    }

    .top-navigation .menu-main-menu-container>ul>li>a {
        position: relative;
        color: var(--tertiary-color);
        font-weight: 500;
        letter-spacing: 0.5px;
        font-size: 13px;
        text-decoration: none;
        padding: 1rem 0;
        transition: all 0.3s ease;
    }

    .sub-menu {
        background: #fff;
        top: 120%;
        z-index: 99;
        min-width: 24rem;
        width: max-content;
        border-radius: 0;
        opacity: 0;
        visibility: hidden;
        left: 2rem;
        box-shadow: 0 0 1px 0 rgb(0 0 0 / 0.21);
        position: absolute;
        list-style: none;
        transition: top 0.3s;
    }

    .menu-item {
        position: relative;
    }

    .menu-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .top-navigation .menu-main-menu-container ul li a:hover {
        color: var(--primary-color);
        transition: all 0.3s ease;
    }

    .top-navigation nav ul li:last-child .sub-menu {
        left: inherit;
        right: 0;
    }

    .dvLeft {
        display: none;
    }
}

@media (min-width: 1350px) {
    .top-navigation .menu-main-menu-container>ul>li>a {
        font-size: 13px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1480px;
    }

    .top-navigation .menu-main-menu-container>ul>li>a {
        font-size: 14px;
    }
}

/* ---------- Contact Form ---------- */

form p {
    margin: 0 0 24px;
}

form label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
}

form input,
form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 7px 2px;
    font: inherit;
    font-size: 15px;
    color: #222;
    outline: none;
    transition: .3s;
    box-sizing: border-box;
}

form textarea {
    min-height: 80px;
    resize: vertical;
    max-height: 90px;
}

form input:hover,
form textarea:hover {
    border-color: #bbb;
}

form input:focus,
form textarea:focus {
    border-color: #3c8d2f;
}

form input::placeholder,
form textarea::placeholder {
    color: #aaa;
}

form button {
    height: 46px;
    padding: 0 28px;
    border: none;
    border-radius: 30px;
    background: #1A325D;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 8px 18px rgba(59, 152, 47, .15);
}

form button:hover {
    background: #213c6e;
    transform: translateY(-2px);
}

@media(max-width:768px) {

    form p {
        margin-bottom: 18px;
    }

    form button {
        width: 100%;
    }

}