/* Shared responsive foundation for the nested landing sections. */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

/* The manually integrated widget supplies the site's visible Live Chat CTAs.
   Keep its minimized iframe from reserving a large blank panel on first load;
   the CTA still opens the full widget on demand. */
#chat-widget-minimized {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

#livechat-floating-button {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 1002;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #f6921e;
    box-shadow: 0 8px 22px rgba(34, 34, 34, .24);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

#livechat-floating-button:hover,
#livechat-floating-button:focus-visible {
    background: #e77e0b;
    box-shadow: 0 10px 26px rgba(34, 34, 34, .32);
    transform: translateY(-3px);
}

#livechat-floating-button img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

@media screen and (max-width: 575.98px) {
    #livechat-floating-button {
        right: 14px;
        bottom: 16px;
        width: 52px;
        height: 52px;
    }

    #livechat-floating-button img {
        width: 29px;
        height: 29px;
    }
}

img,
video {
    height: auto;
}

header {
    z-index: 1000;
    padding: 12px 0;
}

header .container,
header .row,
header [class*="col-"] {
    min-width: 0;
}

header img {
    display: block;
    width: min(220px, 100%);
    max-height: 90px;
    object-fit: contain;
}

header a,
button,
.btn-style-1,
.btn-style-2,
.btn-style-get,
.chnge-btn2 {
    overflow-wrap: anywhere;
}

section > .container,
footer > .container {
    width: 100%;
}

.top-form,
.form-design,
.pop-design,
form {
    max-width: 100%;
}

.top-form input,
.top-form textarea,
.form-design input,
.form-design textarea,
.pop-design input,
.pop-design textarea,
form input,
form textarea,
form select {
    max-width: 100%;
    box-sizing: border-box;
}

.p-special-style,
.ul-style li,
footer p,
footer a {
    overflow-wrap: anywhere;
}

@media screen and (max-width: 1099.98px) {
    header {
        padding: 10px 0;
    }

    .nav-book .navbar {
        position: relative;
    }

    .nav-book .mobile-view-class {
        min-height: 78px;
        padding: 10px 18px;
        border-radius: 0 0 18px 18px;
    }

    .nav-book .toggle-control-btn {
        display: flex;
        align-items: center;
    }

    .nav-book .navbar-toggler {
        width: 48px;
        height: 48px;
        padding: 10px 11px;
        border: 1px solid rgba(246, 146, 30, .35);
        border-radius: 14px;
        background: #fff7ed;
        box-shadow: 0 5px 14px rgba(35, 35, 35, .12);
        transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    .nav-book .navbar-toggler:hover,
    .nav-book .navbar-toggler:focus-visible {
        background: #f6921e;
        box-shadow: 0 7px 18px rgba(246, 146, 30, .3);
    }

    .nav-book .navbar-toggler:active {
        transform: scale(.96);
    }

    .nav-book .navbar-toggler span {
        width: 24px;
        height: 3px;
        margin: 4px 0;
        border-radius: 4px;
        background: #171717;
        transform-origin: center;
    }

    .nav-book .navbar-toggler:not(.collapsed) .top-bar {
        transform: translateY(7px) rotate(45deg);
    }

    .nav-book .navbar-toggler:not(.collapsed) .middle-bar {
        opacity: 0;
        transform: scaleX(0);
    }

    .nav-book .navbar-toggler:not(.collapsed) .bottom-bar {
        transform: translateY(-7px) rotate(-45deg);
    }

    .nav-book .ul-mob-control {
        position: absolute;
        z-index: 2;
        top: calc(100% - 2px);
        left: 16px;
        right: 16px;
        width: auto;
        padding: 10px;
        border: 1px solid rgba(246, 146, 30, .2);
        border-radius: 16px;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 14px 30px rgba(28, 30, 33, .18);
    }

    .nav-book .ul-mob-control .nav-link {
        color: #171717 !important;
        border-radius: 10px;
        padding: 11px 14px !important;
        font-weight: 600;
    }

    .nav-book .ul-mob-control .nav-link:hover,
    .nav-book .ul-mob-control .nav-link:focus-visible {
        color: #fff !important;
        background: #f6921e;
    }

    .nav-book .ul-mob-control .dropdown-menu {
        position: static;
        display: none;
        width: 100%;
        margin: 2px 0 6px;
        padding: 6px;
        border: 1px solid rgba(246, 146, 30, .16);
        border-radius: 11px;
        box-shadow: none;
        transform: none !important;
    }

    .nav-book .ul-mob-control .dropdown-menu.show {
        display: block;
    }

    .nav-book .ul-mob-control .dropdown-menu .dropdown-item {
        padding: 9px 12px !important;
        border-radius: 8px;
        color: #333 !important;
    }

    .nav-book .ul-mob-control .dropdown-menu .dropdown-item:hover,
    .nav-book .ul-mob-control .dropdown-menu .dropdown-item:focus-visible {
        color: #fff !important;
        background: #f6921e;
    }

    header .row {
        row-gap: 10px;
    }

    .section-1 h1 {
        font-size: clamp(2rem, 5vw, 3.5rem);
        line-height: 1.12;
    }

    .section-1 .row,
    .section-2 .row,
    .section-3 .row {
        align-items: center;
    }

    .p-80,
    .top-bottom-padding {
        padding-block: clamp(48px, 7vw, 80px);
    }
}

@media screen and (max-width: 575.98px) {
    .nav-book .mobile-view-class {
        min-height: 72px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-book .navbar-toggler {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .nav-book .ul-mob-control {
        left: 12px;
        right: 12px;
    }
}

@media screen and (max-width: 767.98px) {
    header {
        padding: 8px 0;
    }

    header .container,
    section > .container,
    footer > .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    header .container > .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    header .container > .row > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .section-1 h1 {
        font-size: clamp(2rem, 9vw, 2.75rem);
    }

    .section-1,
    .section-2,
    .section-3 {
        padding-top: 36px;
        padding-bottom: 48px;
    }

    .section-1 .row,
    .section-2 .row,
    .section-3 .row {
        margin-left: 0;
        margin-right: 0;
    }

    .section-1 .row > [class*="col-"],
    .section-2 .row > [class*="col-"],
    .section-3 .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .top-form {
        padding: 16px;
    }

    .btn-style-1,
    .btn-style-2,
    .btn-style-get,
    .chnge-btn2 {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .services-box {
        height: auto;
        min-height: 0;
    }

    .modal-dialog {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
        margin: 12px auto;
    }

    .modal-content {
        max-width: 100%;
    }

    .btn-pop-closs button {
        right: 0;
    }

    .p-80,
    .top-bottom-padding {
        padding-block: 44px;
    }
}

@media screen and (max-width: 430px) {
    header .col-399 {
        width: 100%;
        justify-content: center !important;
    }

    header .col-399 > a {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .section-1 h1 {
        font-size: clamp(1.9rem, 9vw, 2.4rem);
    }

    .ul-style {
        margin-left: 0;
        margin-right: 0;
    }

    .ul-style li {
        padding-left: 4px;
        padding-right: 4px;
        font-size: 15px;
    }
}
