/*
Theme Name: St Lucia
Description: St Lucia Child theme
Template: hello-elementor
Version: 1.0
*/
/*General*/
html, body, *{
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
}
pre {
	font-family: "Inter", sans-serif!important;
}

/*Header*/
#nav-menu-button .e-n-menu-icon * {
    cursor: pointer!important;
}
#nav-search-button .e-n-menu-icon * {
    cursor: pointer!important;
}
header .accordion-menu-widget .accordion-menu-widget__item h4 {
	font-weight: 300;
}
header .accordion-menu-widget__toggle,
header .accordion-menu-widget .accordion-menu-widget__item a {
	transition: all 0.25s ease-in-out;
}
header .accordion-menu-widget__toggle.active,
header .accordion-menu-widget__toggle.active .accordion-menu-widget__plus {
	color: var( --e-global-color-accent );
	transition: all 0.25s ease-in-out;
}
header .accordion-menu-widget__toggle:hover,
header .accordion-menu-widget .accordion-menu-widget__item a:hover,
header .accordion-menu-widget__toggle:hover .accordion-menu-widget__plus{
	color: rgba(255, 175, 2, 0.75);
}
header p.elementor-heading-title:hover {
	transition: all 0.25s ease-in-out;
	color: rgba(0, 0, 0, 0.5) !important;
}

@media screen and (max-width: 1024px) {
	header .elementor-widget-n-menu {
		text-align: right;
	}
	header .elementor-widget-n-menu > nav {
		display: inline-block!important;
	}
    
    header nav #nav-menu-button {
        padding-right: 0px;
        padding-left: 0px;
    }
    header nav.e-n-menu li .e-n-menu-title {
        padding-right: 0px;
        padding-left: 0px;
    }
    header .elementor-element .elementor-element .elementor-widget-shortcode {
        margin:0 15px 0 10px;
    }
}

/*Footer*/
footer .logo svg {
	width: 100%!important;
}
@media screen and (min-width: 769px) {
	.footer__nav > div {
		width: max-content;
	}
	.footer__brochure {
		max-width: 200px;
	}
}

/*Typography*/

@media screen and (min-width: 2300px) {
	h1{
		font-size: 160px!important;
	}
	h2{
		font-size: 66px!important;
	}
	h3{
		font-size: 40px!important;
	}
	h4{
		font-size: 30px!important;
	}
	h5{
		font-size: 24px!important;
	}
	h6{
		font-size: 20px!important;
	}
	p{
		font-size: 18px!important;
	}
}

/*Style list bullet inside*/
.list-inside-bullet li {
	list-style-position: inside;
}

/*Homepage Hero Banner */
.homepg-hero-banner .elementor-widget-image {
	left: 50%;
	transform: translatex(-50%);
}
@media screen and (min-width: 2300px) {
	.homepg_hero-banner__title .elementor-heading-title {
		font-size: 160px!important;
	}
}
@media screen and (min-width: 1700px) {
	.homepg-hero-banner__title-wrap {
		padding-bottom: 4%!important;
	}
}

/*Homepage slider-widget*/
.elementor-14 .elementor-element.elementor-element-3d54139 button {
	padding: 0;
}
/*Footer- subscribe FORM*/
.ctct-form-wrapper {
    text-align: center;
}

.ctct-form-description p {
    color: #333;
    font-size: 18px;
    margin-bottom: 60px;
}

.ctct-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#ctct-form-wrapper-0 label {
    display: none;
}

.ctct-form-field {
    margin: 0 !important;
}
.ctct-form input::placeholder {
	color: #D6D6D6;
}

.ctct-form input[type="text"], 
.ctct-form input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 10px 25px;
    min-width: 320px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.ctct-form input[type="text"]:hover, 
.ctct-form input[type="email"]:hover,
.ctct-form input[type="text"]:focus, 
.ctct-form input[type="email"]:focus {
	border-color: #f1b434;
    background-color: #f9f9f9;
}

.ctct-form input[type="submit"] {
    background-color: #f2b838 !important;
    color: #ffffff;
    border: none;
    border-radius: 50px !important;
    padding: 10px 35px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    letter-spacing: 1px;
}

.ctct-form input[type="submit"]:hover {
    background-color: #e5a720 !important;
	color: #fff!important;
}
.ctct-form-wrapper .ctct-message.ctct-error {
	margin-bottom: 0;
}
.elementor .ctct-disclosure hr {
	margin: 20px 0;
}
.elementor .ctct-disclosure small {
	padding: 0 20px;
}
.elementor .ctct-disclosure small a {
	color: #000;
	text-decoration: underline;
}
.ctct-form-wrapper .ctct-message .ctct-dismiss-ajax-notice {
	color:	#000!important;
	position: absolute;
	right: 0;
	top: 50%;
	transform:translateY(-50%);
	z-index: 1;
	float: none;
}

.ctct-message.ctct-error,
.ctct-message ctct-success{
	position: relative;
}

input[type="submit"]:focus {
	color:#fff!important;
}


