@charset "UTF-8";

/*
Theme Name: berim salon theme
Theme URI: https://berimsalon.ir/
Description: a professional theme with wordpress website
Version: 3.0.1
Text Domain: xiii 
*/
:root {
    --main-font-size: 15px;
    --main-color: #e84393;
    --second-color: #4393e8;
    --main-text-color: #333;
    --main-font-family: 'IRANYekan';
}

@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazir-FD-WOL.woff2') format('woff2'),
        url('fonts/Vazir-FD-WOL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('fonts/IRANYekanWebFn.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.safari-iphone-font {
    font-family: "IRANYekan", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--main-font-family);
    color: var(--main-text-color);
    font-size: var(--main-font-size);
    line-height: 27px;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font-family);
    color: #000;
    font-weight: 800;
}

h1 {
    font-size: 24px;
    margin-bottom: 17px;
    margin-top: 25px;
    line-height: 45px;
}

h2 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 40px;
}

h3 {
    font-size: 20px;
    margin-bottom: 13px;
    margin-top: 20px;
    line-height: 35px;
}

h4 {
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 17px;
    line-height: 30px;
}

h5 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 30px;
}

h6 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 30px;
}

p {
    line-height: 27px;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

ol {
    list-style: persian;
    list-style-position: inside;
}

li p {
    display: contents;
}

.breadcrumbs {
    font-size: 14px;
    white-space: nowrap;
    overflow: auto;
    cursor: pointer;
}

.breadcrumbs::-webkit-scrollbar {
    height: 2px;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background-color: #222;
}

.accordion-button::after {
    margin-left: unset !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1250px;
}

.main-color {
    color: var(--main-color);
}

.second-color {
    color: var(--second-color);
}

.bg-main {
    background-color: var(--main-color);
}

.second-color {
    color: var(--second-color);
}

.bg-second {
    background-color: var(--second-color);
}

.border-radius {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.main-transition {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.main-btn {
    background: var(--main-color);
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 13px 33px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.main-btn:hover {
    background-color: #c11f6e;
    border-color: #c11f6e;
    color: #fff;
}

.second-btn,
.comment-form .submit {
    background: var(--second-color);
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 13px 33px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.second-btn:hover,
.comment-form .submit:hover {
    background-color: #1b76d7;
    border-color: #1b76d7;
    color: #fff;
}

.owl-nav button {
    background: var(--main-color) !important;
    color: #fff !important;
    width: 35px;
    height: 35px;
    font-size: 29px !important;
    border-radius: 5px;
}

.home-title {
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.form-control:focus {
    box-shadow: none;
}


/*------------------------ Footer ------------------------*/
.footer-section .container {
    border-top: 1px solid #ffffff33;
    padding-top: 15px;
}

#footer-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}

#footer-nav ul a {
    color: rgba(222, 226, 230, 0.75);
    text-decoration: none;
    font-size: 13px;
    margin-left: 15px;
}

#footer-nav ul a:hover {
    color: #fff;
}

#footer-center-sec img {
    display: inline-block;
    margin: auto;
    width: 85%;
    height: auto;
    filter: grayscale(1) invert(1) brightness(1);
}

#footer-left-sec {
    color: rgba(222, 226, 230, 0.75);
    text-align: left;
    font-size: 13px;
}

#go-top {
    right: 20px;
    bottom: 20px;
}

article.page-sec {
    padding-bottom: 50px !important;
    height: 600px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: height 1s;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
}

#article-content.expanded {
    height: auto;
}

#read-more-button {
    cursor: pointer;
}

article.page-sec .more {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 15px 15px;
    cursor: pointer;
}

