/*
Theme Name: ITCS Agent Pro Bootstrap
Theme URI: https://www.itcs.co.uk/
Author: ITCS
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5 !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Atma', cursive;
    font-weight: 600;
}

h3 {
    width: fit-content;
    padding: 0px 5px 10px;
    border-bottom: 4px solid #FF7609;
    margin-bottom: 15px !important;
}

.container {}

.row {
    margin: 0px !important;
}

.container-fluid {
    padding: 0px !important;
}

p,
ul {}

b,
strong {}

a {}

a:hover {
    text-decoration: none;
}

.btn {
    font-family: 'Atma', cursive;
    font-weight: 600;
}

.btn-ele {
    background-color: #6D3BAA;
    color: #fff;
}

.btn-gir {
    background-color: #3c8ad4;
    color: #fff;
}

.btn-hip {
    background-color: #f6185e;
    color: #fff;
}

.btn a {}

.btn a:hover {}

img {
    width: 100%;
    height: auto;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.align-center {
    display: flex;
    justify-content: center;
}

.max-w {
    max-width: 1500px;
}

.row-padding {
    padding: 50px 0px;
}

.vert-centre {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.swirl-bg {
    background: url();
}

/* Text Colours */

.acf-text-green {
    color: #8bb600 !important;
}

.acf-text-yellow {
    color: #e2cf00 !important;
}

.acf-text-orange {
    color: #ff7609 !important;
}

.acf-text-purple {
    color: #6d3baa !important;
}

.acf-text-blue {
    color: #3c8ad4 !important;
}

.acf-text-pink {
    color: #f6185e !important;
}

/* Lightbox */

.lb-outerContainer {
    max-width: 98vw !important;
    max-height: 98vh !important;
}

.lb-image {
    max-width: 98vw !important;
    max-height: 98vh !important;
}

/* Header */

.header-bg {
    background-color: #4db36e;
}

.header-logo img {
    height: 140px;
    width: auto;
}

.header-contact {
    font-family: 'Atma', cursive;
    font-size: 22px;
}

.header-contact a {
    color: #fff !important;
    font-weight: 600;
}

.header-contact i {
    color: #fff !important;
}

/* End Header */

/* Home Page */

.slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1843 / 768;
    overflow: hidden;
}

.slider-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-frame-overlay {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

.slider-gradient-fade {
    background: linear-gradient(to bottom, #4db36e 0%, #ffffff 55%);
}

.about-us-section {
    position: relative;
    background: #ffffff;
    padding: 20px 40px;
}

.about-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.main-about-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.about-bottom-decoration {
    position: absolute;
    bottom: -40px;
    width: 100%;
    max-width: 420px;
    height: auto;
    z-index: 2;
    pointer-events: none;
    transform: translateX(-60%);
}

.testimonial-section {
    background-color: #5e9600;
    position: relative;
    padding-top: clamp(55px, 10vw, 110px);
    padding-bottom: clamp(50px, 10vw, 50px);
}

.testimonial-section .left-top-image,
.testimonial-section .right-top-image {
    position: absolute;
    top: 0;
    transform: translateY(-80%);
    width: clamp(180px, 18vw, 400px);
    height: auto;
}

.testimonial-section .left-top-image {
    left: 1rem;
}

.testimonial-section .right-top-image {
    right: 1rem;
}

.testimonial-window {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    min-height: 320px;
}

.testimonial-bottom-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 35%);
    max-width: 1000px;
    width: 45vw;
    height: auto;
}

.thank-you-slider img {
    height: 250px !important;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #fff;
}

.thankyou-img-row {
    margin-top: 60px !important;
}

.swiper.swiper-container.thank-you-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-top: 50px;
    padding: 0 15px;
}

.fb-section {
    padding: 25px !important;
}

.fb-card {
    border-radius: 12px;
}

/* Facebook Plugin */

.fts-jal-fb-header {
    display: none;
}