/* Ajustare pentru ecrane mici (mobile) */
@media (max-width: 768px) {
    .ctct-form {
        flex-direction: column;
		gap: 15px;
		align-items: flex-start!important;
    }
    .ctct-form input[type="text"], 
    .ctct-form input[type="email"],
    .ctct-form input[type="submit"] {
        width: 100%;
		min-width: auto;
		padding: 10px 20px;
    }
	.elementor-241 .elementor-element.elementor-element-218e8a3 {
		margin-bottom: 20px;
		padding: 0!important;
	}
	.elementor .ctct-disclosure small {
		padding: 0;
    	display: block;
    	text-align: left;
	}
}

/*HomePg Island Quest*/
@media screen and (max-width: 1570px){
	.section-homepg-island-quest > div {
		background-size: cover!important;
	}
}

/*Tabs*/
.section-tabs .e-n-tabs-heading > button {
	border-radius: 0!important;
}
.section-tabs .e-n-tabs-heading > button:hover,
.section-tabs .e-n-tabs-heading > button[aria-selected="true"]{
	background-color: #000!important;
	border-radius: 0!important;
}
/*Mobile Close Tab */
@media screen and (max-width: 767px) {
 	#close-tab-pills {
		margin-bottom: 0!important;
	}
}
@media screen and (min-width: 768px) {
	#close-tab-pills {
		display: none;
	}
}


/*Page Place To Visit*/
.section-popular-places .section-featured-links-v5-widget__card-content a {
	display: none!important;
}
.section-popular-places .section-featured-links-v5-widget__card-content p {
	margin-bottom: 0!important;
}

