:root,
[data-bs-theme=light] {
    --bs-font-sans-serif: "Figtree";
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-outfit {
    font-family: 'Outfit', sans-serif;
}

.font-figtree {
    font-family: 'Figtree', sans-serif;
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

.font-quicksand {
    font-family: 'Quicksand', sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.font-nunito {
    font-family: 'Nunito', sans-serif;
}

.bg-light-2 {
    background: #e2e8f047;
}

.bg-secondary-2 {
    background: #71717a38;
}

.btn {
    --bs-btn-font-size: 0.9rem;
    --bs-btn-font-weight: 400;
}

.btn.btn-primary {
    background-color: #db2462;
}

.btn.btn-outline-primary {
    border-color: #db2462;
    color: #db2462;
}

.btn.btn-outline-primary:hover {
    background-color: #db2462;
    color: #fff;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-outfit {
    font-family: 'Outfit', sans-serif;
}

.font-figtree {
    font-family: 'Figtree', sans-serif;
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

.font-quicksand {
    font-family: 'Quicksand', sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.font-nunito {
    font-family: 'Nunito', sans-serif;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.brand-logo {
    width: 30px;
    display: block;
}

.brand-logo-footer {
    width: 50px;
    display: block;
}

.footer-text-logo {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.align-items-center-lg {
    align-items: center !important;
}

.navbar .nav-link {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: none !important;
}

.navbar .nav-link:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #C30D4C;
    background-color: transparent !important;
    border-radius: 0;
}

footer.footer {
    background-color: #161616;
    color: #fff;
}

footer.footer a,
footer.footer .nav-item a.nav-link,
footer.footer .nav-item a.nav-link i{
    color: #fff;
}

footer.footer .nav-item a.nav-link i {
    border-radius: 12px;
    transition: all 0.2s ease;
    border: 1px solid #ffffff47;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
}

footer.footer .nav-item a.nav-link i:hover{
    background: #db2462;
    border: 1px solid #db2462;
    color: #fff;
}

footer.footer a:hover{
    color: #db2462 !important;
}

.contact-footer {
    text-align: right;
}

footer.footer img{
    max-width: 95%;
    height: auto;
    display: block;
}

footer.footer ul.social-media-footer{
    justify-content: right;
    margin-right: 1rem;
}

.dropdown-item {
    padding: 0.35rem 0.65rem;
    text-transform: uppercase;
}

.btn.btn-primary {
    background-color: #db2462;
}

.text-primary {
    color: #db2462 !important;
}

.pagination {
    --bs-pagination-border-radius: 0.5rem;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #f94376;
    --bs-pagination-active-border-color: #f94376;
    --bs-pagination-border-color: #E2E8F0;
}

.page-item .page-link {
    border-radius: var(--bs-pagination-border-radius) !important;
}

.page-item.active .page-link {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
    color: var(--bs-pagination-active-color);
    border-radius: var(--bs-pagination-border-radius) !important;
}

.page-item.disabled .page-link {
    background-color: #e8e8e8;
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(1px * 3);
}

.border {
    border: 1px solid #E2E8F0 !important;
}

.rounded-4 {
    border-radius: 1rem;
}

.header-2 {
    background-color: #fff;
    overflow: hidden;
}

.header-2::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 700px;
    height: 700px;
    left: 50%;
    top: -300px;
    transform: translateX(-50%);
    pointer-events: none;
    background-image: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(249, 67, 116, 0.25) 0%, rgba(249, 67, 116, 0.18) 45%, transparent 75%);
    background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
    .header-2::before {
        width: 500px;
        height: 500px;
        top: -200px;
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #FFF !important;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.whatsapp-float i {
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #26e56e 0%, #149c8c 100%);
}

.whatsapp-float:hover i {
    transform: rotate(45deg);
}

.whatsapp-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(37, 211, 102, 0.6);
    border-radius: 50%;
    z-index: -1;
    animation: whatsapp-pulse-anim 1.5s infinite;
}

.whatsapp-tooltip {
    position: absolute;
    right: 75px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateX(10px);
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(255, 255, 255, 0.95);
    width: 0;
    height: 0;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.service-first-heading {
    border: 1px solid #db2462;
    padding: 0.5rem 1rem;
    width: fit-content;
    border-radius: 2.5rem;
}

.client-box {
    width: 200px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0aabf;
    font-size: 1.25rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.client-box:hover {
    background-color: #fff;
    background-color: #f4f6f9;
    color: #db2462;
}

.splide-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 2;
    pointer-events: none;
}

.splide-mask-left {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.splide-mask-right {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#services-dropdown-item {
    position: static !important;
}

.dropdown-mega-services {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: unset !important;
    transform: none !important;
    background: #fff;
    border-radius: 16px;
    flex-direction: row !important;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
    animation: none !important;
}

.dropdown-mega-services[data-bs-popper],
li#services-dropdown-item .dropdown-mega-services[data-bs-popper],
li#services-dropdown-item.dropdown-hover .dropdown-mega-services[data-bs-popper] {
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
    transform: none !important;
}

li#services-dropdown-item.dropdown-hover:hover .dropdown-mega-services,
li#services-dropdown-item:hover .dropdown-mega-services,
li#services-dropdown-item.dropdown-hover .dropdown-mega-services.show,
li#services-dropdown-item .dropdown-mega-services.show {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    top: calc(100% + 10px) !important;
}

.dropdown-mega-services.show {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    left: 0 !important;
    animation: megaFadeInDown 0.2s ease forwards !important;
}

@keyframes megaFadeInDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.dropdown-mega-services {
    gap: 12px !important;
    padding: 6px !important;
    min-width: 860px !important;
}

.mega-card {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    min-width: 0;
    transition: box-shadow 0.2s ease;
    height: 180px;
    padding: 6px;
}

.mega-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.mega-card-thumb {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #f1f3f5;
    min-width: 180px;
    max-width: 180px;
    overflow: hidden;
    padding: 8px;
    border-radius: 0.5rem;
}

.mega-card-thumb img {
    flex: 1;
    width: 100%;
    object-fit: contain;
}

.mega-card-thumb span {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 164px;
    text-align: center;
    padding: 8px 12px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #374151;
    background-image: linear-gradient(164deg, #d0d0d0d9, #ffffffe1);
    border: 1px solid #d1dae3;
    line-height: 1.3;
    border-radius: 6px;
}

.mega-card-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 16px;
    gap: 4px;
}

.mega-link {
    display: block;
    padding: 3px 0;
    font-size: 0.88rem;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.mega-link:hover {
    color: #C30D4C;
}

.mobile-mega-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mobile-mega-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    min-height: 80px;
    padding: 6px;
}

.mobile-mega-thumb {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #f1f3f5;
    min-width: 170px;
    max-width: 170px;
    height: 150px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 0.5rem;
}

.mobile-mega-thumb img {
    flex: 1;
    width: 100%;
    object-fit: cover;
}

.mobile-mega-thumb span {
    display: block;
    width: 100%;
    position: relative;
    bottom: 35px;
    min-width: 164px;
    max-width: 164px;
    text-align: center;
    padding: 6px 8px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #374151;
    background-image: linear-gradient(164deg, #aaaaaad9, #ffffffc7);
    border: 1px solid #d1dae3;
    line-height: 1.3;
    border-radius: 6px;
}

.mobile-mega-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px 10px;
    gap: 2px;
    flex: 1;
}

.mobile-mega-links a {
    display: block;
    padding: 5px 0;
    font-size: 0.9rem;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.mobile-mega-links a:last-child {
    border-bottom: none;
}

.mobile-mega-links a:hover {
    color: #C30D4C;
}

#services-dropdown-item .nav-link[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

#services-dropdown-item .nav-link .arrow {
    transition: transform 0.2s ease;
}

.table {
    caption-side: bottom;
    border-collapse: collapse;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.table> :not(caption)>*>* {
    padding: 0.5rem 1rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table>thead {
    vertical-align: middle;
    text-align: center;
    font-size: .85rem;
}

.table thead>tr>th {
    text-transform: uppercase;
}

.table>tbody {
    vertical-align: inherit;
}

.table>tbody>tr>td {
    font-size: .85rem;
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
    caption-side: top;
}

.table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
    border-width: var(--bs-border-width) 0;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 var(--bs-border-width) !important;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table-borderless> :not(:first-child) {
    border-top-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns> :not(caption)>tr> :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 226, 254.6);
    --bs-table-border-color: rgb(165.28, 180.8, 203.68);
    --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(225.6, 227.4, 229);
    --bs-table-border-color: rgb(180.48, 181.92, 183.2);
    --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: rgb(209, 231, 220.8);
    --bs-table-border-color: rgb(167.2, 184.8, 176.64);
    --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 244.4, 252);
    --bs-table-border-color: rgb(165.28, 195.52, 201.6);
    --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: rgb(255, 242.6, 205.4);
    --bs-table-border-color: rgb(204, 194.08, 164.32);
    --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: rgb(248, 214.6, 217.8);
    --bs-table-border-color: rgb(198.4, 171.68, 174.24);
    --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: rgb(198.4, 199.2, 200);
    --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 224.1, 225);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: rgb(77.4, 80.6, 83.8);
    --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    border: 1px solid var(--bs-border-color, #edf0f5);
}

.table-responsive > .table {
    margin-bottom: 0;
    border-style: hidden;
}

.copyright-links {
    float: right;
}

.page-content h2 {
    font-size: 2rem;
}

.page-content h3 {
    font-size: 1.8rem;
}

.page-content h4 {
    font-size: 1.6rem;
}

.page-content h5 {
    font-size: 1.4rem;
}

.page-content h6 {
    font-size: 1.2rem;
}

label,
.form-label {
    font-size: 0.9rem;
}

@keyframes whatsapp-pulse-anim {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }

    70% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(0.95);
        opacity: 0;
    }
}

@media screen and (max-width: 991px) {
    .blur.blur-rounded {
        border-radius: 20px;
    }

    .align-items-center-lg {
        align-items: unset !important;
    }

    .btn.btn-block {
        display: block;
        width: 100%;
    }

    #navigation .navbar-nav .nav-item.active>.nav-link,
    #navigation .navbar-nav .nav-link.active {
        color: #db2462 !important;
        background-color: transparent !important;
    }

    #navigation .navbar-nav .nav-item.active>.nav-link::before,
    #navigation .navbar-nav .nav-link.active::before {
        content: '';
        position: absolute;
        left: 3px;
        transform: translate(-50%);
        width: 3px;
        height: 25px;
        background-color: #f94375;
        border-radius: 12px;
    }

    .dropdown-item {
        padding: 0.5rem 0;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .btn.btn-menu {
        min-width: 180px;
    }
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .whatsapp-tooltip {
        display: none;
    }

    .client-box {
        width: 150px;
        height: 60px;
        font-size: 1rem;
    }
    
    .splide-mask {
        width: 80px;
    }

    .copyright-links {
        float: left;
    }

    .page-content h2 {
        font-size: 1.75rem;
    }
    
    .page-content h3 {
        font-size: 1.45rem;
    }
    
    .page-content h4 {
        font-size: 1.375rem;
    }
    
    .page-content h5 {
        font-size: 1.4rem;
    }
    
    .page-content h6 {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    .dropdown.dropdown-hover .dropdown-menu,
    .dropdown .dropdown-menu {
        top: 25px;
    }

    .dropdown .dropdown-menu:before {
        content: "";
    }

    .navbar .nav-item:hover>.nav-link,
    .navbar .nav-item.show>.nav-link,
    .navbar .nav-link.show,
    .navbar .nav-item.active>.nav-link,
    .navbar .nav-link:hover {
        border-radius: 0 !important;
        background-color: transparent !important;
        color: #C30D4C !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar .nav-link.active {
        color: #C30D4C !important;
        background-color: transparent !important;
        position: relative;
    }

    .navbar .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 24px);
        height: 5px;
        background-color: #f94375;
        border-radius: 6px;
    }

    .navbar .nav-item:hover>.nav-link .arrow,
    .navbar .nav-item.show>.nav-link .arrow,
    .navbar .nav-link.show .arrow,
    .navbar .nav-item.active>.nav-link .arrow,
    .navbar .nav-link.active .arrow,
    .navbar .nav-link:hover .arrow {
        filter: none !important;
        -webkit-filter: none !important;
    }
}

