/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html,
body {
    font-family: "Inter", sans-serif !important;
}

:root {
    --primaryClr: #800121;
    --primaryLightClr: #d1212a;

    --secondaryClr: #001b66;
    --secondaryLightClr: #060080;
}

/**
Header 
*/
header,
.sticky-top {
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header nav .navbar-brand img {
    max-width: 190px;
}

.offcanvas-header .navbar-brand img {
    max-width: 120px;
}

header .navbar-expand-lg .navbar-nav {
    margin-left: auto !important;
}

header nav .navbar-nav {
    gap: 10px;
}

header nav .menu-item a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 14px;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
    color: var(--primaryClr);
    font-weight: 800;
}

#footer {
    background: #0f0f0f;
    color: #fff;
}

#footer .bootscore-footer-columns {
    background-color: #0f0f0f !important;
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}

#footer .bootscore-footer-info {
    background-color: #0f0f0f !important;
    color: #fff !important;
    border-top: none !important;
}

#footer .bootscore-copyright {
    border-top: 2px solid #fff;
    padding-top: 20px !important;
    padding-bottom: 60px !important;
    font-weight: 600;
}

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

#footer .footer-links {
    display: flex;
    justify-content: center;
    padding-left: 200px;
    font-weight: 600;
}

#footer h4 {
    color: #ffb400;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
}

#footer .footer-logo {
    margin-bottom: 20px;
}

#footer .footer-logo img {
    max-width: 250px;
    height: auto;
}

#footer .footer-logo .list-unstyled li a {
    color: #ddd;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}

#footer .footer-contact li,
#footer .footer-logo .list-unstyled li {
    margin-bottom: 10px;
    color: #ddd;
    font-size: 16px;
}

#footer .footer-contact i {
    margin-right: 10px;
    color: #ffb400;
}

#footer .footer-links .menu {
    padding: 0;
    margin: 0;
}

#footer .footer-links .menu li {
    margin-bottom: 8px;
}

#footer .footer-links .menu li a,
#footer .footer-contact a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}

#footer .footer-links .menu li a:hover,
#footer .footer-contact a:hover,
#footer .footer-logo .list-unstyled li a:hover {
    color: #ffb400;
}

.top-button.visible {
    background-color: var(--primaryLightClr) !important;
    border-color: var(--primaryLightClr) !important;
}

.top-button:hover.visible {
    background-color: var(--primaryClr) !important;
    border-color: var(--primaryClr) !important;
}

/* 
    common
*/
.ev_title_1,
.ev_title_1 h2 {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 42px;
    font-family: inherit !important;
    font-weight: 700 !important;
}

.ev_btn_1 a {
    background-color: transparent !important;
    border: 2px solid #fff;
    border-radius: 8px;
    font-family: inherit !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 18px 40px;
    font-size: 18px;
}

.ev_btn_1 a i {
    background: #fff;
    color: #000;
    border-radius: 50%;
}

.ev_btn_1 a:hover {
    background-color: #ffff !important;
    color: var(--primaryClr) !important;
}

.ev_btn_2 a {
    background-color: var(--primaryLightClr) !important;
    border: 2px solid var(--primaryLightClr);
    border-radius: 8px;
    font-family: inherit !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 18px 40px;
    font-size: 18px;
}

.ev_btn_2 a i {
    background: #fff;
    color: var(--primaryLightClr);
    border-radius: 50%;
}

.ev_btn_2 a:hover {
    background-color: transparent !important;
    color: var(--primaryLightClr) !important;
}

.page-banner,
.elementor-179 .elementor-element.elementor-element-7290aac,
.elementor-238 .elementor-element.elementor-element-130d680 {
    width: 100% !important;
    --width: 100% !important;
    margin: 0 !important;
    position: relative !important;
    background: url("https://obs.artcodeapps.in/wp-content/uploads/2025/10/page-banner-bg.jpg") center center / cover no-repeat;
    overflow: hidden !important;
    min-height: 500px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.elementor-238 .elementor-element.elementor-element-130d680 {
    background: url("https://obs.artcodeapps.in/wp-content/uploads/2025/10/club-banner-bg.jpg") center center / cover no-repeat;
}

.page-banner::before,
.elementor-179 .elementor-element.elementor-element-7290aac::before,
.elementor-238 .elementor-element.elementor-element-130d680::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(21, 21, 21, 0.7);
    z-index: 1;
}

