@charset "utf-8";
@media screen and (max-width:768px){
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: 'Inter', sans-serif;
        color:#061729;
    }

    img {
        display: block;
        width: 100%;
    }

    a {
        text-decoration: none;
        color: #fbf5f3;
    }

    li {
        list-style-type: none;
    }

    .pc {
        display: none;
    }

    header {
        background-color: #061729;
    }

    #headerInner{
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo img {
        max-height: 80px;
        width: auto;
    }
 
    #headerInner ul {
        display: flex;
        gap: 30px;
        font-size: 18;
        font-weight: bold;
    }

    #headerInner li a:hover {
        color: #e28413;
        transition: 0.3s ease;
    }
     
    .apply-button {
        background-color: #e28413;
        color: hsl(211, 74%, 9%);
        padding: 8px 16px;
        border-radius: 5px;
        font-size: 20;
        font-weight: bold;
        border: none;
        transition: background-color 0.3s ease;
    }

    .apply-button:hover {
    background-color: #fbf5f3;
    }

    #hamburger{
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        border: 2px solid  #fbf5f3;
        cursor: pointer;
        z-index: 10000;
    }
    #hamburger span{
        background-color:  #fbf5f3;
        width: 40px;
        height: 3px;
        display: block;
        position: absolute;
        left: 5px;
        transition:0.5s;          
    }
    #hamburger span:nth-child(1){
        top: 10px;
    }
    #hamburger span:nth-child(2){
        top: 24px;
    }
    #hamburger span:nth-child(3){
        top: 38px;
    }
    .open #hamburger span:nth-child(1){
        top: 24px;
        transform: rotate(45deg);
    }
    .open #hamburger span:nth-child(2){
        opacity: 0;

    }
    .open #hamburger span:nth-child(3){
        top: 24px;
        transform: rotate(-45deg);

    }
    nav{
        width: 100%;
        height: 100vh;
        background-color: gray;
        position: fixed;
        top: 0;
        left: 0;
        transform:translateY(-100%);
        transition: 0.8s;
        z-index: 1;
    }
    .open nav{
        transform:translateY(0);
    }
    nav ul{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    /* ===== Main Visual ===== */
    .main-visual {
        position: relative;
        width: 100%;
        height: 500px;
        background: url('../images/mainvisual.jpg') no-repeat center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
      }
        
    .catchphrase h1 {
        color: #fbf5f3;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        text-shadow: 0 0 10px #000;

    }

    /* ===== Banner Section ===== */
    .banner-overlay {
        display: none;
    }

    /* ===== Key Programs Section ===== */

    .content-section {
        padding: 40px 20px;
        background-color: #fbf5f3;
    }

    .content-section h2 {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 20px;
        text-align: center;
    }

    .subheading-row {
        flex-direction: column;       
        align-items: center;          
    }

    .sub-item {
       max-width: 100%;               /* Make it responsive */
    }

    .sub-item img {
        width: 100%;
        height: auto;

    }
    .program-text {
       line-height: 1.2;
       margin-bottom: 20px;
       text-align: center;

    }
  
    .program-title {
        color: #061729;
        font-size: 20px;
        font-weight: bold;
        text-align: center;

    }

    .program-desc {
        color: #061729;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        display: block;
        margin: 0 auto;

    }
        
    /* ===== Highlight Section ===== */
    .highlight-section {
        background-color: #061729;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .highlight-content {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .highlight-content h2 {
        font-size: 24px;
        font-weight: bold;
        color: #fbf5f3;
        text-align: center;
    }

    .highlight-content p {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.6;
        max-width: 90%;
        padding-left: 30px;
        color: #fbf5f3;
    }

    .more-btn {
        align-self: flex-end;
        margin-top: 5px;
        padding: 12px;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 30px;
        background-color: #e28413;
        color: #061729;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        font-size: 14px;
        transition: background-color 0.3s ease;
        letter-spacing: 1px;
    }

    .more-btn:hover {
        background-color: #fbf5f3;
        color: #e28413;
    }

    .arrow {
        margin-left: 20px;
    }

    /* ===== Notice Section ===== */

    .notice-section {
        padding: 60px 20px;
        text-align: center;
        position: relative;
        background-color: #fbf5f3;
    }

    .notice-section h2 {
        margin-bottom: 40px;
        font-size: 32px;
        font-weight: bold;
        color: #061729;
    }

    /* Slider wrapper */
    .notice-slider {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        overflow: visible;
        padding: 0 60px; 
    }

    .notice-slider .notice-item {
       box-sizing: border-box;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 0 15px;
        min-height: 450px;
    }

    .notice-slider .notice-item img {
        width: 310px;
        height: 270px;
        object-fit: cover;
        border-radius: 6px;
        margin: 0 auto 10px;
    }

    .notice-item .date {
        font-weight: bold;
        font-size: 16px;
        color: #061729;
        text-align: left;
        padding-left: 10px;
    }

    .notice-item h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 6px 0;
        color: #061729;
        text-align: left;
        padding-left: 10px;
    }

    .notice-item .text {
        font-size: 14px;
        line-height: 1.2;
        padding: 0 8px 10px;
        max-width: 270px;
        color: #061729;
        text-align: left;
    }

    .notice-item:hover {
        transform: scale(1.1);
        transition: 0.3s ease;
    }


    /* ===== Arrows ===== */
    .slick-prev:before, 
    .slick-next:before {
      color: #061729 !important;
    }
  

    /* Arrow positioning */
    .slick-prev {
    left: 50px !important; 
    }
    .slick-next {
    right: 50px !important;
    }

    /* ===== Pagination Dots ===== */

    /* Ensure slick-dots sits in a block-level context */
    .slick-slider {
    position: relative;
    }

    /* Center dots globally under the slider */
    .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
     }

  /* ===== Contact CTA ===== */

    .contact-cta-wrapper {
        padding: 0 0;
        display: flex;
        justify-content: center;
    }

    .contact-cta-box {
        background-color: #061729;
        width: 100%;
        max-width: 600px;
        border-radius: 6px;
        padding: 40px 30px;
        text-align: center;
        color: #fbf5f3;
        display: flex;
        flex-direction: column; /* Stack items vertically */
        align-items: center;
    }

    .contact-cta-box .left,
    .contact-cta-box .right {
        margin-bottom: 20px;
    }

    .contact-cta-box .left::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fbf5f3; /* blue divider color */
        margin: 20px 0;
    }

    .cta-label {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .cta-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .cta-phone img {
        width: 36px;
        height: 36px;
    }

    .cta-number {
        font-size: 36px;
        font-weight: normal;
        color: #ffffff;
    }

    .cta-button {
        background-color: #e28413;
        color: #061729;
        padding: 10px 20px;
        border-radius: 4px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        margin-top: 10px;
    }

    .cta-button:hover {
        background-color: #fbf5f3;
        color: #e28413;
    }

 
    /* ===== Reservation Form Section ===== */

    .reservation-form {
        padding: 30px 20px;
        background-color: #fbf5f3;
    }

    .reservation-form h2.reservation-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
        color: #333;
    }

    .reservation-form form {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .form-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .form-group label {
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px;
        font-size: 18px;
        font-weight: bold; 
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        box-sizing: border-box;
    }


    .form-group textarea {
        resize: vertical;
        min-height: 100px;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
        font-size: 18px;
        font-weight: bold;
        color: #bbb;
    }

    .datetime-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }


    .form-group.center {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        align-items: center;
    }

    .review-btn {
        background-color: #e28413;
        color: #061729;
        font-size: 16px;
        padding: 12px 24px;
        border: none;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 100%;
        max-width: 250px;
        text-align: center;
    }

    .review-btn:hover {
        background-color: #fbf5f3;
        color: #e28413;
        border: 2px solid #061729; 
        border-radius: 6px;
        transition: background-color 0.3s ease;
    }

         /* === Follow Us Section === */

 
    .social-follow {
        text-align: center;
        padding: 40px 20px;
        background-color: #fbf5f3;
    }

    .social-follow h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .social-icons a img {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        transition: transform 0.3s ease;
    }

    .social-icons a img:hover {
        transform: scale(1.1);
    }

    /* === Footer Bottom Section === */
    .footer-bottom {
        background-color: #061729;
        color: #fff;
        padding: 30px 20px;
        text-align: center;
    }

    .footer-menu {
        display: none;
    }
       
    footer p {
        padding-top: 10px;
        font-size: 16px;
        font-weight: normal;
    }
    
}
