
        .widget-booking__button-icon {
            cursor: pointer;
            pointer-events: none;
        }

        /* :root {
            --primary_color: red;
            --secondary_color: blue;
        } */

        .widget-booking__phone-icon {
            width: 49px;
        }

        html {
            scroll-behavior: smooth;
        }


        a {
            text-decoration: none;
        }

        body {
            margin: 0;
        }

        .footer04__link {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 14.5814px;
            line-height: 20px;
            text-align: right;
            letter-spacing: 0.182267px;
            color: #FFFFFF;
            padding: 5px 10px;
        }

        /*Content table  01*/
        .footerindex__footer-container {
            display: grid;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            grid-template-areas:
                "logo location-phone"
                "social-media location-phone";
            padding: 54px 203px;
            padding-bottom: 20px;
            box-sizing: border-box;
            row-gap: 10px;
            column-gap: 10px;
            position: relative;
        }

        .footerindex__tab-navigation-content {
            display: flex;
            flex-direction: column;
            row-gap: 25px;
        }

        .footerindex__links-content {
            display: flex;
            column-gap: 20px;
            align-items: center;
            flex-wrap: wrap;
            /*background: #1db5be;*/
        }

        .footerindex__tabs-content {
            grid-area: links;
        }

        .footerindex__image {
            margin-right: 10px;
            margin-bottom: 4px;
        }

        .footerindex__logo-content {
            grid-area: logo;
            position: relative;
            width: 33%;
            top: -25px;
        }

        .footerindex__link {
            font-family: "Inter";
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            font-feature-settings: "liga" off;
            color: #737373;
        }

        .footerindex__powered-content {
            height: 141px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            text-align: center;
            row-gap: 5px;
            background:#15083E !important;
            border-top: solid 1px #15083E !important;
        }

        .footerindex__powered-border-top {
            width: 90%;
            /* height: 100%; */
            display: flex;
            align-items: flex-start;
            justify-content: center;
            border-top: 1px solid white;
            background-color: #15083E !important;
            border-color: #15083E !important;
        }

        .footerindex__powered-label {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            text-align: center;
            color: #A7A4AF;
            /*background: tan;*/
        }

        .footerindex__social-media-content {
            grid-area: social-media;
            display: flex;
            row-gap: 25px;
            align-items: center;
            /* background: #7c3aed; */
            column-gap: 50px;
            justify-content: flex-end;
        }

        .footerindex__contact-button {
            /*max-height: 52px;*/
            min-height: 52px;
            min-width: 153px;
            min-height: 17px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            padding: 15px 40px;
            justify-content: center;
            box-sizing: border-box;
            border-radius: 100px;
        }

        .footerindex__contact-label {
            font-family: "Montserrat";
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 22px;
            text-align: center;
            letter-spacing: 0.2px;
            color: #ffffff;
        }

        .footerindex__location-phone-content {
            grid-area: location-phone;
            /* background: violet; */
            border-right: solid 8px;
            height: min-content;
            padding-right: 10px;
        }

        .footerindex__location-phone-content {
            grid-area: location-phone;
            /* background: violet; */
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            row-gap: 10px;
            justify-content: space-between;
        }

        .footerindex__location-content svg {
            min-width: 20px;
        }

        .footerindex__sm-accounts-content {
            display: flex;
            column-gap: 15px;
        }

        .footerindex__image {
            margin-right: 10px;
            margin-bottom: 4px;
        }

        .footerindex__location-content {
            display: flex;
            align-items: center;
            column-gap: 12px;
        }

        .footerindex__location-text {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 14.5814px;
            line-height: 22px;
            text-align: right;
            letter-spacing: 0.182267px;
            color: #ffffff;
        }

        .footerindex__phone-text {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 14.5814px;
            line-height: 22px;
            text-align: right;
            letter-spacing: 0.182267px;
            color: #ffffff;
        }

        .footerindex__tabs-content {
            display: flex;
            align-items: center;
        }

        .footerindex__powered-border-top {
            width: 90%;
            padding-top: 21px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-top: 1px solid white;
        }

        .footerindex__footer-container {
            display: grid;
            justify-content: space-between;
            width: 100%;
            padding: 54px 70px;
            box-sizing: border-box;
            row-gap: 25px;
            column-gap: 10px;
            padding-bottom: 30px;
        }

        .footerindex__politics-container {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .footerindex__terms-conditions {
            display: flex;
            align-items: center;
            column-gap: 10px;
            margin-bottom: 25px;
        }
        
        .footerindex__privacy-policy {
            color: var(--primary_color) !important;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 200;
            font-size: 14px;
            line-height: 20px;
            font-feature-settings: 'liga' off;
            cursor: pointer;
        }

        .footerindex__privacy-policy:hover {
            text-decoration: underline;
        }

        .animated-footer__container {
            width: 100%;
        }

        .footer-section {
            background: #15083E;
            display: flex;
            align-items: center;
            padding: 30px 80px 0px 80px;
            border-top: solid 1px #15083E;
        }

        .footer-social-media {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;            
            row-gap: 20px;            
            width: 33%;
        }

        .footer-links {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            width: 33%;   
            row-gap: 20px;       
        }

        .footer-nav-links {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            padding-right: 10px;                       
            border-right: 4px solid var(--primary_color);
            row-gap: 10px;
        }

        .footer-social-media-icon {
            width: 52px;
        }

        .footer-social-medita-title {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 500;
            font-size: 17px;
            line-height: 20px;
            text-align: center;
            color: #CEC4FD;
        }

        .footer-custom-booking {
            border-radius: 5px;
            background: var(--primary_color);
            text-align: center;
            padding: 14px 25px;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 14.5814px;
            line-height: 20px;
            text-align: right;
            letter-spacing: 0.182267px;
            box-sizing: border-box;
            color: #FFFFFF;
        }

        .footerindex__logo-content .footer-custom-booking {
            display: none;
        }

        .footer04__link:hover {
            /* background: none; */
            color: var(--primary_color);
            text-decoration: underline;
        }

        .footer-custom-booking:hover {
            background: var(--primary_color) !important;
            filter: brightness(80%) !important;
            text-decoration: none !important;
            color: #FFFFFF !important;
        }
        
        .adcentral-link:hover {
            text-decoration: underline;
        }

        .footer04__link:hover,
        .footer04__link:focus {
            border-radius: 8px !important;
        }

        .hide-sm {
            display: none;
        }

        @media (min-width: 1501px) {

            /*Styles new logo shape*/
            .footerindex__image {
                position: absolute;
                width: 145px;
            }

            .footerindex__footer-container {
                padding: 70px 125px 55px 120px !important;
            }

            /*Styles new logo shape*/
            .footerindex__store-name-container {
                padding: 8px;
                box-sizing: border-box;
                background: #000000;
                box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
                border-radius: 5px;
                width: 241px;
                height: 54px;
                display: flex;
                align-items: center;
            }

            .footerindex__parent-store-name-content {
                width: 220px;
                height: 33px;
            }

            .footerindex__store-name-label {
                width: 220px;
                height: 33px;
                background: #000000;
                text-align: center;
                color: white;
                display: flex !important;
                font-family: "Montserrat";
                align-items: center;
                font-weight: 700;
                text-align: center;
                letter-spacing: 0.17562px;
                text-transform: uppercase;
                justify-content: center;
            }

            .footer-line {
                width: 70%;
                border: 1px solid rgba(140, 114, 255, 0.5);
            }
        }

        @media (min-width: 1001px) and (max-width: 1500px) {
            .footerindex__logo-content {
                height: 65px;
            }
            
            .footerindex__image {
                position: absolute;
                top: 0;
                left: 0;
                width: 145px;
            }

            .footerindex__footer-container {
                padding: 25px 125px 55px 120px !important;
            }

            .footerindex__store-name-container {
                padding: 8px;
                box-sizing: border-box;
                background: #000000;
                box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
                border-radius: 5px;
                width: 241px;
                height: 54px;
                display: flex;
                align-items: center;
            }

            .footerindex__parent-store-name-content {
                width: 220px;
                height: 33px;
            }

            .footerindex__store-name-label {
                width: 220px;
                height: 33px;
                background: #000000;
                text-align: center;
                color: white;
                display: flex !important;
                font-family: "Montserrat";
                align-items: center;
                font-weight: 700;
                text-align: center;
                letter-spacing: 0.17562px;
                text-transform: uppercase;
                justify-content: center;
            }

            .footer-line {
                width: 70%;
                border: 1px solid rgba(140, 114, 255, 0.5);
            }
        }

        @media (min-width: 1px) and (max-width: 1000px) {
            /*Styles new logo shape*/
            .footerindex__image {
                position: absolute;
                top: 0;
                left: 0;
                width: 110px;
            }

            .footerindex__footer-container {
                padding: 20px !important;
            }

            .footerindex__logo-content {
                height: 65px;
                width: 90%;
                margin-top: 40px;
            }

            .footerindex__no-logo-container {
                min-width: 100%;
                margin: auto;
            }

            .footerindex__image {
                margin: 0 auto;
                margin-right: 10px;
                margin-bottom: 4px;
            }

            .footerindex__footer-container {
                display: grid;
                grid-template-columns: auto auto;
                width: 100%;
                padding: 30px 32px;
                box-sizing: border-box;
                row-gap: 10px;
                column-gap: 20px;
            }

            .footerindex__tabs-content {
                display: none !important;
            }

            .footerindex__location-phone-content {
                grid-area: location-phone;
                /*background: violet;*/
                display: flex;
                flex-direction: column;
                row-gap: 5px;
            }

            .footerindex__location-content {
                display: flex;
                align-items: center;
                column-gap: 12px;
            }

            .footerindex__location-text {
                font-family: "Inter";
                font-style: normal;
                font-weight: 400;
                font-size: 14.5814px;
                line-height: 22px;
                text-align: right;
                letter-spacing: 0.182267px;
                color: #ffffff;
                text-align: end;
            }

            .footerindex__phone-text {
                font-family: "Inter";
                font-style: normal;
                font-weight: 400;
                font-size: 14.5814px;
                line-height: 22px;
                text-align: right;
                letter-spacing: 0.182267px;
                color: #ffffff;
                text-align: end;
            }

            .footerindex__social-media-content {
                display: flex;
                flex-direction: column-reverse;
                align-items: flex-end;
                row-gap: 25px;
                justify-content: center;
                column-gap: 10px;
                margin: auto;
            }

            .footerindex__tabs-content {
                display: flex;
                align-items: center;
                flex-direction: column;
            }

            .footerindex__location-phone-content {
                margin: 0 auto;
            }

            .footerindex__links-content {
                display: flex;
                column-gap: 20px;
                flex-wrap: wrap;
                row-gap: 15px;
                justify-content: center;
            }

            .footerindex__store-name-container {
                padding: 8px;
                box-sizing: border-box;
                background: #000000;
                box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
                border-radius: 5px;
                width: 241px;
                height: 54px;
                display: flex;
                align-items: center;
                margin: auto;
            }

            .footerindex__parent-store-name-content {
                width: 220px;
                height: 33px;
            }

            .footerindex__store-name-label {
                width: 220px;
                height: 33px;
                background: #000000;
                text-align: center;
                color: white;
                display: flex !important;
                font-family: "Montserrat";
                align-items: center;
                font-weight: 700;
                text-align: center;
                letter-spacing: 0.17562px;
                text-transform: uppercase;
                justify-content: center;
            }

            .footer-section {
                flex-direction: column;
                row-gap: 20px;
            }

            .footer-custom-booking {
                display: none;
            }

            .footerindex__logo-content .footer-custom-booking { 
                display: block;
                right: 0;
                position: absolute;
            }

            .footer-social-media {
                width: 100%;
            }

            .footer-links {
                align-items: center;
                width: 100%;                
            }

            .footer-nav-links {
                align-items: center;
                padding-right: initial;
                border-right: initial;
                border-top: 4px solid var(--primary_color);
                padding-top: 20px;
            }     
            
            .footerindex__powered-border-top {
                border: none;
                display: flex;
                align-items: center;
                flex-direction: column;
                row-gap: 5px;
            }
        }

        @media (min-width: 1px) and (max-width: 450px) {
            .footerindex__phone-text {
                text-align: center;
            }

            .footerindex__location-phone-content {
                align-items: center;
                border: none;
            }

            .footerindex__footer-container {
                display: grid;
                grid-template-columns: 1fr;
                width: 100%;
                grid-template-areas:
                    "logo"
                    "location-phone"
                    "social-media";
                padding: 30px 32px;
                box-sizing: border-box;
                row-gap: 10px;
                column-gap: 10px;
            }

            .footerindex__logo-content {
                margin: initial;
                top: 0;
                display: flex;
                justify-content: center;
            }

            .footerindex__location-content svg {
                min-width: 34px;
            }

            .footerindex__location-phone-content {
                row-gap: 10px;
                margin-bottom: 10px;
            }

            .footer-social-media-links {
                display: flex;
                width: 80%;
                justify-content: center;
                flex-wrap: wrap;
            }

            .footerindex__image {
                left: 25%;
                margin-right: 0;
                display: none;
            }

            .footerindex__logo-content .footer-custom-booking {
                right: initial;
                top: 50%;
            }

            .footer-section {
                padding: 0px 80px 0px 80px;
            }

            footer .responsive-name__store-name-container {
                display: none;
            }

            .footer-custom-booking {
                padding: 14px !important;
            }
        }