.fts-simple-fb-wrapper {
    column-count: 3;
    column-gap: 10px;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .fts-simple-fb-wrapper {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .fts-simple-fb-wrapper {
        column-count: 1;
    }
}

.fts-jal-single-fb-post {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px !important;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    vertical-align: top;
}

.fts-jal-single-fb-post:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

/* Image / Video */
.fts-jal-single-fb-post img,
.fts-jal-fb-link-wrap,
.fts-jal-fb-vid-wrap {
    width: 100% !important;
    margin: 0;
    display: block;
}

/* Content Wrapper */
.fts-jal-single-fb-post .fts-jal-fb-right-wrap {
    padding: 8px;
    display: flex;
    flex-direction: column;
}

/* Header Row + Message */
.fts-jal-fb-top-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}

.fts-jal-fb-top-wrap .fts-clear {
    display: none !important;
}

/* Avatar */
.fts-jal-fb-user-thumb img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 6px;
    flex: 0 0 auto;
}

/* Name */
.fts-jal-fb-user-name {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-right: auto;
    order: 0;
}

/* Time */
.fts-jal-fb-post-time {
    font-size: 12px;
    color: #999999;
    order: 0;
}

/* Message Text */
.fts-jal-fb-message {
    order: 1;
    flex: 1 1 100%;
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: #444444;
    white-space: normal;
    word-break: break-word;
}

.fts-jal-fb-message>.fts-clear {
    display: none !important;
}