article.page-sec .more::after {
    content: "";
    background-image: url(../img/caret-bottom-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.gform_button,
.gform_button_select_files {
    background: var(--second-color) !important;
    border: none !important;
    color: #fff !important;
    padding: 10px 35px !important;
    border-radius: 5px;
    transition: all 0.5s;
}

.gform_button:hover {
    background: var(--main-color) !important;
    color: var(--main-text-color) !important;
}

.info-alert {
    background: var(--second-color);
    color: #fff;
    padding: 20px;
    margin: 30px 0;
    border-radius: 5px;
    font-size: 19px;
    line-height: 45px;
    border: 2px dashed;
    outline: 1px solid #ffffff70;
    outline-offset: -10px;
    text-align: center;
}

.whatsapp-button {
    position: fixed;
    bottom: 35px;
    left: 13px;
}

.whatsapp-button span {
    width: max-content;
    left: 0;
    top: -44px;
    font-size: 13px;
}

#cta-fix-btn {
    width: 55px;
    height: 55px;
}

.mobile-bottom-menu {
    display: none;
}

/*------------------------
   RESPONSIVE
------------------------*/

@media only screen and (max-width: 850px) {
    h1 {
        font-size: 23px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px;
    }

    h4,
    h5,
    h6 {
        font-size: 16px;
    }

    .container {
        width: 100%;
    }
}

@media only screen and (max-width: 570px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 21px !important;
        margin-bottom: 15px !important;
        line-height: 37px !important;
    }

    h2 {
        font-size: 18px !important;
        line-height: 33px !important;
    }

    h3 {
        font-size: 17px !important;
        line-height: 30px !important;
    }

    h4,
    h5,
    h6 {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .row,
    .col-12 {
        padding: 0;
    }

}














.header-section {
    position: sticky;
    top: 0;
    z-index: 1000;
}

#header-main-sec {
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-around;
    backdrop-filter: blur(10px);
    padding: 10px 2%;
    box-shadow: 0 2px 20px rgba(232, 67, 147, 0.08);
}

#header-logo-wrap img {
    width: auto;
    max-height: 70px;
}

#main-nav {
    margin-right: 30px;
    z-index: 999;
}

.main-navbar {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navbar > li {
    position: relative;
}

.main-navbar > li > a {
    padding: 12px 20px;
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

.main-navbar > li.menu-item-has-children > a {
    padding-left: 35px;
}

.main-navbar > li > a::after {
    content: '';
    position: absolute;
    bottom: 7px;
    right: 50%;
    transform: translateX(50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff69b4, #ff1493);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.main-navbar > li > a:hover {
    background: linear-gradient(135deg, #ffe4f0 0%, #ffd4e5 100%);
    color: #d91c7a;
}

.main-navbar > li > a:hover::after {
    width: 60%;
}

.main-navbar li {
    position: relative;
}

.main-navbar .menu-item-has-children > a::before {
    content: '▼';
    font-size: 10px;
    position: absolute;
    left: 15px;
    transition: transform 0.3s ease;
}

.main-navbar .menu-item-has-children:hover > a::before {
    transform: rotate(180deg);
}

.main-navbar ul.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    min-width: 220px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(255, 105, 180, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    list-style: none;
    padding: 10px;
    margin: 5px 0 0 0;
    border: 1px solid rgba(255, 192, 203, 0.3);
    z-index: 100;
}

.main-navbar li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-navbar .sub-menu li {
    width: 100%;
}

.main-navbar .sub-menu li a {
    padding: 12px 18px;
    color: #555;
    display: block;
    border-radius: 10px;
    transition: all 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
}

.main-navbar .sub-menu li a:hover {
    background: linear-gradient(135deg, #ffe4f0 0%, #ffd4e5 100%);
    color: #d91c7a;
    padding-left: 35px;
}

.main-navbar .sub-menu li.menu-item-has-children a {
    padding-left: 35px;
}

.main-navbar .sub-menu .sub-menu {
    right: 100%;
    top: 0;
    margin: 0 5px 0 0;
}

#header-phone-sec {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(18, 140, 126, 0.1) 100%);
    border-radius: 50px;
    transition: all 0.3s ease;
}

#header-phone-sec:hover {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.15) 0%, rgba(18, 140, 126, 0.15) 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}

#header-phone-sec a {
    color: #075e54 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: color 0.3s ease;
}

#header-phone-sec a:hover {
    color: #25d366 !important;
}

#header-phone-sec sub {
    font-size: 11px;
    color: #128c7e;
}

#header-phone-sec i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: whatsapp-pulse 2s infinite;
}