.page-banner>*,
.elementor-179 .elementor-element.elementor-element-7290aac>*,
.elementor-238 .elementor-element.elementor-element-130d680>* {
    position: relative;
    z-index: 2;
}

.page-banner h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff !important;
}

.page-banner p {
    font-size: 24px;
    color: #dbdbdb !important;
}

/**
 ev home section 1
*/
.ev_home_1 .ha-slick-img,
.ev_home_1 .ha-slick-item {
    width: 100%;
}

.ev_home_1 .ha-slick-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
    line-height: 1.2;
}

.ev_home_1 .ha-slick-content .ha-slick-title {
    font-size: 60px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
}

.ev_home_1 .ha-slick-content .ha-slick-subtitle {
    color: #f1b419;
    font-size: 75px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
}

.ev_home_1 .ha-carousel .slick-next,
.ev_home_1 .ha-slider .slick-next {
    right: 12%;
    width: 2em;
    height: 2em;
}

.ev_home_1 .ha-carousel .slick-prev,
.ev_home_1 .ha-slider .slick-prev {
    left: 12%;
    width: 2em;
    height: 2em;
}

/**
 ev home section 2
*/
.ev_home_2 {
    background: var(--primaryClr);
    color: #fff;
    padding: 100px 0;
}

.ev_home_2 p {
    text-align: center;
    font-size: 18px;
    color: #ffffffd8;
    line-height: 1.7;
    font-weight: 600;
    margin-top: 10px;
}

/**
 ev home section 3
*/
.ev_home_3 {
    background: var(--secondaryLightClr);
    padding: 100px 0;
    color: #fff;
}

.ev_home_3 .news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.ev_home_3 .news-title {
    font-size: 42px;
    font-weight: 700;
}

.ev_home_3 .news-card {
    display: block;
    background: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid #eee;
    overflow: hidden;
    transition: 0.3s;
}

.ev_home_3 .news-card:hover {
    transform: translateY(-5px);
}

.ev_home_3 .news-image img {
    width: 100%;
    height: auto;
    display: block;
}

.ev_home_3 .news-content {
    padding: 15px;
}

.ev_home_3 .news-content h6 {
    font-size: 22px;
    font-weight: 600;
}

.ev_home_3 .read-more {
    color: var(--primaryLightClr);
    font-weight: bold;
    display: inline-block;
    margin-top: 0px;
    font-size: 18px;
}

.ev_home_3 .owl-dots-custom {
    display: flex;
    gap: 10px;
}

.ev_home_3 .owl-dots-custom .owl-dot {
    width: 14px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.ev_home_3 .owl-dots-custom .owl-dot.active {
    background: #fff;
}

/**
 ev home section 4
*/
.ev_home_4 {
    padding: 100px 0;
}

.ev_home_4 .ev_title_1 h2 {
    color: var(--primaryLightClr) !important;
}

.ev_home_4 p {
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 600;
}

.ev_home_4 .elementor-widget-image {
    border: 1px solid rgb(157, 157, 157);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

/**
 ev home section 5
*/
.ev_home_5 {
    background: #008000;
    padding: 100px 0;
    color: #fff;
}

.ev_home_5 .ev_btn_2 a i {
    background: #fff;
    color: var(--primaryLightClr);
    border-radius: 50%;
}

.ev_home_5 .ev_btn_2 a:hover {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff;
}

.ev_home_5 p {
    text-align: center;
    font-size: 18px;
    color: #ffffffd8;
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 600;
}

.ev_home_5 .elementor-widget-image figure {
    transition: all ease-in-out 0.3s;
}

.ev_home_5 .elementor-widget-image figure:hover {
    transform: scale(1.05);
}

.ev_home_5 .elementor-widget-image figure figcaption {
    text-align: left;
    color: #fff;
    border: 1px solid #fff;
    border-top: none;
    margin-top: 0;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 24px;
}

/* Add Font Awesome arrow on the right */
.ev_home_5 .elementor-widget-image figure figcaption::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    transition: transform 0.3s ease;
}

/**
 ev home section 6
*/
.ev_home_6 {
    background: var(--primaryClr);
    color: #fff;
    padding: 100px 0;
}

.ev_home_6 .ev_title_1 h2 {
    color: #fff !important;
}

.ev_home_6 .e-flex {
    border: 1px solid #fff;
    border-radius: 2px;
    gap: 0;
    justify-content: center;
    align-items: center;
    padding: 30px;
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
    /* smooth effect */
}

/* Inner shadow on hover */
.ev_home_6 .e-flex:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    /* optional subtle lift effect */
}