@media (min-width: 576px) {
    .modal-alert {
        max-width: 400px;
    }
}

@media (max-width: 576px) {
    nav.navbar {
        padding: 7px 10px !important;
    }

    .team-name {
        font-size: 0.8rem !important;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .team-avatar-wrapper {
        position: relative;
        width: 100px !important;
        height: 100px !important;
        margin: 0 auto 1rem;
    }
    
    .team-avatar {
        width: 100px !important;
        height: 100px !important;
    }
}

@media (max-width: 991px) {
    #navigation {
        position: absolute !important;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: saturate(180%) blur(24px);
        -webkit-backdrop-filter: saturate(180%) blur(24px);
        border-radius: 20px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
        padding: 8px 16px;
        z-index: 1000;
        border: 1px solid #E2E8F0 !important;
    }

    #navigation .navbar-nav .nav-link {
        font-size: 1rem !important;
        font-weight: 500 !important;
        text-transform: none !important;
        color: #1a1a2e !important;
        padding: 10px 0 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #navigation .nav-item.ms-lg-auto .btn {
        width: 100%;
        margin-top: 16px;
        padding: 12px;
        border-radius: 12px;
        font-size: 1rem;
    }

    #navigation .nav-item.ms-lg-auto {
        margin-left: 0 !important;
        margin-top: 8px;
    }

    #mobileServicesCollapse p.text-uppercase {
        font-size: 0.7rem;
        letter-spacing: 0.08em;
    }

    #mobileServicesCollapse .dropdown-item {
        padding: 8px 0 !important;
        text-transform: none !important;
        font-size: 0.9rem;
        font-weight: 500;
        color: #4a5568;
        border: 0;
    }

    .mobile-nav-toggler {
        width: 44px;
        height: 44px;
        background: #f8f9fb;
        border: 1px solid #e9ecef !important;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        flex-shrink: 0;
        transition: background 0.2s ease;
    }

    .mobile-nav-toggler:focus {
        box-shadow: none;
    }

    .toggler-bars {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .navbar-toggler-bar {
        display: block;
        width: 18px;
        height: 2px;
        background: #1a1a2e;
        border-radius: 2px;
        transition: all 0.25s ease;
    }

    .toggler-close {
        display: none;
        font-size: 1.4rem;
        font-weight: 300;
        color: #1a1a2e;
        line-height: 1;
    }

    .mobile-nav-toggler[aria-expanded="true"] .toggler-bars {
        display: none;
    }

    .mobile-nav-toggler[aria-expanded="true"] .toggler-close {
        display: block;
    }

    .mobile-nav-toggler[aria-expanded="true"] {
        background: #fff;
    }

    footer.footer img {
        max-width: 100% !important;
    }

    footer.footer ul.social-media-footer {
        justify-content: center;
        margin-right: 0;
    }

    .contact-footer {
        text-align: left;
    }
}