#header-phone-sec i::before {
    content: "💬";
    font-size: 20px;
    filter: grayscale(1) brightness(10);
}

@keyframes whatsapp-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
    }
}


/* ==================== */
/* Mobile Menu          */
/* ==================== */
#responsive-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    background: linear-gradient(180deg, #fff5f7 0%, #ffeef8 100%);
    box-shadow: -5px 0 30px rgba(255, 105, 180, 0.2);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 25px;
    z-index: 9999;
    overflow-y: auto;
}

#responsive-menu.active {
    right: 0;
}

#responsive-menu::-webkit-scrollbar {
    width: 3px;
}

#responsive-menu::-webkit-scrollbar-track {
    width: 3px;
}

#responsive-menu::-webkit-scrollbar-thumb {
    background-color: #ff1493;
}

#mobile-close-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 20, 147, 0.3);
    transition: transform 0.2s ease;
    z-index: 10;
}

#mobile-close-btn:hover {
    transform: rotate(90deg);
}

#responsive-menu img {
    max-width: 150px;
    margin: 50px auto 30px;
    display: block;
}

#responsive-menu nav {
    position: relative;
    overflow-x: hidden;
}

#responsive-menu nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#responsive-menu nav > ul > li {
    margin-bottom: 5px;
}

#responsive-menu nav > ul > li > a {
    display: block;
    padding: 15px 20px;
    color: #4a4a4a;
    text-decoration: none;
    border-radius: 12px;
    background: white;
    margin-bottom: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 192, 203, 0.2);
    position: relative;
}

#responsive-menu nav > ul > li > a:hover {
    background: linear-gradient(135deg, #ffe4f0 0%, #ffd4e5 100%);
    color: #d91c7a;
    transform: translateX(-5px);
    box-shadow: 0 4px 15px rgba(255, 105, 180, 0.2);
}

#responsive-menu .menu-item-has-children > a::after {
    content: '◀';
    position: absolute;
    left: 20px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

#responsive-menu .sub-menu {
    display: none;
}

#responsive-menu .sub-menu li {
    margin-bottom: 5px;
}

#responsive-menu .sub-menu li a {
    display: block;
    padding: 12px 18px;
    color: #555;
    text-decoration: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 192, 203, 0.15);
}

#responsive-menu .sub-menu li a:hover {
    background: linear-gradient(135deg, #ffe4f0 0%, #ffd4e5 100%);
    color: #d91c7a;
    padding-right: 25px;
}

/* بعد از #responsive-menu nav > ul اضافه کنید: */

.mobile-menu-content {
    height: auto;
    overflow: visible;
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-submenu li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.mobile-submenu li a {
    flex: 1;
    display: block;
    padding: 12px 18px;
    color: #555;
    text-decoration: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 192, 203, 0.15);
}