/* Footer (Likes/Shares) */
.fts-likes-shares-etc-wrap {
    border-top: 1px solid #eeeeee;
    padding: 6px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.fts-likes-shares-etc-wrap a {
    color: #555555;
    text-decoration: none;
}

.fts-likes-shares-etc-wrap a:hover {
    color: #000000;
}

.fts-jal-fb-header a,
.fts-jal-single-fb-post a {
    transition: .3s ease-in-out;
    word-break: break-word;
    border: 0 !important;
    color: #014403;
}

/* End Home Page */

/* Footer */

.footer-bg {
    background-color: #4db36e;
    border-top: 4px solid #8b592e;
    padding: 50px 50px 10px;
}

.footer-bg * {
    color: #fff;
}

.footer-logo {
    padding: 0px 25px;
}

.footer-logo img {
    height: 225px;
    width: auto;
}

.b-footer-right {
    text-align: right;
}

.bottom-footer * {
    color: #fff;
}

.bottom-footer {
    padding: 15px;
    background-color: #6D3BAA;
}

.bottom-footer p {
    margin: 0px;
}

.white-bg {
    background-color: #fff;
    padding: 5px;
    margin-right: 10px;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 5px;
}

.footer-accreds img {
    width: fit-content;
    height: 45px;
}

.footer-accreds {
    padding: 10px 0px;
}

/* End Footer */

/* Internal Pages */

.title-frame {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-frame h1 {
    margin: 0;
    padding-top: 1rem;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    font-size: 50px;
}

.title-padding {
    padding: 20px 0px;
}

.map-frame {
    border: 4px solid #8b592e;
    height: 450px;
}

.form-card {
    padding: 25px;
}

label {
    font-family: "Atma", cursive;
    font-weight: 700;
}

.section-bg {
    border-top: 2px solid #d8e9de;
}

.form-card {
    border-radius: 10px;
}

.l-card {
    min-height: 570px;
    background-image: url(/wp-content/uploads/2025/05/bottom-Jungleborder.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-bottom: 20px;
}

.img-card {
    position: relative;
    height: 350px;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 10px;
}

.img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.img-card:hover img {
    transform: scale(1.2);
}

.gallery-item {
    position: relative;
    height: 350px;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.gallery-item:hover img {
    transform: scale(1.2);
}

/* End Internal Pages */

/* Template Parts */

section.basic-text-block {
    padding: 20px;
}

.gallery-item img {
    height: 100%;
    border-radius: 8px;
}

section {
    padding: 20px 0px;
}

.block-img-cols img {
    border-radius: 10px;
}

.block-img-cols {
    padding: 0px 20px;
}

.image-block .description-wrapper {
    position: relative;
}

.image-block .description-wrapper .overlay-img {
    position: absolute;
    top: -20px;
    right: 0rem;
    max-width: 200px;
    height: auto;
    z-index: 2;
}

.cta-overlay-2 h2 {
    text-shadow:
        -3px -3px 0 #fff,
        3px -3px 0 #fff,
        -3px 3px 0 #fff,
        3px 3px 0 #fff;
    font-size: 56px;
}

/* End Template Parts */

/* Nav */

/* ─────────────────────────────
   NAVBAR BAR & TOP‑LEVEL LINKS
   ───────────────────────────── */
.navbar {
    padding-bottom: 0;
    min-height: 60px;
    background-color: #4db36e;
    position: relative;
    z-index: 1000;
}

.navbar-nav {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 0;
}

.navbar-nav>.nav-item {
    flex: 1 1 auto;
    position: relative;
    overflow: visible !important;
    min-width: 100px;
}

.navbar-nav>.nav-item:hover {
    transform: translateY(-3px);
}

/* -------------- clip‑paths stay exactly as you built them -------------- */
.navbar-nav>.nav-item:nth-child(1) .nav-link {
    clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
}

.navbar-nav>.nav-item:nth-child(2) .nav-link {
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.navbar-nav>.nav-item:nth-child(3) .nav-link {
    clip-path: polygon(0% 20%, 50% 0%, 100% 20%, 100% 100%, 0% 100%);
}

.navbar-nav>.nav-item:nth-child(4) .nav-link {
    clip-path: polygon(0% 5%, 100% 15%, 100% 100%, 0% 100%);
}

.navbar-nav>.nav-item:nth-child(5) .nav-link {
    clip-path: polygon(0% 8%, 100% 3%, 100% 100%, 0% 100%);
}

.navbar-nav>.nav-item:nth-child(6) .nav-link {
    clip-path: polygon(0% 18%, 50% 0%, 100% 18%, 100% 100%, 0% 100%);
}

.navbar-nav>.nav-item:nth-child(7) .nav-link {
    clip-path: polygon(0% 5%, 100% 10%, 100% 100%, 0% 100%);
}

.navbar-nav>.nav-item:nth-child(8) .nav-link {
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}

.navbar-nav>.nav-item:nth-child(9) .nav-link {
    clip-path: polygon(0% 2%, 100% 12%, 100% 100%, 0% 100%);
}

/* base look of every top‑level link */
.navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 20px 8px 14px;
    color: #fff !important;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    background: transparent;
    transition: all .3s ease-in-out;
}

/* alternating fun fonts – unchanged */
.navbar-nav .nav-item:nth-child(3n+1) .nav-link {
    font-family: 'Atma', cursive;
}

.navbar-nav .nav-item:nth-child(3n+2) .nav-link {
    font-family: 'Luckiest Guy', cursive;
}

.navbar-nav .nav-item:nth-child(3n) .nav-link {
    font-family: 'Gloria Hallelujah', cursive;
}

/* individual gradient backgrounds – all kept */
.navbar-nav .menu-item-55 .nav-link {
    background: linear-gradient(135deg, #f6185e, #ff75a0);
}

.navbar-nav .menu-item-51 .nav-link {
    background: linear-gradient(135deg, #0046b8, #3b82f6);
    text-shadow: 0 0 1px #000, 0 0 1px #000;
}

.navbar-nav .menu-item-57 .nav-link {
    background: linear-gradient(135deg, #007e91, #43d2e6);
}

.navbar-nav .menu-item-56 .nav-link {
    background: linear-gradient(135deg, #5f8e10, #addb4f);
}

.navbar-nav .menu-item-294 .nav-link {
    background: linear-gradient(135deg, #d1b900, #eede00);
    text-shadow: 0 0 1px #000, 0 0 1px #000;
}

.navbar-nav .menu-item-54 .nav-link {
    background: linear-gradient(135deg, #5d1aa9, #a259ff);
}

.navbar-nav .menu-item-52 .nav-link {
    background: linear-gradient(135deg, #f05a0e, #ffaa3e);
}

.navbar-nav .menu-item-999 .nav-link {
    background: linear-gradient(135deg, #c91f66, #f678a4);
}

.navbar-nav>li.dropdown>.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 999;
    border: none;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
}

.navbar-nav .dropdown-menu.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.navbar-nav .dropdown-submenu {
    position: relative;
}

.navbar-nav .dropdown-submenu>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: .05rem;
    display: none;
}

.navbar-nav .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-item {
    color: #333;
    font-weight: 600;
    padding: 8px 16px;
    transition: background .2s ease;
}

.navbar-nav .dropdown-menu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 98%;
    margin: 0;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
}

.internal-menu-border .navbar {
    border-bottom: 4px solid #8B592F;
}

.phone-only {
    display: none;
}

/* End Nav */

/* Posts Page  */

.post-tile {
    width: 50%;
    padding: 20px;
}

/* END Post Page */

/***********************************************************

                    RESPONSIVENESS

************************************************************/

/* // Devices 1600px and up */
@media (min-width: 1600px) {}

/* // Devices 1450px and up */
@media (min-width: 1450px) and (max-width: 1599px) {
    .max-w {
        max-width: 1400px;
    }
}

/* // Large devices (desktops, between 993px and 1450px) */
@media (min-width: 993px) and (max-width: 1449px) {
    .about-bottom-decoration {
        position: absolute;
        bottom: -40px;
        width: 60%;
        max-width: 420px;
        height: auto;
        z-index: 2;
        pointer-events: none;
        transform: translateX(-105%);
    }

    .max-w {
        max-width: 1300px;
    }

    .description-content h3 {
        width: fit-content;
        padding: 20px 5px 10px;
        border-bottom: 4px solid #FF7609;
        margin-bottom: 15px !important;
        font-size: 22px;
    }
}

/* // Large devices (desktops, between 767px and 992px) */
@media (min-width: 770px) and (max-width: 992px) {
    .col-12.col-lg-4.header-logo {
        text-align: center;
    }

    .header-logo img {
        height: 120px;
        width: auto;
    }

    .menu-toggle {
        font-size: 28px;
        background: none;
        border: none;
        color: #fff;
        top: 1rem;
        right: 1rem;
        z-index: 9999;
    }

    .mobile-menu-panel {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 75%;
        background: #4db36e;
        z-index: 9998;
        padding: 2rem 1.5rem;
        box-shadow: -2px 0 10px rgba(0, 0, 0, .2);
        transition: right .3s ease-in-out;
        overflow-y: auto;
    }

    .mobile-menu-panel.open {
        right: 0;
    }

    .mobile-menu,
    .mobile-menu .sub-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu li {
        margin: 0;
        position: relative;
    }

    .mobile-menu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.2rem;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
    }

    .mobile-menu li.menu-item-has-children>a::after {
        content: "▸";
        font-size: 1rem;
        transition: transform .2s;
    }

    .mobile-menu li.menu-item-has-children>a.open::after,
    .mobile-menu li.menu-item-has-children>.sub-menu.open~a::after {
        transform: rotate(90deg);
    }

    .mobile-menu .sub-menu {
        display: none;
        margin-left: 1rem;
    }

    .mobile-menu .sub-menu.open {
        display: block;
    }

    .mobile-menu .sub-menu li {
        margin: 0 0 .75rem;
    }

    .mobile-menu .sub-menu a {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
    }

    .mobile-menu .sub-menu .sub-menu {
        margin-left: 1.5rem;
    }

    ul.sub-menu.open {
        margin-top: 10px;
    }

    .mobile-menu-panel {
        background: #4db36e;
    }

    .mobile-menu>li>a {
        padding: .85rem .8rem;
        background: none;
        color: #fff;
        border-radius: 0;
        font-size: 1.3rem;
        font-weight: 700;
    }

    .mobile-menu>li:nth-child(3n+1)>a {
        font-family: 'Atma', cursive;
    }

    .mobile-menu>li:nth-child(3n+2)>a {
        font-family: 'Luckiest Guy', cursive;
    }

    .mobile-menu>li:nth-child(3n)>a {
        font-family: 'Gloria Hallelujah', cursive;
    }

    .mobile-menu li.menu-item-has-children>a::after {
        color: #fff;
    }

    .mobile-menu .sub-menu a {
        background: rgba(255, 255, 255, .15);
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        padding: .6rem .9rem;
        border-radius: 8px;
    }

    .mobile-menu .sub-menu a:hover,
    .mobile-menu .sub-menu a.open {
        background: rgba(255, 255, 255, .28);
    }

    nav.navbar.navbar-expand-md.w-100.px-0 {
        display: none;
    }

    .phone-col {
        display: none;
    }

    .phone-only {
        display: contents;
    }

    .float-right.header-icons {
        float: left !important;
    }

    .description-content h3 {
        width: fit-content;
        padding: 10px 5px 10px;
        border-bottom: 4px solid #FF7609;
        margin-bottom: 15px !important;
        font-size: 22px;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 769px) {
    .about-bottom-decoration {
        transform: translateX(-100%);
    }

    .menu-toggle {
        font-size: 28px;
        background: none;
        border: none;
        color: #fff;
        top: 1rem;
        right: 1rem;
        z-index: 9999;
    }

    .mobile-menu-panel {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 75%;
        background: #4db36e;
        z-index: 9998;
        padding: 2rem 1.5rem;
        box-shadow: -2px 0 10px rgba(0, 0, 0, .2);
        transition: right .3s ease-in-out;
        overflow-y: auto;
    }

    .mobile-menu-panel.open {
        right: 0;
    }

    .mobile-menu,
    .mobile-menu .sub-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu li {
        margin: 0;
        position: relative;
    }

    .mobile-menu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.2rem;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
    }

    .mobile-menu li.menu-item-has-children>a::after {
        content: "▸";
        font-size: 1rem;
        transition: transform .2s;
    }

    .mobile-menu li.menu-item-has-children>a.open::after,
    .mobile-menu li.menu-item-has-children>.sub-menu.open~a::after {
        transform: rotate(90deg);
    }

    .mobile-menu .sub-menu {
        display: none;
        margin-left: 1rem;
    }

    .mobile-menu .sub-menu.open {
        display: block;
    }

    .mobile-menu .sub-menu li {
        margin: 0 0 .75rem;
    }

    .mobile-menu .sub-menu a {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
    }

    .mobile-menu .sub-menu .sub-menu {
        margin-left: 1.5rem;
    }

    ul.sub-menu.open {
        margin-top: 10px;
    }

    .mobile-menu-panel {
        background: #4db36e;
    }

    .mobile-menu>li>a {
        padding: .85rem .8rem;
        background: none;
        color: #fff;
        border-radius: 0;
        font-size: 1.3rem;
        font-weight: 700;
    }

    .mobile-menu>li:nth-child(3n+1)>a {
        font-family: 'Atma', cursive;
    }

    .mobile-menu>li:nth-child(3n+2)>a {
        font-family: 'Luckiest Guy', cursive;
    }

    .mobile-menu>li:nth-child(3n)>a {
        font-family: 'Gloria Hallelujah', cursive;
    }

    .mobile-menu li.menu-item-has-children>a::after {
        color: #fff;
    }

    .mobile-menu .sub-menu a {
        background: rgba(255, 255, 255, .15);
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        padding: .6rem .9rem;
        border-radius: 8px;
    }

    .mobile-menu .sub-menu a:hover,
    .mobile-menu .sub-menu a.open {
        background: rgba(255, 255, 255, .28);
    }

    .phone-col {
        display: none;
    }

    .phone-only {
        display: contents;
    }

    .float-right.header-icons {
        float: left !important;
    }

    nav.navbar.navbar-expand-md.w-100.px-0 {
        display: none;
    }

    .col-12.col-lg-4.header-logo {
        text-align: center;
    }

    .header-logo img {
        height: 120px;
        width: auto;
    }

    h4.room-title {
        font-size: 22px;
    }

    h5.room-subtitle {
        font-size: 20px;
    }

    .about-us-section {
        display: none;
    }

    .row-padding {
        padding: 20px 0px;
    }

    .footer-bg {
        padding: 20px;
    }

    .footer-logo {
        padding: 20px 0px;
        text-align: center;
    }

    .description-content h3 {
        width: fit-content;
        padding: 10px 5px 10px;
        border-bottom: 4px solid #FF7609;
        margin-bottom: 15px !important;
        font-size: 22px;
    }

    .image-block .description-wrapper .overlay-img {
        position: static;
    }

    .cta-overlay-2 h2 {
        font-size: 26px;
        margin-top: -110px;
    }

    .b-footer-right {
        text-align: left;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

    .l-card h5 {
        font-size: 18px !important;
    }

    .form-card {
        padding: 25px 15px;
    }

    .about-bottom-decoration {
        transform: translateX(-100%);
    }

    .menu-toggle {
        font-size: 28px;
        background: none;
        border: none;
        color: #fff;
        top: 1rem;
        right: 1rem;
        z-index: 9999;
    }

    .mobile-menu-panel {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 75%;
        background: #4db36e;
        z-index: 9998;
        padding: 2rem 1.5rem;
        box-shadow: -2px 0 10px rgba(0, 0, 0, .2);
        transition: right .3s ease-in-out;
        overflow-y: auto;
    }

    .mobile-menu-panel.open {
        right: 0;
    }

    .mobile-menu,
    .mobile-menu .sub-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu li {
        margin: 0;
        position: relative;
    }

    .mobile-menu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.2rem;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
    }

    .mobile-menu li.menu-item-has-children>a::after {
        content: "▸";
        font-size: 1rem;
        transition: transform .2s;
    }

    .mobile-menu li.menu-item-has-children>a.open::after,
    .mobile-menu li.menu-item-has-children>.sub-menu.open~a::after {
        transform: rotate(90deg);
    }

    .mobile-menu .sub-menu {
        display: none;
        margin-left: 1rem;
    }

    .mobile-menu .sub-menu.open {
        display: block;
    }

    .mobile-menu .sub-menu li {
        margin: 0 0 .75rem;
    }

    .mobile-menu .sub-menu a {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
    }

    .mobile-menu .sub-menu .sub-menu {
        margin-left: 1.5rem;
    }

    ul.sub-menu.open {
        margin-top: 10px;
    }

    .mobile-menu-panel {
        background: #4db36e;
    }

    .mobile-menu>li>a {
        padding: .85rem .8rem;
        background: none;
        color: #fff;
        border-radius: 0;
        font-size: 1.3rem;
        font-weight: 700;
    }

    .mobile-menu>li:nth-child(3n+1)>a {
        font-family: 'Atma', cursive;
    }

    .mobile-menu>li:nth-child(3n+2)>a {
        font-family: 'Luckiest Guy', cursive;
    }

    .mobile-menu>li:nth-child(3n)>a {
        font-family: 'Gloria Hallelujah', cursive;
    }

    .mobile-menu li.menu-item-has-children>a::after {
        color: #fff;
    }

    .mobile-menu .sub-menu a {
        background: rgba(255, 255, 255, .15);
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        padding: .6rem .9rem;
        border-radius: 8px;
    }

    .mobile-menu .sub-menu a:hover,
    .mobile-menu .sub-menu a.open {
        background: rgba(255, 255, 255, .28);
    }

    .phone-col {
        display: none;
    }

    .phone-only {
        display: contents;
    }

    .float-right.header-icons {
        float: left !important;
    }

    nav.navbar.navbar-expand-md.w-100.px-0 {
        display: none;
    }

    .col-12.col-lg-4.header-logo {
        text-align: center;
    }

    .header-logo img {
        height: 120px;
        width: auto;
    }

    h4.room-title {
        font-size: 22px;
    }

    h5.room-subtitle {
        font-size: 20px;
    }

    .about-us-section {
        display: none;
    }

    .row-padding {
        padding: 20px 0px;
    }

    .footer-bg {
        padding: 20px;
    }

    .footer-logo {
        padding: 20px 0px;
        text-align: center;
    }

    .description-content h3 {
        width: fit-content;
        padding: 10px 5px 10px;
        border-bottom: 4px solid #FF7609;
        margin-bottom: 15px !important;
        font-size: 22px;
    }

    .image-block .description-wrapper .overlay-img {
        position: static;
    }

    .cta-overlay-2 h2 {
        font-size: 26px;
        margin-top: -110px;
    }

    .gal-col {
        padding: 5px 5px !important;
    }

    .gallery-item {
        margin: 0px;
        height: 225px;
    }

    section.gallery-block {
        padding: 0px 5px;
    }

    .title-frame {
        min-height: 160px !important;
    }

    .title-frame h1 {
        padding: 0px;
        margin-top: -20px;
        font-size: 50px;
    }

    .fb-section {
        padding: 10px 0px !important;
    }

    .fb-card {
        padding: 15px !important;
    }

    .b-footer-right {
        text-align: left;
    }
}