.elementor-2001 .elementor-element.elementor-element-c294aa9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2001 .elementor-element.elementor-element-62b40f6 img{width:60%;max-width:74%;height:53px;}.elementor-2001 .elementor-element.elementor-element-e51ef64 .et-follow-buttons a{font-size:35px;margin:0 16px;}.elementor-2001 .elementor-element.elementor-element-e51ef64 .et-follow-buttons{justify-content:center;}.elementor-2001 .elementor-element.elementor-element-f56a053{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2001 .elementor-element.elementor-element-71d39dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2001 .elementor-element.elementor-element-124a731{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-2001 .elementor-element.elementor-element-ddd0e3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2001 .elementor-element.elementor-element-f0a94cc{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-2001 .elementor-element.elementor-element-aafc329 img{width:92%;}}@media(min-width:768px){.elementor-2001 .elementor-element.elementor-element-124a731{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-d6bb000 *//* General Styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #222222; /* Default text color */
}

/* Footer Container */
.footer-container {
    padding: 40px 10%; /* Add equal spacing on left and right */
    text-align: center; /* Center-align all content */
    color: #222222; /* Default text color */
    display: flex;
    flex-direction: column; /* Stack content vertically */
    align-items: center; /* Center align content */
    gap: 20px; /* Add space between sections */
}

/* Footer Links Styles */
.footer-links {
    list-style-type: none; /* Remove bullets */
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* Wrap links for smaller screens */
    justify-content: center; /* Center the links */
    gap: 20px; /* Add spacing between links */
}

.footer-links li {
    margin: 0;
}

.footer-links a {
    color: #222222; /* Default text color */
    text-decoration: none; /* Remove underline */
    font-weight: bold;
    font-size: 16px;
    transition: color 0.3s ease, text-decoration 0.3s ease; /* Smooth hover effect */
}

.footer-links a:hover {
    color: #EF5382; /* Hover color */
    text-decoration: underline;
}

/* Help Section Styles */
.help-section {
    text-align: center; /* Center align text */
}

.help-title {
    color: #EF5382; /* Pink color for the title */
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.help-contact {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
}

/* Address Styles */
.address {
    color: #666666; /* Light gray text for the address */
    font-size: 16px;
    line-height: 1.5; /* Add spacing between lines */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer-links {
        gap: 10px; /* Reduce spacing for smaller screens */
    }

    .footer-links a {
        font-size: 14px; /* Smaller font for links */
    }

    .help-title, .help-contact, .address {
        font-size: 14px; /* Adjust text size for smaller screens */
    }

    .footer-container {
        padding: 20px 5%; /* Reduce padding for smaller screens */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e07b8a *//* Footer Policy Section Wrapper */
.footer-policy-section {
    background-color: #FFFFFF; /* Optional background for the footer section */
    padding: 20px 0;
}

/* Scoped Block Policy Styling */
.footer-policy-section .block-policy8 {
    background-color: #fff;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    border: none;
}

/* Policy List Styling */
.footer-policy-section .policy-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-policy-section .policy-list li {
    margin: 15px;
    width: 30%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.footer-policy-section .policy-list li:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Content Styling */
.footer-policy-section .policy-list .content {
    display: inline-block;
    padding-top: 10px;
    transition: color 0.3s ease;
}

.footer-policy-section .policy-list b {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    color: #333;
    transition: color 0.3s ease;
}

.footer-policy-section .policy-list span {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
    display: block;
    transition: color 0.3s ease;
}

/* Icon Styling */
.footer-policy-section .policy-list i {
    font-size: 36px;
    color: #B1B1B1;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

/* Hover Effect for Color Change */
.footer-policy-section .policy-list li:hover i,
.footer-policy-section .policy-list li:hover b,
.footer-policy-section .policy-list li:hover span {
    color: #EF5382;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .footer-policy-section .policy-list li {
        width: 45%;
    }

    .footer-policy-section .policy-list b {
        font-size: 16px;
    }

    .footer-policy-section .policy-list span {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .footer-policy-section .policy-list li {
        width: 100%;
    }

    .footer-policy-section .policy-list b {
        font-size: 15px;
    }

    .footer-policy-section .policy-list span {
        font-size: 12px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c906b0 */.copyright {
    text-align: center; /* Center align the text */
    font-size: 14px; /* Adjust the font size */
    color: #777; /* Set the text color */
    margin-top: 0px; /* Set margin-top to 0 to bring it closer to the top */
    padding: 0px; /* Remove extra padding */
}/* End custom CSS */