.mobile-submenu li a:hover {
    background: linear-gradient(135deg, #ffe4f0 0%, #ffd4e5 100%);
    color: #d91c7a;
}

.submenu-toggle-btn {
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    font-size: 10px;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(255, 20, 147, 0.3);
    transition: transform 0.2s ease;
}

.submenu-toggle-btn:hover {
    transform: scale(1.1);
}

.submenu-toggle-btn::before {
    content: '◀';
}

/* ==================== */
/* Submenu View (Slide) */
/* ==================== */
.submenu-view {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    background: linear-gradient(180deg, #fff5f7 0%, #ffeef8 100%);
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10000;
    overflow-y: auto;
    padding: 25px;
}

.submenu-view.active {
    right: 0;
}


.submenu-view .sub-menu {
    display: block !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-view .sub-menu li a {
    display: block;
    padding: 12px 18px;
    color: #555;
    text-decoration: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 192, 203, 0.15);
    margin-bottom: 5px;
}

.submenu-view .sub-menu li a:hover {
    background: linear-gradient(135deg, #ffe4f0 0%, #ffd4e5 100%);
    color: #d91c7a;
    padding-right: 25px;
}

.back-btn {
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 20, 147, 0.3);
    transition: transform 0.2s ease;
    display: block;
    text-align: right;
}

.back-btn:hover {
    transform: translateX(5px);
}

.submenu-title {
    font-size: 18px;
    font-weight: 700;
    color: #d91c7a;
    margin-bottom: 15px;
    padding: 0 5px;
}

/* ==================== */
/* Mobile Toggle Button */
/* ==================== */
.mobile-menu-toggle {
    display: none;
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 15px rgba(255, 20, 147, 0.3);
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    margin: 5px auto;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ==================== */
/* Overlay              */
/* ==================== */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9998;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ==================== */
/* Mobile Scroll */
/* ==================== */
.submenu-view::-webkit-scrollbar {
    width: 3px;
}

.submenu-view::-webkit-scrollbar-track {
    background: rgba(255, 192, 203, 0.1);
    border-radius: 10px;
}

.submenu-view::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff6b9d 0%, #c239b3 100%);
    border-radius: 10px;
}

.submenu-view::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #ff5a8f 0%, #b030a0 100%);
}


/* ==================== */
/* Responsive           */
/* ==================== */
@media (max-width: 768px) {
    #main-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    #header-logo-wrap img {
        max-height: 45px;
    }

    #header-phone-sec {
        display: none !important;
    }

    #header-right-sec {
        justify-content: space-between !important;
    }

    #header-main-sec {
        justify-content: space-between;
    }
}

@media (max-width: 576px) {
    #header-logo-wrap img {
        max-height: 40px;
    }

    .mobile-menu-toggle {
        width: 40px;
        height: 40px;
    }
}

