.elementor-kit-10532{--e-global-color-primary:#D91D26;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D91D26;--e-global-color-f9d2614:#333333;--e-global-color-8955e92:#FFFFFF;--e-global-color-c282ed9:#1A1A1A;--e-global-color-3acf0d0:#1F1F1F;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:500;color:#555555;font-family:"Inter", Sans-serif;font-size:16px;line-height:1.6em;}.elementor-kit-10532 a{font-family:"DM Sans", Sans-serif;}.elementor-kit-10532 h1{font-family:"Space Grotesk", Sans-serif;line-height:1.1em;}.elementor-kit-10532 h2{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-10532 h3{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-10532 h4{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-10532 h5{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-10532 h6{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-10532 button,.elementor-kit-10532 input[type="button"],.elementor-kit-10532 input[type="submit"],.elementor-kit-10532 .elementor-button{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.elementor-kit-10532 e-page-transition{background-color:#FFBC7D;}.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 *//* ==========================================================
   Elementor Pro - Custom CSS for Tailwind Design Conversion
   Paste this into: Site Settings > Custom CSS
   ========================================================== */

/* 1. Button Gradient - Targets the actual button inside the Elementor wrapper */
.bg-cta-gradient .elementor-button {
    background: #d91d26!important;
    border: none !important;
    color: #ffffff !important;
    transition: opacity 0.3s ease;
}

.bg-cta-gradient .elementor-button:hover {
    opacity: 0.9 !important;
    background: #d10000!important;
}

/* 2. Text Gradient - Targets the actual heading tag inside the wrapper */
.text-gradient .elementor-heading-title {
    background: linear-gradient(135deg, #ac0017 0%, #d61625 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* 3. Glassmorphism / Backdrop Blur for Navigation (Apply class to Container) */
.glass-effect {
    background-color: rgba(15, 23, 42, 0.8) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* 4. Glassmorphism Card for Testimonials (Apply class to Container) */
.glass-card {
    background-color: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* 5. Image Hover Scale Animation (Apply class to Image Widget or Gallery Widget) */
.hover-scale-img img,
.hover-scale-img .e-gallery-image {
    transition: transform 0.7s ease !important;
}

.hover-scale-img:hover img,
.hover-scale-img:hover .e-gallery-image {
    transform: scale(1.1) !important;
}

/* Glassmorphism specifically for Elementor Pro Reviews Slider */
.glass-slider .elementor-testimonial__wrapper {
    background-color: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px;
    padding: 32px;
}
a{
    color:#d91d26;
}
a:hover{
    color:#d10000;
}
body{
    font-family:"DM Sans", Sans-serif!important;
}
body p{
    font-family:"DM Sans", Sans-serif!important;
}
body .elementor-widget-text-editor{
    font-family:"DM Sans", Sans-serif!important;
}
h1,h2,h3,h4,h5{
    font-family: "Inter", Sans-serif!important;
}/* End custom CSS */