/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

/** Add your styles below **/
#Airport-Hotel-and-Parking-Packages, #location{
    scroll-margin-block-start: 100px;
}
#faq{
    scroll-margin-block-start: -120px;
}
.elementor-element-ef217a2  .button.cs-btn-underline:hover:before{
	transform: scaleX(1) !important;
}
.elementor-element-ef217a2 .button.cs-btn-underline:before{
	transform: scaleX(0) !important;
}
.primary-menu a:not([class*="button"]):not(:hover) {
    color: #231f20;
}
.elementor-element-aeee346 .e-con-inner{display: block !important;}



.elementor-element-c0951aa .e-n-tab-title[aria-selected=true]:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    content: "";
    transition: transform 0.2s ease;
    transform-origin: 100% 0;
}

/* .elementor-element-c0951aa .elementor-widget-n-tabs .e-n-tabs{gap: 50px;} */


;

/* Parking heading seaction */
.parking-heading-section .cs-subtitle {
    border-width: 3px 0;
    border-color: #00B041;
    border-style: solid;
    padding: 0 4px;
}

.hotel-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.hotel-tab.active {
    border-bottom: 3px solid #c59e4a;
    padding-bottom: 5px;
}

#fixedInfoBox {
    display: none; /* hide before data loads */
}

.fixed-infobox {
    position: absolute;
    top: 7px;
    left: 10px;
    background: #fff;
    padding: 12px;
    border-radius: 0;
    width: 350px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    z-index: 999;
    font-family: Arial, sans-serif;
}

#hotelMap {
    width: 100%;
    height: 600px;
    position: relative;
}

.gm-box {
    font-family: Arial, sans-serif;
    padding: 0;
}

/* Title + Directions row */
.gm-row {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

/* Title (left) */
.gm-title {
    font-size: 15px;
    font-weight: 700;
    color: #202124;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Directions link (right) */
.gm-dir {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #5f6368;
    text-decoration: none;
    font-weight: 500;
	flex-direction: column;
}
.gm-dir:hover{color: #1a73e8;}
.gm-box-right{padding-top: 7px;}
.gm-dir-icon {
    width: 22px;
    height: 22px;
    opacity: 0.75;
}

/* Address */
.gm-address {
    font-size: 13px;
    color: #5f6368;
    margin-top: 3px;
    margin-bottom: 6px;
    line-height: 1.3;
}

/* Rating + stars + reviews */
.gm-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 6px;
}

/* "View larger map" */
.gm-viewmap {
    font-size: 15px;
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
}

.gm-dir-icon {
    display: inline-block;
    width: 25x;
    height: 25x;
    background-image: url('assets/images/direction-image.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    margin-right: 3px;
}

.elementor-element-c0951aa .e-n-tab-title, .map-tab-section .hotel-tabs .hotel-tab{
    background: transparent !important;
    color: #000 !important;
    font-size: 22px !important;
    font-family: 'Red Hat Text';
    font-weight: 400;
    padding: 0 !important;
    height: auto;
    padding-bottom: 10px !important;
    position: relative;
    cursor: pointer;
	line-height: 1;
}
.map-tab-section{display: block !important;}
.map-tab-section .hotel-tabs{gap: 45px !important; max-width: 1300px;
    margin-left: calc((100% - 1300px)/2);
}
.hotelmapwrapper{    
	position: relative;
    width: 100%;
    margin-top: 36px;
    border-width: 7px 0;
    border-color: #004987;
	border-style: solid;
}

@media (max-width: 1340px){
	.map-tab-section .hotel-tabs{
		margin-left: 0;
		padding-left: calc((100 / 25) * 2vw);
        padding-right: calc((100 / 25) * 2vw);
		flex-wrap: wrap;
		row-gap: 20px !important;
	}
}

@media (max-width: 767px){
	.elementor-element-c0951aa .e-n-tab-title, .map-tab-section .hotel-tabs .hotel-tab{
		font-size: 18px !important
	}
	#Airport-Hotel-and-Parking-Packages, #location{
    scroll-margin-block-start: 100px;
   }
	#faq{
    scroll-margin-block-start: 50px;
}
}