/* ==================== */
/* MEGA MENU - Desktop  */
/* ==================== */
@media (min-width: 769px) {

    .main-navbar > li.menu-item-has-children {
        position: static;
    }

    /* position: absolute به جای fixed — چون header-section sticky است */
    .mega-menu-panel {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow:
            0 20px 60px rgba(255, 20, 147, 0.12),
            0 8px 25px rgba(0, 0, 0, 0.08);
        border-bottom: 2px solid rgba(255, 105, 180, 0.2);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
        pointer-events: none;
        overflow: hidden;
    }

    .mega-menu-panel::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 3px;
        background: linear-gradient(90deg, #ff1493, #ff69b4, #ffb6c1, #ff69b4, #ff1493);
        background-size: 200% 100%;
        animation: shimmer 3s linear infinite;
    }

    @keyframes shimmer {
        0% { background-position: 200% 0; }
        100% { background-position: -200% 0; }
    }

    .mega-menu-panel::after {
        content: '';
        position: absolute;
        bottom: -60px;
        left: -60px;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(255, 105, 180, 0.06) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

    .mega-deco-circle {
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .mega-deco-circle-1 {
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(255, 20, 147, 0.04) 0%, transparent 70%);
        top: -100px;
        left: 10%;
    }

    .mega-deco-circle-2 {
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(255, 182, 193, 0.08) 0%, transparent 70%);
        bottom: -80px;
        right: 15%;
    }

    /* ==================== */
    /* پنل ساده (کرج)       */
    /* ==================== */
    .mega-menu-panel.simple-panel .mega-inner {
        padding: 30px 4%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mega-panel-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 192, 203, 0.3);
    }

    .mega-panel-header-icon {
        width: 42px;
        height: 42px;
        background: linear-gradient(135deg, #ff69b4, #ff1493);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        box-shadow: 0 4px 15px rgba(255, 20, 147, 0.3);
        flex-shrink: 0;
    }

    .mega-panel-header-text h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #d91c7a;
    }

    .mega-panel-header-text p {
        margin: 2px 0 0;
        font-size: 12px;
        color: #999;
    }

    .mega-panel-header-link {
        margin-right: auto;
        background: linear-gradient(135deg, #ff69b4, #ff1493);
        color: white !important;
        padding: 8px 18px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none !important;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(255, 20, 147, 0.25);
        white-space: nowrap;
    }

    .mega-panel-header-link:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(255, 20, 147, 0.35);
    }

    .mega-simple-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 10px;
    }

    .mega-simple-grid a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 11px 15px;
        color: #555;
        text-decoration: none;
        border-radius: 12px;
        font-size: 13.5px;
        font-weight: 500;
        background: #fafafa;
        border: 1px solid rgba(255, 192, 203, 0.2);
        transition: all 0.25s ease;
        position: relative;
        overflow: hidden;
    }

    .mega-simple-grid a::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #ffe4f0, #ffd4e5);
        opacity: 0;
        transition: opacity 0.25s ease;
    }

    .mega-simple-grid a:hover::before {
        opacity: 1;
    }

    .mega-simple-grid a:hover {
        color: #d91c7a;
        border-color: rgba(255, 105, 180, 0.4);
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(255, 105, 180, 0.15);
    }

    .mega-simple-grid a span {
        position: relative;
        z-index: 1;
    }

    .mega-simple-grid a .item-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: linear-gradient(135deg, #ff69b4, #ff1493);
        flex-shrink: 0;
        position: relative;
        z-index: 1;
        transition: transform 0.25s ease;
    }

    .mega-simple-grid a:hover .item-dot {
        transform: scale(1.5);
    }

    /* ==================== */
    /* پنل دو ستونه (تهران) */
    /* ==================== */
    .mega-menu-panel.two-col-panel .mega-inner {
        display: flex;
        min-height: 320px;
    }

    .mega-regions-col {
        width: 240px;
        flex-shrink: 0;
        background: linear-gradient(180deg, #fff5f9 0%, #ffeef6 100%);
        border-left: 1px solid rgba(255, 192, 203, 0.25);
        padding: 25px 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .mega-regions-col-header {
        padding: 0 20px 15px;
        border-bottom: 1px solid rgba(255, 192, 203, 0.25);
        margin-bottom: 8px;
    }

    .mega-regions-col-header h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        color: #d91c7a;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mega-regions-col-header h3::before {
        content: '🗺️';
        font-size: 16px;
    }

    .mega-region-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 20px;
        color: #555;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        border-right: 3px solid transparent;
        margin: 0 8px;
        border-radius: 10px;
        position: relative;
    }

    .mega-region-item:hover,
    .mega-region-item.active {
        background: white;
        color: #d91c7a;
        border-right-color: #ff1493;
        box-shadow: 0 4px 15px rgba(255, 105, 180, 0.12);
    }

    .mega-region-item .region-arrow {
        font-size: 10px;
        color: #ccc;
        transition: all 0.2s ease;
    }

    .mega-region-item:hover .region-arrow,
    .mega-region-item.active .region-arrow {
        color: #ff1493;
        transform: translateX(-3px);
    }

    .mega-region-item .region-badge {
        background: linear-gradient(135deg, #ffe4f0, #ffd4e5);
        color: #d91c7a;
        font-size: 11px;
        padding: 2px 8px;
        border-radius: 10px;
        font-weight: 600;
    }

    .mega-neighborhoods-col {
        flex: 1;
        padding: 25px 30px;
        overflow: hidden;
        position: relative;
    }

    .mega-neighborhoods-col-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 18px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 192, 203, 0.25);
    }

    .mega-neighborhoods-col-header h4 {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        color: #333;
    }

    .mega-neighborhoods-col-header a.view-all {
        font-size: 12px;
        color: #ff1493;
        text-decoration: none;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 4px;
        transition: gap 0.2s ease;
    }

    .mega-neighborhoods-col-header a.view-all:hover {
        gap: 8px;
    }

    .neighborhood-panel {
        display: none;
        animation: fadeInPanel 0.3s ease;
    }

    .neighborhood-panel.active {
        display: block;
    }

    @keyframes fadeInPanel {
        from { opacity: 0; transform: translateX(10px); }
        to { opacity: 1; transform: translateX(0); }
    }

    .neighborhood-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
        gap: 8px;
    }

    .neighborhood-grid a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 14px;
        color: #555;
        text-decoration: none;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 500;
        background: #fafafa;
        border: 1px solid rgba(255, 192, 203, 0.2);
        transition: all 0.2s ease;
        position: relative;
        overflow: hidden;
    }

    .neighborhood-grid a::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #ffe4f0, #ffd4e5);
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .neighborhood-grid a:hover::before { opacity: 1; }

    .neighborhood-grid a:hover {
        color: #d91c7a;
        border-color: rgba(255, 105, 180, 0.4);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 105, 180, 0.15);
    }

    .neighborhood-grid a span {
        position: relative;
        z-index: 1;
    }

    .neighborhood-grid a .item-dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: linear-gradient(135deg, #ff69b4, #ff1493);
        flex-shrink: 0;
        position: relative;
        z-index: 1;
    }

    /* ==================== */
    /* پنل سایر شهرها       */
    /* ==================== */
    .mega-menu-panel.cities-panel .mega-inner {
        padding: 28px 4%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mega-cities-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
        gap: 8px;
    }

    .mega-cities-grid a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 14px;
        color: #555;
        text-decoration: none;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 500;
        background: #fafafa;
        border: 1px solid rgba(255, 192, 203, 0.2);
        transition: all 0.2s ease;
        position: relative;
        overflow: hidden;
    }

    .mega-cities-grid a::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #ffe4f0, #ffd4e5);
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .mega-cities-grid a:hover::before { opacity: 1; }

    .mega-cities-grid a:hover {
        color: #d91c7a;
        border-color: rgba(255, 105, 180, 0.4);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 105, 180, 0.15);
    }

    .mega-cities-grid a span {
        position: relative;
        z-index: 1;
    }

    .mega-cities-grid a .city-pin {
        font-size: 14px;
        flex-shrink: 0;
        position: relative;
        z-index: 1;
    }

    /* override استایل قدیمی sub-menu در دسکتاپ */
    .main-navbar > li.menu-item-has-children > ul.sub-menu {
        display: none !important;
    }

    .main-navbar > li.menu-item-has-children::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        height: 10px;
    }
}


