.elementor-kit-6{--e-global-color-primary:#17257E;--e-global-color-secondary:#F2F4F5;--e-global-color-text:#041635;--e-global-color-accent:#DCBD60;--e-global-color-62635e7:#FFFFFF;--e-global-color-7153d1b:#041635;--e-global-color-5174beb:#E4E5FB;--e-global-color-c06a96d:#E1E3E7;--e-global-color-99d55a4:#F2F4F5;--e-global-color-2daf837:#B7BAF6;--e-global-color-151424a:#17257E;--e-global-color-6e5a59d:#04163566;--e-global-color-02a90a7:#D2D5DB;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Afacad";--e-global-typography-text-font-size:1.38vw;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Afacad", Sans-serif;font-size:1.3vw;font-weight:400;line-height:1.4;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Playfair Display", Sans-serif;font-size:3.9vw;font-weight:700;line-height:100%;}.elementor-kit-6 h2{color:var( --e-global-color-7153d1b );font-family:"Playfair Display", Sans-serif;font-size:3.3vw;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Playfair Display", Sans-serif;font-size:2.79vw;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:"Playfair Display", Sans-serif;font-size:2.2vw;font-weight:bold;line-height:125%;}.elementor-kit-6 h5{color:var( --e-global-color-text );font-family:"Playfair Display", Sans-serif;font-size:1.67vw;line-height:1.25;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0vw;--container-default-padding-right:0vw;--container-default-padding-bottom:0vw;--container-default-padding-left:0vw;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-62635e7 );--lightbox-ui-color:var( --e-global-color-7153d1b );}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:3.92vw;}.elementor-kit-6 h2{font-size:6.72vw;}.elementor-kit-6 h4{font-size:5.04vw;}.elementor-kit-6 h5{font-size:5vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.video-button:hover, .video-close-button:hover {
   cursor: pointer;
}

.video-popup-class {
    position: fixed !important;  
    will-change: transform;
    visibility: hidden;
    opacity: 0;          /* Makes element transparent */
    transition: opacity 0.7s, visibility 0.2s; /* Optional smooth transitions */
}

.video-popup-class.animated {
    visibility: visible;
    opacity: 1;
}

p, ul {
    margin-block-start: 0;
    margin-block-end: 0;
}

p {
    padding-bottom: 0.5vw;
}

.video-button:hover img {
    background-color: #DCBD60 !important;
}

.video-button-lock:hover img {
    background-color: #DCBD60 !important;
}

.elementor-location-header[data-elementor-type="header"].active {
    height: 13.2vw;
}

.text-with-arrow, .text-with-plus  {
    cursor: pointer;
    display: inline-block; /* Key fix: keeps text + arrow in one line */
    position: relative;
    padding-right: 3vw; 
    color: var(--e-global-color-primary);
}

.text-with-arrow:hover::after {
    color: var(--e-global-color-accent);
}

.text-with-plus p {
    transition: color 0.6s;
}

.text-with-plus:hover::after, .text-with-plus:hover p{
    color: var(--e-global-color-accent) !important;
}

.text-with-arrow::after {
    content: "🡢";
    position: absolute;
    right: 1vw; /* Distance from text */
    top: 50%;
    transform: translateY(-50%); /* Perfect vertical centering */
    font-size: 1.3vw;
    color: inherit;
    transition-duration: 0.6s;
}

.text-with-plus::after {
    content: "+";
    position: absolute;
    right: 1vw; /* Distance from text */
    top: 50%;
    transform: translateY(-50%); /* Perfect vertical centering */
    font-size: 2vw;
    color: inherit;
    transition: color 0.6s;
}

.text-with-plus.expanded::after {
  content: "―";
  transform:translateY(-50%) scaleX(0.5) ;
}

.playfair-num {
    font-feature-settings: 'lnum', 'pnum';
}

@media(max-width:767px) {
   .text-with-arrow {
        padding-right: 7vw; 
    }
    
    .text-with-plus {
        padding-right: 7vw; 
    }
    
    .text-with-arrow::after {
        font-size: 4.5vw;
    } 
}/* End custom CSS */