.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* ==== Site Reviews Form Styling ==== */

.glsr-form {
    max-width: 700px;
    margin: 0 auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Labels */
.glsr-form label {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 6px;
    display: block;
}

/* Inputs & Textarea */
.glsr-form input,
.glsr-form textarea,
.glsr-form select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.3s ease;
    margin-bottom: 18px;
}

/* Focus Effect */
.glsr-form input:focus,
.glsr-form textarea:focus,
.glsr-form select:focus {
    border-color: #004E59;
    box-shadow: 0 0 0 3px rgba(7,104,159,0.15);
    outline: none;
}

/* Textarea height */
.glsr-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Submit Button */
.glsr-form button {
    background: #004E59;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Button Hover */
.glsr-form button:hover {
    background: #004E59;
    transform: translateY(-2px);
}

/* Star Rating */
.gl-star-rating {
    color: #004E59;
    font-size: 18px;
}

/* Force 3 equal columns */
.glsr-reviews {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
}

/* Review Card Style */
.glsr-review {
    background: #ffffff !important;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Tablet */
@media (max-width: 992px) {
    .glsr-reviews {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .glsr-reviews {
        grid-template-columns: 1fr !important;
    }
}
.marquee-content .elementor-icon-list-items{
    display: flex;
    width: 10000px;
    transform: translateX(0px);
    animation: marquee 22s linear infinite;
    white-space: nowrap;
    
}

.marquee-content:hover .elementor-icon-list-items{
    -webkit-animation-play-state: paused;
}

.marquee-content .elementor-icon-list-text{
     ;
}


@keyframes marquee {
   0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
html, body {
    overflow-x: hidden;
    width: 100%;
}/* End custom CSS */