#search-toggle-btn {
    width: 44px;
    height: 44px;
    border: none;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(194, 57, 179, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 12px;
    color: #ff6b9d;
}

#search-toggle-btn:hover {
    background: linear-gradient(135deg, #ff6b9d 0%, #c239b3 100%);
    color: white;
    transform: scale(1.1);
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}

.search-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}

.search-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 600px;
    background: white;
    border-radius: 30px;
    padding: 50px 40px;
    box-shadow: 0 20px 60px rgba(255, 107, 157, 0.3);
    transition: transform 0.3s ease;overflow: hidden;
}

.search-popup.active .search-popup-content {
    transform: translate(-50%, -50%) scale(1);
}

.search-close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 107, 157, 0.1);
    border-radius: 50%;
    font-size: 20px;
    color: #ff6b9d;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.search-close-btn:hover {
    background: #ff6b9d;
    color: white;
    transform: rotate(90deg);
}

.search-popup-inner {
    text-align: center;
    position: relative;
    z-index: 2;
}

.search-icon-large {
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 1.3;
    animation: search-bounce 2s infinite;
}

@keyframes search-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.search-popup-inner h3 {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #ff6b9d 0%, #c239b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.search-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 50px;
    padding: 8px 8px 8px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.search-input-wrap:focus-within {
    box-shadow: 0 8px 30px rgba(255, 107, 157, 0.2);
    background: white;
}

.search-input-wrap input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    padding: 12px 15px;
    outline: none;
    color: #2d2d2d;
}

.search-input-wrap input::placeholder {
    color: #aaa;
}