.ev_home_6 .elementor-icon-wrapper {
    width: fit-content !important;
}

.ev_home_6 .elementor-icon-wrapper svg {
    width: 24px;
    height: 24px;
    fill: #fff !important;
}

.ev_home_6 .e-flex p {
    margin-bottom: 0;
    color: #e6e6e6;
}

/**
 ev home section 7
*/
.ev_home_7 {
    background: var(--primaryClr);
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.ev_home_7 h2 {
    text-align: center;
}

.ev_home_7 p {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: #ffffffd8;
    line-height: 1.7;
}

.ev_home_7 input[type="text"],
.ev_home_7 input[type="email"],
.ev_home_7 input[type="submit"] {
    flex: 1;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    background: transparent !important;
}

.ev_home_7 input::placeholder {
    color: #eeeeee;
}

.ev_home_7 input[type="submit"] {
    background: #fff !important;
    color: var(--primaryClr);
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.ev_home_7 input[type="submit"]:hover {
    background: #a80000;
}

.ev_home_7 .wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.ev_home_7.submitting .wpcf7-spinner {
    display: flex;
}

/* 
Who we are page
*/

.page-id-179 .ev_home_4 {
    padding-bottom: 20px;
}

.history .e-child {
    padding: 0;
    margin-bottom: 40px;
}

.history .history_img {
    width: 60%;
}

.history .elementor-widget-image {
    height: 100%;
}

.page-id-238 .history .elementor-widget-image {
    min-height: 650px;
}

.history .elementor-widget-image img {
    width: 100% !important;
    height: 100%;
    text-align: left;
    object-fit: cover;
}

.history .history_text1,
.history .history_text2 {
    width: 40%;
}

.history .history_text1 {
    padding-right: 40px;
}

.history .history_text2 {
    padding-left: 40px;
}

.history .history_text1 h2,
.history .history_text2 h2 {
    color: var(--secondaryClr) !important;
}

.history .elementor-widget-text-editor {
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
}

.history .history_text1 p,
.history .history_text2 p {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.7;
}

.page-id-179 .ev_home_3 .news-title {
    flex: 1;
    text-align: center;
}

.page-id-179 .ev_home_3 .owl-dots-custom {
    position: absolute;
    right: 0;
}

.page-id-179 .ev_home_3 .news-card {
    background: #f0b417;
    text-align: center;
}

.page-id-179 .ev_home_3 .news-card p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
}

/* 
* our-sports-clubs
*/
.page-id-238 .history {
    padding: 0;
}

.page-id-238 .history .history_img,
.page-id-238 .history .history_text1,
.page-id-238 .history .history_text2 {
    width: 50%;
}

.page-id-238 .history .history_text1,
.page-id-238 .history .history_text2 {
    /* padding: 50px 100px; */
}

.page-id-238 .history .e-child {
    margin-bottom: 0;
}

.page-id-238 .history .e-con-inner {
    padding: 0;
}

.page-id-238 .history .history_text1 .e-child,
.page-id-238 .history .history_text2 .e-child {
    max-width: 503px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.page-id-238 .history .history_text1 {
    align-items: end;
}

.page-id-238 .history .history_text2 .e-child {
    position: relative;
    right: -100px;
}

.page-id-238 .history .history_text1 .e-child {
    position: relative;
    left: -100px;
}

.page-id-238 .history .history_text1 h2,
.page-id-238 .history .history_text2 h2 {
    color: var(--primaryClr) !important;
    font-size: 30px;
}

/* 
* hiring-our-facilities
*/

.page-id-318 .elementor-element-687fcb6 {
    padding-top: 60px;
}

.page-id-318 .elementor-element-64c6ae5 {
    padding-bottom: 10px;
}

.room_table table {
    width: 100%;
    table-layout: fixed;
}

.room_table table th:nth-child(1) {
    background-color: transparent !important;
    border-top: transparent !important;
    border-left: transparent !important;
}

.room_table table th {
    font-size: 22px;
    background-color: var(--primaryClr) !important;
    border-color: #fff !important;
    text-align: center !important;
}

.room_table table td:not(:first-child) {
    text-align: center !important;
}

.room_table table td,
.room_table .ha-data-table .ha-table__body-row:nth-child(odd),
.room_table .ha-data-table .ha-table__body-row:nth-child(even) {
    font-size: 20px;
    background-color: transparent !important;
    border-color: #fff !important;
}

.room_table .ha-table .ha-table__head-column-cell-text {
    font-weight: 600 !important;
}

.room_table .ha-table__body .ha-table__body-row-cell-text {
    font-weight: 600 !important;
}

.page-id-318 .ev_text_left {
    align-self: flex-start;
}

.page-id-318 .ev_text_left p {
    text-align: left;
}

.page-id-318 .elementor-element-c959f71 {
    background: var(--secondaryLightClr);
}

.page-id-318 .table_list {
    gap: 30px;
    padding: 0;
    margin-top: 30px;
}

.page-id-318 .table_list .elementor-widget-heading {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}

.page-id-318 .table_list .elementor-widget-heading h2 {
    font-size: 22px;
    color: #fff !important;
    font-weight: 500;
}

.page-id-318 .table_list .e-con-full {
    padding: 0;
    border: 1px solid #fff;
}

.page-id-318 .table_list ul {
    padding: 0 20px !important;
    padding-bottom: 20px !important;
}

.page-id-318 .table_list ul li {
    align-items: flex-start;
    margin-bottom: 10px;
}

.page-id-318 .table_list ul li span {
    font-size: 18px;
    color: #fff !important;
    font-weight: 500 !important;
}

.page-id-318 .table_list ul li svg {
    fill: #fff !important;
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
}

.page-id-318 .elementor-element-23511cb .elementor-repeater-item-8767be5 {
    border: none !important;
}

.page-id-318 .room_table table th:nth-child(1) {
    border-bottom: none !important;
}

/* 
* contact us 
*/

.get-in-touch-form {
    max-width: 850px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
}

.get-in-touch-form .two-col {
    display: flex;
    gap: 25px;
}

.get-in-touch-form .form-group {
    flex: 1;
}

.get-in-touch-form input,
.get-in-touch-form textarea {
    width: 100%;
    padding: 14px 16px;
    background-color: #f7f7f7;
    border: 2px solid #dbdbdb;
    border-radius: 12px;
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-weight: 600 !important;
}

.get-in-touch-form input:focus,
.get-in-touch-form textarea:focus {
    border-color: #c62828;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.15);
    /* background-color: #fff; */
}

.get-in-touch-form input::placeholder,
.get-in-touch-form textarea::placeholder {
    color: #333;
    font-weight: 600 !important;
    width: fit-content;
}

.get-in-touch-form .form-group {
    position: relative;
}

.get-in-touch-form textarea {
    min-height: 120px;
    resize: vertical;
}

.get-in-touch-form .send-btn {
    background-color: var(--primaryLightClr);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.get-in-touch-form .send-btn:hover {
    background-color: var(--primaryClr);
}

.get-in-touch-form .form-row.btn-row,
.get-in-touch-form .form-row:has(.g-recaptcha) {
    text-align: center;
    margin-top: 15px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 25px;
}

.get-in-touch-form p {
    text-align: left;
    margin-bottom: 25px;
}

.get-in-touch-form p .wpcf7-not-valid-tip {
    font-size: 0.9em;
}

.get-in-touch-form .btn-row,
.get-in-touch-form .btn-row p {
    margin-bottom: 0 !important;
}

.get_in_touch_form .wpcf7-form .wpcf7-response-output {
    width: fit-content;
    margin: 0 auto !important;
}

/* 
* asked que
*/
.asked .elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px !important;
}

.asked .elementor-widget-n-accordion .e-n-accordion-item-title {
    border-width: 2px !important;
    border-color: #fff !important;
}

.asked .elementor-widget-n-accordion:hover .e-n-accordion-item-title {
    color: #fff !important;
}

.asked .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    background: #fff !important;
    color: #008001 !important;
    border-bottom: none;
}

.asked .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: #fff !important;
}

