:root {
    --primary-color: #ec832dc7;
    --text-white: #ffffff;
    --text-white-muted: rgba(255, 255, 255, 0.85);
    --border-radius-lg: 50px;
    --border-radius-sm: 5px;
    --transition: 0.4s ease;
    --container-max: 1170px;
}

/* Floating Contact Widget */
.floating-contact {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.contact-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.call-icon {
    background: linear-gradient(135deg, #ffffff 0%, #e9e9e9 100%);
}

.email-icon {
    background: linear-gradient(135deg, #ff5e00 0%, #ff5e00 100%);
}

.contact-icon svg {
    width: 28px;
    height: 28px;
    fill: #ff5e00;
}

.email-icon svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

/* Tooltip */
.contact-icon::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 70px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.contact-icon:hover::before {
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .floating-contact {
        right: 15px;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
    }

    .contact-icon svg {
        width: 24px;
        height: 24px;
    }
}



.style-0 {
    cursor: auto;
    box-sizing: border-box;
    margin: 0px;
    font-family: Poppins;
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.style-1 {
    box-sizing: border-box;
}

.style-2 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-3 {
    background: rgba(255, 255, 255, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    position: relative;
    z-index: 6;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    transition: 0.5s;
}

.style-4 {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.style-5 {
    box-sizing: border-box;
    width: 50%;
    flex-grow: 1;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-6 {
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.style-7 {
    position: fixed;
    width: 1170px;
    max-width: 1170px;
    top: 0px;
    bottom: auto;
    z-index: 99;
    width: 1170px;
    max-width: 1170px;
    top: 0px;
    bottom: auto;
    z-index: 99;
    box-sizing: border-box;
    transition: none;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    align-content: stretch;
    background: transparent !important;
}

.style-8 {
    background-color: rgba(255, 255, 255, 0.5) !important;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.style-9 {
    width: 20%;
    background: rgba(241, 241, 241, 0.5) none repeat scroll 0% 0% / auto padding-box border-box !important;
    border-radius: 5px 0px 0px 5px;
    align-content: center;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-10 {
    background-color: rgb(255, 255, 255) !important;
    padding: 10px;
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.style-11 {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    transition: 0.5s;
}

.style-12 {
    text-align: center;
    box-sizing: border-box;
    border-radius: 0px;
    position: relative;
}

.style-13 {
    transition: 0.4s;
    box-sizing: border-box;
    border-style: none;
    border-radius: 0px;
    vertical-align: bottom;
    max-width: 100%;
}

.style-14 {
    width: 50%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box !important;
    align-content: center;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-15 {
    padding: 10px;
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.style-16 {
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-17 {
    box-sizing: border-box;
}

.style-18 {
    text-align: center;
    box-sizing: border-box;
    display: none;
}

.style-19 {
    color: rgb(255, 255, 255);
    background-color: #ec832dc7;
    font-size: 30px;
    box-sizing: border-box;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 30px;
    padding: 5px;
}

.style-20 {
    box-sizing: border-box;
}

.style-21 {
    box-sizing: border-box;
    display: none;
    cursor: pointer;
    transition: 0.5s;
}

.style-22 {
    font-size: 25px;
    padding: 8px;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.97);
    transition: 0.6s;
    box-sizing: border-box;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 25px;
    position: absolute;
    z-index: 99;
}

.style-23 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-24 {
    text-align: right;
    box-sizing: border-box;
    transition: 0.5s;
    margin: 0px;
    padding: 0px;
}

.style-25 {
    list-style: outside none none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.style-26 {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: #ec832dc7;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0px none #ec832dc7;
    transition: 0.5s;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.style-27 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-28 {
    box-sizing: border-box;
    transition: none;
    position: absolute;
    max-width: 1920px;
    z-index: 999;
    padding: 10px;
    background: #FFFFFF none repeat scroll 0% 0% / auto padding-box border-box !important;
    color: rgb(0, 0, 0);
    display: none;
    border-radius: 2px;
    left: 0px;
    text-align: start;
    overflow-y: auto;
}

.style-29 {
    list-style: outside none none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.style-30 {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: rgb(114, 114, 114);
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0px none rgb(114, 114, 114);
    transition: 0.5s;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.style-31 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-32 {
    box-sizing: border-box;
    transition: none;
    position: absolute;
    max-width: 1920px;
    z-index: 999;
    padding: 10px;
    background: #FFFFFF none repeat scroll 0% 0% / auto padding-box border-box !important;
    color: rgb(0, 0, 0);
    display: none;
    border-radius: 2px;
    left: 0px;
    text-align: start;
    overflow-y: auto;
}

.style-33 {
    list-style: outside none none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.style-34 {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: rgb(114, 114, 114);
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0px none rgb(114, 114, 114);
    transition: 0.5s;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.style-35 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-36 {
    box-sizing: border-box;
    transition: none;
    position: absolute;
    max-width: 1920px;
    z-index: 999;
    padding: 10px;
    background: #FFFFFF none repeat scroll 0% 0% / auto padding-box border-box !important;
    color: rgb(0, 0, 0);
    display: none;
    border-radius: 2px;
    left: 0px;
    text-align: start;
    overflow-y: auto;
}

.style-37 {
    list-style: outside none none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.style-38 {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: rgb(114, 114, 114);
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0px none rgb(114, 114, 114);
    transition: 0.5s;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.style-39 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-40 {
    box-sizing: border-box;
    transition: none;
    position: absolute;
    max-width: 1920px;
    z-index: 999;
    padding: 10px;
    background: #FFFFFF none repeat scroll 0% 0% / auto padding-box border-box !important;
    color: rgb(0, 0, 0);
    display: none;
    border-radius: 2px;
    left: 0px;
    text-align: start;
    overflow-y: auto;
}

.style-41 {
    list-style: outside none none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.style-42 {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: rgb(114, 114, 114);
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0px none rgb(114, 114, 114);
    transition: 0.5s;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.style-43 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-44 {
    box-sizing: border-box;
    transition: none;
    position: absolute;
    max-width: 1920px;
    z-index: 999;
    padding: 10px;
    background: #FFFFFF none repeat scroll 0% 0% / auto padding-box border-box !important;
    color: rgb(0, 0, 0);
    display: none;
    border-radius: 2px;
    left: 0px;
    text-align: start;
    overflow-y: auto;
}

.style-45 {
    width: 20%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box !important;
    border-radius: 0px 5px 5px 0px;
    align-content: center;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-46 {
    background-color: rgb(255, 255, 255) !important;
    padding: 10px;
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.style-47 {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-48 {
    font-family: Poppins;
    background-color: #ec832dc7;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
    text-decoration-style: solid;
    transition: 0.4s;
    box-sizing: border-box;
    padding: 20px 40px;
    border-radius: 0px;
    display: inline-block;
    line-height: 15px;
    cursor: pointer;
    text-decoration: none;
    border: 0px none rgb(255, 255, 255);
    box-shadow: none;
    text-decoration-line: none;
}

.style-49 {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    text-decoration-style: solid;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.style-50 {
    visibility: hidden;
    transition: none;
    animation: 0s ease 0s 1 normal none running none;
    transition: none;
    animation: 0s ease 0s 1 normal none running none;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    align-content: stretch;
    position: relative;
}

.style-51 {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.style-52 {
    width: 20%;
    background: rgba(241, 241, 241, 0.5) none repeat scroll 0% 0% / auto padding-box border-box !important;
    border-radius: 5px 0px 0px 5px;
    align-content: center;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-53 {
    padding: 10px;
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.style-54 {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    transition: 0.5s;
}

.style-55 {
    text-align: center;
    box-sizing: border-box;
    border-radius: 0px;
    position: relative;
}

.style-56 {
    transition: 0.4s;
    box-sizing: border-box;
    border-style: none;
    border-radius: 0px;
    vertical-align: bottom;
    max-width: 100%;
}

.style-57 {
    width: 50%;
    background: rgba(241, 241, 241, 0.5) none repeat scroll 0% 0% / auto padding-box border-box !important;
    align-content: center;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-58 {
    padding: 10px;
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.style-59 {
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-60 {
    box-sizing: border-box;
}

.style-61 {
    text-align: center;
    box-sizing: border-box;
    display: none;
}

.style-62 {
    color: rgb(255, 255, 255);
    background-color: #ec832dc7;
    font-size: 30px;
    box-sizing: border-box;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 30px;
    padding: 5px;
}

.style-63 {
    box-sizing: border-box;
}

.style-64 {
    box-sizing: border-box;
    display: none;
    cursor: pointer;
    transition: 0.5s;
}

.style-65 {
    font-size: 25px;
    padding: 8px;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.97);
    transition: 0.6s;
    box-sizing: border-box;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 25px;
    position: absolute;
    z-index: 99;
}

.style-66 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-67 {
    text-align: right;
    box-sizing: border-box;
    transition: 0.5s;
    margin: 0px;
    padding: 0px;
}

.style-68 {
    list-style: outside none none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.style-69 {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: #ec832dc7;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0px none #ec832dc7;
    transition: 0.5s;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.style-70 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-71 {
    box-sizing: border-box;
    transition: none;
    position: absolute;
    max-width: 1920px;
    z-index: 999;
    padding: 10px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box !important;
    color: rgb(0, 0, 0);
    display: none;
    border-radius: 2px;
    left: 0px;
    text-align: start;
    overflow-y: auto;
}

.style-72 {
    list-style: outside none none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.style-73 {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: rgb(114, 114, 114);
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0px none rgb(114, 114, 114);
    transition: 0.5s;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.style-74 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-75 {
    box-sizing: border-box;
    transition: none;
    position: absolute;
    max-width: 1920px;
    z-index: 999;
    padding: 10px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box !important;
    color: rgb(0, 0, 0);
    display: none;
    border-radius: 2px;
    left: 0px;
    text-align: start;
    overflow-y: auto;
}

.style-76 {
    list-style: outside none none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.style-77 {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: rgb(114, 114, 114);
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0px none rgb(114, 114, 114);
    transition: 0.5s;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.style-78 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-79 {
    box-sizing: border-box;
    transition: none;
    position: absolute;
    max-width: 1920px;
    z-index: 999;
    padding: 10px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box !important;
    color: rgb(0, 0, 0);
    display: none;
    border-radius: 2px;
    left: 0px;
    text-align: start;
    overflow-y: auto;
}

.style-80 {
    list-style: outside none none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.style-81 {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: rgb(114, 114, 114);
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0px none rgb(114, 114, 114);
    transition: 0.5s;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.style-82 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-83 {
    box-sizing: border-box;
    transition: none;
    position: absolute;
    max-width: 1920px;
    z-index: 999;
    padding: 10px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box !important;
    color: rgb(0, 0, 0);
    display: none;
    border-radius: 2px;
    left: 0px;
    text-align: start;
    overflow-y: auto;
}

.style-84 {
    list-style: outside none none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
}

.style-85 {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: rgb(114, 114, 114);
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0px none rgb(114, 114, 114);
    transition: 0.5s;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.style-86 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-87 {
    box-sizing: border-box;
    transition: none;
    position: absolute;
    max-width: 1920px;
    z-index: 999;
    padding: 10px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box !important;
    color: rgb(0, 0, 0);
    display: none;
    border-radius: 2px;
    left: 0px;
    text-align: start;
    overflow-y: auto;
}

.style-88 {
    width: 20%;
    background: rgba(241, 241, 241, 0.5) none repeat scroll 0% 0% / auto padding-box border-box !important;
    border-radius: 0px 5px 5px 0px;
    align-content: center;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-89 {
    padding: 10px;
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.style-90 {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-91 {
    font-family: Poppins;
    background-color: #ec832dc7;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
    text-decoration-style: solid;
    transition: 0.4s;
    box-sizing: border-box;
    padding: 20px 40px;
    border-radius: 5px;
    display: inline-block;
    line-height: 15px;
    cursor: pointer;
    text-decoration: none;
    border: 0px none rgb(255, 255, 255);
    box-shadow: none;
    text-decoration-line: none;
}

.style-92 {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    text-decoration-style: solid;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.style-93 {
    background-image: url('https://images.pexels.com/photos/4489729/pexels-photo-4489729.jpeg?_gl=1*139qvns*_ga*MTAzNjE4NTg0OS4xNzYxNzQwMjkw*_ga_8JE65Q40S6*czE3NjI0Mjg3NTAkbzckZzAkdDE3NjI0Mjg3NTAkajYwJGwwJGgw');
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -160px 0px 0px;
    padding: 357px 0px 350px;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    transition: 0.5s;
}

.style-94 {
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    transition: 0.4s;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 1052.109px;
    overflow: hidden;
}

.style-95 {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.style-96 {
    width: 70%;
    align-content: center;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-97 {
    padding: 10px;
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.style-98 {
    text-align: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-99 {
    box-sizing: border-box;
}

.style-100 {
    box-sizing: border-box;
    font-size: 60px;
    margin: 0px;
    padding: 0px;
    overflow-wrap: break-word;
    font-family: Poppins;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.style-101 {
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-102 {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
}

.style-103 {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    overflow-wrap: break-word;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
}

.style-104 {
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-105 {
    text-align: left;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    box-sizing: border-box;
    transition: 0.5s;
}

.style-106 {
    border-style: solid;
    border-width: 0px;
    background-color: #ec832dc7;
    color: rgb(255, 255, 255);
    border-color: rgba(66, 65, 79, 0);
    font-size: 16px;
    font-weight: 600;
    text-decoration-style: solid;
    transition: 0.4s;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    padding: 15px 30px;
    border-radius: 0px;
    text-decoration: none;
    box-shadow: none;
    font-family: Poppins;
    text-decoration-line: none;
}

.style-107 {
    font-size: 16px;
    font-weight: 600;
    text-decoration-style: solid;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.style-108 {
    text-align: left;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    box-sizing: border-box;
    transition: 0.5s;
}

.style-109 {
    border-style: solid;
    border-width: 0px;
    background-color: rgb(255, 255, 255);
    color: #ec832dc7;
    border-color: rgba(66, 65, 79, 0.05);
    font-size: 16px;
    font-weight: 600;
    text-decoration-style: solid;
    transition: 0.4s;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    padding: 15px 30px;
    border-radius: 0px;
    text-decoration: none;
    box-shadow: none;
    font-family: Poppins;
    text-decoration-line: none;
}

.style-110 {
    font-size: 16px;
    font-weight: 600;
    text-decoration-style: solid;
    box-sizing: border-box;
    position: relative;
    color: #000;
    z-index: 1;
}

.style-175 {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    transition: 0.5s;
}

.style-176 {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.style-177 {
    box-sizing: border-box;
    display: block;
}

.style-178 {
    box-sizing: border-box;
}

.style-179 {
    box-sizing: border-box;
}

.style-180 {
    box-sizing: border-box;
    counter-reset: footnotes 0;
}

.style-181 {
    box-sizing: border-box;
    transition: 0.5s;
}

.contact-section {
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px 0;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: -131px;
}

.card {
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-icon i {
    transform: rotate(-45deg);
    color: #fff;
    font-size: 36px;
}

.card-header {
    background: #ec832dc7;
    color: #fff;
    text-align: center;
    padding: 40px 20px 15px;
    margin-top: -51px;
    border-radius: 0px;
}

.card-header h2 {
    font-size: 18px;
    font-weight: 500;
}

.card-body {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-body h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #333;
}

.contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-info.phone {
    font-size: 20px;
    font-weight: 500;
}

.card-button {
    background: #ec832dc7;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s;
    margin-top: auto;
}

.card-button:hover {
    background: #ec832dc7;
    box-shadow: 0 4px 12px #ec832dc7;
}

@media (max-width: 768px) {
    .cards-container {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .card {
        margin-bottom: 30px;
    }
}


.about-section {
    padding: 70px 20px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 50px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.section-tag {
    color: #ec832dc7;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    color: #000000;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.2;
    margin: 0;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding-bottom: 70px;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    opacity: 0;
    animation: fadeInLeft 1s ease 0.3s forwards;
}

.image-container::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    background: linear-gradient(135deg, #ec832dc7 0%, #ff9d4d 100%);
    z-index: -1;
    border-radius: 0;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 0;
}

.image-container:hover img {
    transform: scale(1.05);
}

.content-container {
    opacity: 0;
    animation: fadeInRight 1s ease 0.5s forwards;
}

.company-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
    font-weight: 300;
}

.company-name {
    font-weight: 600;
    color: #1a1a1a;
}

.features-list {
    list-style: none;
    margin-bottom: 35px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-left: 3px solid transparent;
    padding-left: 20px;
    margin-left: -20px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    border-left-color: #ec832dc7;
    background: rgba(236, 131, 45, 0.05);
}

.feature-icon {
    color: #ec832dc7;
    font-size: 20px;
    margin-right: 15px;
    min-width: 24px;
    margin-top: 2px;
}

.feature-text {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.button-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: left 0.4s ease;
}

.btn:hover::before {
    left: 0;
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn-primary {
    background: #ec832dc7;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(236, 131, 45, 0.3);
}

.btn-primary:hover {
    background: #d67528;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(236, 131, 45, 0.4);
}

.btn-secondary {
    background: #4d4d4d;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-secondary:hover {
    background: #3a3a3a;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
}

.stats-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border-left: 4px solid #ec832dc7;
}

.stats-number {
    font-size: 48px;
    font-weight: 800;
    color: white;
    line-height: 1;
    margin-bottom: 5px;
}

.stats-text {
    font-size: 14px;
    color: white;
    font-weight: 600;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 968px) {
    .section-title {
        font-size: 42px;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .image-container::before {
        top: -10px;
        left: -10px;
        right: 10px;
        bottom: 10px;
    }

    .stats-overlay {
        bottom: 20px;
        right: 20px;
        padding: 20px 25px;
    }

    .stats-number {
        font-size: 36px;
    }

    .button-group {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .section-title {
        font-size: 32px;
    }

    .about-section {
        padding: 50px 15px 0;
    }

    .content-wrapper {
        padding-bottom: 50px;
    }
}


.header-section {
    text-align: center;
    padding: 70px 20px 50px;
    background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
}

.header-title {
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.branches-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 70px;
}

.branches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.branch-card {
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.branch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(236, 131, 45, 0.15);
}

.branch-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ec832d 0%, #ff9d4d 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.branch-card:hover::before {
    transform: scaleX(1);
}

.image-slider {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #000;
}

.slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #ec832d;
    width: 24px;
}

.card-content {
    padding: 30px 25px;
}

.branch-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-align: center;
}

.branch-address {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    text-align: center;
}

.branch-number {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ec832d;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    z-index: 10;
    border-radius: 0;
}

@media (max-width: 768px) {
    .header-title {
        font-size: 32px;
    }

    .branches-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .image-slider {
        height: 240px;
    }

    .card-content {
        padding: 25px 20px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.branch-card {
    animation: fadeIn 0.6s ease forwards;
}

.branch-card:nth-child(2) {
    animation-delay: 0.1s;
}

.branch-card:nth-child(3) {
    animation-delay: 0.2s;
}

/* Container */
.why-choose-us {
    padding: 80px 20px;
    background-color: #f9f9f9;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

/* Intro Section */
.why-choose-us .intro {
    margin-bottom: 60px;
}

.why-choose-us .subtitle {
    color: #ec832d;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.why-choose-us .title {
    color: #222;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
}

/* Features Grid */
.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.feature {
    background-color: #f2f2f2;
    /* border-radius: 15px; */
    padding: 10px 20px;
    width: 250px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Feature Icon */
.feature .icon {
    font-size: 50px;
    color: #ec832d;
    margin-bottom: 20px;
}

/* Feature Title */
.feature h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

/* Call to Action */
.why-choose-us .cta {
    margin-top: 50px;
}

.why-choose-us .btn {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    font-weight: 600;
    transition: background 0.3s;
}

.why-choose-us .btn:hover {
    background-color: #d96b20;
}

/* Responsive */
@media (max-width: 768px) {
    .feature {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .feature {
        width: 100%;
    }
}

.services-container {
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 10px 0 0;
}

.services-wrapper {
    max-width: var(--container-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.service-card {
    padding: 10px 30px;
    background: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.service-card.rounded-tl {
    border-radius: var(--border-radius-lg) 0 0 0;
}

.service-card.rounded-tr {
    border-radius: 0 var(--border-radius-lg) 0 0;
}

.service-card.rounded-bl {
    border-radius: 0 0 0 var(--border-radius-lg);
}

.service-card.rounded-br {
    border-radius: 0 0 var(--border-radius-lg) 0;
}

.service-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.service-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: var(--transition);
}

.service-image:hover::after {
    opacity: 1;
}

.service-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-title {
    font-size: 24px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}

.service-description {
    font-size: 18px;
    font-weight: 300;
    color: black;
    text-align: center;
    line-height: 27px;
}

.service-btn {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    background-color: rgba(0, 0, 0, 0.877);
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(236, 131, 45, 0.2), transparent);
    transition: left 0.5s;
}

.service-btn:hover::before {
    left: 100%;
}

.service-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(236, 131, 45, 0.3);
}

.services-container-bottom {
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 0 0 10px;
}

@media (max-width: 992px) {
    .services-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }

    .service-card.rounded-tl,
    .service-card.rounded-tr,
    .service-card.rounded-bl,
    .service-card.rounded-br {
        border-radius: 20px;
    }

    .service-image.rounded-bl,
    .service-image.rounded-br {
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .services-container {
        padding: 40px 0 0;
    }

    .services-container-bottom {
        padding: 0 0 40px;
    }

    .service-card {
        padding: 30px 20px;
        min-height: 350px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-description {
        font-size: 16px;
        line-height: 24px;
    }

    .service-btn {
        padding: 15px 30px;
    }
}



.stats-section {
    padding: 70px 0;
    width: 100%;
    position: relative;
}

.stats-container {
    max-width: var(--container-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    align-items: stretch;
}

/* Title Section */
.title-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(236, 131, 45, 0.05), rgba(236, 131, 45, 0.1));
    position: relative;
    overflow: hidden;
}

.title-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(236, 131, 45, 0.1) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.title-content {
    position: relative;
    z-index: 1;
}

.main-title {
    font-size: 60px;
    font-weight: 600;
    color: var(--primary-orange);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -1px;
}

/* Stats Grid Section */
.stats-grid-section {
    background: url('https://wheelforcecentre.com/wp-content/uploads/2022/10/Where-I-can-find-best-luxury-car-repair-services.jpg') center/cover no-repeat;
    position: relative;
    padding: 70px 30px;
}

.stats-overlay {
    position: absolute;
    inset: 0;
    background: #0000009c;
}

.stats-grid-content {
    position: relative;
    z-index: 1;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.stat-item {
    padding: 40px 20px;
    text-align: center;
    position: relative;
    transition: var(--transition);
    background: rgba(255, 255, 255, 0.02);
}

.stat-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(9, 134, 192, 0.1));
    opacity: 0;
    transition: var(--transition);
}

.stat-item:hover::before {
    opacity: 1;
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}

/* Border Styles */
.stat-item:nth-child(1) {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.stat-item:nth-child(2) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.stat-item:nth-child(3) {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.stat-number-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
    position: relative;
}

.stat-number {
    font-size: 60px;
    font-weight: 700;
    color: white;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(9, 134, 192, 0.3);
    font-variant-numeric: tabular-nums;
}

.stat-plus {
    font-size: 60px;
    font-weight: 600;
    color: white;
    line-height: 1;
    animation: scaleIn 0.6s ease-out 2s;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.stat-label {
    font-size: 25px;
    font-weight: 500;
    color: var(--text-white);
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* Decorative Elements */
.stat-item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--accent-blue), transparent);
    transition: width var(--transition);
}

.stat-item:hover::after {
    width: 80%;
}

/* Icon Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.stat-item:hover .stat-number {
    animation: float 2s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 992px) {
    .stats-container {
        grid-template-columns: 1fr;
    }

    .main-title {
        font-size: 45px;
    }

    .stat-number,
    .stat-plus {
        font-size: 50px;
    }

    .stat-label {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .stats-section {
        padding: 50px 0;
    }

    .title-section {
        padding: 30px 20px;
    }

    .main-title {
        font-size: 32px;
    }

    .stats-grid-section {
        padding: 50px 20px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stat-item {
        padding: 30px 20px;
        border: none !important;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.08);
    }

    .stat-number,
    .stat-plus {
        font-size: 45px;
    }

    .stat-label {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 26px;
    }

    .stat-number,
    .stat-plus {
        font-size: 40px;
    }

    .stat-label {
        font-size: 18px;
    }
}

.contact-form-wrapper,
.map-wrapper {
    width: 450px;
    flex: 0 0 auto;
}

.contact-map-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: -200px;
    align-items: stretch;
    height: 100%;
    justify-content: center;
}

.contact-form-wrapper {
    height: 620px;
}

.map-wrapper {
    border-radius: 0px;
    height: 680px;
    display: flex;
}

.contact-form-card {
    background: white;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 620px;
}

.contact-form-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.form-heading {
    font-size: 45px;
    margin-top: 0px;
    color: #ec832d;
    font-weight: 700;
}

.form-description {
    color: #7f8c8d;
    margin-bottom: 25px;
    font-size: 16px;
}

.input-group {
    margin-bottom: 20px;
    position: relative;
}

.form-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e1e5e9;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.form-input:focus {
    outline: none;
    border-color: #3498db;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

textarea.form-input {
    min-height: 120px;
    resize: vertical;
}

.send-button {
    background: linear-gradient(135deg, #ec832dc7, #ec832da9);
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.send-button:hover {
    background: linear-gradient(135deg, #ec832da6, #ec832dc7);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.send-button:active {
    transform: translateY(0);
}

.input-group i {
    position: absolute;
    right: 16px;
    top: 14px;
    color: #95a5a6;
}

.contact-details {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 200px;
}

.detail-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3498db, #2980b9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.detail-text h4 {
    font-size: 16px;
    margin-bottom: 4px;
    color: #2c3e50;
}

.detail-text p {
    font-size: 14px;
    color: #7f8c8d;
}

.map-wrapper iframe {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.164);
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .contact-map-section {
        flex-direction: column;
    }

    .contact-form-wrapper,
    .map-wrapper {
        width: 100%;
    }
}

/* Footer Base Styles */
.style-596 {
    box-sizing: border-box;
}

.style-597 {
    box-sizing: border-box;
    transition: 0.5s;
}

/* Top Section with Three Feature Boxes */
.style-605 {
    background: #ec832dc7;
    padding: 50px 0px 0px;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    transition: 0.5s;
}

.style-606 {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

/* Feature Box Common Styles */
.style-607,
.style-619,
.style-631 {
    padding: 0px 0px 40px;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: rgb(255, 255, 255);
    width: 30%;
    box-sizing: border-box;
    flex-grow: 1;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-608,
.style-620,
.style-632 {
    padding: 10px;
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.style-609,
.style-621,
.style-633 {
    background: rgba(241, 241, 241, 0.93);
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-610,
.style-622,
.style-634 {
    box-sizing: border-box;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.style-611,
.style-623,
.style-635 {
    font-size: 60px;
    box-sizing: border-box;
    line-height: 0px;
}

.style-612,
.style-624,
.style-636 {
    color: #ec832dc7;
    transition: 0.4s;
    box-sizing: border-box;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 60px;
}

.style-613,
.style-625,
.style-637 {
    text-align: left;
    box-sizing: border-box;
    width: 100%;
}

/* Feature Box Links */
.style-614,
.style-626,
.style-638 {
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    border: 0px;
    box-shadow: none;
    font-family: Poppins;
    font-size: 16px;
    color: rgb(0, 0, 0);
}

/* Feature Box Titles */
.style-615,
.style-627,
.style-639 {
    text-align: left;
    padding: 0px 0px 0px 15px;
    color: #ec832dc7;
    transition: 0.4s;
    font-size: 22px;
    font-weight: 600;
    box-sizing: border-box;
    line-height: 22px;
}

/* Feature Box Content */
.style-616,
.style-628,
.style-640 {
    padding: 0px 0px 0px 15px;
    box-sizing: border-box;
    word-break: break-word;
}

.style-617,
.style-629,
.style-641 {
    box-sizing: border-box;
}

/* Feature Box Text */
.style-618,
.style-630 {
    line-height: 1.5;
    color: rgb(0, 0, 0);
    font-size: 17px;
    box-sizing: border-box;
}

.style-642 {
    font-size: 17px;
    box-sizing: border-box;
}

/* Main Footer Content */
.style-643 {
    background: #ec832dc7;
    padding: 50px 0px;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    transition: 0.5s;
}

.style-644 {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer Columns */
.style-645,
.style-682,
.style-716 {
    width: 25%;
    box-sizing: border-box;
    flex-grow: 1;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-753 {
    width: 25%;
    box-sizing: border-box;
    flex-grow: 1;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-646,
.style-683,
.style-717,
.style-754 {
    padding: 10px;
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

/* Section Headers */
.style-647,
.style-684,
.style-718,
.style-755 {
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-648,
.style-685,
.style-719,
.style-756 {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
}

.style-649,
.style-686,
.style-720,
.style-757 {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    overflow-wrap: break-word;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
}

/* About Section */
.style-650 {
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-651 {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
}

.style-652 {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    overflow-wrap: break-word;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
}

/* Social Media Icons */
.style-653 {
    text-align: left;
    box-sizing: border-box;
    font-size: 0px;
    width: 100%;
    transition: 0.5s;
}

.style-654,
.style-661,
.style-668,
.style-675 {
    padding: 3px 10px;
    box-sizing: border-box;
    display: inline-block;
    transition: 0.5s;
}

.style-655,
.style-662,
.style-669,
.style-676 {
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    border: 0px;
    box-shadow: none;
    font-family: Poppins;
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.style-656,
.style-663,
.style-670,
.style-677 {
    min-height: 35px;
    border-style: solid;
    border-radius: 100px;
    transition: 0.4s;
    background-color: transparent;
    border-color: rgb(255, 255, 255);
    border-width: 1px;
    box-sizing: border-box;
    display: flex;
}

/* Social Media Colors */
.style-656 {
    color: rgb(59, 89, 152);
}

.style-663 {
    color: rgb(29, 161, 242);
}

.style-670 {
    color: rgb(221, 75, 57);
}

.style-677 {
    color: rgb(200, 35, 44);
}

/* Social Media Icons */
.style-657,
.style-664,
.style-671,
.style-678 {
    font-size: 20px;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
    display: block;
    position: relative;
    border-radius: 50%;
    min-height: 20px;
    min-width: 20px;
}

.style-658,
.style-665,
.style-672,
.style-679 {
    transition: 0.4s;
    color: rgba(255, 255, 255, 0.95);
    font-size: 20px;
    box-sizing: border-box;
    font-family: 'Font Awesome 5 Brands';
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 20px;
    height: 20px;
    width: 1em;
    position: absolute;
    top: 16.5px;
    left: 17px;
    transform: matrix(1, 0, 0, 1, -10, -10);
}

.style-659,
.style-666,
.style-673,
.style-680 {
    font-size: 15px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

.style-660,
.style-667,
.style-674,
.style-681 {
    box-sizing: border-box;
    display: none;
    padding: 0px 20px 0px 5px;
    color: rgb(255, 255, 255);
}

/* Navigation Menu */
.style-687 {
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-688 {
    box-sizing: border-box;
}

.style-689 {
    text-align: center;
    box-sizing: border-box;
    display: none;
}

/* Navigation Items */
.style-696,
.style-700,
.style-704,
.style-708,
.style-712 {
    list-style: none;
    box-sizing: border-box;
    position: relative;
}

.style-697,
.style-701,
.style-705,
.style-709,
.style-713 {
    padding: 5px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none;
    border: 0px;
    margin-bottom: 6px;
    display: flex;
    white-space: nowrap;
    position: relative;
    font-family: Poppins;
    font-size: 16px;
}

/* Practice Area Links */
.style-721 {
    padding: 7px 0px 0px;
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-722 {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.style-723,
.style-729,
.style-735,
.style-741,
.style-747 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-724,
.style-730,
.style-736,
.style-742,
.style-748 {
    list-style-type: none;
    font-size: 16px;
    box-sizing: border-box;
}

.style-725,
.style-731,
.style-737,
.style-743,
.style-749 {
    font-size: 16px;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    border: 0px;
    box-shadow: none;
    font-family: Poppins;
    color: rgb(0, 0, 0);
}

/* Practice Area Items */
.style-726,
.style-732,
.style-738,
.style-744,
.style-750 {
    padding: 7.5px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}

.style-727,
.style-733,
.style-739,
.style-745,
.style-751 {
    color: rgb(9, 134, 192);
    box-sizing: border-box;
    margin-right: 5px;
    align-self: center;
}

.style-728,
.style-734,
.style-740,
.style-746,
.style-752 {
    color: rgb(255, 255, 255);
    margin-left: 10px;
    box-sizing: border-box;
    width: 100%;
    align-self: center;
}

/* Work Hours */
.style-758 {
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
}

.style-759 {
    box-sizing: border-box;
}

/* Work Hours Items */
.style-760,
.style-769,
.style-778,
.style-787,
.style-796,
.style-805 {
    box-sizing: border-box;
    transition: 0.5s;
}

.style-761,
.style-770,
.style-779,
.style-788,
.style-797,
.style-806 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    align-items: center;
    box-sizing: border-box;
    display: flex;
}

.style-762,
.style-771,
.style-780,
.style-789,
.style-798,
.style-807 {
    box-sizing: border-box;
    flex-grow: 1;
}

/* Work Hours Text */
.style-764,
.style-773,
.style-782,
.style-791,
.style-800,
.style-809 {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.style-765,
.style-774,
.style-783,
.style-792,
.style-801,
.style-810 {
    font-size: 18px;
    font-weight: 200;
    box-sizing: border-box;
}

.style-767,
.style-776,
.style-785,
.style-794,
.style-803,
.style-812 {
    border-top: 1px dotted rgb(255, 255, 255);
    margin: 0px 5px;
    box-sizing: border-box;
    flex-grow: 1;
}

.style-768,
.style-777,
.style-786,
.style-795,
.style-804,
.style-813 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 200;
    box-sizing: border-box;
}

/* Footer Bottom */
.style-814 {
    background: #ec832dc7;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    transition: 0.5s;
}

.style-815 {
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    transition: 0.4s;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 35px;
    overflow: hidden;
}

.style-816 {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

/* Copyright */
.style-817 {
    width: 100%;
    box-sizing: border-box;
    flex-grow: 1;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    position: relative;
    transition: 0.5s;
}

.style-818 {
    box-sizing: border-box;
    align-content: flex-start;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.style-819 {
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: rgb(17, 17, 17);
    width: 100%;
    transition: 0.5s;
}

.style-820 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}

.style-821 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-decoration-line: none;
    text-decoration-style: solid;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    font-family: Poppins;
}

.style-822 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999;
    box-sizing: border-box;
}

.style-823 {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 8px 2px;
    background-color: rgb(37, 211, 102);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjU2IiB3aWR0aD0iMjU2IiB2aWV3Qm94PSItMjMgLTIxIDY4MiA2ODIuNjY3IiBmaWxsPSIjZmZmIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik01NDQuMzg3IDkzLjAwOEM0ODQuNTEyIDMzLjA2MyA0MDQuODgzLjAzNSAzMjAuMDUxIDAgMTQ1LjI0NiAwIDIuOTggMTQyLjI2MiAyLjkxIDMxNy4xMTNjLS4wMjMgNTUuODk1IDE0LjU3OCAxMTAuNDU3IDQyLjMzMiAxNTguNTUxTC4yNSA2NDBsMTY4LjEyMS00NC4xMDJjNDYuMzI0IDI1LjI3IDk4LjQ3NyAzOC41ODYgMTUxLjU1MSAzOC42MDJoLjEzM2MxNzQuNzg1IDAgMzE3LjA2Ni0xNDIuMjczIDMxNy4xMzMtMzE3LjEzMy4wMzUtODQuNzQyLTMyLjkyMi0xNjQuNDE4LTkyLjgwMS0yMjQuMzU5ek0zMjAuMDUxIDU4MC45NDFoLS4xMDljLTQ3LjI5Ny0uMDItOTMuNjg0LTEyLjczLTEzNC4xNi0zNi43NDJsLTkuNjIxLTUuNzE1LTk5Ljc2NiAyNi4xNzIgMjYuNjI5LTk3LjI3LTYuMjctOS45NzNjLTI2LjM4Ny00MS45NjktNDAuMzItOTAuNDc3LTQwLjI5Ny0xNDAuMjgxLjA1NS0xNDUuMzMyIDExOC4zMDUtMjYzLjU3IDI2My42OTktMjYzLjU3IDcwLjQwNi4wMjMgMTM2LjU5IDI3LjQ3NyAxODYuMzU1IDc3LjMwMXM3Ny4xNTYgMTE2LjA1MSA3Ny4xMzMgMTg2LjQ4NGMtLjA2MiAxNDUuMzQ0LTExOC4zMDUgMjYzLjU5NC0yNjMuNTk0IDI2My41OTR6bTE0NC41ODYtMTk3LjQxOGMtNy45MjItMy45NjktNDYuODgzLTIzLjEzMy01NC4xNDgtMjUuNzgxLTcuMjU4LTIuNjQ1LTEyLjU0Ny0zLjk2MS0xNy44MjQgMy45NjktNS4yODUgNy45My0yMC40NjkgMjUuNzgxLTI1LjA5NCAzMS4wNjZzLTkuMjQyIDUuOTUzLTE3LjE2OCAxLjk4NC0zMy40NTctMTIuMzM2LTYzLjcyNy0zOS4zMzJjLTIzLjU1NS0yMS4wMTItMzkuNDU3LTQ2Ljk2MS00NC4wODItNTQuODkxLTQuNjE3LTcuOTM3LS4wMzktMTEuODEyIDMuNDc3LTE2LjE3MiA4LjU3OC0xMC42NTIgMTcuMTY4LTIxLjgyIDE5LjgwOS0yNy4xMDVzMS4zMi05LjkxOC0uNjY0LTEzLjg4M2MtMS45NzctMy45NjUtMTcuODI0LTQyLjk2OS0yNC40MjYtNTguODQtNi40MzctMTUuNDQ1LTEyLjk2NS0xMy4zNTktMTcuODMyLTEzLjYwMi00LjYxNy0uMjMtOS45MDItLjI3Ny0xNS4xODctLjI3N3MtMTMuODY3IDEuOTgtMjEuMTMzIDkuOTE4LTI3LjczIDI3LjEwMi0yNy43MyA2Ni4xMDUgMjguMzk1IDc2LjY4NCAzMi4zNTUgODEuOTczIDU1Ljg3OSA4NS4zMjggMTM1LjM2NyAxMTkuNjQ4YzE4LjkwNiA4LjE3MiAzMy42NjQgMTMuMDQzIDQ1LjE3NiAxNi42OTUgMTguOTg0IDYuMDMxIDM2LjI1NCA1LjE4IDQ5LjkxIDMuMTQxIDE1LjIyNy0yLjI3NyA0Ni44NzktMTkuMTcyIDUzLjQ4OC0zNy42OCA2LjYwMi0xOC41MTIgNi42MDItMzQuMzc1IDQuNjE3LTM3LjY4NC0xLjk3Ny0zLjMwNS03LjI2Mi01LjI4NS0xNS4xODQtOS4yNTR6bTAgMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px 44px;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
}

.style-823:hover {
    background-color: rgb(100, 206, 58);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px 4px;
    transform: scale(1.1);
    color: rgb(255, 255, 255);
}

.style-824 {
    display: block;
    position: absolute;
    width: max-content;
    background-color: rgb(255, 255, 255);
    bottom: 15px;
    right: 70px;
    border-radius: 5px;
    padding: 5px 10px;
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.39px;
    user-select: none;
    word-break: keep-all;
    line-height: 13px;
    text-overflow: ellipsis;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 8px 2px;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    .style-823 {
        width: 50px;
        height: 50px;
        background-size: 36px 36px;
    }

    .style-824 {
        right: 60px;
        font-size: 12px;
        line-height: 12px;
    }
}