.search-input-wrap button {
    width: 50px;
    height: 50px;
    border: none;
    background: linear-gradient(135deg, #ff6b9d 0%, #c239b3 100%);
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.search-input-wrap button:hover {
    transform: scale(1.1);box-shadow: 0 4px 15px rgba(255, 107, 157, 0.4);
}

.search-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.search-particles span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #ff6b9d 0%, #c239b3 100%);
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s infinite;
}

.search-particles span:nth-child(1) {
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.search-particles span:nth-child(2) {
    top: 60%;
    right: 80%;
    animation-delay: 2s;
}

.search-particles span:nth-child(3) {
    top: 80%;
    right: 30%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-20px) scale(1.2); }
}

@media (max-width: 768px) {
    .search-popup-content {
        width: 95%;
        padding: 40px 25px;
    }
    
    .search-popup-inner h3 {
        font-size: 22px;
    }
    
    .search-icon-large {
        font-size: 50px;
    }
}


/* ==================== */
/* FOOTER               */
/* ==================== */
.footer-section {
    position: relative;
    background: #1a0a12;
    color: #e8c4d8;
    font-family: inherit;
    overflow: hidden;
    direction: rtl;
}

.footer-wave {
    line-height: 0;
    margin-bottom: -2px;
}

.footer-wave svg {
    width: 100%;
    height: 60px;
    display: block;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- main grid --- */
.footer-main {
    padding: 50px 0 40px;
}

.footer-main .footer-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.3fr;
    gap: 40px;
    align-items: start;
}

/* --- brand col --- */
.footer-logo-wrap img,
.footer-logo-wrap a {
    display: block;
    max-width: 140px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-tagline {
    margin: 12px 0 20px;
    font-size: 13px;
    color: #c084a0;
    letter-spacing: 0.5px;
    font-style: italic;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 105, 180, 0.1);
    border: 1px solid rgba(255, 105, 180, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff69b4;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-btn svg {
    width: 18px;
    height: 18px;
}

.social-btn:hover {
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    border-color: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 20, 147, 0.35);
}

/* --- col title --- */
.footer-col-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.title-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(255, 20, 147, 0.6);
}

/* --- footer menu --- */
.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-menu-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    color: #c084a0;
    text-decoration: none;
    font-size: 13.5px;
    border-radius: 10px;
    transition: all 0.25s ease;
    position: relative;
}

.footer-menu-list li a::before {
    content: '◂';
    font-size: 10px;
    color: #ff69b4;
    opacity: 0;
    transform: translateX(5px);
    transition: all 0.25s ease;
}

.footer-menu-list li a:hover {
    background: rgba(255, 105, 180, 0.08);
    color: #ff69b4;
    padding-right: 18px;
}

.footer-menu-list li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* --- contact col --- */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #c084a0;
}

.contact-icon {
    font-size: 16px;
    flex-shrink: 0;
}

.footer-contact-list a {
    color: #c084a0;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-contact-list a:hover {
    color: #ff69b4;
}

/* --- ads banner --- */
.footer-ads-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    background: linear-gradient(135deg, rgba(255,20,147,0.15), rgba(255,105,180,0.1));
    border: 1px solid rgba(255, 105, 180, 0.3);
    border-radius: 14px;
    text-decoration: none;
    color: #ffb6d9;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.footer-ads-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,20,147,0.2), rgba(255,105,180,0.15));
    opacity: 0;
    transition: opacity 0.3s;
}

.footer-ads-banner:hover::before { opacity: 1; }

.footer-ads-banner:hover {
    border-color: rgba(255, 105, 180, 0.6);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 20, 147, 0.2);
}

.ads-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff1493;
    flex-shrink: 0;
    animation: adsPulse 1.5s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

@keyframes adsPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,20,147,0.6); }
    50% { box-shadow: 0 0 0 6px rgba(255,20,147,0); }
}

.ads-text { flex: 1; position: relative; z-index: 1; }

.ads-arrow {
    font-size: 16px;
    transition: transform 0.3s;
    position: relative;
    z-index: 1;
}

.footer-ads-banner:hover .ads-arrow {
    transform: translateX(-4px);
}

