/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html, body {
     overflow-x: hidden !important;
}
 .elementor-field-type-recaptcha_v3 {
     width: 1% !important;
}
.trp-language-switcher {
    left: 1% !important;
}
/* Header */
 .new-dropdown ul.sub-menu.elementor-nav-menu--dropdown li.menu-item {
     margin: 20px 0 !important;
}
/* Sidebar */
 .form-new .elementor-message-success {
     color: #000 !important;
     font-weight: 500 !important;
}
/* Overlay Section css */
 .icon-glass .elementor-icon-list-item {
     display: flex;
     align-items: center;
     gap: 10px !important;
     vertical-align: middle;
}
/* restore perfectly centred circles */
 .icon-glass .elementor-icon-list-icon {
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     width: 30px !important;
     height: 30px !important;
     background: rgba(60, 65, 70, 0.8);
     backdrop-filter: blur(2.5px);
     -webkit-backdrop-filter: blur(2.5px);
     border: 1px solid rgba(255,255,255,0.35);
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 2px 4px rgba(0, 0, 0, 0.35);
     transition: all 0.3s ease;
     flex-shrink: 0;
}
/* icon glyphs centred */
 .icon-glass .elementor-icon-list-icon i, .icon-glass .elementor-icon-list-icon svg {
     color: #fff;
     font-size: 15px !important;
     line-height: 0;
     display: flex;
     align-items: center;
     justify-content: center;
}
/* hover */
 .icon-glass .elementor-icon-list-icon:hover {
     background: rgba(65,70,75,0.85);
     border-color: rgba(255,255,255,0.45);
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 3px 6px rgba(0, 0, 0, 0.5);
}
/* Icon Size Reduce */
 .new-blue svg {
     width: 15px !important;
     height: 15px !important;
}
/* Home Cards Transition */
 .new-cards .new-blue.make-column-clickable-elementor {
     transition: transform 0.3s ease-in-out !important;
}
 .new-cards .new-blue.make-column-clickable-elementor:hover {
     transform: scale(1.05) !important;
}
/* Testimonials */
 .new-slides {
     border-radius: 30px !important;
     overflow: hidden !important;
}
 .new-slides .elementor-swiper-button {
     background-color: #fff !important;
     padding: 5px !important;
     border-radius: 30px !important;
     color: #143268 !important;
     transition: all 0.3s ease-in-out;
}
 .new-slides .elementor-swiper-button:hover {
     background-color: #143268 !important;
}
 .new-slides .elementor-swiper-button svg:hover {
     fill: #fff !important;
}
/* Gallery Section Css */
 .custom-hover-arrow.elementor-widget-image-carousel .swiper-slide-inner .eicon, .custom-hover-arrow.elementor-widget-image-carousel .elementor-lightbox-item::before {
     display: none !important;
}
/* Setup */
 .custom-hover-arrow.elementor-widget-image-carousel .swiper-slide-inner {
     position: relative;
     overflow: hidden;
}
/* Image zoom */
 .custom-hover-arrow.elementor-widget-image-carousel .swiper-slide-image {
     transition: transform 0.3s ease;
}
/* Hover button (visual only) */
 .custom-hover-arrow.elementor-widget-image-carousel .swiper-slide-inner::after {
     content: "↗";
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 70px;
     height: 70px;
     border-radius: 50% !important;
     background: rgba(40, 40, 40, 0.35);
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 34px;
     color: #fff;
     opacity: 0;
     visibility: hidden;
     transition: 0.3s ease;
     pointer-events: none;
}
/* Show on hover */
 .custom-hover-arrow.elementor-widget-image-carousel .swiper-slide:hover .swiper-slide-inner::after {
     opacity: 1;
     visibility: visible;
}
/* Form Css */
/* Only target this email field */
 .custom-form #form-field-email {
     background: rgba(255, 255, 255, 0.1);
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, 0.3);
     border-radius: 40px;
     color: #fff;
     padding: 14px 20px;
     font-size: 16px;
     outline: none;
     width: 100%;
     transition: all 0.3s ease;
}
/* Placeholder color style */
 .custom-form #form-field-email::placeholder {
     color: rgba(255, 255, 255, 0.7);
}
/* Focus glow for interactivity */
 .custom-form #form-field-email:focus {
     border-color: rgba(255, 255, 255, 0.6);
     box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
 .custom-form .elementor-message.elementor-message-success{
     color: #fff !important;
}
 .form-new .elementor-105 .elementor-element.elementor-element-504a50f .elementor-message.elementor-message-success {
     color: black !important;
}
/* Inquire Page */
 .inquire-form .elementor-button[type="submit"] svg {
     width: 14px !important;
     height: 14px !important;
}
 .inquire-form .elementor-button[type="submit"] svg * {
     fill: transparent !important;
}
/* Align checkboxes side by side */
 .inquire-form .elementor-field-group-field_ef2169b .elementor-field-subgroup {
     display: flex;
     gap: 20px;
     align-items: center;
}
/* Checkbox container */
 .inquire-form .elementor-field-group-field_ef2169b .elementor-field-option {
     display: flex;
     align-items: center;
     gap: 6px;
     cursor: pointer;
}
/* Custom checkbox design */
 .inquire-form .elementor-field-group-field_ef2169b .elementor-field-option input[type="checkbox"] {
     appearance: none;
     width: 20px;
     height: 20px;
     border: 1px solid #ccc;
     border-radius: 2px;
     background-color: #e6e6e6;
     position: relative;
     cursor: pointer;
     transition: all 0.2s ease-in-out;
}
/* Checked (active) state */
 .inquire-form .elementor-field-group-field_ef2169b .elementor-field-option input[type="checkbox"]:checked {
     background-color: #151414;
     border-color: #151414;
}
/* White checkmark when selected */
 .inquire-form .elementor-field-group-field_ef2169b .elementor-field-option input[type="checkbox"]:checked::after {
     content: '✓';
     position: absolute;
     color: #fff;
     font-size: 14px;
     left: 4px;
     top: 0px;
}
 .inquire-form .elementor-message.elementor-message-success {
     color: #000 !important;
}
/* FAQ'S Page*/
 .new-faq .e-n-accordion-item-title-icon {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 42px !important;
     height: 42px !important;
     border: 1px solid #ccc;
     border-radius: 50%;
     background-color: #e9ecef;
     cursor: pointer;
     transition: all 0.2s ease;
}
/* Optional: hover effect for polish */
 .new-faq .e-n-accordion-item-title-icon:hover {
     background-color: #dee2e6;
     border-color: #bbb;
}
/* Handle the SVG icons inside */
 .new-faq .e-n-accordion-item-title-icon svg {
     width: 12px;
     height: 12px;
     fill: #2866b4;
    /* Blue color for plus/minus icon */
}
/* Only show one icon at a time */
 .new-faq .e-n-accordion-item-title-icon .e-opened {
     display: none;
}
 .new-faq .e-n-accordion-item-title-icon.active .e-opened {
     display: inline;
}
 .new-faq .e-n-accordion-item-title-icon.active .e-closed {
     display: none;
}
 .new-content .elementor a {
     color: #000 !important;
     font-weight: 500 !important;
}
 .new-content a {
     color: #143268 !important;
}
 .pop-new a.elementor-sub-item {
     margin-top: 10px !important;
     margin-bottom: 10px !important;
     line-height: 30px !important;
}
 .gallery-new .elementor-slideshow__footer {
     display: none !important;
}
/* Home Header */
 .scrolled .my-header {
     background-color: #ffffff !important;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
}
 .scrolled .header-new {
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
}
 .my-header {
     min-height: 100px !important;
     height: 100px !important;
}
 .new-second {
     transition: transform 1s cubic-bezier(0, 0, 0.2, 1), width 1s cubic-bezier(0, 0, 0.2, 1) !important;
}
 .scrolled .new-second {
     background-image: url(../../../wp-content/uploads/2026/02/Layer_1-1536x144-1.webp) !important;
     width: 250px !important;
     min-height: 40px !important;
}
 .scrolled .e-con.e-transform {
     transform: translateY(0) !important;
}
 .scrolled .blur-text {
     display: none !important;
     transition: 1s !important;
}
 .blur-text {
     transition: opacity 0.8s ease, visibility 1s ease;
     opacity: 1;
     visibility: visible;
}
 .scrolled .blur-text {
     opacity: 0;
     visibility: hidden;
}
 .logo-top {
     display: none !important;
}
 .scrolled .logo-top {
     display: block !important;
}
 .scrolled .h-btn .elementor-button {
     color: #1A1A1A !important;
     border: 1px solid #1A1A1A !important;
     border-radius: 30px !important;
}
 .scrolled .h-btn .elementor-button:hover, .scrolled .h-btn .elementor-button:focus {
     color: #fff !important;
}
 .scrolled .ham-icon .elementor-icon svg {
     fill: #000 !important;
     color: #000 !important;
}
/* The Villas */
 .new-blue .make-column-clickable-elementor.elementor-element.elementor-element-ff99a9a, .new-blue.make-column-clickable-elementor.elementor-element.elementor-element-7647ff3 {
     transition: 0.3s !important;
}
 .new-blue.make-column-clickable-elementor.elementor-element.elementor-element-7647ff3:hover, .new-blue.make-column-clickable-elementor.elementor-element.elementor-element-ff99a9a:hover {
     transform: scale(1.05) !important;
}
 .villas-icon .elementor-icon-list-icon {
     align-items: center;
     margin-right: 10px !important;
     justify-content: center;
     width: 35px !important;
     height: 35px !important;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.18);
     backdrop-filter: blur(5px) saturate(180%);
     -webkit-backdrop-filter: blur(5px) saturate(180%);
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* Experience */
 .content-exp p {
     min-height: 40px !important;
}
/* Arriral Page */
 @keyframes fadeInGallery {
     from {
         opacity: 0;
         transform: translateY(15px);
    }
     to {
         opacity: 1;
         transform: translateY(0);
    }
}
 .fade-in {
     animation: fadeInGallery 0.5s ease forwards;
}
/* Footer */
 .footer-new .elementor-message.elementor-message-success {
     color: #fff !important;
}
/* Responsive */
 @media (max-width: 1024px) {
     .custom-hover-arrow.elementor-widget-image-carousel .swiper-slide-inner::after {
         width: 55px;
         height: 55px;
         font-size: 26px;
    }
}
 @media (max-width: 767px) {
     .custom-hover-arrow.elementor-widget-image-carousel .swiper-slide-inner::after {
         width: 45px;
         height: 45px;
         font-size: 22px;
    }
     .icon-glass .elementor-icon-list-item {
         flex-direction: row;
    }
     .icon-glass .elementor-icon-list-item:not(:last-child) {
         margin-bottom: 14px;
    }
     .scrolled .without-sticky {
         display: none !important 
    }
     .icon-glass .elementor-icon-list-item:not(:last-child) {
         margin-bottom: 0;
    }
     .icon-glass .elementor-icon-list-item .elementor-icon-list-icon {
         align-self: center;
    }
     .scrolled .logo-container {
         padding-left: 10px !important;
    }
     .new-second{
         margin-left: -16%!important;
    }
}
 @media (max-width: 600px) {
     .inquire-form .elementor-field-group-field_ef2169b .elementor-field-label {
         margin-bottom: 15px !important;
         display: block;
    }
     .new-faq .e-n-accordion-item-title-icon {
         width: 24px;
         height: 24px;
         display: inline-flex;
         align-items: center;
         justify-content: center;
         background-color: #e9ecef !important;
         border-radius: 50%;
         border: 1px solid #c9d1e2;
         background-color: #fff;
         flex-shrink: 0;
         margin-left: 8px;
         transition: all 0.2s ease;
    }
     .new-faq .e-n-accordion-item-title-icon svg {
         width: 9px;
         height: 9px;
         fill: #1f3f96;
    }
     .new-faq .e-n-accordion-item-title {
         display: flex;
         align-items: center;
         justify-content: space-between;
    }
     .scrolled .new-second {
         width: 180px!important;
    }
     .content-exp p {
         min-height: auto !important;
    }
}