.asked .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg {
    fill: #008001 !important;
}

.elementor-374 .asked_ans {
    background: #fff !important;
    padding: 10px 20px !important;
}

.asked p {
    text-align: left;
    font-size: 16px;
    color: #000 !important;
}

@media screen and (max-width: 1400px) {
    .page-id-238 .history .history_text2 .e-child {
        position: static;
    }

    .page-id-238 .history .history_text1 .e-child {
        position: static;
    }
}

@media screen and (min-width: 911px) and (max-width: 1400px) {
    header nav .navbar-brand img {
        max-width: 140px;
    }

    header nav .navbar-nav {
        gap: 5px;
    }

    header nav .menu-item a {
        font-size: 14px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .ha-data-table .ha-table__head {
        display: table-header-group !important;
    }
}

@media screen and (max-width: 991px) {

    .ev_btn_1 a,
    .ev_btn_2 a {
        font-size: 16px;
        padding: 14px 30px;
    }

    #footer .footer-contact {
        justify-content: start;
    }

    #footer .footer-links {
        justify-content: start;
    }

    .page-banner,
    .elementor-179 .elementor-element.elementor-element-7290aac,
    .elementor-238 .elementor-element.elementor-element-130d680 {
        min-height: 400px !important;
    }

    .page-banner h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    .page-banner p {
        font-size: 16px;
    }

    .ev_home_1 .ha-slick-content .ha-slick-title {
        font-size: 32px;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: 700;
    }

    .ev_home_1 .ha-slick-content .ha-slick-subtitle {
        color: #f1b419;
        font-size: 42px;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: 700;
    }

    .ev_title_1,
    .ev_title_1 h2 {
        font-size: 30px;
    }

    .ev_home_3 .news-title {
        font-size: 30px;
    }

    header .navbar-expand-lg .navbar-nav {
        margin-left: 0 !important;
    }

    #footer .footer-logo {
        text-align: center;
    }

    #footer .footer-links {
        margin-top: 30px;
        text-align: center;
        padding-left: 0;
    }

    #footer .footer-links {
        justify-content: center;
    }

    .ev_home_7 p {
        flex-direction: column;
        gap: 10px;
    }

    .ev_home_7 input[type="text"],
    .ev_home_7 input[type="email"],
    .ev_home_7 input[type="submit"],
    .wpcf7-form-control-wrap {
        flex: none;
        width: 100%;
        font-size: 14px;
    }

    .history .e-child {
        margin-bottom: 30px;
    }

    .history .elementor-widget-image {
        height: 100%;
    }

    .page-id-238 .history .elementor-widget-image {
        min-height: auto;
    }

    .history .history_img {
        width: 100% !important;
    }

    .history .history_text1,
    .history .history_text2 {
        width: 100% !important;
        order: 2;
    }

    .history .history_text1 {
        padding-right: 0px;
    }

    .history .history_text2 {
        padding-left: 0px;
    }

    .history .history_text1 p,
    .history .history_text2 p {
        font-size: 16px;
    }

    .page-id-238 .history .history_text1,
    .page-id-238 .history .history_text2 {
        padding: 20px;
    }

    .page-id-238 .history .history_text1 h2,
    .page-id-238 .history .history_text2 h2 {
        font-size: 24px;
        line-height: 1.3;
    }

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

    .ev_home_3 .read-more {
        font-size: 16px;
    }

    .ev_home_5 .elementor-widget-image figure figcaption {
        font-size: 18px;
    }

    #footer h4 {
        font-size: 20px;
    }

    .page-id-238 .history .history_text1 .e-child,
    .page-id-238 .history .history_text2 .e-child {
        max-width: fit-content;
    }

    .page-id-238 .history .history_text1,
    .page-id-238 .history .history_text2 {
        margin-bottom: 30px;
    }

    .page-id-318 .history {
        padding-top: 10px;
    }

    .page-id-318 .history .e-child {
        margin-bottom: 0;
    }

    .page-id-318 .history .history_text1,
    .page-id-318 .history .history_text2 {
        margin-top: 20px;
    }

    .room_table table th {
        font-size: 18px;
    }

    .room_table table td,
    .room_table .ha-data-table .ha-table__body-row:nth-child(odd),
    .room_table .ha-data-table .ha-table__body-row:nth-child(even) {
        font-size: 16px;
    }

    .page-id-318 .table_list .elementor-widget-heading h2 {
        font-size: 18px;
    }

    .page-id-318 .table_list ul li span {
        font-size: 16px;
    }

    .page-id-318 .ev_text_left p {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {

    .page-banner,
    .elementor-179 .elementor-element.elementor-element-7290aac,
    .elementor-238 .elementor-element.elementor-element-130d680 {
        background-position: 80% center;
    }

    .ev_home_1 .ha-slick-content .ha-slick-title {
        font-size: 28px;
    }

    .ev_home_1 .ha-slick-content .ha-slick-subtitle {
        font-size: 36px;
    }

    .ev_home_1 .ha-slick-img,
    .ev_home_1 .ha-slick-item {
        min-height: 350px;
        object-fit: cover;
    }

    .ev_title_1,
    .ev_title_1 h2 {
        font-size: 26px;
    }

    .ev_home_2,
    .ev_home_3,
    .ev_home_4,
    .ev_home_5,
    .ev_home_6,
    .ev_home_7 {
        padding: 40px 0;
    }

    .ev_home_3 .news-title {
        font-size: 26px;
    }

    .ev_home_3 .owl-dots-custom {
        gap: 6px;
    }

    .ev_home_3 .owl-dots-custom .owl-dot {
        width: 12px;
        height: 14px;
        border-width: 1px;
    }

    .ev_home_2 p,
    .ev_home_5 p,
    .ev_home_4 p,
    .ev_home_7 p {
        font-size: 16px;
    }

    .ev_home_3 .news-header {
        flex-direction: column;
    }

    .page-id-179 .ev_home_3 .owl-dots-custom {
        position: static;
        margin: 10px 0;
    }

    .elementor-18 .elementor-element.elementor-element-5f3bf3c {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
        --grid-auto-flow: row !important;
    }

    .elementor-18 .elementor-element.elementor-element-9172210 {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
        --grid-auto-flow: row !important;
    }

    .elementor-18 .elementor-element.elementor-element-1079466 {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
        --grid-auto-flow: row !important;
    }

    .ev_home_6 .e-flex {
        padding: 20px;
    }

    .ev_home_6 .e-flex p {
        font-size: 12px;
    }

    /* 
    * contact us
    */
    .get-in-touch-form p {
        margin-bottom: 15px;
    }

    .get-in-touch-form .two-col {
        flex-direction: column;
        gap: 0px;
    }

    .get-in-touch-form .form-row.btn-row,
    .get-in-touch-form .form-row:has(.g-recaptcha) {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 550px) {
    header nav .navbar-brand img {
        max-width: 120px;
    }

    .ev_home_1 .ha-slick-content .ha-slick-title {
        font-size: 22px;
    }

    .ev_home_1 .ha-slick-content .ha-slick-subtitle {
        font-size: 28px;
    }

    .ev_title_1,
    .ev_title_1 h2 {
        font-size: 24px;
    }

    .ev_home_3 .news-title {
        font-size: 24px;
    }

    .ev_home_3 .news-content h6 {
        font-size: 18px;
    }

    .page-id-179 .ev_home_3 .news-card p {
        font-size: 16px;
    }

    .ev_home_1 .ha-carousel .slick-next,
    .ev_home_1 .ha-slider .slick-next {
        right: 3%;
        width: 1.3em;
        height: 1.3em;
    }

    .ev_home_1 .ha-carousel .slick-prev,
    .ev_home_1 .ha-slider .slick-prev {
        left: 3%;
        width: 1.3em;
        height: 1.3em;
    }

    .ev_home_1 .ha-carousel .slick-next>svg,
    .ev_home_1 .ha-carousel .slick-prev>svg,
    .ev_home_1 .ha-slider .slick-next>svg,
    .ev_home_1 .ha-slider .slick-prev>svg {
        height: 0.6em !important;
    }

    .elementor-button {
        font-size: 12px !important;
    }

    .elementor-18 .elementor-element.elementor-element-1079466 {
        --e-con-grid-template-columns: repeat(1, 1fr) !important;
        --grid-auto-flow: row !important;
    }
}