/* popup */

.whole_site_popup_main {
    background: #272727;
    max-width: 800px;
    padding: 30px !important;
}

.whole_site_popup_main .et_pb_row {
    display: block;
}

#et-boc .area-outer-wrap[data-da-color=light] .da-close {
    background: #fff !important;
    opacity: 1 !important;
}


/* end */

.service_col h3 {
    color: #93C936;
    font-size: 26px;
    font-weight: 500;
}

.service_col ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 10px 0px;
    display: block;
}

.service_col ul {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.service_col ul li {
    list-style-type: none;
    width: 50% !important;
}

.last_menu_footer .service_col ul li {
    width: 100% !important;
}

.footer_col1,
.footer_col2 {
    width: 40% !important;
}

.footer_col3 {
    width: 20% !important;
    padding-left: 50px;
}

.service_col h3 {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.social-icons-container {
    display: flex;
    gap: 1.5rem;
    justify-content: end;
}

.icon-container {
    /* Set the size of the clickable area */
    width: 40px;
    /* 56px */
    height: 40px;
    /* 56px */
    /* Center the icon inside */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Thin, white border */
    border: 1px solid #ffffff66;
    /* Slightly transparent white */
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    /* Remove underline from link */
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    /* Initial subtle shadow */
}

.icon-container:hover {
    border-color: #ffffff;
    /* Solid white on hover */
    background-color: #ffffff11;
    /* Very slight background glow */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    /* White glow */
    transform: scale(1.05);
}

.icon-svg {
    color: #fff;
    transition: transform 0.3s ease;
}

.icon-container:hover .icon-svg {
    transform: scale(1.1);
}

.center_text_main {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.ft_copy {
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 10px 0px;
}

.footer_section {
    padding: 70px 0px !important;
}

.footer_bottom_row {
    padding-top: 50px !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .footer_logo img {
        width: 150px !important;
    }
    .service_col ul li a {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        padding: 5px 0px;
        display: block;
    }
    .footer_logo {
        width: 170px;
        text-align: center !important;
        margin: auto;
    }
    .footer_section {
        padding: 40px 15px !important;
    }
    .footer_col3 {
        padding-left: 0 !important;
        width: 100% !important;
    }
    .footer_col1 {
        width: 100% !important;
    }
    .footer_col2 {
        width: 100% !important;
    }
    .center_text_main {
        font-size: 20px;
        padding: 20px 0px;
    }
    .social-icons-container {
        justify-content: center;
    }
    .service_col ul li {
        width: 50% !important;
    }
    .footer_bottom_row {
        padding: 40px 0px !important;
    }
    .service_col h3 {
        font-size: 20px;
    }
    .text_align_center {
        text-align: center !important;
    }
    .footer_bottom_row {
        padding-top: 30px !important;
    }
    .footer_bottom_row .et_pb_column {
        margin-bottom: 0 !important;
    }
    .footer_row,
    .footer_bottom_row {
        display: block !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    .footer_section {
        padding: 50px 30px !important;
    }
    .footer_col3 {
        padding-left: 0 !important;
    }
    .footer_col1 {
        width: 35% !important;
    }
    .footer_col2 {
        width: 45% !important;
    }
    .center_text_main {
        font-size: 20px;
    }
    .service_col ul li {
        width: 100% !important;
    }
    .service_col h3 {
        font-size: 20px;
    }
    .footer_bottom_row {
        padding-top: 0px !important;
    }
    .footer_bottom_row .et_pb_column {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .footer_section {
        padding: 50px 30px !important;
    }
    .footer_col3 {
        padding-left: 0 !important;
    }
    .footer_col1 {
        width: 35% !important;
    }
    .footer_col2 {
        width: 45% !important;
    }
    .center_text_main {
        font-size: 20px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .footer_section {
        padding: 50px 30px !important;
    }
    .footer_col3 {
        padding-left: 0 !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .footer_section {
        padding: 70px 30px !important;
    }
    .footer_col3 {
        padding-left: 0 !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .footer_section {
        padding: 70px 30px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {}