
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .8s ease-out, visibility 0s linear .0s;
        visibility: visible;
        opacity: 1;
    }
/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 200;
    font-family: 'Manrope', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

.wow,
.animated {
    animation-duration: 2s !important;
}
/*** Common CSS End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: 0;
    color: var(--bs-white);
}

    .btn.btn-primary:hover {
        background: var(--bs-secondary);
        color: var(--bs-primary);
    }

.btn-border-radius {
    border-radius: 25% 10%;
}

.img-border-radius {
    border-radius: 50% 20% / 10% 40%;
}

.title-border-radius {
    border-radius: 10% 30%;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .top-info {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .topbar .top-link a {
        margin-right: 10px;
    }

        .topbar .top-link a:hover {
            background: var(--bs-secondary) !important;
        }

            .topbar .top-link a:hover i {
                color: var(--bs-primary) !important;
            }
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

    .navbar .navbar-nav .nav-link {
        padding: 10px 12px;
        font-size: 16px;
        font-weight: 600;
        transition: .5s;
        font-family: 'Manrope', sans-serif;
    }

        .navbar .navbar-nav .nav-link:hover,
        .navbar .navbar-nav .nav-link.active,
        .fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
        .fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
            color: var(--bs-primary);
        }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Manrope";
        font-weight: 700;
        vertical-align: middle;
        margin-left: 8px;
    }

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Manrope', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header,
.page-header {
    background: url("../img/Dawona_banner_inside.png");
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero_cd_bg2.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Hero Header ***/


/*** About Start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    /*background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/about.jpg);*/
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

    .video .btn-play {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        border-radius: 50%;
        border: none;
        outline: none;
        padding: 18px 20px 18px 28px;
    }

        .video .btn-play:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 100px;
            height: 100px;
            background: var(--bs-secondary);
            border-radius: 50%;
            animation: pulse-border 1500ms ease-out infinite;
        }

        .video .btn-play:after {
            content: "";
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 100px;
            height: 100px;
            /*background: var(--bs-primary);*/
            background: #41509c; /* ÊÕ»ØèÁËÅÑ¡ */
            border-radius: 50%;
            transition: all 200ms;
        }

        .video .btn-play img {
            position: relative;
            z-index: 3;
            max-width: 100%;
            width: auto;
            height: auto;
        }

        .video .btn-play span {
            display: block;
            position: relative;
            z-index: 3;
            width: 0;
            height: 0;
            border-left: 32px solid var(--bs-white);
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
        }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

    #videoModal .modal-dialog {
        position: relative;
        max-width: 800px;
        margin: 60px auto 0 auto;
    }

    #videoModal .modal-body {
        position: relative;
        padding: 0px;
    }

    #videoModal .close {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0px;
        top: -30px;
        z-index: 999;
        font-size: 30px;
        font-weight: normal;
        color: #FFFFFF;
        background: #000000;
        opacity: 1;
    }

.video.border {
    border-radius: 50% 20% / 10% 40%;
}

.about {
    background: /*linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), */ url(../img/Dawona_banner_inside2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutAB {
    background: /*linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), */ url(../img/ABCD.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** About End ***/


/*** service Start ***/
.service {
    background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));
}

    .service .service-item {
        box-shadow: 0 0 45px rgba(0, 0, 0, .1);
        width: 100%;
        height: 100%;
        border-radius: 50% 20% / 10% 40%;
        transition: 0.5s;
        position: relative;
    }

.service-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 50% 20% / 10% 40%;
    transition: .5s;
}

.service-item:hover {
    border: 1px solid var(--bs-secondary) !important;
}

    .service-item:hover .service-content::after {
        background: var(--bs-secondary);
        width: 100%;
        opacity: 1;
        z-index: 1;
    }

.service-item .service-content .service-content-inner {
    position: relative;
    z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
    transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
    color: var(--bs-white) !important;
}

.service-item:hover .service-content-inner a.h4 {
    color: var(--bs-primary);
}

.service-item:hover .service-content-inner a.btn-primary {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.service-item .service-content-inner a.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Programs Start ***/
.program {
    background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1));
}

    .program .program-item .program-img .program-rate {
        position: absolute;
        width: 100px;
        top: -20px;
        left: 50%;
        margin-left: -50px;
        border-radius: 10% / 50%;
    }

    .program .program-item .program-text {
        padding-top: 150px;
        margin-top: -125px;
    }

    .program .program-item .program-img img,
    .program .program-item .program-teacher img,
    .program .program-item:hover .program-text-inner a.h4 {
        transition: 0.5s;
    }

    .program .program-item:hover .program-img img,
    .program .program-item:hover .program-teacher img {
        transform: scale(1.03);
    }

    .program .program-item:hover .program-text-inner a.h4 {
        color: var(--bs-primary) !important;
    }
/*** Programs End ***/
/*** Events Start ***/
.events .events-item {
    width: 100%;
    height: 100%;
    border-radius: 30%;
    position: relative;
}

    .events .events-item .events-inner .events-rate {
        position: absolute;
        width: 120px;
        top: -20px;
        left: 50%;
        margin-left: -60px;
        border-radius: 10% / 50%;
    }

    .events .events-item .events-inner .events-img .event-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }

    .events .events-item .events-inner .events-img:hover .event-overlay {
        opacity: 1;
    }

    .events .events-item .events-img::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        bottom: auto;
        /**background: rgba(77, 101, 249, .7);**/
        border-radius: 10px;
        transition: 0.5s;
    }

    .events .events-item:hover .events-img::after {
        height: 100%;
        opacity: 1;
    }

    .events .events-item .events-text a.h4,
    .events .events-item .events-img img {
        transition: 0.5s;
    }

    .events .events-item:hover .events-text a.h4 {
        color: var(--bs-primary) !important;
    }

    .events .events-item:hover .events-img img {
        transform: scale(1.03);
    }
/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    /**background: rgba(77, 101, 249, .7);**/
    /**border-radius: 10px 10px 0 0;**/
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
    opacity: 1;
}

.blog .blog-item .blog-date-comments {
    padding-top: 150px !important;
    margin-top: -125px;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.03);
}

.blog .blog-item:hover .blog-content img {
    transform: scale(1.03);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
    color: var(--bs-primary);
}
/*** Blog End ***/



/*** Team Start ***/
.team .team-item {
    position: relative;
    width: 100%;
    height: 100%;
}

    .team .team-item .team-icon {
        position: absolute;
        bottom: 120px;
        left: 50%;
        transform: translateX(-50%);
    }

        .team .team-item .team-icon a.share-link {
            opacity: 0;
            transition: 0.5s;
        }

    .team .team-item:hover .team-icon a.share-link {
        opacity: 1;
    }

    .team .team-item .team-content,
    .team .team-item .team-content h4,
    .team .team-item .team-content p {
        transition: 0.5s;
    }

    .team .team-item:hover .team-content {
        background: var(--bs-primary) !important;
        border-radius: 0 0 10px 10px;
    }

        .team .team-item:hover .team-content h4 {
            color: var(--bs-white) !important;
        }

        .team .team-item:hover .team-content p {
            color: var(--bs-dark) !important;
        }
/*** Team end ***/


/*** testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

    .testimonial .testimonial-carousel .owl-dots {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial .testimonial-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
        background: var(--bs-primary);
        border-radius: 10px;
        transition: 0.5s;
    }

        .testimonial .testimonial-carousel .owl-dot.active {
            width: 30px;
            background: var(--bs-secondary);
        }

/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer .footer-galary-img img {
        width: 100%;
        border-style: dotted;
        border-color: var(--bs-primary);
        transition: 0.5s;
    }

        .footer .footer-galary-img img:hover {
            transform: scale(1.2);
        }

.footer-item a.text-body:hover {
    color: var(--bs-secondary) !important;
}
/*** Footer End ***/

.cute-title {
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 1.5rem;
}

.intro-text {
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #37474f;
}

