@media(max-width:991px) {

     .menu-toggle{
        display:block;
    }

    .btn-app{
        display:none;
    }

    .nav-bar{
        position:fixed;
        top:0;
        right:-100%;
        width:320px;
        height:100vh;
        background:#000;
        padding:100px 25px 30px;
        transition:.4s ease;
        overflow-y:auto;
        z-index:999;
    }

    .nav-bar.active{
        right:0;
    }

    .nav-bar ul{
        flex-direction:column;
        gap:0;
        padding:0;
    }

    .nav-bar ul li{
        width:100%;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    .nav-bar ul li a{
        display:flex;
        align-items:center;
        width:100%;
    }
    .footer-text{
        display: none;
    }
    .footer-btn{
        display: none;
    }
.mega-column h5 {
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
    .mega-menu{
        position:static;
        width:100%;
        transform:none;
        display:none;
        background:#fff;
        border:none;
        border-radius:12px;
        margin-top:10px;
        padding:15px;
        grid-template-columns:1fr;
    }

    .dropdown-menu-custom.active .mega-menu{
        display:grid;
    }

    .mega-image{
        display:none;
    }

    .mega-column a{
        font-size:16px;
        margin-bottom:12px;
    }

    .mega-footer{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .story-content {
        width: 100%;
        padding: 40px;
    }

    .story-image {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 30px;
    }

    .story-content h2 {
        font-size: 36px;
    }

    .atelier-story-section::before {
        font-size: 80px;
    }

    .logo img {
        max-width: 80%;
    }

    .nav-bar ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .nav-bar ul li {
        width: 100%;
    }

    .nav-bar ul li a {
        font-size: 18px;
        color: #000;
    }

    .dropdown-menu-custom {
        width: 100%;
    }

    .sub-mg {
        margin-top: 0px;
    }

    .sub-menu {
        position: relative;
        width: 100%;
        top: 10px;
        left: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 10px 0 0;
        display: none;
        background: transparent;
    }

    .dropdown-menu-custom.active .sub-menu {
        display: block;
    }

    .sub-menu li a {
        padding: 10px 15px;
        font-size: 15px;
    }

    .sub-img {
        display: none;
    }

    .banner-content {
        padding: 0 25px;
        align-items: center;
        text-align: center;
    }

    .banner-content h1 {
        font-size: 54px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .about-section {
        padding: 90px 0;
    }

    .about-image img {
        height: 500px;
    }

    .about-content {
        padding-left: 0;
        text-align: center;
    }

    .about-content h2 {
        font-size: 42px;
    }

    .point-item {
        justify-content: center;
        text-align: left;
    }

    .speciality-section {
        padding: 90px 0;
    }

    .speciality-title h2 {
        font-size: 42px;
    }

    .speciality-card {
        height: 500px;
    }

    .atelier-section {
        padding: 90px 0;
    }

    .atelier-title h2 {
        font-size: 42px;
    }

    .testimonial-section {
        padding: 90px 0;
    }

    .testimonial-title h2 {
        font-size: 42px;
    }

    .international-section {
        padding: 90px 0;
    }

    .international-card h2,
    .pricing-card h2 {
        font-size: 40px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-header h2 {
        font-size: 34px;
    }

    .consultation-box,
    .faq-box {
        padding: 30px;
    }

    .sub-mg-1 {
        margin-top: 0px;
    }

    .about-top h2 {
        font-size: 42px;
    }

    .about-showcase {
        grid-template-columns: 1fr;
    }

    .process-section {
        grid-template-columns: 1fr;
    }

    .appointment-banner {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .about-image img {
        height: auto;
    }

    .section-title {
        font-size: 36px;
    }

    .contact-info-box,
    .contact-form-box {
        padding: 35px;
    }

    .section-title {
        font-size: 38px;
    }

    .consultation-box,
    .booking-form,
    .international-box {
        padding: 30px;
    }
        /* .mega-menu {
        width: 100%;
        left: 50%;
        overflow-y: auto;
    }

    .mega-image img{
        display: none;
    }

    .mega-column{
        border-bottom:1px solid rgba(255,255,255,.08);
        padding-bottom:20px;
    }

    .mega-column:last-child{
        border-bottom:none;
    }

    .mega-column h5{
        margin-bottom:15px;
    }

    .mega-column a{
        font-size:18px;
        margin-bottom:15px;
    }

    .mega-footer{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
        text-align:left;
    }

    .footer-text{
        align-items:flex-start;
    }

    .footer-btn{
        display:inline-block;
    } */


    .content-box,
    .shipping-box,
    .ddp-box {
        padding: 30px;
    }

    .price {
        text-align: left;
        margin-top: 10px;
    }

    .pricing-cta {
        padding: 35px;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .hero-content h1 {
        font-size: 46px;
    }

    .hero-img img {
        height: 500px;
    }

    .section-title {
        font-size: 40px;
    }

    .story-box h2 {
        font-size: 36px;
    }

    .cta-box {
        padding: 40px 25px;
    }


}

@media(max-width:767px) {

    .banner-content h1 {
        font-size: 40px;
    }

    .logo img {
        max-width: 80%;
    }

    .sub-mg-1 {
        margin-top: 0px;
    }

    .sub-mg {
        margin-top: 0px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .banner-btns {
        flex-direction: column;
        width: 100%;
    }

    .banner-btn,
    .banner-btn-outline {
        width: 100%;
    }

    .appointment-note {
        font-size: 13px;
        line-height: 1.6;
    }

    .about-image img {
        height: 400px;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-content p {
        font-size: 15px;
    }

    .about-floating-card {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 20px;
    }

    .about-floating-card h4 {
        font-size: 22px;
    }

    .speciality-title h2 {
        font-size: 32px;
    }

    .speciality-title p {
        font-size: 15px;
    }

    .speciality-card {
        height: 430px;
    }

    .speciality-content {
        padding: 25px;
    }

    .speciality-content span {
        font-size: 24px;
    }

    .atelier-card {
        padding: 35px 25px;
    }

    .atelier-title h2 {
        font-size: 32px;
    }

    .card-heading h3 {
        font-size: 28px;
    }

    .atelier-box,
    .process-item {
        gap: 15px;
    }

    .atelier-icon,
    .step-number {
        min-width: 50px;
        height: 50px;
        font-size: 15px;
    }

    .atelier-text h4,
    .process-text h4 {
        font-size: 20px;
    }

    .atelier-text p,
    .process-text p {
        font-size: 15px;
    }

    .testimonial-title h2 {
        font-size: 32px;
    }

    .testimonial-card {
        padding: 30px 25px;
    }

    .testimonial-card p {
        font-size: 15px;
    }

    .quote-icon {
        width: 60px;
        height: 60px;
    }

    .quote-icon i {
        font-size: 22px;
    }

    .international-card,
    .pricing-card {
        padding: 35px 25px;
    }

    .international-card h2,
    .pricing-card h2 {
        font-size: 30px;
    }

    .info-box {
        gap: 15px;
    }

    .info-icon {
        min-width: 50px;
        height: 50px;
    }

    .info-text h4 {
        font-size: 20px;
    }

    .price-item {
        flex-direction: column;
        gap: 10px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        padding: 0 25px;
    }

    .hero-section,
    .hero-content {
        height: 80vh;
    }

    .hero-content h1 {
        font-size: 48px;
    }

  
    .about-top h2 {
        font-size: 42px;
    }

    .about-showcase {
        grid-template-columns: 1fr;
    }

    .process-section {
        grid-template-columns: 1fr;
    }

    .appointment-banner {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .about-image img {
        height: auto;
    }
      .hero-content p {
        font-size: 16px;
        padding-right: 14px;
    }
    .hero-img{
        margin-top: 20px;
    }
.aboutme-top h2 {
    color: #000;
    font-size: 33px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 700;
}   
.aboutme-showcase{
    display: block;
}
  .hero-content p {
        font-size: 16px;
        padding-right: 14px;
    }
    .hero-img{
        margin-top: 20px;
    }
.aboutme-top h2 {
    color: #000;
    font-size: 33px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 700;
}   
.aboutme-showcase{
    display: block;
}
.aboutme-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 71px;
}
.process-box{
    padding: 0px 35px;
}
.appointment-banner h3 {
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
}
}

 @media(max-width:991px) {

    .menu-toggle {
        display: block;
    }

    .btn-app {
        display: none;
    }

    .nav-bar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: #fff;
        padding: 120px 30px;
        transition: 0.5s;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
        overflow-y: auto;
    }

    .nav-bar.active {
        right: 0;
    }

    .nav-bar ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .nav-bar ul li {
        width: 100%;
    }

    .nav-bar ul li a {
        font-size: 18px;
        color: #000;
    }

    .dropdown-menu-custom {
        width: 100%;
    }

    .sub-mg {
        margin-top: 0px;
    }

    .sub-menu {
        position: relative;
        width: 100%;
        top: 10px;
        left: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 10px 0 0;
        display: none;
        background: transparent;
    }

    .dropdown-menu-custom.active .sub-menu {
        display: block;
    }

    .sub-menu li a {
        padding: 10px 15px;
        font-size: 15px;
    }

    .sub-img {
        display: none;
    }

    .banner-content {
        padding: 0 25px;
        align-items: center;
        text-align: center;
    }

    .banner-content h1 {
        font-size: 54px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .about-section {
        padding: 90px 0;
    }

    .about-image img {
        height: 500px;
    }

    .about-content {
        padding-left: 0;
        text-align: center;
    }

    .about-content h2 {
        font-size: 42px;
    }

    .point-item {
        justify-content: center;
        text-align: left;
    }

    .speciality-section {
        padding: 90px 0;
    }

    .speciality-title h2 {
        font-size: 42px;
    }

    .speciality-card {
        height: 500px;
    }

    .atelier-section {
        padding: 90px 0;
    }

    .atelier-title h2 {
        font-size: 42px;
    }

    .testimonial-section {
        padding: 90px 0;
    }

    .testimonial-title h2 {
        font-size: 42px;
    }

    .international-section {
        padding: 90px 0;
    }

    .international-card h2,
    .pricing-card h2 {
        font-size: 40px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-header h2 {
        font-size: 34px;
    }

    .consultation-box,
    .faq-box {
        padding: 30px;
    }

    .sub-mg-1 {
        margin-top: 0px;
    }

    .about-top h2 {
        font-size: 42px;
    }

    .about-showcase {
        grid-template-columns: 1fr;
    }

    .process-section {
        grid-template-columns: 1fr;
    }

    .appointment-banner {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .about-image img {
        height: auto;
    }

    .section-title {
        font-size: 36px;
    }

    .contact-info-box,
    .contact-form-box {
        padding: 35px;
    }

    .section-title {
        font-size: 38px;
    }

    .consultation-box,
    .booking-form,
    .international-box {
        padding: 30px;
    }

    .section-title {
        font-size: 38px;
    }

    .content-box,
    .shipping-box,
    .ddp-box {
        padding: 30px;
    }

    .price {
        text-align: left;
        margin-top: 10px;
    }

    .pricing-cta {
        padding: 35px;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .hero-content h1 {
        font-size: 46px;
    }

    .hero-img img {
        height: 500px;
    }

    .section-title {
        font-size: 40px;
    }

    .story-box h2 {
        font-size: 36px;
    }

    .cta-box {
        padding: 40px 25px;
    }


}

@media(max-width:767px) {

    .banner-content h1 {
        font-size: 40px;
    }

    .sub-mg-1 {
        margin-top: 0px;
    }

    .sub-mg {
        margin-top: 0px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .banner-btns {
        flex-direction: column;
        width: 100%;
    }

    .banner-btn,
    .banner-btn-outline {
        width: 100%;
    }

    .appointment-note {
        font-size: 13px;
        line-height: 1.6;
    }

    .about-image img {
        height: 400px;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-content p {
        font-size: 15px;
    }

    .about-floating-card {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 20px;
    }

    .about-floating-card h4 {
        font-size: 22px;
    }

    .speciality-title h2 {
        font-size: 32px;
    }

    .speciality-title p {
        font-size: 15px;
    }

    .speciality-card {
        height: 430px;
    }

    .speciality-content {
        padding: 25px;
    }

    .speciality-content span {
        font-size: 24px;
    }

    .atelier-card {
        padding: 35px 25px;
    }

    .atelier-title h2 {
        font-size: 32px;
    }

    .card-heading h3 {
        font-size: 28px;
    }

    .atelier-box,
    .process-item {
        gap: 15px;
    }

    .atelier-icon,
    .step-number {
        min-width: 50px;
        height: 50px;
        font-size: 15px;
    }

    .atelier-text h4,
    .process-text h4 {
        font-size: 20px;
    }

    .atelier-text p,
    .process-text p {
        font-size: 15px;
    }

    .testimonial-title h2 {
        font-size: 32px;
    }

    .testimonial-card {
        padding: 30px 25px;
    }

    .testimonial-card p {
        font-size: 15px;
    }

    .quote-icon {
        width: 60px;
        height: 60px;
    }

    .quote-icon i {
        font-size: 22px;
    }

    .international-card,
    .pricing-card {
        padding: 35px 25px;
    }

    .international-card h2,
    .pricing-card h2 {
        font-size: 30px;
    }

    .info-box {
        gap: 15px;
    }

    .info-icon {
        min-width: 50px;
        height: 50px;
    }

    .info-text h4 {
        font-size: 20px;
    }

    .price-item {
        flex-direction: column;
        gap: 10px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-section,
    .hero-content {
        height: 80vh;
    }
    .hero-image{
            height: 82vh;

    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .about-top h2 {
        font-size: 42px;
    }

    .about-showcase {
        grid-template-columns: 1fr;
    }

    .process-section {
        grid-template-columns: 1fr;
    }

    .appointment-banner {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .about-image img {
        height: auto;
    }

} 