html {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Aller_Rg';
    src: url('/static/vendor/googleFonts/Aller_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BRLNSR';
    src: url('/static/vendor/googleFonts/BRLNSR.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Apply custom font */
.allerRg {
    font-family: "Aller_Rg", cursive;
}

body {
    font-family: "BRLNSR", sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "BRLNSR", sans-serif !important;

}

h1 {
    font-size: calc(28px + 2.5vw);
    line-height: 1.15;
}

h2 {
    font-size: calc(24px + 2vw);
}

h3 {
    font-size: calc(20px + 1.5vw);
}

h4 {
    font-size: calc(18px + 1vw);
}

h5 {
    font-size: calc(16px + 0.6vw);
}

h6 {
    font-size: calc(14px + 0.4vw);
}

p {
    font-size: calc(14px + 0.4vw);
    line-height: 1.6;
}


p {
    font-family: "Aller_Rg", cursive !important;
}


.anim-tshirt-logo {
    width: 300px;
    height: auto;
    object-fit: contain;
}

@media (max-width:425px) {
    .anim-tshirt-logo {
        max-width: 210px !important;
    }
}

.academyName {
    font-size: 18px;
    line-height: 1.2;
    font-family: "Aller_Rg", sans-serif;
}

/*  */
/*  */
/* ===== Elegant Services Dropdown ===== */
.serviceDropdownMenu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 280px;
    background: var(--bs-primary);
    border-radius: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px) scale(0.95);
    filter: blur(6px);
    transition:
        opacity 0.35s ease,
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.35s ease;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.serviceDropdown:hover .serviceDropdownMenu,
.serviceDropdown:focus-within .serviceDropdownMenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.serviceDropdown i {
    transition: transform 0.35s ease;
}

.serviceDropdown:hover i,
.serviceDropdown:focus-within i {
    transform: rotate(180deg);
}

.serviceDropdownMenu li {
    position: relative;
    padding: 12px 22px;
    color: #fff;
    cursor: pointer;
    font-family: "Aller_Rg", cursive;
    transform: translateX(-12px);
    opacity: 0;
    overflow: hidden;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.4s ease,
        opacity 0.4s ease,
        padding-left 0.3s ease;
}

.serviceDropdown:hover .serviceDropdownMenu li,
.serviceDropdown:focus-within .serviceDropdownMenu li {
    transform: translateX(0);
    opacity: 1;
}

/* ===== Stagger Effect ===== */
.serviceDropdownMenu li:nth-child(1) {
    transition-delay: 0.05s;
}

.serviceDropdownMenu li:nth-child(2) {
    transition-delay: 0.08s;
}

.serviceDropdownMenu li:nth-child(3) {
    transition-delay: 0.11s;
}

.serviceDropdownMenu li:nth-child(4) {
    transition-delay: 0.14s;
}

.serviceDropdownMenu li:nth-child(5) {
    transition-delay: 0.17s;
}

.serviceDropdownMenu li:nth-child(6) {
    transition-delay: 0.20s;
}

.serviceDropdownMenu li:nth-child(7) {
    transition-delay: 0.23s;
}

.serviceDropdownMenu li:nth-child(8) {
    transition-delay: 0.26s;
}

.serviceDropdownMenu li::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: -1;
}

.serviceDropdownMenu li:hover::before {
    transform: scaleX(1);
}

.serviceDropdownMenu li:hover {
    color: var(--bs-primary);
    padding-left: 30px;
}

.serviceDropdownMenu li:hover {
    box-shadow: inset 4px 0 0 var(--bs-primary);
}

.serviceDropdown>a {
    cursor: pointer;
}


/*  */
/*  */

.navMenu {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
}

.navMenu:hover {
    opacity: 0.75;
}

.mainNav {
    margin-left: auto;
    padding-right: 40px;
}

.nav-link.active,
.nav-link[aria-current="page"] {
    position: relative;
    font-weight: 600;
}




.mobileNavLink.active,
.mobileNavLink[aria-current="page"] {
    font-weight: 900;
    position: relative;
}


.appHeader {
    z-index: 1000;
    transition: transform 0.3s ease;
}

.hideHeader {
    transform: translateY(-100%);
}

/* Mobile Icon */
.mobile-logo {
    width: 170px;
    height: auto;
    object-fit: contain;
}

.mobileNavLink {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.mobileNavLink:hover {
    opacity: 0.8;
}

.fa-bars {
    display: block;
}


/* Hero Section */

.heroContainer {
    display: flex;
    align-items: stretch;
}

.heroContent {
    width: 50%;
    padding: clamp(40px, 6vw, 80px);
    display: flex;
    align-items: center;
    background: var(--bs-primary);
}

.heroHeader h1 {
    font-size: clamp(28px, 4vw, 52px);
    max-width: 600px;
    line-height: 1.15;
}

.heroBody p {
    font-size: clamp(14px, 1.2vw, 18px);
    max-width: 478px;
    line-height: 1.6;
    margin-top: 20px;
}

.heroImage {
    width: 50%;
    min-height: 100%;
}

.heroImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 992px) {

    .heroHeader h1 {
        font-size: clamp(24px, 3vw, 36px);
    }

    .heroBody p {
        font-size: clamp(13px, 1.2vw, 16px);
    }
}

@media (max-width: 576px) {

    .heroSection {
        min-height: auto;
    }

    .heroContainer {
        flex-direction: column;
    }

    .heroImage {
        width: 100%;
        min-height: 220px;
    }

    .heroImage img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .heroContent {
        width: 100%;
        padding: 30px 20px;
    }

    .heroHeader h1 {
        font-size: clamp(24px, 6vw, 32px);
    }

    .heroBody p {
        font-size: 14px;
    }
}

/* About Us Section */
.aboutUsHeader h1 {
    text-align: center;

}

/* ================= ABOUT SECTION ================= */
.aboutSection {
    width: 100%;
}

.aboutBody {
    display: flex;
    min-height: 100vh;
}

/* IMAGE SIDE */
.aboutImage {
    width: 30%;
}

.aboutImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CONTENT SIDE */
.aboutContent {
    width: 70%;
    background-color: #1f3d2b;
    color: #ffffff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutContent h2 {
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
}

.aboutContent p {
    font-size: 16px;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 20px;
}

/* ================= TABLET ================= */
@media (max-width: 992px) {
    .aboutBody {
        flex-direction: column;
        min-height: auto;
    }

    .aboutImage,
    .aboutContent {
        width: 100%;
    }

    .aboutImage {
        height: 400px;
    }

    .aboutContent {
        padding: 50px 40px;
    }

    .aboutContent h2 {
        font-size: 32px;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
    .aboutImage {
        height: 250px;
    }

    .aboutContent {
        padding: 30px 20px;
    }

    .aboutContent h2 {
        font-size: 22px;
    }

    .aboutContent p {
        font-size: 14px;
        line-height: 1.6;
    }
}


/* Service Cards */
.serviceCard div {
    max-width: 280px !important;
}

.cardContent {
    background-color: #225732;
    padding: 25px 20px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.cardHeader img {
    width: 126px;
    height: 144px;
    object-fit: contain;
}


.cardContent:hover {
    box-shadow: 0 20px 40px rgba(247, 245, 245, 0.35);
    transform: translateY(-6px);
    cursor: pointer;
}

.cardBody i {
    animation: arrowShake 1.5s ease-in-out infinite;
}

@keyframes arrowShake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(4px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.cardContent:hover .cardBody i {
    animation-play-state: running;
}

/* Contact Us */

.contactSection {
    width: 100%;
}

.contactSection>.contactBody {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 64px;
}

.contactMap {
    width: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.contactMap iframe {
    width: 100%;
    height: 100%;
    min-height: 80vh;
    border: 0;
    display: block;
    border-radius: 28px;

}


.contactAddress {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contactAddress h3 {
    font-size: 36px;
}



.contactInfo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contactDetail {
    display: flex;
    gap: 14px;
}

.contactDetail i {
    font-size: 18px;
    flex-shrink: 0;
    background: white;
    color: #225732;
    padding: 10px;
    border-radius: 20px;

}

.contactSection hr {
    display: none;
}

@media (max-width: 768px) {
    .contactBody {
        flex-direction: column;
        padding: 32px;
        gap: 32px;
    }

    .contactMap,
    .contactAddress {
        width: 100%;
    }

    .contactMap {
        width: 100%;
    }

    .contactMap iframe {
        width: 100%;
        min-height: 400px !important;
    }

    .contactAddress h3 {
        font-size: 28px;
    }
}

@media (max-width: 425px) {
    .contactMap {
        width: 144%;
    }

    .contactMap iframe {
        width: 100%;
        min-height: 400px !important;
    }
}

.center-border {
    border-top: 1px solid #fff;
    width: 80%;
    padding: 10px;
}

.center-border {
    margin-inline: auto;
}

/* Footer Section */
.footerSection {
    background-color: #225732;
}

.footerTitle {
    font-size: 22px;
    margin-bottom: 20px;
}

.footerText {
    line-height: 1.8;
    max-width: 320px;
}

.footerLinks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerLinks li {
    margin-bottom: 10px;
    font-size: 20px !important;
    cursor: pointer;
}

.footerLinks li:hover {
    color: #abcab4;
}

.footerLinks a:hover {
    color: #abcab4;
}

.footerLinks a {
    font-size: 20px !important;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footerLinks a:hover {
    opacity: 0.75;
}

/* Social Icons */
.footerIcons i {
    width: 44px;
    height: 44px;
    background: #fff;
    color: #225732;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.footerIcons i:hover {
    background-color: #225732;
    color: white;
    transform: translateY(-3px);
}


@media (max-width: 1024px) {
    .footerTitle {
        font-size: 20px;
    }

    .footerLinks li,
    .footerLinks a {
        font-size: 18px !important;
        text-align: start !important;
    }

    .footerText {
        font-size: 15px;
        line-height: 1.7;
    }

    .footerIcons i {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}


@media (max-width: 768px) {
    .footerTitle {
        font-size: 19px;
        margin-top: 20px;
        text-align: left;
    }

    .footerLinks li,
    .footerLinks a {
        font-size: 17px !important;
    }

    .footerText {
        font-size: 14.5px;
        max-width: 100%;
    }

    .footerIcons {
        margin-bottom: 10px;
    }

    .footerIcons i {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .footerSection {
        text-align: center;
    }

    .footerTitle {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footerLinks li,
    .footerLinks a {
        font-size: 13px !important;
    }

    .footerText {
        font-size: 14px;
        margin: 0 auto;
    }

    .footerIcons {
        justify-content: center !important;
    }

    .footerIcons i {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .footerTitle {
        font-size: 17px;
    }

    .footerLinks li,
    .footerLinks a {
        font-size: 15px !important;
    }

    .footerText {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .footerIcons i {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
}



/* Contact Us Page Css */
.contactHeroImg {
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-image: url("/static/img/background/contactHero.png");
    position: relative;
}

.contactHeroContent {
    padding: 40px;
    display: flex;
    justify-content: center;
    width: 40%;
    position: absolute;
    left: 50px;
    bottom: 0px;
}

@media (max-width :768px) {
    .contactHeroImg {
        height: 60vh;
    }

    .contactHeroContent {
        padding: 30px;
        width: fit-content;
        font-size: 20px !important;
    }
}

@media (max-width:425px) {
    .contactHeroImg {
        height: 42vh;
    }
}

.contactBody {
    width: 100%;
    padding: 40px 20px;
}

.contactBody>.d-flex {
    gap: 40px;
}

.contactBodyContent {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.contactForm {
    width: 65%;
}

.contactForm input,
.contactForm textarea {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.contactForm input:focus,
.contactForm textarea:focus {
    outline: none;
    border-color: #fff;
    box-shadow:
        0 0 12px rgba(255, 255, 255, 0.6),
        0 0 24px rgba(255, 255, 255, 0.35),
        inset 0 0 8px rgba(255, 255, 255, 0.3);
}


.contactForm input::-webkit-input-placeholder,
.contactForm textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.contactForm input::placeholder,
.contactForm textarea::placeholder {
    color: #fff;
    opacity: 0.8;
}

.contactForm input:-ms-input-placeholder,
.contactForm textarea:-ms-input-placeholder {
    color: #fff;
}

.sendMsg:hover {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid white !important;
}


@media (max-width: 768px) {
    .contactBody>.d-flex {
        flex-wrap: wrap;
    }

    .contactBodyContent,
    .contactForm {
        width: 100%;
    }

    .contactBodyContent h1,
    .contactBodyContent p {
        text-align: center;
    }
}

.contactIframe {
    width: 72% !important;
    overflow: hidden;
    flex-shrink: 0;
}

.contactIframe iframe {
    width: 100%;
    height: 100%;
    min-height: 50vh !important;
    border: 0;
    display: block;
    border-radius: 28px;
}

.contactIframe {
    width: 65% !important;
    overflow: hidden;
    flex-shrink: 0;
}

.contactIframe iframe {
    width: 100%;
    height: 100%;
    min-height: 50vh !important;
    border: 0;
    display: block;
    border-radius: 28px;
}

.contactAddresses {
    width: 35%;
    background-color: #2C603C;
    border-radius: 30px;
    color: #fff;
}

.contactAddresses h3 {
    text-align: center;
    font-size: 32px;
}

.addressDivider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.addressDivider .line {
    width: 100px;
    height: 1px;
    background: linear-gradient(to right, transparent, #fff, transparent);
}

.addressDivider i {
    color: #fff;
}

.addressDivider .small {
    font-size: 12px;
    opacity: 0.8;
}

.addressDivider .big {
    font-size: 20px;
}

.contactUsInfo {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.contactUsDetail {
    display: flex !important;
    gap: 18px !important;
}

.contactUsDetail i {
    background-color: #fff;
    padding: 10px;
    color: #225732 !important;
    border-radius: 30px;
}

@media (max-width: 768px) {

    .contactUsSection {
        flex-direction: column;
        gap: 20px;
        align-items: center !important;
    }

    .contactIframe {
        display: flex !important;
        justify-content: center !important;
    }

    .contactIframe iframe {
        min-height: 300px !important;
        border-radius: 20px !important;
    }

    .contactUsDetail p {
        text-align: start !important;
    }

    .contactAddresses {
        width: 100% !important;
        border-radius: 25px !important;
        background-color: transparent !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .contactAddresses h3 {
        font-size: 26px;
    }

    .addressDivider .line {
        width: 70px;
    }

    .contactUsInfo {
        align-items: center !important;
        text-align: center !important;
    }

    .contactUsDetail {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 8px;
    }

    .contactUsDetail p {
        text-align: center !important;
    }

    .contactUsDetail i {
        font-size: 20px;
    }

    .contactUsDetail .d-flex {
        align-items: center !important;
        text-align: center !important;
    }
}

@media (max-width: 425px) {

    .contactIframe iframe {
        min-height: 250px;
        border-radius: 18px;
    }

    .contactAddresses {
        background-color: transparent !important;
    }

    .contactAddresses h3 {
        font-size: 22px;
    }

    .addressDivider {
        gap: 6px;
        margin-bottom: 20px;
    }

    .addressDivider .line {
        width: 50px;
    }



    .contactUsDetail i {
        font-size: 16px;
        margin-top: 3px;
    }

    .contactUsDetail p {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* Contactus Form */
.swal2-title {
    font-size: 20px !important;
}

/* Service Page Css */
.serviceHero {
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-image: url("/static/img/background/serviceHero.png");
}

.serviceHeroContent {
    width: 46%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    align-items: center;
    justify-content: center;
    padding: 60px;

}

.serviceHeroContent p {
    width: 100%;
    text-align: justify;
}

.serviceHeroContent {
    transform: translateY(30px) !important;
}

@media(max-width:1024px) {
    .serviceHeroContent {
        transform: translateY(35px) !important;
        width: 70% !important;
    }

    .swedishContentHeader h1 {
        font-size: 30px !important;
    }

    .swedishMassageContent {
        padding: 40px 30px !important;
    }

    .addressDivider .dividerLine {
        width: 200px !important;
    }
}

@media(max-width:768px) {
    .serviceHero {
        height: 60vh;
        background-position: center;
        background-size: cover;
    }

    .serviceHeroContent {
        width: 70%;
        align-items: center;
        justify-content: center;
        padding: 60px;

    }
}

@media(max-width:425px) {
    .serviceHero {
        height: 40vh;
        background-position: center;
        background-size: cover;
    }

    .serviceHeroContent {
        width: 70%;
        align-items: center;
        justify-content: center;
        padding: 40px;
    }

    .serviceHeroContent h1 {
        font-size: 20px !important;
    }

    .serviceHeroContent p {
        font-size: 11px !important;
    }

    .serviceHeroContent {
        transform: translateY(20px) !important;
    }
}

/* Swedish Massage Section */
.swedishMassageSection {
    position: relative;
}

.swedishMassageSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    border-bottom: 1px solid white;
}

.swedishMassageImg {
    width: 40%;
}

.swedishMassageImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swedishMassageContent {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swedishMassageContent h1 {
    text-align: center !important;
}

.addressDivider .dividerLine {
    width: 300px;
    height: 1px;
    background: linear-gradient(to right, transparent, #fff, transparent);
}

.swedishContentBody {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

@media (max-width: 992px) {
    .swedishMassageContent h1 {
        font-size: 2rem;
    }

    .swedishContentBody {
        padding: 2.5rem !important;
    }

    .addressDivider .dividerLine {
        width: 220px;
    }
}


@media (max-width: 768px) {
    .swedishMassageSection .d-flex {
        flex-direction: column;
    }

    .swedishMassageImg,
    .swedishMassageContent {
        width: 100%;
    }

    .swedishMassageImg img {
        height: auto;
    }

    .swedishMassageContent {
        padding: 20px;
    }

    .swedishMassageContent h1 {
        font-size: 1.7rem;
    }

    .swedishContentBody {
        padding: 2rem !important;
        text-align: center;
    }

    .addressDivider .dividerLine {
        width: 180px;
    }

    .addressDivider .small {
        font-size: 6px !important;
        opacity: 0.8;
    }

      .addressDivider .big {
        font-size: 12px !important;
        opacity: 0.8;
    }

    .swedishMassageSection::after {
        width: 100%;
    }
}


@media (max-width: 425px) {
    .swedishMassageContent h1 {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

    .swedishContentBody p {
        font-size: 0.8rem !important;
        line-height: 1.6;
    }

    .swedishContentBody {
        padding: 1.5rem !important;
    }

    .addressDivider .dividerLine {
        width: 80px !important;
    }

    .addressDivider i {
        font-size: 0.3rem !important;
    }
}