.tip-card {
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(13, 71, 161, 0.1);
    transition: 0.3s ease;
}

    .tip-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(13, 71, 161, 0.2);
    }

.tip-number {
    font-size: 1.2rem;
    color: #0d47a1;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

ul.custom-bullet {
    list-style: none; /* Åº¨Ø´ */
    padding-left: 0; /* ªÔ´«éÒÂ */
}

    ul.custom-bullet li {
        position: relative;
        margin-bottom: 0.5rem;
        padding-left: 1.4rem;
    }

        ul.custom-bullet li::before {
            content: "";
            width: 10px;
            height: 10px;
            background-color: #42a5f5; /* ÊÕ¿éÒ¹èÒÃÑ¡ */
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 6px;
        }

.sources {
    font-size: 0.95rem;
}

    .sources a {
        color: #1565c0;
        text-decoration: none;
    }

        .sources a:hover {
            text-decoration: underline;
        }

.popup {
    display: flex;
    position: fixed;
    inset: 0;
    background: #000000;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow: hidden;
}

    .popup img {
        max-width: 90vw;
        max-height: 90vh;
        object-fit: contain;
        display: block;
    }

    .popup .close-btn {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 40px;
        color: #fff;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

.about-logo {
    width: 100%;
    max-width: 450px; /* PC */
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .about-logo {
        max-width: 200px; /* Á×Í¶×Í */
    }
}

.about-logome {
    width: 100%;
    max-width: 300px; /* PC */
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .about-logome {
        max-width: 180px; /* Á×Í¶×Í */
    }
}

.about-logonews {
    width: 100%;
    max-width: 450px; /* PC */
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .about-logonews {
        max-width: 180px; /* Á×Í¶×Í */
    }
}

.about-img {
    width: 100%;
    max-width: 600px; /* PC */
    height: auto;
}

@media (max-width:620px) {
    .about-img {
        max-width: 350px; /* Á×Í¶×Í */
    }
}

/* ¾×é¹ËÅÑ§ Modal */
.video-modal {
    backdrop-filter: blur(6px);
}

    .video-modal .modal-dialog {
        max-width: 950px;
        padding: 20px;
    }

    /* ¡ÃÍºËÅÑ¡ */
    .video-modal .modal-content {
        position: relative;
        padding: 22px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.75);
        border-radius: 32px;
        background: linear-gradient( 135deg, rgba(255, 255, 255, 0.98), rgba(247, 245, 255, 0.96) );
        box-shadow: 0 30px 80px rgba(32, 39, 103, 0.25), 0 8px 24px rgba(255, 105, 160, 0.12);
    }

        /* áÊ§µ¡áµè§´éÒ¹ËÅÑ§ */
        .video-modal .modal-content::before {
            content: "";
            position: absolute;
            top: -120px;
            right: -100px;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: rgba(255, 109, 161, 0.14);
            filter: blur(10px);
            pointer-events: none;
        }

        .video-modal .modal-content::after {
            content: "";
            position: absolute;
            bottom: -150px;
            left: -100px;
            width: 320px;
            height: 320px;
            border-radius: 50%;
            background: rgba(69, 79, 161, 0.13);
            filter: blur(12px);
            pointer-events: none;
        }

/* ËÑÇ¢éÍ */
.video-modal-heading {
    position: relative;
    z-index: 2;
    padding: 4px 55px 18px 8px;
}

.video-modal-label {
    display: inline-block;
    margin-bottom: 4px;
    color: #ff477f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.video-modal-heading h3 {
    margin: 0;
    color: #373d7a;
    font-size: 26px;
    font-weight: 700;
}

/* »ØèÁ»Ô´ */
.video-modal-close {
    position: absolute;
    z-index: 5;
    top: 22px;
    right: 22px;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #444c91, #ff477f);
    box-shadow: 0 8px 20px rgba(68, 76, 145, 0.3);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .video-modal-close:hover {
        color: #fff;
        transform: rotate(90deg) scale(1.08);
        box-shadow: 0 10px 26px rgba(255, 71, 127, 0.35);
    }

/* ¡ÃÍºÇÔ´ÕâÍ */
.video-frame {
    position: relative;
    z-index: 2;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    padding: 6px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ff7aa8, #5660ad, #a7d7f4);
    box-shadow: 0 18px 42px rgba(41, 47, 105, 0.22);
}

    /* ªÑé¹ÊÕ¢ÒÇÃÐËÇèÒ§¢Íº¡ÑºÇÔ´ÕâÍ */
    .video-frame::before {
        content: "";
        position: absolute;
        z-index: 0;
        inset: 6px;
        border-radius: 18px;
        background: #fff;
    }

    .video-frame video {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 18px;
        background: #000;
        object-fit: contain;
    }

/* Á×Í¶×Í */
@media (max-width: 767.98px) {
    .video-modal .modal-dialog {
        margin: 10px;
        padding: 0;
    }

    .video-modal .modal-content {
        padding: 12px;
        border-radius: 22px;
    }

    .video-modal-heading {
        padding: 3px 45px 12px 5px;
    }

        .video-modal-heading h3 {
            font-size: 20px;
        }

    .video-modal-label {
        font-size: 11px;
    }

    .video-modal-close {
        top: 14px;
        right: 14px;
        width: 36px;
        height: 36px;
    }

    .video-frame {
        padding: 4px;
        border-radius: 16px;
    }

        .video-frame::before {
            inset: 4px;
            border-radius: 12px;
        }

        .video-frame video {
            border-radius: 12px;
        }
}

/* ·ÓãËé Section ÃÍ§ÃÑº·Ø¡¢¹Ò´Ë¹éÒ¨Í */
.responsive-section {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* ¡ÃÍº¢ÒÇãÊ */
/* ¡ÃÍº¢ÒÇãÊ */
.about-glass-card {
    width: 100%;
    padding: clamp(22px, 3vw, 40px);
    /* ¢Íº¢ÒÇãÊ */
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 30px;
    /* ¡ÃÐ¨¡ãÊ */
    background: rgba(255, 255, 255, 0.35);
    /* à§Ò¹ØèÁ */
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    /* Glass Effect */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* ËÑÇ¢éÍäÅèÊÕ */
.safety-title {
    display: inline-block;
    color: #429ed2;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient( 90deg, #32a8da 0%, #6b78bd 48%, #e76798 100% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* »ØèÁÃÒÂÅÐàÍÕÂ´ */
.about-detail-button {
    min-width: 180px;
    border: none !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    font-weight: 600;
    background: linear-gradient( 90deg, #68b9e4, #8a82cd, #f184ad ) !important;
    box-shadow: 0 7px 18px rgba(115, 125, 197, 0.28);
    transition: transform 0.25s ease;
}

    .about-detail-button:hover {
        color: #ffffff;
        transform: translateY(-2px);
    }

/* ÃÙ»ÇÔ´ÕâÍ */
.responsive-section .video {
    width: 100%;
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Á×Í¶×ÍáÅÐ Tablet */
@media (max-width: 991.98px) {
    .responsive-section .video {
        max-width: 650px;
        margin: 0 auto;
    }
}

/* Á×Í¶×Í */
@media (max-width: 575.98px) {
    .responsive-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

        .responsive-section .container {
            padding-left: 18px;
            padding-right: 18px;
        }

    .about-main-title {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }

    .about-title {
        font-size: 36px;
    }

    .about-glass-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .safety-title {
        font-size: 29px;
    }

    .about-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .responsive-section .video {
        aspect-ratio: 1 / 1;
    }

    .about-detail-button {
        width: 100%;
    }
}



/*aboutus inside*/
/* INTRO */

.dawona-intro {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: visible;
    padding: 80px 7%;
    background: radial-gradient(circle at 80% 20%, rgba(255,210,225,0.55), transparent 35%), radial-gradient(circle at 20% 70%, rgba(230,220,255,0.45), transparent 40%), linear-gradient(120deg, #fff8fb 0%, #fff0f6 45%, #f2f3ff 100%);
}

    /* ¤ÃÍº´éÒ¹¢éÒ§ */
    .dawona-intro::after {
        content: "";
        position: absolute;
        inset: 0;
        overflow: hidden;
        pointer-events: none;
    }


.dawona-content {
    width: 45%;
    position: relative;
    z-index: 3;
}



.dawona-label {
    letter-spacing: 8px;
    color: #6c7390;
    font-size: 15px;
}



.dawona-content h2 {
 
    font-size: clamp(45px,5vw,60px);
    line-height: 1.1;
    margin: 20px 0;
    background: linear-gradient( 90deg, #399ddd, #e45b91 );
    -webkit-background-clip: text;
    color: transparent;
}



.dawona-content p {
    color: #646b86;
    line-height: 1.8;
    max-width: 550px;
}



.dawona-benefits {
    display: flex;
    gap: 35px;
    margin-top: 35px;
}



    .dawona-benefits div {
        font-size: 14px;
        color: #606780;
    }



    .dawona-benefits span {
        color: #ed5796;
        font-size: 20px;
    }



.dawona-woman {
    position: absolute;
    right: 1%;
    bottom: -20px;
    width: 60%;
    z-index: 2;
}

    .dawona-woman::before {
        content: "";
        position: absolute;
        left: -15%;
        top: 0;
        width: 45%;
        height: 100%;
        background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 45%, rgba(255,255,255,0) 100% );
        z-index: 2;
        pointer-events: none;
    }

    .dawona-woman img {
        width: 100%;
        display: block;
        -webkit-mask-image: linear-gradient( 90deg, transparent 0%, rgba(0,0,0,.7) 18%, black 35% );
        mask-image: linear-gradient( 90deg, transparent 0%, rgba(0,0,0,.7) 18%, black 35% );
    }
/* á·çºàÅçµ */
@media (max-width: 992px) {
    .dawona-intro {
        min-height: auto;
        flex-direction: column;
        align-items: stretch;
        padding: 60px 30px 0;
        overflow: hidden;
    }

    .dawona-content {
        width: 100%;
        text-align: center;
    }

        .dawona-content h1 {
            font-size: 42px;
            line-height: 1.2;
        }

        .dawona-content p {
            margin-inline: auto;
        }

    .dawona-benefits {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px 30px;
    }

    .dawona-woman {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 600px;
        margin: -320px auto 0;
    }

        .dawona-woman::before {
            display: none;
        }

        .dawona-woman img {
            height: auto;
            -webkit-mask-image: linear-gradient( 90deg, transparent 0%, rgba(0,0,0,.7) 18%, black 35% );
            mask-image: linear-gradient( 90deg, transparent 0%, rgba(0,0,0,.7) 18%, black 35% );
        }
}

/* Á×Í¶×Í */
@media (max-width: 576px) {
    .dawona-intro {
        padding: 40px 16px 0;
    }

    .dawona-label {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .dawona-content h1 {
        font-size: clamp(28px, 8vw, 36px);
        margin: 16px 0;
        overflow-wrap: break-word;
    }

    .dawona-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .dawona-benefits {
        gap: 16px;
        margin-top: 24px;
    }

        .dawona-benefits div {
            font-size: 13px;
        }

        .dawona-benefits span {
            font-size: 18px;
        }

    .dawona-woman {
        bottom: -20px;
        left: -15%;
    }
}



/* PRODUCT */

/* ===============================
   DAWONA PRODUCT SECTION
================================ */

.dawona-product {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: visible;
    padding: 80px 7%;
    background: radial-gradient(circle at 80% 20%, rgba(255,210,225,0.55), transparent 35%), radial-gradient(circle at 20% 70%, rgba(230,220,255,0.45), transparent 40%), linear-gradient(120deg, #fff8fb 0%, #fff0f6 45%, #f2f3ff 100%);
}
    .dawona-product::before {
        content: "";
        position: absolute;
        top: -80px;
        left: 0;
        width: 100%;
        height: 160px;
        background: linear-gradient( to bottom, rgba(255,240,246,0), rgba(255,240,246,0.55), rgba(255,240,246,0) );
        pointer-events: none;
    }

.product-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    gap: 30px;
}


.product-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .product-image img {
        width: 650px;
        max-width: none;
        transform: translateX(-5px);
        filter: none;
    }


.product-content {
    padding-left: 60px;
    max-width: 520px;
    text-align: left;
    margin-left: auto;
}


    .product-content > span {
        text-align: left;
    }



    .product-content h2 {
        
        text-align: left;
        font-size: clamp(45px,5vw,60px);
        line-height: 1.1;
        margin: 15px 0 20px;
        background: linear-gradient( 90deg, #399ddd, #e45b91 );
        -webkit-background-clip: text;
        color: transparent;
        /*font-size: clamp(45px,5vw,60px);
        line-height: 1.1;
        margin: 20px 0;
        background: linear-gradient( 90deg, #399ddd, #e45b91 );
        -webkit-background-clip: text;
        color: transparent;*/
    }



.intro {
    width: 500px;
    max-width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}



.formula {
    width: 500px;
    text-align: left;
    padding: 15px 0;
    margin-left: 0;
}



    .formula h3 {
        text-align: left;
    }



    .formula p {
        text-align: left;
        font-size: 15px;
        line-height: 1.65;
    }


    .formula:first-of-type {
        border-bottom: 1px solid rgba(220,220,220,.45);
    }

        .formula h3 span {
            font-size: 16px;
            letter-spacing: 2px;
        }

        .formula p:last-child {
            margin-bottom: 0;
        }


.pure h3 {
    color: #df72a0;
}


.fresh h3 {
    color: #459ddd;
}


@media (max-width: 992px) {
    .product-container {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        grid-template-columns: minmax(0, 1fr);
    }

    .product-content {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding-left: 0;
        margin-left: 0;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

        .product-content .intro,
        .product-content .formula {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
        }

        .product-content h2 {
            font-size: 38px;
            line-height: 1.2;
        }
    .product-image {
        display: none;
    }
}

@media (max-width: 576px) {
    .product-content h2 {
        font-size: 28px;
    }

    .product-content .formula h3 {
        line-height: 1.4;
    }

        .product-content .formula h3 span {
            font-size: 14px;
            letter-spacing: 1px;
        }
    .product-image {
        display: none;
    }
}


/* MESSAGE */

.dawona-message {
    padding: 100px 20px;
    text-align: center;
    background-image: url('../img/Dawona_banner_inside2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


    .dawona-message h2 {
      
        font-size: 55px;
        color: #18334f;
    }



    .dawona-message p {
        color: #6b708c;
        font-size: 20px;
    }


/* RESPONSIVE */


@media(max-width:991px) {

    .dawona-intro {
        min-height: 900px;
        padding: 60px 40px;
        display: block;
    }

    .dawona-content {
        width: 100%;
        max-width: 600px;
    }

    .dawona-label {
        font-size: 13px;
        letter-spacing: 6px;
    }

    .dawona-content h1 {
        font-size: clamp(38px, 6vw, 55px);
        line-height: 1.15;
        margin: 15px 0;
    }

    .dawona-content p {
        font-size: 15px;
        line-height: 1.7;
        max-width: 500px;
    }

    .dawona-benefits {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 25px;
    }

        .dawona-benefits div {
            font-size: 13px;
        }

    .dawona-woman {
        width: 90%;
        right: -15%;
        top: 220px;
    }
}


@media(max-width:576px) {


    .dawona-content h1 {
        font-size: 40px;
    }

    .dawona-woman {
        width: 130%;
        right: -20%;
        top: 300px;
    }

    .product-title h2 {
        font-size: 32px;
    }

    .dawona-message h2 {
        font-size: 36px;
    }
}


.dawona-product {
    padding: 8px 7%;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
    background: radial-gradient(circle at 15% 30%,rgba(255,220,235,.5),transparent 35%), radial-gradient(circle at 85% 30%,rgba(220,235,255,.5),transparent 35%), linear-gradient(180deg,#fff8fb,#ffffff);
}


.product-grid {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-top: 45px;
}


.product-card {
    position: relative;
    width: 420px;
    min-height: 430px;
    padding: 20px 35px 35px;
    border-radius: 35px;
    /* Glass ÊÕªÁ¾Ù + ¿éÒ */
    background: linear-gradient( 135deg, rgba(255, 220, 235, 0.45), rgba(220, 235, 255, 0.45) );
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    /* ¢ÍºãÊ */
    border: 1px solid rgba(255,255,255,0.7);
    /* à§Ò¹ØèÁ */
    box-shadow: 0 20px 50px rgba(220,140,180,0.15), inset 0 1px 0 rgba(255,255,255,0.8);
}

    /* ÃÙ»ÊÔ¹¤éÒãË­è¢Öé¹ */
    .product-card img {
        height: 350px;
        /*margin-top: -60px;*/
        object-fit: contain;
    }


    /* ª×èÍ */
    .product-card h3 {
        margin-top: -20px;
        font-size: 32px;
        background: linear-gradient( 90deg, #399ddd, #9b70bf, #e35d91 );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    /* ÃÒÂÅÐàÍÕÂ´ */
    .product-card p {
        text-align: left;
        line-height: 1.8;
        max-width: 100%;
        margin: 0;
        color: #626985;
    }
@media(max-width:991px) {

    .product-grid {
        flex-direction: column;
        gap: 80px;
    }

    .product-card {
        width: 100%;
        max-width: 420px;
    }

        .product-card img {
            height: 300px;
        }
}
.breadcrumb {
    position: relative;
    z-index: 99;
}

    .breadcrumb a {
        position: relative;
        z-index: 100;
    }



/*º·¤ÇÒÁ details*/
    /* Tablet */
@media (max-width: 992px) {
    .dawona-article-page {
        padding: 40px 20px;
    }

    .dawona-article {
        padding: 36px 28px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .dawona-article-page {
        padding: 24px 12px;
    }

    .dawona-article {
        padding: 28px 18px;
        border-radius: 12px;
    }

    .dawona-article-header {
        margin-bottom: 24px;
    }

    .dawona-article-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .dawona-article-category {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .dawona-article-body {
        font-size: 16px;
        line-height: 1.8;
    }

    .dawona-article-section {
        margin-top: 28px;
    }

    .dawona-article-section h3 {
        gap: 10px;
        font-size: 23px;
    }

    .dawona-section-number {
        font-size: 25px;
    }

    .dawona-article-list {
        padding: 18px 16px 18px 32px;
    }

    .dawona-article-summary {
        margin-top: 30px;
        padding: 22px 18px;
    }

    .dawona-article-summary h3 {
        font-size: 25px;
    }

    .dawona-article-summary .dawona-article-tagline {
        font-size: 16px;
    }
}

/* ¡ÅØèÁ»ØèÁº¹ Navbar */
#navbarCollapse .dawona-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

/* Ë¹éÒ¨Í·Õè Navbar ÂØºà»ç¹àÁ¹ÙÁ×Í¶×Í */
@media (max-width: 1199.98px) {
    #navbarCollapse .dawona-nav-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
        margin-top: 16px;
        padding: 18px 0 8px;
        border-top: 1px solid #f3d8e3;
    }

    #navbarCollapse #phone-tada {
        position: static !important;
        width: 44px;
        height: 44px;
        margin: 0 !important;
        padding: 0;
        flex: 0 0 44px;
        transform: none !important;
    }

    #navbarCollapse .dawona-nav-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        animation: none !important;
        transform: none !important;
    }

        #navbarCollapse .dawona-nav-phone > .fa-phone-alt {
            margin: 0 !important;
            font-size: 26px;
        }

    #navbarCollapse .dawona-phone-badge {
        top: 0 !important;
        right: -2px;
        left: auto !important;
        font-size: 14px;
        line-height: 1;
    }

    #navbarCollapse .dawona-nav-actions > .btn-search {
        position: static !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        min-width: 44px;
        flex: 0 0 44px;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }


