.elementor-kit-6{--e-global-color-primary:#CD579A;--e-global-color-secondary:#1C98EA;--e-global-color-text:#1B1B1B;--e-global-color-accent:#E64788;--e-global-color-7b263cf:#E6D6DF;--e-global-color-4e30cfc:#E6D6DF;--e-global-color-966329e:#D9E9F4;--e-global-color-27dfd7f:#7694C3;--e-global-color-8ed307d:#A76DAC;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:17px;font-weight:normal;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:23px;font-weight:500;color:#FFFFFF;border-radius:40px 40px 40px 40px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:46px;font-weight:500;line-height:46px;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-size:38px;line-height:45px;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-family:"Roboto Condensed", Sans-serif;font-size:27px;line-height:29px;}.elementor-kit-6 h4{color:var( --e-global-color-secondary );font-family:"Roboto Condensed", Sans-serif;font-size:21px;font-weight:500;line-height:27px;}.elementor-kit-6 h5{color:var( --e-global-color-accent );font-family:"Roboto Condensed", Sans-serif;}.elementor-kit-6 h6{color:var( --e-global-color-accent );font-family:"Roboto Condensed", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1199px){.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 */.btn-get-your-price-cont{display: inline-block; width: auto;}
.btn-get-started, .btn-personalize-quote{padding-bottom: 10px;}
/* Ensure button and dropdown are aligned */
.custom-dropdown {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: left;
    width: 100%;
}

/* Dropdown menu */
.dropdown-content {
    display: none;
    position: absolute;
    background: white;
    min-width: 250px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 100;
    top: calc(100%); /* Ensures space between button and menu */
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 0;
    pointer-events: none; /* Prevents accidental loss of hover */
}

/* Ensure dropdown stays open when hovering over button or dropdown */
.custom-dropdown:hover .dropdown-content,
.custom-dropdown .dropdown-content:hover {
    display: block;
    pointer-events: auto; /* Allows interaction */
}

/* Dropdown menu items */
.dropdown-content a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid var(--e-global-color-4e30cfc);
    transition: background 0.3s ease-in-out;
    color: var(--e-global-color-primary);
    font-size 16px;
}

/* Remove border from last item */
.dropdown-content a:last-child {
    border-bottom: none;
}

/* Hover effects */
.dropdown-content a:hover {
    background: #f4f4f4;
    color: var(--e-global-color-secondary);
}/* End custom CSS */