/* ----- LYON ARABIC FONT IMPORT ----- */

@font-face {
    font-family: "LyonArabicText";
    src: url("../assets/fonts/LyonArabicText-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ----- LAMA SANS FONT IMPORT ----- */
@font-face {
    font-family: "LamaSans";
    src: url("../assets/fonts/LamaSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ----- DUBAI FONT IMPORT ----- */
@font-face {
    font-family: "Dubai";
    src: url("../assets/fonts/Dubai-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --max-width: 852px;
    --accent: #318cdd;
    --card-border: 3px solid rgba(43, 136, 217, 0.25);
    --page-bg: #ffffff;
    --gutter: 18px;
    --header-height: 78px;
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: "LamaSans";
    background: var(--page-bg);
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrap {
    max-width: 852px;
    margin: 0 auto;
    padding: 0 0;
}


header.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
    padding-bottom: 6px;
}

.header-right {
    order: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
}

@media (max-width:768px) {
    header.site-header {
        flex-direction: row;
    }
}

.phone-number {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #318cdd;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.phone-number img {
    max-width: 24px;
}

.phone-number .number a {
    color: #318cdd;
    text-decoration: none;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-logo img {
    height: 54px;
    display: block
}

.border {
    border: 1px solid #6c767c9e;
    height: 40px;
    position: relative;
    top: 5px;
}

.section-divider {
    width: 100%;
    height: 1px;
    background-color: #318cdd;
    margin: 5px 0;
    place-self: center;
}

.banner {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin: 0px 0 42px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
    margin-top: 15px;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block
}

.mobile-banner {
    display: none !important;
}

.desktop-banner {
    display: block !important;
}

@media (max-width: 767px) {
    .mobile-banner {
        display: block !important;
    }

    .desktop-banner {
        display: none !important;
    }
	.well-card p
	{font-size: 12px !important;
	}
	.well-card img{
		    height: auto !important;
	}
	.well-card h3 {
    margin: 10px 0 6px !important;
    font-size: 16px !important;
	}
	.mosque-card img{
		height: auto !important;
	}
	.mosque-card p{
		font-size: 12px !important;
	}
	.mosque-card h3{
		  margin: 10px 0 6px !important;
    font-size: 16px !important;
	}
	a.pay-button {
    width: 100% !important;
}
	.people-label{
	font-size: 14px !important
	}
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gutter);
    padding: 0px 15px 20px 15px;
    place-self: center;
    place-items: center;
    width: 100%;
}

.card {
    background: #fff;
    padding: 0;
    display: flex;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(10, 20, 40, 0.03);
    width: 225px;
    height: 225px;

}

.card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


footer.site-footer {
    background: var(--accent);
    color: #fff;
    padding: 22px 12px;
    margin-top: 30px
}

footer .wrap {
    padding: 6px var(--container-padding)
}

footer p {
    margin: 0;
    text-align: center
}

@media (min-width:820px) {
    :root {
        --container-padding: 20px;
        --gutter: 22px
    }

    .banner img {
        height: auto
    }

    .card {
        aspect-ratio: 1/1;
        height: auto
    }

    .card img {
        height: 100%
    }

    .card-title {
        font-size: 20px
    }

    .site-logo img {
        height: 64px
    }

    header.site-header {
        height: 86px
    }
}

@media (min-width:1200px) {


    :root {
        --container-padding: 32px
    }

    .banner img {
        height: auto
    }

    .card {
        border-radius: 14px
    }
}

@media (max-width:360px) {
    .site-logo img {
        height: 48px
    }

    .phone-number {
        font-size: 16px
    }

    .banner img {
        height: 120px
    }

    .card-title {
        font-size: 15px
    }
}

.mobile-version {
    display: none !important;
}

@media (max-width : 767px) {
    .banner {
        margin-top: 0px;
    }

    .mobile-version {
        display: block !important;
        text-align: center;
    }

    .desktop-version {
        display: none !important;
    }

    .search-container {
        gap: 5px;
        flex-direction: column-reverse;
    }

    .search-box {
        width: 100%;
    }

    .header-icons {
        justify-content: space-between;
        width: 100%;
    }

    .section-divider {
        width: 100%;
        margin: 15px 0;
    }

    .card,
    .cards-grid a {
        width: auto !important;
        height: auto !important;
        margin-bottom: 0px !important;
    }

    .cards-grid {
        gap: 30px;
    }
	.zayed-card p {
		        font-size: 10px !important;
	}

}

@media (min-width: 767px) and (max-width: 900px) {
    .cards-grid a {
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .mobile-version {
        font-size: 12px !important;
    }
}

.cards-grid a {
    width: 225px;
    height: 225px;
    margin-bottom: 30px;
}

.lang a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: var(--accent);
    Padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
}


footer.footer-bar {
    margin-top: 70px;
    height: 140px;
    background: var(--accent);
}


.footer-bar {
    background: #3a8edb;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {


    .footer-bar {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
		margin-top: 30px !important;
    }

}

/* ---------- RESPONSIVE ---------- */



/* ---------- MOSQUES PAGE CSS ---------- */


.section-sep {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 26px 0 14px;
}

.section-sep .line {
    height: 1px;
    background: var(--accent);
    flex: 1 1 30%;
    border-radius: 2px;
}

.section-sep h2 {
    margin: 0;
    font-size: 22px;
    color: var(--text-dark);
    font-weight: 600;
    font-family: "LyonArabicText";
}




@media (max-width: 767px) {
    .section-sep {
        gap: 15px !important;
    }

}

@media (max-width:500px) {
    .section-sep {
        gap: 5px;
    }

    .section-sep h2 {
        font-size: 19px;
    }
}

.mosques-wrapper {
    max-width: 1300px;
    margin: 40px auto;
    padding: 40px;
    border: 1px solid var(--accent);
    border-radius: 16px;
}

.mosques-box {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.mosque-card {
    width: 260px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--accent);
    text-align: center;
}

.mosque-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}

.mosque-card h3 {
    margin: 18px 0 6px;
    font-size: 22px;
    color: #003473;
    font-family: "Dubai";
}

.mosque-card p {
    margin: 4px 0;
    font-size: 15px;
    color: #003473;
    font-family: "LamaSans";
}

.donate-btn {
    display: block;
    margin-top: 18px;
    padding: 6px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to bottom, #39c9f0, #5062fc);
    transition: 0.3s;
    font-family: "Dubai";
    margin: 10px;
    font-weight: 700;
}

.donate-btn:hover {
    opacity: 0.85;
}

.card-line {
    width: 90%;
    height: 1px;
    background: var(--accent);
    margin: 16px 0 12px;
    border-radius: 5px;
    place-self: center;
}

@media (min-width: 400px) and (max-width: 500px) {

    .mosques-wrapper {
		margin-top: 20px !important;
        padding: 0;
        border: none;
    }

    .mosque-card {
        width: 190px;
    }

    .mosques-box {
        gap: 16px;
    }
}

@media (min-width: 300px) and (max-width: 400px) {

    .mosques-wrapper {
        padding: 0;
        border: none;
    }

    .mosque-card {
        width: 180px;
    }

    .mosques-box {
        gap: 10px;
    }
}


.wells-wrapper {
    max-width: 1300px;
    margin: 40px auto;
    border-radius: 16px;
}

.wells-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.well-card {
    flex: 0 0 calc(33.333% - 20px);
    max-width: 260px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #318ddd98;
    text-align: center;
}

@media (max-width: 767px) {
    .well-card {
        flex: 0 0 calc(50% - 20px);
    }
}

.well-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}

.well-card h3 {
    margin: 18px 0 6px;
    font-size: 22px;
    color: #003473;
    font-family: "Dubai";
}

.well-card p {
    margin: 4px 0;
    font-size: 15px;
    color: #003473;
    font-family: "LamaSans";
}

@media (min-width: 400px) and (max-width: 500px) {

    .wells-wrapper {
        padding: 0;
        border: none;
    }

    .well-card {
        width: 190px;
    }

    .wells-box {
        gap: 16px;
    }
}

@media (min-width: 300px) and (max-width: 400px) {

    .wells-wrapper {
        padding: 0;
        border: none;
    }

    .well-card {
        width: 180px;
    }

    .wells-box {
        gap: 10px;
    }
}

.donation-card-wrap {
    width: 100%;
    max-width: 360px;
    display: flex;
    justify-content: center;
    margin: auto;
}

@media (max-width: 767px) {

    .donation-card-wrap {
        place-self: center !important;
        margin: auto !important;
    }
}

.donation-card {
    background: linear-gradient(to bottom, #ffffff 50%, #e5e6e7 100%);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
}

.card-header {
    width: calc(100% - 24px);
    margin: 12px;
    background: #3A8DDE;
    color: #fff;
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Dubai";
}

.card-image {
    width: calc(100% - 28px);
    margin: 6px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image img {
    width: 86%;
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
    pointer-events: none;
}

.price-row {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 25px;
    margin-top: 8px;
}

.price-number {
    color: #3A8DDE;
    font-weight: bold;
    font-size: 44px;
    line-height: 1;
    display: inline-block;
    transform: translateY(2px);

}

.people-label {
    margin-top: 35px;
    color: #3A8DDE;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "LyonArabicText";
}

.counter-pill {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #3A8DDE;
    background: #fff;
    width: calc(100% - 50px);
    max-width: 300px;
    height: 44px;
    margin-bottom: 10px;
}

.counter-btn {
    width: 34px;
    height: 34px;
    border: none !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 700;
    color: #3A8DDE;
    font-size: 18px;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
}

.counter-value {
    min-width: 36px;
    text-align: center;
    font-weight: 700;
    color: #3A8DDE;
    font-size: 18px;
}

/* Total label */
.total-label {
    margin-top: 12px;
    color: #3A8DDE;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "LyonArabicText";
}

.total-pill {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 18px;
    width: calc(100% - 50px);
    max-width: 300px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid #3A8DDE;
    background: #fff;
    color: #3A8DDE;
    font-weight: 800;
    font-size: 18px;
}

.total-pill .currency-icon-small {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.total-pill .currency-icon-small svg {
    width: 20px;
    height: 20px;
    fill: #3A8DDE;
}


@media (max-width: 420px) {
    .price-number {
        font-size: 40px;
    }

    .counter-pill,
    .total-pill {
        height: 44px;
        padding: 8px 12px;
    }
}



.pay-button {
    width: calc(100% - 26px);
    max-width: 310px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    place-self: center;
    margin: 24px auto;
    gap: 18px;
    padding: 14px 18px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(to bottom, #39caf0, #5065fc);
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(43, 159, 232, 0.18);
    margin-top: 24px;
}

@media (max-width: 767px) {
    .pay-button {
        margin: auto !important;
        place-self: center !important;
        margin-top: 20px !important;
    }
}

.pay-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.pay-icons img {
    height: 20px;
    display: block;
}

.presets {
    margin-top: 30px;
    margin-bottom: 10px;
    background: linear-gradient(to bottom, #ffffff 0%, #e7e8e8 100%);
    padding: 6px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--accent);
}

.preset-btn {
    background: transparent;
    cursor: pointer;
    min-width: 72px;
    text-align: center;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: var(--muted);
    border: none;
    border-right: 1px solid var(--accent);
    padding: 10px;
}

.preset-btn:first-child {
    border-right: none;
}

.preset-btn .sms-label img {
    max-width: 20px;
}

.preset-btn .currency-aed {
    font-family: "LamaSans";
    color: var(--text-dark);
    font-size: 10px;
}

/* ---------- RESPONSIVE ---------- */


@media (min-width: 768px) {
    .presets-desktop {
        display: flex;
    }

    .presets-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .presets {
        justify-content: space-around;
        margin-top: 5px;
    }

    .presets-desktop {
        display: none;
    }

    .presets-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
    }
}


@media (max-width:500px) {

    .pay-button {
        padding: 12px;
        font-size: 15px;
    }

    .preset-btn .currency-aed {
        font-size: 7px;
    }

}

.cards-row {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    gap: 8px;
}

@media (max-width: 767px) {
    .cards-row {
        flex-direction: column;
        gap: 30px;
    }
}


/* MAIN WRAP */
.donation-wrap {
    width: 100%;
    max-width: 900px;
}

/* TOP ROW */
.top-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.pay-btn {
    background: linear-gradient(90deg, #2F8DF5, #7B61FF);
    border: none;
    border-radius: 30px;
    padding: 10px 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-family: "LamaSans";
    font-size: 18px;
    place-content: center;
}

.pay-btn img {
    height: 18px;
}

.amount-input {
    border: 1.5px solid #3A8DDE;
    border-radius: 30px;
    padding: 10px 20px;
    min-width: 200px;
    text-align: center;
    outline: none;
    font-family: "LamaSans";
    font-size: 18px;
    font-weight: 500;
}

.payline {
    width: 100%;
    height: 1px;
    background: #3A8DDE;
    margin: 40px 0 40px 0;
}

.sms-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    background: linear-gradient(to bottom, #ffffff 0%, #e7e8e8 100%);
    border: 1px solid var(--accent);
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 16px;
    position: relative;
}

.sms-btn {
    padding: 10px 18px;
    color: #231F20;
    cursor: pointer;
    font-family: "LamaSans";
    font-size: 12px;
    font-weight: 600;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.sms-btn .sms-numbr {
    font-family: "Montserrat", sans-serif;
    color: #58595B;
    font-size: 16px;
}

.sms-btn span {
    color: var(--blue);
    font-weight: bold;
    margin-right: 4px;
}

.sms-btn img {
    height: 14px;
    width: 18px;
}

.sms-btn:not(:first-child)::after {
    content: '';
    position: absolute;
    top: 10%;
    right: -7.5px;
    height: 80%;
    width: 1px;
    background: #3A8DDE;
    border-radius: 1px;
}

@media (max-width: 767px) {
    .top-row {
        flex-direction: column-reverse;
    }

    .sms-group {
        gap: 10px;
        padding: 10px;
        justify-content: space-around;
    }

    .sms-btn {
        padding: 10px 2px;
        font-size: 6px;
    }

    .sms-btn .sms-numbr {
        font-size: 11px;
    }

    .sms-btn img {
        height: 10px;
        width: 14px;
    }
}

.bank-title {
    text-align: center;
    color: #005CA8;
    font-size: 22px;
    margin: 30px 0 25px;
    font-family: "LamaSans";
}

.banks {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.bank-box {
    border: 1.5px solid #3A8DDE;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 260px;
}

.bank-box img {
    height: 50px;
}

.green {
    border: 1.5px solid #0E8C54 !important;
}

@media (max-width: 767px) {
    .bank-box {
        padding: 12px 10px;
        min-width: 180px;
    }

    .bank-box img {
        height: 40px;
    }
}

.cards-wrapper {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
}

.cards-container {
    width: 100%;
    box-sizing: border-box;
}


.cards-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.cards-viewport::-webkit-scrollbar {
    display: none;
}

.cards-viewport {
    scrollbar-width: none;
}

.cards-rows {
    display: flex;
    gap: 0px;
    padding: 16px 8px;
    align-items: start;
    box-sizing: border-box;
}

.cards-rows>div {
    flex: 0 0 265px;
    scroll-snap-align: start;
    box-sizing: border-box;
    padding-left: 8px;
}

.cards-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    margin-bottom: 34px;
    user-select: none;
}

.cards-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d6e7fb;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform .12s, background .12s;
}

.cards-dots button[aria-current="true"] {
    background: #318cdd;
    transform: scale(1.25);
    box-shadow: 0 2px 6px rgba(49, 140, 221, 0.18);
}



@media (max-width: 767px) {

    .cards-viewport {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .cards-rows {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 0px !important;
    }

    .cards-rows .card-one {
        flex: 0 0 calc(50% - 0px);
        scroll-snap-align: center;
    }

    .card-header {
        width: calc(100% - 5px);
        font-size: 14px;
    }

    .cards-rows .card-one .counter-pill,
    .total-pill {
        width: calc(100% - 30px);
        justify-content: center;
    }
}

.price-label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Dubai";
    color: #3A8DDE;
    font-weight: 600;
    position: relative;
    right: 20px;
}

a.sms-label {
    text-decoration: none;
    color: #262626;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}
.dabs-footer {
  background: #4a8fdb; /* same blue as your image */
  color: #ffffff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.dabs-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Top Row ===== */
.dabs-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.dabs-footer-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dabs-footer-icon {
  width: 36px;
}

.dabs-footer-label {
  font-size: 14px;
  opacity: 0.85;
}

.dabs-footer-phone {
	direction: ltr;
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.dabs-footer-cert {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dabs-footer-cert img {
  height: 42px;
}

.dabs-footer-cert-no {
  font-size: 14px;
  font-weight: 500;
}

/* Divider */
.dabs-footer-divider {
  margin: 25px 0;
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

/* ===== Bottom Row ===== */
.dabs-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.dabs-footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dabs-footer-socials a {
  color: #fff;
  font-size: 18px;
  transition: opacity 0.3s ease;
}

.dabs-footer-socials a:hover {
  opacity: 0.75;
}

.dabs-footer-handle {
  margin-left: 10px;
  font-size: 14px;
  opacity: 0.9;
}

/* Apps */
.dabs-footer-apps {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dabs-footer-apps img {
  height: 34px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .dabs-footer-top,
  .dabs-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .dabs-footer-contact {
    justify-content: center;
  }

  .dabs-footer-socials {
    justify-content: center;
    flex-wrap: wrap;
  }

  .dabs-footer-apps {
    justify-content: center;
    flex-wrap: wrap;
  }
}


/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    z-index: 9999;
}

/* Hover effect */
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

/* Tooltip */
.whatsapp-float .tooltip {
    position: absolute;
    right: 75px;
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.whatsapp-float:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

/* Responsive for mobile */
@media (max-width: 480px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-float svg {
        width: 24px;
        height: 24px;
    }

    .whatsapp-float .tooltip {
        display: none;
    }
}
