@media(min-width:992px) {

    .offcanvas-lg {
        position: static;
        transform: none !important;
        visibility: visible !important;
        background: transparent;
        border: 0;
        width: auto;
        height: auto;
    }

    .offcanvas-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
    }

    .menu-toggle {
        pointer-events: none;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 240px;
        background: #fff;
        padding-left: 0;
        list-style: none;
        border-radius: 12px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: .3s ease;
        z-index: 999;
    }

    .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .sub-menu li a {
        display: block;
        padding: 12px 22px;
        color: #333;
        text-decoration: none;
        transition: .3s;
    }

    .sub-menu li a:hover {
        color: var(--primary-color);
        margin-left: 10px;
    }

    .menu-item-has-children {
        display: flex;
    }

}

@media (max-width:991.98px) {
    .offcanvas {
        width: 320px;
        border: 0;
    }

    .offcanvas-header {
        padding: 20px;
        border-bottom: 1px solid #eee;
    }

    .offcanvas-body {
        padding: 0 24px;
        display: flex;
        flex-direction: column;
    }

    .offcanvas .navbar-nav {
        gap: 0;
        margin-bottom: 30px;
    }

    .offcanvas .nav-item {
        border-bottom: 1px solid #f2f2f2;
    }

    .offcanvas ul li {
        padding: 15px 0 !important;
        font-size: 16px;
    }

    .offcanvas .nav-link::after {
        display: none;
    }

    .custom-navbar {
        padding: 10px 0;
    }

    .navbar-collapse {
        margin-top: 15px;
        padding: 20px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    }

    .navbar-nav {
        gap: 5px;
    }

    .header-btn {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 15px;
    }

    .navbar-nav>li {
        border-bottom: 1px solid #eee;
    }

    .navbar-nav>li>a {
        display: inline-block;
        width: calc(100% - 40px);
        padding: 14px 0;
    }

    .menu-toggle {
        position: absolute;
        right: 0;
        top: 10px;
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }

    .menu-toggle:hover {
        background: #f5f5f5;
    }

    .sub-menu {
        display: none;
        list-style: none;
        padding-left: 18px;
        margin-bottom: 10px;
    }

    .sub-menu.show {
        display: block;
    }

    .sub-menu li a {
        display: block;
        padding: 10px 0;
        color: #555;
        text-decoration: none;
    }

    .hero-content {
        text-align: center;
    }

    .hero-content h2 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 16px;
        margin: 0 auto 35px;
    }

    .hero-btn {
        justify-content: center;
    }

    .hero-card {
        margin: 50px auto 0;
    }

    .hero-carousel .owl-nav {
        display: none;
    }

    .section-content {
        padding-left: 0;
    }

    .who-content {
        padding-left: 0;
    }

    .about-image img {
        height: 100%;
        margin-bottom: 25px;

    }

    .consult-note {
        margin-bottom: 20px;
    }

    .advantage-card {
        padding: 35px;
    }

    .advantage-card .number {
        font-size: 85px;
    }

    .advantage-card h3 {
        font-size: 26px;
        max-width: 100%;
    }

    .advantage-card p {
        max-width: 100%;
    }

    .who-we-sec,
    .about-sec,
    .service-system-sec,
    .service-system-sec,
    .advantage-sec,
    .featured-events-sec,
    .testimonial-sec,
    .consultation-sec {
        padding: 30px 0;
    }

    .title-wrapper {
        margin-bottom: 30px;
    }

    .feature-card {
        padding: 16px;
    }

    .feature-card h5 {
        font-size: 16px;
    }

    .feature-card i {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .footer-bottom {
        margin-top: 10px;
    }

    .featured-events-sec .title-wrapper {
        margin: 0 auto 30px;
    }

    .consultation-form {
        padding: 20px;
    }

    .contact-details-sec {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .case-study-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .gift-box {
        margin-top: 20px;
    }

    .gifting-header h3 {
        font-size: 28px;
    }

    .service-image {
        margin-bottom: 30px;
    }

    .service-image img {
        height: 420px;
    }

    .service-content h3 {
        font-size: 29px;
    }

    .service-content .lead-quote {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .title-wrapper .main-title {
        font-size: 28px;
    }

    .service-list {
        column-count: 1;
    }

    .service-card h4 {
        font-size: 20px;
    }

    .leader-card {
        flex-direction: column;
    }

    .leader-content {
        text-align: center;
    }

    .leader-content ul {
        justify-content: center;
    }

    .page-title {
        font-size: 40px;
        font-weight: 600;
    }

    .gift-box {
        padding: 26px;
    }

    .gift-box-icon {
        width: 46px;
        height: 46px;
        font-size: 17px;
    }

    .gift-box h5 {
        font-size: 19px;
    }

    .gifting-header h3 {
        font-size: 23px;
    }

    .gifting-header p {
        font-size: 15px;
    }

    .aurafest-service-sec {
        padding: 60px 0;
    }

    .service-image img {
        height: 260px;
    }

    .image-tag {
        top: 16px;
        left: 16px;
        padding: 7px 14px;
        font-size: 11px;
    }

    .service-content h3 {
        font-size: 24px;
    }

    .service-content h5 {
        font-size: 18px;
    }

    .service-content p {
        font-size: 15px;
    }

    .service-content .lead-quote {
        font-size: 16.5px;
        padding-left: 16px;
    }

    .service-list li {
        font-size: 14px;
        padding: 9px 0 9px 18px;
    }

    .aurafest-service-sec .row {
        margin-bottom: 55px;
    }

    .advantage-card {
        padding: 30px;
    }

    .advantage-card .number {
        font-size: 70px;
        right: 20px;
        top: 20px;
    }

    .advantage-card h3 {
        font-size: 24px;
    }

    .case-result-box blockquote {
        font-size: 18px;
    }
}

@media (max-width:576px) {
    .hero-content h2 {
        font-size: 34px;
    }

    .hero-card {
        padding: 28px;
    }

    .hero-card h3 {
        font-size: 24px;
    }

    .btn-main,
    .btn-outline-white {
        width: 100%;
        justify-content: center;
    }

    .experience-box h2 {
        font-size: 34px;
    }

    .experience-box p {
        font-size: 14px;
    }

    .experience-box {
        right: 0;
        bottom: 0;
        width: auto;
    }

    .case-study-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

}