.section-hotspot .e-hotspot__label {
	text-align: center;
	display: block;
}
.section-hotspot .section-hotspot__span {
	font-weight: 400;
	font-size: 14px;
	display: block;
}
@media screen and (max-width: 768px) {
	.section-hotspot .e-hotspot__label {
		line-height: 1.1;
	}
	.section-hotspot .section-hotspot__span {
		font-size: 10px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	.section-planning-tools__img {
		margin-top: 0!important;
	}
}

/*Castries Page*/
@media (max-width: 1366px) {
    .castries-description p {
       font-size: 1vw !important;
    }
}
@media (max-width: 768px) {
    .castries-description {
        position: static !important;
    }
    .castries-map-container {
        margin-top: -4%;
    }
    .castries-description p {
       font-size: 16px !important;
    }
}

/*Page Diving*/
@media screen and (min-width: 1025px) and (max-width: 1300px) {
	.section-essential-diving-safety__img {
		top: 9vw!important;
	}
}


/* Container */
.custom-poly-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The visible 'EN' button */
.lang-trigger {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* The dropdown list */
.lang-list {
    position: absolute;
    top: 100%;
	left: -20px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    width: 60px;
    z-index: 999;
    
    /* Hide by default */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Show on hover */
.custom-poly-dropdown:hover .lang-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

/* List items */
.lang-list li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

.lang-list li a:hover {
    background: #f1f1f1;
}

.lang-list .lang-flag-img,
.lang-trigger .lang-flag-img {
	width: 20px;
	display: block;
	margin: 0 auto;
}

/* Simple arrow rotation */
.custom-poly-dropdown:hover .arrow {
    transform: rotate(180deg);
    display: inline-block;
}

/*Page Honeymoon Inspiration*/
@media screen and (min-width: 1025px) and (max-width: 1920px) {
	.section-honeymoon-inspiration-hero__title {
		margin-left: 0!important;
	}
}

.section-ocean-coast__overlay {
    position:relative;
}
.section-ocean-coast__overlay:before {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 1) 80%) !important;
}

@media screen and (min-width: 2561px) {
	.section-explore-together__img-paddle {
		min-height: 60%!important;
    	bottom: 0!important;
	}
}

.section-phone-slider__container {
	min-height: 46.6vw!important;
}

.section-phone-slider__container .swiper-slide-inner {
	aspect-ratio: 488/579;
}

.section-phone-slider__container .swiper-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (min-width:769px) and (max-width: 1024px) {
	.section-phone-slider__container .swiper-slide-inner {
		aspect-ratio: 312/370;
	}
	
	.section-phone-slider__container {
		min-height: 69.9vw!important;
	}
}

@media screen and (max-width: 768px) {
	.section-phone-slider__container .swiper-slide-inner {
		aspect-ratio: auto;
	}
	
	.section-phone-slider__container .swiper-slide-inner img {
		height: 40vw;
	}
	
	.section-phone-slider__container {
		min-height: 74.9vw!important;
	}
}

/*Page Culinary*/
.slider-flavors-of-the-island .swiper-pagination {
	left: 50%!important;
}

/*Page Botanical Garden*/
@media screen and (min-width: 769px) {
	.section-st-lucia-natural-heritage:before {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #0000001A 50%, #000000CC 100%)!important;
	}
}

/*Page Best Thing To Do*/
.section-explore-by-region__map .e-hotspot__tooltip h4{
	font-size: 16px;
	margin: 0 0 15px;
	color: #FFAF02;
}

.section-explore-by-region__map .e-hotspot__tooltip h6{
	font-size: 12px;
	margin: 0 0 5px;
	font-weight: 400;
	white-space: break-spaces;
}

.section-explore-by-region__map .e-hotspot__tooltip p{
	font-size: 10px;
	margin: 0 0 15px!important;
	font-weight: 400;
	white-space: break-spaces;
}

/*Page Beach Safety Swimming Tips*/
@media screen and (max-width: 1200px) {
	.section-grid-safety__text {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}

@media screen and (max-width: 768px) {
	.section-grid-safety__img {
		max-height: 350px;
	}
}

/*elementor widget Loop Carousel - hide the icon if the icon box content is missing */
.elementor-widget-loop-carousel .empty-content {
	display: none!important;
}
.elementor-widget-loop-carousel .swiper-wrapper {
	align-items: stretch;
}
.elementor-widget-loop-carousel .swiper-slide {
	height: auto!important;
}
.elementor-widget-loop-carousel .loop-carousel__item-wrap {
	display: flex;
    flex-direction: column;
}
.elementor-widget-loop-carousel .loop-carousel__item-details {
    flex: 1!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between!important;
}
.elementor-widget-loop-carousel .loop-carousel__item-image img {
	height: 250px!important;
    overflow: hidden;
    flex-shrink: 0;
	display: block;
}
.elementor-widget-loop-carousel .swiper-slide:not(.has-post-thumbnail) .loop-carousel__item-details {
  justify-content: flex-end !important;
}
.elementor-widget-loop-carousel .elementor-widget-image a {
	display: block!important;
}
.elementor-widget-loop-carousel .elementor-icon-box-content a {
	display: block!important;
	line-height: 1.4!important;
}
.elementor-widget-loop-carousel .elementor-icon-box-wrapper {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
    .elementor-widget-loop-carousel .elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper {
        align-items: flex-start!important;
        flex-direction: row!important;
        text-align: left!important;
    }
}

/*Page Wedding Planning Packages*/
.loop-carousel__item-image.loop-carousel__item-image--wedding img {
	height: 350px!important;
}
@media screen and (min-width: 1025px) {
	.section-planning-made-easier__flower {
		max-width: 600px;
	}
	.section-planning-made-easier__envelope {
		max-width: 1250px;
	}
}

/*Page The St Lucia Three Peaks Chanllenge*/
@media screen and (min-width: 1025px) {
	.section-what-to-bring__backpack {
		max-width: 820px;
	}
}

/*Page Plan Tour Trip*/
.section-about-st-lucia-map__horizontal-arrow.custom:before {
	content: "\f341";
    font-family: dashicons;
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
	width: auto;
	height: auto;
}
.section-about-st-lucia-map__horizontal-arrow.custom:after {
	content: "\f345";
    font-family: dashicons;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
	width: auto;
	height: auto;
}
.section-about-st-lucia-map__horizontal-arrow > div{
	position: relative;
	width: 100%;
	text-align: center;
}
.section-about-st-lucia-map__horizontal-arrow > div:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	width: calc((100% - 100px) / 2);
	height: 3px;
} 
.section-about-st-lucia-map__horizontal-arrow > div:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotateY(180deg) translateY(-50%);
    background-color: #fff;
	width: calc((100% - 100px) / 2);
	height: 3px;
} 
.section-about-st-lucia-map__vertical-arrow.custom {
	height: 100%;
}
.section-about-st-lucia-map__vertical-arrow.custom:before {
	content: "\f343";
    font-family: dashicons;
    position: absolute;
	left: 50%;
    transform: translateX(-50%);
    top: -15px;
    font-size: 20px;
    color: #fff;
	width: auto;
	height: auto;
}
.section-about-st-lucia-map__vertical-arrow.custom:after {
	content: "\f347";
    font-family: dashicons;
    position: absolute;
	left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    font-size: 20px;
    color: #fff;
	width: auto;
	height: auto;
}
.section-about-st-lucia-map__vertical-arrow.custom > div{
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
}
.section-about-st-lucia-map__vertical-arrow.custom > div p {
	writing-mode: vertical-lr;
}
.section-about-st-lucia-map__vertical-arrow.custom > div:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background-color: #fff;
	width: 3px;
	height: calc((100% - 100px) / 2);
} 
.section-about-st-lucia-map__vertical-arrow.custom > div:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	transform: rotateX(180deg) translateX(50%);
	background-color: #fff;
	width: 3px;
	height: calc((100% - 100px) / 2);
} 

/*Page Sustainability Vision*/
@media screen and (max-width: 768px) {
	.pg-sustainability_hero-tile h1 {
		font-size: 50px!important;
	}
}

/*Page Awards*/
.section-awards h5 {
	margin-top: 0;
	line-height: 1.2!important;
}
@media screen and (max-width: 768px) {
	.section-awards .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
		gap: 20px;
	}
}

