.elementor-kit-7{--e-global-color-primary:#0F1D41;--e-global-color-secondary:#ACBCCE;--e-global-color-text:#FFFFFF;--e-global-color-accent:#CD9F58;--e-global-color-2eb6d58:#171717;--e-global-color-6b2fed2:#A5A5A5;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );}.elementor-kit-7 a:hover{color:var( --e-global-color-text );}.elementor-kit-7 h1{font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 h2{font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 h3{font-family:"Playfair Display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.text-color-anim {
    background: linear-gradient(45deg, #cd9f58, #cd9f58, #FFFFFF, #FFFFFF, #cd9f58, #cd9f58, #cd9f58, #cd9f58);
    background-size: 500%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 5s infinite linear, fade-in 1.5s ease forwards;
    opacity: 0; /* start hidden */
}

/* Gradient movement */
@keyframes gradient-animation {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 100%;
    }
}

/* Fade-in effect */
@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.btn-color-anim a {
    background-image: linear-gradient(90deg, #cd9f58 0%, #cd9f58 100%);
    background-size: 300% 300%;
    background-position: 0% 50%;
    border: none;
    cursor: pointer;
    transition: background-position 0.5s ease;
}

.btn-color-anim a:hover {
    background-image: linear-gradient(45deg, #cd9f58, #cd9f58, #cd9f58, #FFFFFF, #cd9f58, #cd9f58,
        #cd9f58, #cd9f58);
    animation: gradient-animation 5s infinite linear;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.btn-anim-1:hover {
    
    background: linear-gradient(45deg, #FFFFFF, #FFFFFF, #cd9f58, #cd9f58, #cd9f58, #FFFFFF,
        #FFFFFF, #FFFFFF);
    background-size: 500%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 5s infinite;
}

/* Keyframes for gradient animation */
@keyframes gradient-animation {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 100%;
    }
}

.btn-anim-2 a {
    background-image: linear-gradient(90deg, #cd9f58 0%, #cd9f58 100%);
    background-size: 300% 300%;
    background-position: 0% 50%;
    color: #fff; /* button text */
    border: none;
    cursor: pointer;
    transition: background-position 0.5s ease;
}

.btn-anim-2 a:hover {
    background-image: linear-gradient(45deg, #cd9f58, #cd9f58, #cd9f58, #FFFFFF, #FFFFFF, #cd9f58,
        #cd9f58, #cd9f58);
    animation: gradient-animation 5s infinite linear;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

}/* End custom CSS */