/* --- bottom bar --- */
.footer-bottom {
    border-top: 1px solid rgba(255, 105, 180, 0.12);
    padding: 18px 0;
    background: rgba(0,0,0,0.2);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.copyright {
    margin: 0;
    font-size: 12.5px;
    color: #8a5570;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.footer-year {
    color: #ff69b4;
    font-weight: 700;
}

.footer-bottom-badges {
    display: flex;
    gap: 8px;
}

.badge-item {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(255, 105, 180, 0.08);
    border: 1px solid rgba(255, 105, 180, 0.15);
    color: #c084a0;
}

/* --- particles --- */
.footer-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.particle {
    position: absolute;
    color: rgba(255, 105, 180, 0.15);
    font-size: 12px;
    animation: floatParticle linear infinite;
}

.p1 { right: 10%; top: 20%; font-size: 8px; animation-duration: 8s; animation-delay: 0s; }
.p2 { right: 30%; top: 60%; font-size: 6px; animation-duration: 11s; animation-delay: 2s; }
.p3 { right: 55%; top: 30%; font-size: 10px; animation-duration: 9s; animation-delay: 1s; }
.p4 { right: 75%; top: 70%; font-size: 7px; animation-duration: 13s; animation-delay: 3s; }
.p5 { right: 90%; top: 45%; font-size: 9px; animation-duration: 10s; animation-delay: 0.5s; }

@keyframes floatParticle {
    0%   { transform: translateY(0) rotate(0deg); opacity: 0.15; }
    50%  { opacity: 0.3; }
    100% { transform: translateY(-30px) rotate(180deg); opacity: 0.15; }
}

/* ==================== */
/* WHATSAPP FLOAT       */
/* ==================== */
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    direction: rtl;
}

.whatsapp-icon-wrap {
    position: relative;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.whatsapp-icon-wrap img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.whatsapp-ping {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 14px;
    height: 14px;
    background: #ff1493;
    border-radius: 50%;
    border: 2px solid white;
    animation: pingAnim 2s ease-in-out infinite;
}

@keyframes pingAnim {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

.whatsapp-tooltip {
    background: white;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-8px);
    transition: all 0.3s ease;
    pointer-events: none;
    border: 1px solid rgba(255, 192, 203, 0.3);
}

.whatsapp-float:hover .whatsapp-icon-wrap {
    transform: scale(1.08) translateY(-3px);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
}

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

/* ==================== */
/* GO TOP BUTTON        */
/* ==================== */
#go-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9990;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(255, 20, 147, 0.35);
    transform: translateY(15px);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    color: white;
}

#go-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#go-top svg {
    width: 20px;
    height: 20px;
    stroke: white;
}

#go-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(255, 20, 147, 0.45);
}

/* ==================== */
/* RESPONSIVE           */
/* ==================== */
@media (max-width: 768px) {
    .footer-wave svg { height: 40px; }

    .footer-main { padding: 35px 0 30px; }

    .footer-main .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-brand-col {
        text-align: center;
    }

    .footer-logo-wrap img,
    .footer-logo-wrap a {
        margin: 0 auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-col-title {
        justify-content: center;
    }

    .footer-menu-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }

    .footer-contact-list {
        align-items: center;
    }

    .footer-contact-list li {
        justify-content: center;
    }

    .footer-ads-banner {
        justify-content: center;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    #footer-nav ul a {
        display: block;
        text-align: center;
    }

    .whatsapp-float {
        bottom: 25px;
        right: 15px;
        display: block;
    }

    .whatsapp-icon-wrap {
        width: 40px;
        height: 40px;
        border-radius: 15px;
    }

    .whatsapp-icon-wrap img {
        width: 23px;
        height: 23px;
    }

    .whatsapp-tooltip {
        opacity: 1;
        font-size: 11px;
        padding: 5px 9px;
        top: 5px;
        position: relative;
    }

    #go-top {
        bottom: 20px;
        left: 15px;
        width: 37px;
        height: 37px;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .footer-menu-list {
        grid-template-columns: 1fr;
    }

    .footer-bottom-badges {
        justify-content: center;
    }
}
