@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Roboto Condensed", sans-serif; */
/* font-family: "Roboto Slab", serif; */

body {
    margin: 0;
    padding: 0;
    color: #282828;
    font-size: 18px;
    background-color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
}

a {
    text-decoration: none;
    color: #282828;
}

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



@font-face {
    font-family: 'MarketPro';
    src: url('../fonts/MarketPro.eot');
    src: local('MarketPro'),
        url('../fonts/MarketPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MarketPro.woff2') format('woff2'),
        url('../fonts/MarketPro.woff') format('woff'),
        url('../fonts/MarketPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


::-webkit-scrollbar {
    width: 12px;
    height: 8px;
    background: var(--clr-white);
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #cde9e5;
}

::selection {
    background-color: #cde9e5;
    color: var(--clr-white);
}

.scroll-top {
    position: fixed;
    bottom: 18px;
    right: 15px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display: none;
    /*border: 1px solid #006aa4;*/
    /*background: #006aa4;*/
    border-radius: 50%;
    color: #fff;
}

.btn {
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #282828;
    border-color: #282828;
}

.btn-primary {
    background-color: #282828;
    border-color: #282828;
    font-weight: 700;
    font-size: 24px;
    border-radius: 8px;
    padding: 8px 20px;
}

.btn-primary:hover {
    background-color: #b3ded8;
    border-color: #b3ded8;
    color: #282828;
}


.btn-secondary {
    background-color: #b3ded8;
    border-color: #b3ded8;
    font-weight: 700;
    font-size: 24px;
    border-radius: 8px;
    padding: 8px 20px;
    color: #282828;
}

.btn-secondary img {
    max-width: 30px;
    margin-right: 5px;
}

.btn-secondary:hover {
    background-color: #282828;
    border-color: #282828;
    color: #fff;
}


.container {
    max-width: 1200px;
}

/* about info */

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

.about-info h2 {
    text-align: center;
    font-family: 'MarketPro';
    font-size: 32px;
    padding: 0 0 0;
    line-height: 36px;
}

.about-info p {
    font-size: 18px;
    text-align: center;
}

.about-logo {
    text-align: center;
    margin-bottom: 30px;
}

.about-logo img {
    max-width: 400px;
}

/* header */

header {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 111;
}

header .header-logo img {
    max-width: 250px;
}

header .navbar {
    padding: 0;
    height: 100%;
}

header .navbar-nav .nav-link,
.navbar-collapse,
.navbar-nav,
.nav-item {
    height: 100%;
    display: flex;
    align-items: center;
}

header .navbar-nav .nav-link {
    font-weight: 700;
    color: #282828;
    padding-right: 12px !important;
    padding-left: 12px !important;
    min-height: 120px;
    font-size: 20px;
}

header .navbar-nav .nav-link.active {
    background-color: #cde9e5;
}

header .navbar-nav .nav-link {
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
    border-left: solid 1px #fff;
}

header .navbar-nav .nav-link:hover {
    background-color: black;
    border-left: solid 1px #fff;
    color: white;
}

.header-logo {
    height: 100%;
}

.hero-info h1 {
    text-align: center;
    font-weight: 300;
    font-size: 46px;
    max-width: 575px;
    margin-bottom: 0;
}

.hero-info span {
    font-family: 'MarketPro';
    font-size: 40px;
    padding: 10px 0 0;
    line-height: normal;
    border-bottom: solid 4px #f9ce4e;
    margin-bottom: 60px;
}

.header-logo a {
    height: 100%;
    display: flex;
    align-items: center;
}

.book-action {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}

.book-action a {
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 20px;
}

.book-action-mobile a {
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 20px;
}

.mobile-header {
    display: flex;
    align-items: center;
}

.hero-img {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hero-img img {
    max-width: 500px;
}

/* hero section */

.hero-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/* book online */

.bottom-content-img {
    position: relative;
    max-width: 400px;
}

.bottom-content-img .book-img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    max-height: 580px;
    display: flex;
    align-items: end;
    justify-content: end;

}

.bottom-content-img:hover .book-img img {
    transform: scale(1.1);
}

.bottom-content-img .book-img img {
    object-fit: cover;
    object-position: end;
    transition: transform 0.3s ease;
}

.book-logo {
    position: absolute;
    bottom: 50px;
    right: -75px;
}

.book-logo img {
    max-width: 150px;

}

.bottom-content-info {
    margin-left: 40px;
}


.bottom-content-info h3 {
    font-family: 'MarketPro';
    font-size: 30px;
    padding: 10px 0;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 20px;
}

.bottom-content-info p {
    margin-top: 10px;
}

.quotes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
    min-height: 100px;
}

.quotes-content {
    position: relative;
}

.quotes-content .star {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: -5px;
}


.quotes-content .star img {
    max-width: 20px;
}

.quotes-content {
    background-color: #f2f2f2;
    padding: 20px 30px;
    border-radius: 20px;
    max-width: 300px;
}

.quotes-content p {
    font-size: 18px;
    font-style: italic;
    color: #282828;
}

.quotes-content span {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f2f2f2;
    position: absolute;
    bottom: -20px;
    /* Adjust based on your needs */
    left: 50%;
    /* Center the arrow horizontally */
    transform: translateX(-50%);
}

.quotes-content label {
    font-size: 18px;
    font-style: italic;
    color: #282828;
    position: absolute;
    bottom: -24px;
    width: 50%;
    right: 0;
    text-align: left;
}

.quotes-content label div {
    padding-left: 20px;
}


.content-quotes {
    padding-left: 20px;
    border-left: solid 6px #b3ded8;
}

.content-quotes p {
    font-size: 18px;
}

/* req-form-section */

.req-form-section {
    margin: 60px 0;
}

.req-form-section iframe {
    min-height: 890px;
}

.pb-120 {
    padding-bottom: 190px;
}

.pb-140 {
    padding-bottom: 140px;
}

/* inner hero */

.inner-hero {
    background-color: #f3f3f3;
    padding: 80px 0;
}

.inner-hero-info h1 {
    text-align: left;
    font-weight: 300;
    font-size: 46px;
    position: relative;
    margin-bottom: 10px;
    max-width: fit-content;
    position: relative;

}

.inner-hero-info h1::after {
    border-bottom: solid 6px #fdd252;
    width: 100%;
    max-width: 300px;
    content: '';
    bottom: -6px;
    height: 5px;
    position: absolute;
    left: 0;
}

.inner-hero-info h2 {
    font-family: 'MarketPro';
    font-size: 34px;
    padding: 10px 0;
    line-height: normal;
}

.inner-hero-info p {
    font-size: 18px;
}

/* hero section */

.content-section p {
    font-size: 18px;
    line-height: 27px;
}


/* about hero */

.about-hero {
    background-color: #f3f3f3;
    padding: 60px 0;
    text-align: center;
    position: relative;
}

.about-hero-info {
    display: flex;
    flex-direction: column;
    max-width: fit-content;
}

.about-hero-info h1 {
    text-align: center;
    font-weight: 400;
    font-size: 46px;
    position: relative;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero-info h1::after {
    border-bottom: solid 6px #fdd252;
    width: 100%;
    max-width: 340px;
    content: '';
    bottom: -6px;
    height: 5px;
    position: absolute;
}

.about-hero-info h2 {
    font-family: 'MarketPro';
    font-size: 34px;
    padding: 10px 0;
    line-height: normal;
    margin-top: 20px;
}

.about-hero-info a {
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
}


.about-caption {
    margin-bottom: 80px;
    max-width: max-content;
    text-align: center;
}

.about-caption h2 {
    font-weight: 400;
    font-size: 22px;
}

.about-caption h3 {
    font-weight: 400;
    font-size: 24px;
}

.about-caption h3 {
    font-weight: 400;
    display: flex;
    align-items: center;
}

.about-caption h3 span {
    font-weight: 400;
}

.about-caption span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.about-caption span img {
    max-width: 25px;
}

/* get to know */
.get-to-know-us {
    position: absolute;
    top: 20px;
}

.get-to-know-us img {
    max-width: 440px;
}

/* about-content-section */

.about-content-section {
    padding: 60px 0;
}

.about-content-section p {
    color: #282828;
    font-size: 18px;
}

/* contrent */

.content-section {
    margin: 60px 0 60px;
}

hr.custom-hr {
    width: 95%;
    border: none;
    border-top: 3px solid #ffffff !important;
    margin: 45px auto;
    background-color: transparent !important;
    opacity: 1 !important;
}


.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 15px;
    max-width: 700px;
    margin: 0 auto 44px;
    font-size: 16px;
}

.footer-links a {
    color: #7d7c7c;
    text-align: center;
}


.content-block h2 {
    text-align: left;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 10px;
    max-width: fit-content;
    border-bottom: solid 6px #fdd252;
}

/* mobile  */
.header-hamburger {
    width: 40px;
    display: flex;
    align-items: center;
}

.mobile-nav-link{
    padding: 5px 0 !important;
    color: white !important;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 11111;
}

.mobile-menu-body {

    background-color: #008cc1;
    width: 85%;
    height: 100%;
    float: right;
}

.logo-container {
    width: 125px;
    height: 125px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}


.menu-close {
    /*padding: 1rem 2.5rem 1rem 2rem;*/
    padding: 1.2rem 0.5rem 1rem 2rem;
    font-size: 1.5rem;
    text-align: right;
    cursor: pointer;
}

.menu-content {
    padding: 2rem;
}

.mobile-menu .menu-content .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.mobile-menu .menu-content .navbar-nav li.nav-item {
    flex-direction: column;
}

.mobile-menu .menu-content .dropdown-toggle::before {
    display: none;
}

.mobile-menu ul.navbar-nav>li.nav-item.dropdown>a::after {
    display: inline-block;
    margin-left: .255em !important;
    vertical-align: .255em !important;
    content: "";
    border-top: .4em solid #fff !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0;
    border-left: .3em solid transparent !important;
    right: -12px;
    position: relative !important;
    margin-right: -2px !important;
    margin-top: 7px;
    max-width: 2px;
    top: 3px;
}


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

.menu-list li {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.menu-list .nav-item.dropdown .dropdown-menu.show {
    position: relative !important;
    transform: translate3d(0px, 10px, 0px) !important;
    width: 100%;
}

.menu-list .nav-item.dropdown li a {
    color: #fff;
}

.menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
}

.mobile-menu.active {
    transform: translateX(0);
}

/* our-service-section */

.our-service-section {
    padding: 60px 0 80px;
}


.header-section {
    margin-bottom: 40px;
}

.header-section h2 {
    font-size: 38px;
    padding: 10px 0 0;
    line-height: normal;
    position: relative;
    margin-bottom: 25px;
    font-weight: 400;
}


.header-section h2::after {
    border-bottom: solid 6px #fdd252;
    width: 100%;
    max-width: 400px;
    content: '';
    bottom: -10px;
    height: 8px;
    position: absolute;
    left: 0;
}

/* hero-section */

.hero-section {
    background-color: #f3f3f3;
    padding: 37px 0;
}

/* number-section */

.number-section {
    padding: 60px 0 0;
}

.number-section .row {
    max-width: 810px;
    margin: 0 auto;
}

.number-item {
    background-color: #e6e6e6;
    padding: 20px;
    width: 190px;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}


.number-item .icon {
    margin-bottom: 12px;
}

.number-item .icon img {
    max-width: 60px;
}

.number-item .icon img.hover {
    display: none;
}

.number-item:hover {
    background-color: #595959;
}

.number-item:hover label,
.number-item:hover p {
    color: #fff;
}

.number-item:hover .icon img {
    display: none;
}

.number-item:hover .icon img.hover {
    display: block;
}

.number-info {
    text-align: center;
}

.number-info label {
    line-height: 26px;
    font-size: 26px;
}

.number-info p {
    font-size: 16px;
    line-height: 24px;
}

/*  form-section*/

.form-section {
    margin-top: 60px;
}

.form-section .form {
    margin-top: 30px;
}

.contact-info {
    padding-top: 100px;
}

.contact-info ul {
    max-width: 300px;
    margin-top: 30px;
}

.contact-info {
    background-image: url(../images/form-bg.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 330px;
    text-align: right;
    /*padding-bottom: 180px;*/
}

.contact-info label {
    font-family: 'MarketPro';
    font-size: 38px;
    line-height: 38px;
}

.contact-info li span {
    font-size: 20px;
}

.contact-info li {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-bottom: 40px;
}

.contact-info li:nth-last-of-type(2) {
    text-align: left;
    padding-left: 88px;
}

.contact-info li {
    margin-left: 30px;
}

.contact-info li address {
    max-width: 260px;
    text-align: left;
    margin-left: 130px;
    width: 100%;
}

.form-section .row {
    max-width: 900px;
    margin: 0 auto;
}

.form-section label span {
    color: #fdd252;
    font-size: 20px;
}

.form-section input {
    background-color: #f2f2f2;
    border-radius: 50px;
    max-width: 480px;
    min-height: 48px;
}

.form-section .form-label {
    font-size: 18px;
}


.form-section input:focus {
    outline: none;
    border-color: #d7eeea;
    outline: 0;
    box-shadow: 0 0 0 .25rem #d7eeea;
}

.form-section .form .btn-primary {
    border-radius: 50px;
    background-color: #008cc1;
    border-color: #008cc1;
    color: #fff;
    margin-top: 20px;
    font-weight: 400;
    padding: 6px 30px;
}

.form-section .form .btn-primary:hover {
    border-color: #d7eeea;
    background-color: #d7eeea;
    color: #282828;
    padding: 6px 30px;
}

/* footer */

footer {
    background-color: #d7eeea;
    padding-top: 70px;
    text-align: center;
}

.footer-logo img {
    max-width: 390px;
}

.footer-logo img {
    width: 100%;
}

.footer-logo p {
    font-family: 'MarketPro';
    font-size: 35px;
    padding: 10px 0;
    line-height: 42px;
}
/*.footer-action {*/
/*    margin-top: 10px;*/
/*}*/

.footer-action a {
    font-weight: 700;
    font-size: 24px;
    border-radius: 8px;
    padding: 8px 20px;
}

.footer-action a img {
    max-width: 30px;
    margin-right: 5px;
}

footer address {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

footer address p,
.footer-copyright p {
    color: #282828;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
}

footer address p {
    padding: 1px 0;
}

.footer-copyright {
    background-color: #f3f3f3;
    font-size: 14px;
}

/* reponisve */

@media (max-width:1200px) {
    header .header-logo img {
        max-width: 150px;
    }

    header {
        padding: 20px 0;
    }
}

@media (max-width:992px) {
    .hero-img {
        margin-top: 40px;
    }

    .hero-info h1 {
        font-size: 36px;
    }

    .hero-info span {
        font-size: 24px;
    }

    .book-logo {
        position: relative;
    }

    .bottom-content-info {
        margin-left: 0;
    }

    .quotes {
        display: none;
    }

    .bottom-content-info {
        margin-bottom: 40px;
    }

    .bottom-content-info h2 {
        font-size: 28px;
    }

    .book-logo {
        right: 0;
        text-align: center;
    }

    .pb-120 {
        padding-bottom: 0;
    }


    .get-to-know-us {
        position: relative;
    }

    .about-caption h3 {
        flex-direction: column;
    }

    .btn-secondary {
        font-size: 18px;
    }

    .btn-primary {
        font-size: 18px;
    }

    .footer-action a {
        font-size: 18px;
    }

    .footer-logo p {
         font-size: 35px;
    }

    .about-hero-info h2 {
        line-height: 28px;
    }

    .about-hero-info h1 {
        line-height: 32px;
        font-size: 32px;
    }

    .inner-hero-info h1 {
        line-height: 32px;
        font-size: 32px;
    }

    .about-hero-info {
        margin: 0 auto;
    }

    .about-caption {
        margin: 0 auto 60px;
    }

    .bottom-content-img {
        margin: 0 auto;
    }

    .req-form-section iframe {
        min-height: 1300px;
    }

    .number-item {
        margin-bottom: 20px;
    }

    .contact-info {
        display: flex;
        justify-content: center;
    }

    .contact-info {
        background-image: none;
        background-color: #008cc1;
    }

    .contact-info li {
        margin-left: 0;
        text-align: left;
    }

    .contact-info li:nth-last-of-type(2) {
        text-align: left;
        padding-left: 0;
    }

    .contact-info li address {
        max-width: 260px;
        text-align: left;
        margin-left: 0;
        width: 100%;
    }

    .contact-info {
        padding-top: 40px;
    }

    .contact-info ul {
        max-width: 90%;
    }


}

.default-y-margin{
    margin-top: 60px;
    margin-bottom: 60px;
}

.default-t-margin{
    margin-top: 60px !important;
}

.default-y-margin-30{
    margin-top: 30px;
    margin-bottom: 30px;
}

.default-b-merging-30{
    margin-bottom: 30px;
}

.default-b-merging{
    margin-bottom: 60px;
}

.pb-60{
    padding-bottom: 60px
}

/* Target the last child element of any type within .content-block */
.content-block :last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


.main_content :last-child:not(.btn),
.ck-content :last-child:not(.btn) {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


.main_content h1, .ck-content h1 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.main_content h2, .ck-content h2 {
    padding-top: 18px;
    margin-bottom: 15px;
}

.main_content h3, .ck-content h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
}

.main_content h4, .ck-content h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.main_content p, .ck-content p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_content div, .ck-content div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_content span, .ck-content span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_content ul, .ck-content ul,
.main_content ol, .ck-content ol {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    list-style-position: inside;
    line-height: 20px;
    margin: 0px !important;
}

.main_content li, .ck-content li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: inherit;
}

.main_content ul, .ck-content ul {
    padding-left: 20px;
    line-height: 20px;
}

.main_content ul li, .ck-content ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: disc;
    padding-left: 10px;
    line-height: 27px;
    filter: url(#white-text-shadow);
}

blockquote {
    padding-left: 20px;
    border-left: solid 6px #b3ded8;
    margin-top: 15px;
}



 .main_content a:not(.btn),
.ck-content a:not(.btn) {
    position: relative;
    text-decoration: none;
    color: #008cc1 !important;
    transition: color 0.15s ease-in-out;
}

 .main_content a:not(.btn):hover,
.main_content a:not(.btn):focus,
.main_content a:not(.btn):active,
.ck-content a:not(.btn):hover,
.ck-content a:not(.btn):focus,
.ck-content a:not(.btn):active {
    color: black;
    cursor: pointer;
}

 .main_content a:not(.btn)::after,
.ck-content a:not(.btn)::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    background-color: #fdd252;
     bottom: -2px;
}

 .main_content a:not(.btn):hover::after,
.main_content a:not(.btn):focus::after,
.main_content a:not(.btn):active::after,
.ck-content a:not(.btn):hover::after,
.ck-content a:not(.btn):focus::after,
.ck-content a:not(.btn):active::after {
    transform: translateX(0);
    opacity: 1;
     color: #008cc1;
}

.footer-menu {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 40px;
    color: #008cc1;
}

.global-footer p {
    padding: 2px !important;
}

.global-footer {
    padding-bottom: 40px;
}
.mb-40{
    margin-bottom: 40px;
}

.pulsing {
    position: relative;
    box-shadow: 0 0 0 0 #008cc1;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

.pulsing:hover {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(40, 40, 40, 0);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(40, 40, 40, 0);
    }
}


/* Underline Effect Class */
.underline-effect {
    position: relative;
    transition: color 0.15s ease-in-out;
}

.underline-effect:hover,
.underline-effect:focus,
.underline-effect:active {
    cursor: pointer;
}

.underline-effect::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    background-color: #fdd252;
    bottom: -2px;
}

.underline-effect:hover::after,
.underline-effect:focus::after,
.underline-effect:active::after {
    transform: translateX(0);
    opacity: 1;

}

.subtitle h2{
    padding-top: 0px !important;
}


.border-left{
    border-left: 4px solid white;
    padding-left: 25px;
    align-items: flex-start !important;
}

@media (min-width: 992px) {
    .custom-padding {
        padding-top: 0px !important;
    }
}

.custom-padding{
    padding-top: 20px;
}


@media (max-width: 539px) {
    .book-action-mobile a {
        border-radius: 50px;
        padding: 10px 20px !important;
        font-size: 20px;
    }
}

.bg-theme-gray{
    background-color: #f2f2f2;
}
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}