@media only screen and (max-width: 320px) {

     .topbar-login,
     .topbar-logout,
     .topbar-register {
          font-size: 13px !important;
     }

     .topbar-track-order {
          font-size: 13px !important;
     }

     .topbar-phone {
          display: none !important;
     }

     .header-wishlist-btn {
          height: 25px;
          font-size: 12px;
     }

     .header-cart-btn {
          height: 25px;
          font-size: 12px;
     }

     .header-category-btn {
          height: 25px;
          font-size: 12px;
     }

     .topbar-email {}

     .topbar__list-wrapper {
          display: none;
     }

     .header-six-area {
          top: 28px;
          padding: 5px 0;
     }

     .banner-six-area {
          padding: 85px 10px 0;
     }

     .banner-six-slide-wrapper {
          position: relative !important;
          height: 320px !important;
          /* Fixed desktop height to ensure alignment */
          overflow: hidden !important;
     }

     .banner-six-slide-bg {
          height: 320px;
          border-radius: 10px;
     }

     .banner-six-slide-bg::after {
          border-radius: 10px;
     }

     .banner-six-slide-dot {
          bottom: 80px !important;
     }

     .banner-six-content {
          position: absolute !important;
          top: 70% !important;
          left: 10% !important;
          transform: translateY(-50%) !important;
          z-index: 10 !important;
          max-width: 80%;
          width: 100% !important;
          padding: 0 !important;
          text-align: center !important;
     }

     .banner-six-card {
          background: rgba(0, 0, 0, 0.25) !important;
          backdrop-filter: blur(12px) !important;
          -webkit-backdrop-filter: blur(12px) !important;
          padding: 14px 17px 20px;
          border-radius: 12px;
          border: none;
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
     }

     .banner-six-title {
          font-size: 18px;
          line-height: 25px;
          color: #ffff;
          margin-bottom: 15px;
          font-weight: 700;
     }

     .banner-six-subtitle {
          background: var(--qbit-purple);
          color: #fff;
          padding: 5px 16px;
          border-radius: 4px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-family: var(--caveat);
          font-weight: 500;
          font-size: 12px;
          line-height: 13px;
          margin-bottom: 8px;
          display: none;
     }
}

@media only screen and (max-width: 375px) {

     .topbar-login,
     .topbar-logout,
     .topbar-register {
          font-size: 13px !important;
     }

     .topbar-track-order {
          font-size: 13px !important;
     }

     .topbar-phone {
          display: none !important;
     }

     .header-wishlist-btn {
          height: 25px;
          font-size: 12px;
     }

     .header-cart-btn {
          height: 25px;
          font-size: 12px;
     }

     .header-category-btn {
          height: 25px;
          font-size: 12px;
     }

     .topbar-email {}

     .topbar__list-wrapper {
          display: none;
     }

     .header-six-area {
          top: 28px;
          padding: 5px 0;
     }

     .banner-six-area {
          padding: 85px 10px 0;
     }

     .banner-six-slide-wrapper {
          position: relative !important;
          height: 320px !important;
          /* Fixed desktop height to ensure alignment */
          overflow: hidden !important;
     }

     .banner-six-slide-bg {
          height: 320px;
          border-radius: 10px;
     }

     .banner-six-slide-bg::after {
          border-radius: 10px;
     }

     .banner-six-slide-dot {
          bottom: 80px !important;
     }

     .banner-six-content {
          position: absolute !important;
          top: 70% !important;
          left: 10% !important;
          transform: translateY(-50%) !important;
          z-index: 10 !important;
          max-width: 80%;
          width: 100% !important;
          padding: 0 !important;
          text-align: center !important;
     }

     .banner-six-card {
          background: rgba(0, 0, 0, 0.25) !important;
          backdrop-filter: blur(12px) !important;
          -webkit-backdrop-filter: blur(12px) !important;
          padding: 14px 17px 20px;
          border-radius: 12px;
          border: none;
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
     }

     .banner-six-title {
          font-size: 18px;
          line-height: 25px;
          color: #ffff;
          margin-bottom: 15px;
          font-weight: 700;
     }

     .banner-six-subtitle {
          background: var(--qbit-purple);
          color: #fff;
          padding: 5px 16px;
          border-radius: 4px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-family: var(--caveat);
          font-weight: 500;
          font-size: 12px;
          line-height: 13px;
          margin-bottom: 8px;
          display: none;
     }
}

@media only screen and (max-width: 425px) {}

@media (min-width: 376px) and (max-width: 450px) {

     .topbar-login {
          font-size: 13px !important;
     }

     .topbar-logout {
          font-size: 13px !important;
     }

     .topbar-register {
          font-size: 13px !important;
     }

     .topbar-track-order {
          font-size: 13px !important;
     }

     .topbar__list-wrapper {
          display: none;
     }

     .topbar-email {}

     .topbar-phone {
          display: none !important;
     }

     .header-wishlist-btn {
          height: 22px;
          font-size: 12px;
     }

     .header-cart-btn {
          height: 22px;
          font-size: 12px;
     }

     .header-category-btn {
          height: 22px;
          font-size: 12px;
     }


     .header-six-area {
          top: 28px;
          padding: 0px 0;
     }

     .banner-six-area {
          padding: 75px 10px 0;
     }

     .banner-six-slide-wrapper {
          position: relative !important;
          height: 320px !important;
          /* Fixed desktop height to ensure alignment */
          overflow: hidden !important;
     }

     .banner-six-slide-bg {
          height: 320px;
          border-radius: 10px;
     }

     .banner-six-slide-bg::after {
          border-radius: 10px;
     }

     .banner-six-slide-dot {
          bottom: 80px !important;
     }

     .banner-six-content {
          position: absolute !important;
          top: 70% !important;
          left: 10% !important;
          transform: translateY(-50%) !important;
          z-index: 10 !important;
          max-width: 80%;
          width: 100% !important;
          padding: 0 !important;
          text-align: center !important;
     }

     .banner-six-card {
          background: rgba(0, 0, 0, 0.25) !important;
          backdrop-filter: blur(12px) !important;
          -webkit-backdrop-filter: blur(12px) !important;
          padding: 14px 17px 20px;
          border-radius: 12px;
          border: none;
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
     }

     .banner-six-title {
          font-size: 18px;
          line-height: 25px;
          color: #ffff;
          margin-bottom: 15px;
          font-weight: 700;
     }

     .banner-six-subtitle {
          background: var(--qbit-purple);
          color: #fff;
          padding: 5px 16px;
          border-radius: 4px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-family: var(--caveat);
          font-weight: 500;
          font-size: 12px;
          line-height: 13px;
          margin-bottom: 8px;
          display: none;
     }


     /* Product Card Responsive CSS */
     .theme2-offer-badge {
          font-size: 10px !important;
          padding: 4px 7px 4px 12px !important;
          line-height: 10px;
          font-weight: 700;
          border-radius: 10px 5px 5px 5px;
     }
}

/* Category Section */
@media (min-width: 376px) and (max-width: 450px) {
     .category-section {
          padding: 50px 0;
     }

     .category-section .title-animation {
          font-size: 22px;
          text-align: center;
          margin-bottom: 20px;
          line-height: 35px;
     }

     .category-section .sub-title-main {
          text-align: center;
          display: flex;
          justify-content: center;
          font-size: 13px;
          line-height: 15px;
     }

     .ministrie-eight-wrapper {
          width: 195px !important;
          margin-right: 15px !important;
     }

     .ministrie-eight-dot .swiper-pagination-bullet {
          opacity: 1;
          background: var(--white);
          width: 5px;
          height: 5px;
          position: relative;
          z-index: 1;
     }

     .ministrie-eight-dot {
          background: var(--qbit-primary-80);
          padding: 6px 6px;
          width: fit-content !important;
          border-radius: 25px;
          margin: 25px auto 0;
     }
}

/* Homepage Ads Section */
@media (min-width: 376px) and (max-width: 450px) {
     .homepage-ads-section {
          padding: 50px 0;
     }

     .homepage-ads-section .create-btn-info {
          height: 33px;
          padding: 0 40px;
          font-size: 14px;
          text-transform: uppercase;
     }

     .homepage-ads-section .title-animation {
          font-size: 25px;
          text-align: center;
          margin-bottom: 20px;
          line-height: 40px;
     }

     .homepage-ads-section .sub-title-main {
          text-align: center;
          display: flex;
          justify-content: center;
          font-size: 13px;
          line-height: 15px;
          color: var(--qbit-white);
     }

     .timer-box {
          backdrop-filter: blur(5px);
          width: 80px;
          height: 60px;
          border: 1px solid var(--qbit-white);
          text-align: center;
          border-radius: 10px;
          padding: 8px;
     }

     .timer-box p.criteria {
          font-size: 14px;
          line-height: 14px;
          font-weight: 400;
          color: var(--qbit-white);
          padding: 0;
          margin: 0;
          text-align: center;
          margin-top: 7px;
     }

     .timer-box span.value {
          font-size: 20px;
          line-height: 20px;
          font-weight: 700;
          color: var(--qbit-primary-80);
          padding: 0;
          margin: 0;
     }
}

/* All Product Card */
@media (min-width: 376px) and (max-width: 450px) {
     .new-arrival-section {
          padding: 50px 0;
     }

     .browse-by-category-section .title-animation {
          font-size: 22px;
          text-align: center;
     }

     .browse-by-category-section .sub-title-main {
          text-align: center;
          display: flex;
          justify-content: center;
          font-size: 13px;
          line-height: 15px;
     }

     .property-single-boxarea .property-single-content h4 {
          font-size: 13px;
          margin-bottom: 0;
     }

     .property-single-content {
          padding: 5px 10px;
     }

     .property-details ul li {
          font-size: 13px;
          font-weight: 600;
          line-height: 19px;
     }

     .property-details ul li {
          font-size: 13px;
          color: var(--qbit-teal) !important;
          line-height: 13px;
     }

     .property-details ul li del {
          font-size: 12px !important;
          margin-right: 2px !important;
          font-weight: 500;
          color: var(--qbit-danger-90);
     }

     .property-details {
          padding: 7px 12px;
          background: var(--bs-white);
          margin: 0 5px 5px;
          border-radius: 6px;
          border-top: 3px solid var(--qbit-info);
     }

     .property-single-boxarea {
          position: relative;
          z-index: 1;
          overflow: hidden;
          border-radius: 8px;
          background: var(--bg-2, #F1F2F3);
          padding: 16px;
          margin-bottom: 0;
          transition: all 0.4s;
          opacity: 1 !important;
     }

     .common-banner {
          padding: 50px 0 35px !important;
          margin-top: 75px !important;
          display: none;
     }

     .product-details {
          margin-top: 95px;
     }

     .product-details-slider-single {
          height: 100% !important;
     }

     .product-details .sm-gallery {
          display: none;
     }

     .product-details .product-details-slider-gallery {
          display: none;
     }

     .product-meta .title-animation {
          font-size: 22px;
          text-align: left;
          line-height: 32px;
          margin-bottom: 10px;
          margin-top: 10px;
     }

     .product-details .product-details__content .sku p {
          margin-bottom: 0px;
     }

     .quick-overview-title {
          font-size: 22px;
          text-align: left;
          line-height: 22px;
          font-weight: 600;
     }

     .lens-choose-btn {
          width: 75% !important;
     }

     .btn-area1 .action-btn-primary {
          padding: 5px !important;
          font-size: 13px !important;
          height: 25px !important;
          font-weight: 500 !important;
     }

     .btn-area1 .create-btn-primary i {
          padding: 5px !important;
          font-size: 13px !important;
          height: 25px !important;
          font-weight: 500 !important;
     }

     .product-actions {
          display: flex !important;
          gap: 10px !important;
          align-items: center !important;
          justify-content: space-between !important;
          width: 100% !important;
     }

     .product-actions .action-btn-info i {
          display: none !important;
     }

     .product-actions .action-btn-info {
          padding: 5px 5px !important;
          font-size: 13px !important;
          height: 25px !important;
          line-height: 13px !important;
          text-align: center !important;
          display: flex !important;
          align-items: center !important;
          width: 34% !important;
     }

     .product-actions .action-btn-warning i {
          display: none !important;
     }

     .product-actions .action-btn-warning {
          padding: 5px 5px !important;
          font-size: 13px !important;
          height: 25px !important;
          line-height: 13px !important;
          text-align: center !important;
          display: flex !important;
          align-items: center !important;
          width: 34% !important;
     }

     .product-actions .action-btn-primary i {
          display: none !important;
     }

     .product-actions .action-btn-primary {
          padding: 5px 5px !important;
          font-size: 13px !important;
          height: 25px !important;
          line-height: 13px !important;
          text-align: center !important;
          display: flex !important;
          align-items: center !important;
          width: 26% !important;
     }
}

/* Related Products Section */
@media (min-width: 376px) and (max-width: 450px) {
     .related-product-section {
          padding: 50px 0;
     }

     .related-product-section .container-fluid {
          width: 100% !important;
     }


     .related-product-section .title-animation {
          font-size: 22px;
          text-align: center;
          line-height: 32px;
          margin-bottom: 15px;
     }

     .related-product-section .sub-title-main {
          text-align: center;
          display: flex;
          justify-content: center;
          font-size: 13px;
          line-height: 15px;
     }

     .related-product-section .ministrie-eight-dot .swiper-pagination-bullet {
          opacity: 1;
          background: var(--white);
          width: 5px;
          height: 5px;
          position: relative;
          z-index: 1;
     }

     .ministrie-eight-dot {
          background: var(--qbit-primary-80);
          padding: 6px 6px;
          width: fit-content !important;
          border-radius: 25px;
          margin: 25px auto 0;
     }
}

/* Top Selling Section */
@media (min-width: 376px) and (max-width: 450px) {
     .top-selling-section {
          padding: 50px 0;
     }

     .top-selling-section .container-fluid {
          width: 100% !important;
     }


     .top-selling-section .title-animation {
          font-size: 22px;
          text-align: center;
          line-height: 32px;
          margin-bottom: 15px;
     }

     .top-selling-section .sub-title-main {
          text-align: center;
          display: flex;
          justify-content: center;
          font-size: 13px;
          line-height: 15px;
     }

     .top-selling-section .difference-two__tab-btns {
          display: flex;
          align-items: center;
          gap: 10px;
          justify-content: center;
          flex-wrap: wrap;
          padding: 0;
     }

     .top-selling-section .difference-two__tab-btn {
          font-size: 13px;
          font-weight: 500;
          text-align: center;
          padding: 5px 22px;
          border-radius: 50px 25px 50px 25px;
          color: var(--qbit-teal);
          line-height: 17px;
          background: rgba(29, 163, 226, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
          text-transform: uppercase;
     }

     .top-selling-section .difference-two__tab-btns .difference-two__tab-btn:hover {
          background-color: var(--qbit-info);
          color: var(--white);
     }

     .top-selling-section .difference-two__tab-btns .active {
          background-color: var(--qbit-info);
          color: var(--white);
     }

     .top-selling-section .title-and-btn {
          /* display: inline-block; */
          align-items: center;
          justify-content: center;
          gap: 10px;
     }

     .top-selling-section .create-btn-info {
          height: 30px;
          padding: 0 40px;
          font-size: 14px;
     }
}

/* New Arrival Section */
@media (min-width: 376px) and (max-width: 450px) {
     .blog {
          padding: 50px 0;
     }

     .new-arrival-section .title-animation {
          font-size: 25px;
          text-align: center;
          margin-bottom: 15px;
     }

     .new-arrival-section .sub-title-main {
          text-align: center;
          display: flex;
          justify-content: center;
          font-size: 13px;
          line-height: 15px;
     }
}

/* Footer Section */
@media (min-width: 376px) and (max-width: 450px) {
     .footer-eight-area {
          padding-top: 20px !important;
          margin: 10px;
          margin-top: 0;
          border-radius: 13px;
     }

     .footer-eight-top-icon span {
          width: 33px;
          height: 33px;
          line-height: 1;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          background: rgba(255, 255, 255, .30);
          color: var(--white);
          border-radius: 7px;
          font-size: 18px;
     }

     .footer-eight-top-info {
          justify-content: start !important;
          gap: 5px;
          display: flex;
          flex-direction: row !important;
     }

     .footer-eight-top-info-con p {
          color: var(--apece-primary);
          font-size: 13px;
          line-height: 15px;
          font-weight: 500;
          margin-bottom: 2px;
     }

     .footer-eight-top-info-con a {
          word-break: break-all;
          font-size: 14px;
          line-height: 17px;
     }

     .footer-six-area .footer-two__copyright-inner p {
          font-weight: 300 !important;
          margin-bottom: 0;
          text-align: center;
          font-size: 12px;
          line-height: 13px;
     }

     .footer-eight-top-wrap h4 {
          display: none;
     }

     .footer-eight-top {
          border-bottom: 1px solid var(--apece-primary);
          position: relative;
          padding-bottom: 10px;
          margin-bottom: 15px;
     }

     .footer-two .footer-two__widget p {
          color: var(--qbit-white-50);
          font-weight: 400;
          font-size: 14px;
          line-height: 23px;
          text-align: -webkit-center;
     }

     .footer-two .footer-two__widget h5 {
          font-weight: 600;
          color: var(--white);
          margin-top: -8px;
          font-size: 16px;
          line-height: 18px;
     }

     .footer-two__widget-content ul li a {
          font-size: 13px !important;
          line-height: 13px !important;
     }
}

/* Trusted Clients / Partners Section */
@media (min-width: 376px) and (max-width: 450px) {
     .client-partners .swiper-slide {
          width: 130px !important;
          margin-right: 12px !important;
     }

     .client-partners {
          width: 130px !important;
          margin-right: 12px !important;
     }

     .client-partners-section {
          padding: 40px 0 35px;
     }

     .client-partners-section .title-animation {
          font-size: 22px;
          text-align: center;
          margin-bottom: 15px;
          line-height: 20px;
     }

     .client-partners-section .sub-title-main {
          text-align: center;
          display: flex;
          justify-content: center;
          font-size: 13px;
          line-height: 15px;
     }
}

/* FAQ Section */
@media (min-width: 376px) and (max-width: 450px) {
     .blog .faqs-section {
          padding: 50px 0;
     }

     .faq-eight-right {
          margin-left: 0;
     }

     .faqs-section .title-animation {
          font-size: 22px;
          text-align: center;
          margin-bottom: 20px;
          line-height: 35px;
     }

     .faqs-section .sub-title-main {
          text-align: center;
          display: flex;
          justify-content: center;
          font-size: 13px;
          line-height: 15px;
     }

     .section-eight-paragraph {
          line-height: 25px;
          font-size: 15px;
          color: var(--bs-gray-600);
          margin: 0px 0 0;
          text-align: justify;
          font-weight: 400;
     }

     .faqs-btn {
          display: none !important;
     }

     .about-eight-team {
          display: none;
     }

     .faq-eight-accordion-button {
          font-weight: 600;
          font-size: 15px;
          color: var(--apece-title);
          border-radius: 7px;
          padding-top: 12px;
          padding-bottom: 12px;
          line-height: 12px;
     }

     .faq-eight-accordion-button {
          /* font-family: var(--kumbh); */
          font-weight: 600;
          font-size: 15px;
          color: var(--apece-title);
          border-radius: 7px;
          padding-top: 12px;
          padding-bottom: 12px;
          line-height: 12px;
     }

     .faq-eight-accordion-body {
          padding: 0px 20px 15px;
     }

     .faq-eight-accordion-body p {
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
          margin-bottom: 0;
          text-align: justify;
     }

     .faq-eight-accordion-button:not(.collapsed)::after {
          content: "-";
          transform: translateY(-50%);
          font-size: 26px;
          background-image: none;
          transition: 0.4s;
          background: var(--primary-eight);
          color: var(--white);
          width: 30px;
          height: 25px;
          border-radius: 7px;
          position: absolute;
          right: 10px;
          top: 48%;
          font-weight: 500;
     }
}

/* Browsw By Category Section */
@media (min-width: 376px) and (max-width: 450px) {
     .browse-by-category-section {
          padding: 50px 0;
     }

     .browse-by-category-section .title-animation {
          font-size: 22px;
          text-align: center;
          line-height: 32px;
          margin-bottom: 15px;
     }

     .browse-by-category-section .difference-two__tab-btns {
          display: flex;
          align-items: center;
          gap: 10px;
          justify-content: center;
          flex-wrap: wrap;
          padding: 0;
     }

     .browse-by-category-section .difference-two__tab-btn {
          font-size: 15px;
          font-weight: 500;
          text-align: center;
          padding: 5px 22px;
          border-radius: 50px 25px 50px 25px;
          color: var(--qbit-teal);
          line-height: 16px;
          background: rgba(29, 163, 226, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
     }

     .browse-by-category-section .difference-two__tab-btns .difference-two__tab-btn:hover {
          background-color: var(--qbit-info);
          color: var(--white);
     }

     .browse-by-category-section .difference-two__tab-btns .active {
          background-color: var(--qbit-info);
          color: var(--white);
     }

     .browse-by-category-section .sub-title-main {
          text-align: center;
          display: flex;
          justify-content: center;
          font-size: 13px;
          line-height: 15px;
     }
}

/* Shop Page Section */
@media (min-width: 376px) and (max-width: 450px) {
     .shop {
          padding: 50px 0;
     }

     .shop .container-fluid {
          width: 100% !important;
     }

     .shop .title-animation {
          font-size: 25px;
          text-align: center;
          margin-bottom: 15px;
     }

     .shop .sub-title-main {
          text-align: center;
          display: flex;
          justify-content: center;
          font-size: 13px;
          line-height: 15px;
     }

     .shop-intro__left {
          display: block !important;
          width: 100%;
     }

     .shop .shop__content-intro {
          padding: 15px 15px;
          border: 1px solid #ececec;
          border-radius: 10px;
          gap: 5px;
     }

     .shop-intro__left p {
          text-align: center;
          font-size: 14px;
     }

     .shop-intro__right {
          flex-wrap: wrap;
          gap: 10px;
          margin-top: 0;
          border-top: 1px solid var(--qbit-primary-50);
          padding-top: 10px;
     }

     .shop-intro__left form {
          background: var(--qbit-white);
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 5px 15px;
          border-radius: 8px;
          border: 1px solid var(--qbit-primary-30);
     }
}

@media (min-width: 1700px) and (max-width: 1920px) {}

@media (min-width: 1700px) and (max-width: 1800px) {
     .banner-six-area {
          padding: 105px 20px 0;
     }

     .banner-six-title {
          font-size: 35px !important;
          line-height: 45px !important;
          color: #ffff !important;
          margin-bottom: 25px !important;
          font-weight: 700 !important;
     }

     .banner-six-circle {
          margin-left: -160px;
     }

     .banner-six-circle {
          margin-left: -160px;
     }

     /* Home Six Differece Css  */
     .difference-six-bottom {
          right: 1%;
     }

     .differece-six-thumb img {
          max-width: 280px;
          height: 300px;
     }

     /*============ Home Six End  ============*/






     /*============ Home Seven Start  ============*/
     /* Home Seven Header Css  */
     .header-seven-area {
          padding: 0 0 0 40px;
     }

     .header-seven-navbar-space {
          margin-right: 50px !important;
     }

     .header-seven-btn {
          padding: 24px 39px;
     }

     /* Home Seven Bannar Css  */
     .banner-seven-title {
          font-size: 152px;
     }

     /*============ Home Seven End  ============*/





     /*============ Home Eight Start  ============*/
     /* Bannner Css */
     .banner-eight-title {
          font-size: 80px;
     }

     .banner-eight-wrap {
          padding: 26px 10px 26px 23px;
     }

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




     /*============ Home Eight End  ============*/


}

@media (min-width: 1600px) and (max-width: 1699px) {

     /*============ Home Six Start  ============*/
     /* Home Six Bannar Css  */
     .banner-six-area {
          padding: 105px 20px 0;
     }

     .banner-six-title {
          font-weight: 700;
          font-size: 80px;
          line-height: 1.11;
          color: var(--primary-six-title);
          margin-bottom: 0;
     }

     .banner-six-circle {
          margin-left: -160px;
     }

     /* Home Six Differece Css  */
     .difference-six-bottom {
          right: 1%;
     }

     .differece-six-thumb img {
          max-width: 280px;
          height: 300px;
     }

     /*============ Home Six End  ============*/



     /*============ Home Seven Start  ============*/
     /* Home Seven Header Css  */
     .header-seven-area {
          padding: 0 0 0 30px;
     }

     .header-seven-navbar-space {
          margin-right: 40px !important;
     }

     .header-seven-btn {
          padding: 24px 34px;
     }

     /* Home Seven Bannar Css  */
     .banner-seven-area {
          padding: 70px 0 120px 165px;
     }

     .banner-seven-title {
          font-size: 152px;
     }

     /* Home Seven childhood Css  */
     .childhood-seven-bg-shape-2 {
          bottom: -45px;
     }

     .cause-seven-navigation button {
          left: -90px;
     }

     .cause-seven-navigation button.next-cause {
          left: auto;
          right: -90px;
     }

     /*============ Home Seven End  ============*/



     /*============ Home Eight Start  ============*/
     /* Banner css */
     .banner-eight-title {
          font-size: 75px;
     }

     .banner-eight-content p {
          font-size: 14px;
     }

     .banner-eight-wrap {
          gap: 16px;
     }

     .banner-eight-review-team p {
          font-size: 14px;
     }



     /*============ Home Eight End  ============*/



}

@media (min-width: 1400px) and (max-width: 1599px) {

     .header-six-area {
          padding: 10px 0;
          top: 30px;
     }

     .header-tertiary {}

     .banner-six-slide-bg {
          height: 545px;
          border-radius: 15px;
     }

     .banner-six-slide-bg::after {
          border-radius: 15px;
     }

     .banner-six-area {
          padding: 90px 15px 0;
     }

     .banner-six-content {
          position: absolute !important;
          top: 48% !important;
          left: 5% !important;
          transform: translateY(-50%) !important;
          z-index: 10 !important;
          max-width: 45%;
          width: 100% !important;
          padding: 0 !important;
          text-align: left !important;
     }

     .banner-six-card {
          background: rgba(0, 0, 0, 0.25) !important;
          backdrop-filter: blur(12px) !important;
          -webkit-backdrop-filter: blur(12px) !important;
          padding: 25px;
          border-radius: 15px !important;
          border: none;
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
     }

     .banner-six-title {
          font-size: 35px;
          line-height: 45px;
          color: #ffff;
          margin-bottom: 20px;
          font-weight: 700;
     }

     .banner-six-subtitle {
          background: var(--qbit-purple);
          color: #fff;
          padding: 5px 16px;
          border-radius: 4px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
     }


     .banner-six-conter-item h2 {
          font-size: 38px;
     }

     .banner-six-conter-wrap {
          gap: 26px;
     }

     .banner-six-circle {
          margin-bottom: -80px;
          margin-left: -210px;
     }

     .banner-six-slide-dot {
          bottom: 70px !important;
     }

     /* Home Six Differece Css  */
     .difference-six-bottom {
          right: 1%;
     }

     .differece-six-thumb img {
          max-width: 240px;
          height: 260px;
     }


     /*============ Home Seven Start  ============*/
     /* Home Seven Header Css  */
     .header-seven-area {
          padding: 0 0 0 20px;
     }

     .header-seven-navbar-space {
          margin-right: 20px !important;
     }

     .header-seven-btn {
          padding: 24px 34px;
     }

     .header-seven-area .contact-btn {
          display: none;
     }

     /* Home Seven Bannar Css  */
     .banner-seven-area {
          padding: 70px 0 120px 50px;
     }

     .banner-seven-title {
          font-size: 130px;
     }

     /* Home Seven Childhood Css  */
     .childhood-seven-wrapper {
          height: 450px;
     }

     .childhood-seven-button a {
          font-size: 25px;
     }

     .childhood-seven-bg-shape-2 {
          bottom: -39px;
     }

     .counter-seven-heading {
          font-size: 200px;
     }

     .contact-seven-area {
          margin: 0 10px 0;
     }

     .contact-seven-area .contact__content {
          padding: 120px 50px;
     }

     /*============ Home Seven End  ============*/


     /*============ Home Eight Start  ============*/
     /* Header Css */
     .header-eight-area {
          border-radius: 0 !important;
          margin: 0;
          padding-inline-start: 15px;
          padding-inline-end: 15px;
     }

     .header-eight-navbar-space {
          margin-inline-end: 0;
     }

     /* banner css */
     .banner-eight-title {
          font-size: 63px;
     }

     .banner-eight-paragraph {
          font-size: 14px;
     }

     .banner-eight-dot {
          bottom: auto !important;
     }

     .banner-eight-content h4 {
          font-size: 34px;
     }

     .banner-eight-review-team p {
          font-size: 16px;
     }

     .banner-eight-content p {
          font-size: 16px;
     }

     .banner-eight-wrap {
          gap: 14px;
          flex-wrap: wrap;
     }

     .countdown-eight-area {
          margin: 0;
          border-radius: 0;
     }


     .footer-eight-area {
          margin: 0;
          margin-top: 0;
          border-radius: 0;
     }

     /*============ Home Eight End  ============*/

}

@media (min-width: 1200px) and (max-width: 1399px) {

     /* Home Six topbar Css  */
     .topbar-six-area {
          padding: 9px 10px;
     }

     .topbar-six-right {
          /* display: none !important; */
     }

     /* Home Six Header Css  */
     .header-six-area {
          padding: 0 0;
     }

     .header-six-area .navbar__options .header-six-navbar-space {
          margin-right: 0;
     }

     /*.header-six-area .navbar__item a {*/
     /*     padding: 42px 8px;*/
     /*}*/

     /* Home Six Banner Css  */
     .banner-six-area {
          padding: 280px 0 0;
     }

     .banner-six-bg-shape {
          display: none;
     }

     .banner-six-wrapper {
          flex-wrap: wrap;
          row-gap: 40px;
     }

     .banner-six-content {
          max-width: 600px;
          width: 100%;
     }

     .banner-six-conter-item h2 {
          font-size: 65px;
          margin-bottom: 0;
     }

     .banner-six-slide-dot {
          bottom: auto !important;
     }

     /* Home Six About Css  */
     .about-six-wrapper {
          margin-left: -50px;
     }

     .about-six-blockquote-content p {
          font-size: 14px;
     }

     /* Home Six Team Css  */
     .team-six-title {
          font-size: 20px;
     }

     .team-six-button-left {
          margin-right: 17px;
          padding-right: 17px;
     }

     /* Home Six Differece Css  */
     .difference-six-bottom {
          right: 1%;
     }

     .differece-six-thumb img {
          max-width: 200px;
          height: 220px;
     }

     .difference-six-bg-shape {
          left: 0;
     }

     /* Home Six Cause Css  */
     .cause-six-wrapper .content h6 {
          font-size: 20px;
     }

     .cause-six-area .thumb a {
          display: block;
     }

     .cause-six-area .thumb img {
          width: 100%;
     }

     /* Home Six Blog Css  */
     .blog-six-area .blog__single-content h5 {
          font-size: 20px;
     }

     .blog-six-thumb {
          width: 100%;
     }

     .blog-six-thumb a {
          display: block;
     }

     .blog-six-thumb img {
          width: 100%;
     }

     /* Home Six Section Css  */
     .section-six-title {
          font-size: 46px;
     }

     /*============ Home Seven Start  ============*/
     /* Home Seven Header Css  */
     .header-seven-area {
          padding: 0 20px 0 20px;
     }

     .header-seven-navbar-space {
          margin-right: 90px !important;
     }

     .header-seven-btn {
          padding: 24px 34px;
     }

     .header-seven-area .contact-btn {
          display: none;
     }

     .header-seven-sidenav-box {
          display: none !important;
     }

     /* Home Seven Bannar Css  */
     .banner-seven-area {
          padding: 70px 0 120px 0;
     }

     .banner-seven-title {
          font-size: 126px;
     }

     /* Home Six Differece Css  */
     .childhood-seven-wrapper {
          height: 380px;
     }

     .childhood-seven-button a {
          font-size: 21px;
     }

     .childhood-seven-paragraph {
          font-size: 15px;
     }

     .childhood-seven-bg-shape-2 {
          bottom: -31px;
     }

     .counter-seven-heading {
          font-size: 180px;
     }

     .contact-seven-area {
          margin: 0 0 0;
     }

     .contact-seven-area .contact__content {
          padding: 40px 30px;
     }

     .contact-seven-area .section-seven-title {
          font-size: 62px;
     }

     .contact-seven-area .section-seven-paragraph {
          font-size: 16px;
     }

     .footer-seven-col-2 {
          margin-inline-start: -100px;
     }

     .footer-seven-col-3 {
          margin-left: -50px;
     }

     .footer-seven-col-4 {
          margin-inline-start: -42px;
     }

     .about-seven-title {
          font-size: 55px;
     }

     /*============ Home Eight Start  ============*/
     /* Header Css */
     .header-eight-area {
          border-radius: 0 !important;
          margin: 0;
          padding-inline-start: 15px;
          padding-inline-end: 15px;
     }

     .header-eight-navbar-space {
          margin-inline-end: 0;
     }

     .header-eight-area .contact-btn {
          display: none;
     }

     /* Banner Css */
     .banner-eight-title {
          font-size: 55px;
     }

     .banner-eight-dot {
          bottom: auto !important;
     }

     .banner-eight-wrap {
          gap: 12px;
          flex-wrap: wrap;
     }

     .banner-eight-review-team {
          gap: 12px;
          flex-wrap: wrap;
     }

     /* About Css */
     .about-eight-center {
          margin-inline-start: 0;
     }

     .about-eight-thumb-shape {
          right: 0;
     }

     /* Service Css */
     .service-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .service-eight-paragraph {
          font-size: 12px;
     }

     /* Event Css */
     .event-eight-button {
          gap: 40px;
     }

     .event-eight-button::before {
          display: none;
     }

     /* Countdown Css */
     .countdown-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .maquee-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .faq-eight-accordion-button {
          font-size: 19px;
     }

     .faq-eight-right {
          margin-left: 20px;
     }

     /* Blog css */
     .blog-eight-wrap {
          flex-wrap: wrap;
          max-width: 50%;
          padding-bottom: 30px;
     }

     .blog-eight-content {
          padding-left: 0;
     }

     .blog-eight-thumb {
          width: 100%;
          opacity: 1;
          visibility: visible;
          display: block;
     }

     .blog-eight-thumb a img {
          width: 100%;
          height: 300px;
     }

     .blog-eight-wrap.active .blog-eight-content {
          padding-left: inherit;
     }

     .footer-eight-area {
          margin: 0;
          margin-top: 0;
          border-radius: 0;
     }

     .footer-eight-top-wrap h4 {
          font-size: 23px;
     }

     .footer-eight-top-info.call {
          margin-left: 15px;
     }

     .footer-eight-top-info.gamil {
          margin-left: 20px;
     }





     .section-eight-title {
          font-size: 51px;
     }

}

@media (min-width: 992px) and (max-width: 1199px) {
     .topbar-login {
          font-size: 13px !important;
     }

     .topbar-logout {
          font-size: 13px !important;
     }

     .topbar-register {
          font-size: 13px !important;
     }

     .topbar-track-order {
          font-size: 13px !important;
     }

     .topbar__list-wrapper {
          display: none;
     }

     .topbar-email {}

     .topbar-phone {
          display: none !important;
     }

     .header-wishlist-btn {
          height: 25px;
          font-size: 12px;
     }

     .header-cart-btn {
          height: 25px;
          font-size: 12px;
     }

     .header-category-btn {
          height: 25px;
          font-size: 12px;
     }

     /* Home Six topbar Css  */
     .topbar-six-area {
          padding: 5px 10px;
     }

     .header .main-header__menu-box {
          padding-top: 10px;
          padding-bottom: 10px;
     }

     .topbar-six-right {
          /* display: none !important; */
     }

     /* Home Six Header Css  */
     .header-six-area {
          padding: 0 0;
          top: 30px !important;
     }

     /* Home Six Banner Css  */
     .banner-six-area {
          padding: 85px 15px 0;
     }

     .banner-six-slide {
          margin-top: 5px;
     }

     .banner-six-slide-dot {
          bottom: auto !important;
     }

     .banner-six-wrapper {
          flex-wrap: wrap;
          row-gap: 20px;
     }

     .banner-six-slide-bg {
          height: 385px;
          border-radius: 12px;
     }

     .banner-six-slide-bg::after {
          border-radius: 12px;
     }

     .banner-six-slide-dot {
          bottom: 80px !important;
     }

     .banner-six-content {
          position: absolute !important;
          top: 55% !important;
          left: 5% !important;
          transform: translateY(-50%) !important;
          z-index: 10 !important;
          max-width: 450px;
          width: 100% !important;
          padding: 0 !important;
          text-align: left !important;
     }

     .banner-six-card {
          background: rgba(0, 0, 0, 0.25) !important;
          backdrop-filter: blur(12px) !important;
          -webkit-backdrop-filter: blur(12px) !important;
          padding: 20px;
          border-radius: 15px !important;
          border: none;
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
     }

     .banner-six-title {
          font-size: 20px;
          line-height: 28px;
          color: #ffff;
          margin-bottom: 20px;
          font-weight: 700;
     }

     .banner-six-subtitle {
          background: var(--qbit-purple);
          color: #fff;
          padding: 5px 16px;
          border-radius: 4px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-family: var(--caveat);
          font-weight: 500;
          font-size: 12px;
          line-height: 13px;
          margin-bottom: 8px;
          display: inline-block;
     }

     /* Home Six Feature Css  */
     .feature-six-wrapper {
          flex-wrap: wrap;
     }

     /* Home Six Events Css  */
     .events-six-thumb img {
          max-width: 320px;
     }

     .events-six-content-top p {
          font-size: 16px;
     }

     /* Home Six Difference Css  */
     .difference-six-area {
          padding-bottom: 60px;
     }

     .difference-six-area::before {
          width: 100%;
          border-radius: 0;
     }

     .difference-six-bottom {
          position: static;
          transform: inherit;
     }

     .difference-six-wrapper {
          padding: 120px 0 20px;
     }

     /* Home Six Cause Css  */
     .cause-six-area .thumb a {
          display: block;
     }

     .cause-six-area .thumb img {
          width: 100%;
     }

     /* Home Six Testimonial Css  */
     .testimonial-six-area .section-six-title {
          font-size: 42px;
     }

     /* Home Six Brand Css  */
     .brand-six-wrapper {
          margin-bottom: 30px;
     }

     /* Home Six Blog Css  */
     .blog-six-thumb {
          width: 100%;
     }

     .blog-six-thumb a {
          display: block;
     }

     .blog-six-thumb img {
          width: 100%;
     }

     /*============ Home Seven Start  ============*/

     /* Home Seven Header Css  */
     .header-seven-area .open-offcanvas-nav {
          align-items: center;
          justify-content: center;
     }

     .banner-seven-area {
          padding: 70px 0 120px 90px;
     }

     .banner-seven-bg-shape-2 {
          display: none;
     }

     .banner-seven-wrapper {
          margin-bottom: 40px;
     }

     .about-seven-wrapper {
          margin-left: 0;
          padding: 80px 30px 80px;
     }

     .childhood-top-descrip {
          margin-left: 0;
          margin-bottom: 50px;
     }

     .childhood-seven-bg-shape-2 {
          position: absolute;
          bottom: -26px;
          left: 0;
          z-index: -1;
     }

     .counter-seven-bg-shape-1 {
          top: -23%;
     }

     .counter-seven-wrapper {
          margin-bottom: 60px;
     }

     .counter-seven-heading {
          font-size: 149px;
     }

     .contact-seven-area .contact__content {
          padding: 120px 40px;
     }

     .contact-seven-wrap {
          padding: 0 30px;
     }

     .testimonial-seven-paragraph {
          font-size: 26px;
     }

     .team-seven-thumb img {
          mix-blend-mode: luminosity;
          width: 100%;
     }

     .testimonial-seven-icon span {
          width: 60px;
          height: 60px;
     }

     .testimonial-seven-title {
          margin-bottom: 14px;
          padding-bottom: 10px;
     }

     .blog-seven-title {
          font-size: 36px;
     }

     .footer-seven-top-content h2 {
          font-size: 140px;
     }

     .footer-seven-area .footer-two__widget .footer-two__widget-intro {
          text-align: left !important;
     }

     .footer-seven-area .footer-two__widget .social {
          justify-content: left !important;
     }

     .section-seven-title {
          line-height: 1;
     }


     /*============ Home Eight Start  ============*/
     /* Header Css */
     .header-eight-area {
          border-radius: 0 !important;
          margin: 0;
          padding-inline-start: 15px;
          padding-inline-end: 15px;
     }

     .header-eight-navbar-space {
          margin-inline-end: 0;
     }

     .header-eight-area .contact-btn {
          display: none;
     }



     /* Banner Css */


     /* About Css */
     .about-eight-thumb {
          margin-bottom: 120px;
     }

     .about-eight-center {
          margin-inline-start: 0;
     }

     .about-eight-button {
          margin-inline-start: 0;
     }

     /* Service Css */
     .service-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .service-eight-thumb>a {
          display: block;
     }

     .service-eight-thumb img {
          width: 100%;
     }

     /* Countdown Css */
     .countdown-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .maquee-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .faq-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .faq-eight-right {
          margin-left: 0;
          margin-top: 30px;
     }


     /* Blog css */
     .blog-eight-wrap {
          flex-wrap: wrap;
          max-width: 50%;
          padding-bottom: 30px;
     }

     .blog-eight-thumb {
          width: 100%;
          opacity: 1;
          visibility: visible;
          display: block;
     }

     .blog-eight-content {
          padding-left: 0;
     }

     .blog-eight-thumb a img {
          width: 100%;
          height: 300px;
     }

     .blog-eight-wrap.active .blog-eight-content {
          padding-left: 0;
     }

     .blog-eight-paragraph {
          font-size: 15px;
     }

     .instagram-eight-wrapper {
          flex-wrap: wrap;
          justify-content: center;
     }

     .footer-eight-area {
          margin: 0;
          margin-top: 0;
          border-radius: 0;
     }

     .footer-eight-top-wrap {
          margin-bottom: 30px;
     }

     .footer-eight-top-info.call {
          margin-left: 0;
     }

     .footer-eight-top-info.gamil {
          margin-left: 0;
     }

}

@media (min-width: 768px) and (max-width: 991px) {

     .topbar-login,
     .topbar-logout {
          font-size: 13px !important;
     }

     .topbar-phone {
          display: none !important;
     }

     .header-wishlist-btn {
          height: 22px;
          font-size: 12px;
     }

     .header-cart-btn {
          height: 22px;
          font-size: 12px;
     }

     .header-category-btn {
          height: 22px;
          font-size: 12px;
     }

     .topbar-email {}

     /* Home Six Header Css  */
     .header-six-area {
          padding: 0 0;
          top: 30px;
     }

     .header-six-area .contact-btn {
          display: none;
     }

     /* Home Six Banner Css  */
     .banner-six-area {
          padding: 75px 10px 0;
     }

     .banner-six-slide {
          margin-top: 5px;
     }

     .banner-six-wrapper {
          flex-wrap: wrap;
          row-gap: 20px;
     }

     .banner-six-slide-bg {
          height: 290px;
          border-radius: 10px;
     }

     .banner-six-slide-bg::after {
          border-radius: 10px;
     }

     .banner-six-slide-dot {
          bottom: 80px !important;
     }

     .banner-six-content {
          position: absolute !important;
          top: 55% !important;
          left: 5% !important;
          transform: translateY(-50%) !important;
          z-index: 10 !important;
          max-width: 50%;
          width: 100% !important;
          padding: 0 !important;
          text-align: left !important;
     }

     .banner-six-card {
          background: rgba(0, 0, 0, 0.25) !important;
          backdrop-filter: blur(12px) !important;
          -webkit-backdrop-filter: blur(12px) !important;
          padding: 14px 17px 20px;
          border-radius: 12px;
          border: none;
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
     }

     .banner-six-title {
          font-size: 20px;
          line-height: 28px;
          color: #ffff;
          margin-bottom: 20px;
          font-weight: 700;
     }

     .banner-six-subtitle {
          background: var(--qbit-purple);
          color: #fff;
          padding: 5px 16px;
          border-radius: 4px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-family: var(--caveat);
          font-weight: 500;
          font-size: 12px;
          line-height: 13px;
          margin-bottom: 8px;
          display: none;
     }

     /* Home Six About Css  */
     .about-six-circle {
          display: inline-flex;
     }

     .about-six-thumb {
          margin-bottom: 30px;
     }


     /* Home Six Events Css  */
     .events-six-wrapper {
          flex-wrap: wrap;
     }

     .events-six-thumb {
          width: 100%;
     }

     .events-six-thumb img {
          max-width: 100%;
          width: 100%;
     }


     /* Home Six Difference Css  */
     .difference-six-area::before {
          width: 100%;
          border-radius: 0;
     }

     .difference-six-bottom {
          position: static;
          transform: inherit;
     }

     .differece-six-thumb {
          margin-bottom: 30px;
     }

     .differece-six-thumb img {
          width: 100%;
     }

     .difference-six-wrapper {
          padding: 120px 0 40px;
     }


     /* Home Six Cause Css  */
     .cause-six-area .thumb a {
          display: block;
     }

     .cause-six-area .thumb img {
          width: 100%;
     }


     /* Home Six Brand Css  */
     .brand-six-wrapper {
          margin-bottom: 30px;
     }


     /* Home Six Subscribe Css  */
     .subscribe-six-left h3 {
          font-size: 33px;
     }

     /* Home Six Blog Css  */
     .blog-six-thumb {
          width: 100%;
     }

     .blog-six-thumb a {
          display: block;
     }

     .blog-six-thumb img {
          width: 100%;
     }

     /* Home Six Section Css  */
     .section-six-title {
          font-size: 40px;
     }



     /*============ Home Seven Start  ============*/
     .header-seven-area {
          padding: 0 20px;
          border-bottom: 1px solid #eeebeb;
     }

     .header-seven-area .open-offcanvas-nav {
          align-items: center;
          justify-content: center;
     }

     .banner-seven-area {
          padding: 70px 0 120px 30px;
     }

     .banner-seven-wrapper {
          margin-bottom: 50px;
     }

     .banner-seven-title {
          font-size: 150px;
     }

     .banner-seven-wrapper-shape-1 {
          display: none;
     }

     .banner-seven-wrapper-shape-2 {
          display: none;
     }

     .banner-seven-wrapper-shape-4 {
          display: none;
     }

     .banner-seven-bg-shape-1 {
          display: none;
     }

     .banner-seven-bg-shape-2 {
          display: none;
     }

     .banner-seven-bg-shape-3 {
          display: none;
     }


     .about-seven-wrapper {
          margin-bottom: 30px;
          margin-left: 0;
     }

     .about-seven-thumb {
          margin-left: 0;
     }

     .about-seven-wrap {
          display: flex;
     }

     .about-seven-counter h2 {
          font-size: 160px;
     }

     .about-seven-counter {
          margin-top: 0;
     }

     .about-seven-counter p {
          margin-bottom: 0;
          line-height: 1;
     }

     .childhood-top-descrip {
          margin-left: 0;
          margin-bottom: 50px;
     }

     .section-seven-title {
          line-height: 1;
     }

     .childhood-seven-wrapper {
          height: 460px;
     }

     .childhood-seven-button a {
          font-size: 26px;
     }

     .childhood-seven-paragraph {
          font-size: 15px;
     }

     .childhood-seven-bg-shape-2 {
          bottom: -21px;
     }

     .counter-seven-heading {
          font-size: 120px;
     }

     .team-seven-button {
          justify-content: left !important;
     }

     .team-seven-area .section-seven-wrapper {
          margin-bottom: 0 !important;
     }

     .team-seven-button {
          margin-bottom: 50px;
     }

     .testimonial-seven-paragraph {
          font-size: 33px;
     }

     .testimonial-seven-thumb img {
          width: 100%;
     }

     .contact-seven-area .contact__content {
          padding: 60px 40px;
          margin-bottom: 30px;
     }

     .contact-seven-wrap {
          padding: 0 0;
     }

     .contact-seven-area .image img {
          width: 100%;
     }

     .blog-seven-content {
          max-width: 360px;
          width: 100%;
          margin-left: 0;
     }

     .blog-seven-area .section-seven-title {
          font-size: 56px;
     }

     .blog-seven-title {
          font-size: 32px;
     }

     .footer-seven-top-content h2 {
          font-size: 100px;
     }

     .footer-seven-area .footer-two__widget .footer-two__widget-intro {
          text-align: left !important;
     }

     .footer-seven-area .footer-two__widget .social {
          justify-content: left !important;
     }



     /*============ Home Eight Start  ============*/
     /* Header Css */
     .header-eight-area {
          border-radius: 0 !important;
          margin: 0;
          padding-inline-start: 15px;
          padding-inline-end: 15px;
     }

     .header-eight-navbar-space {
          margin-inline-end: 0;
     }

     .header-eight-area .contact-btn {
          display: none;
     }

     .banner-eight-area {
          padding: 30px 10px;
     }

     .banner-eight-title {
          font-size: 75px;
     }

     .banner-eight-join {
          font-size: 16px;
     }

     .banner-eight-content p {
          font-size: 14px;
     }

     .banner-eight-review-team p {
          font-size: 14px;
     }

     .banner-eight-dot {
          right: 12px;
          bottom: auto !important;
     }

     .banner-eight-wrap {
          gap: 14px;
     }

     /* About Css */
     .about-eight-thumb {
          margin-bottom: 120px;
     }

     .about-eight-center {
          margin-inline-start: 0;
     }

     .about-eight-button {
          margin-inline-start: 0;
     }

     .about-eight-video-play {
          left: 41%;
     }

     /* Service Css */
     .service-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .service-eight-thumb>a {
          display: block;
     }

     .service-eight-thumb img {
          width: 100%;
     }

     /* Maquee Css */
     .maquee-eight-area {
          margin: 0;
          border-radius: 0;
     }

     /* Countdown Css */
     .countdown-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .countdown-eight-button {
          text-align: left;
          margin-top: 50px;
     }

     /* Event Css */
     .event-eight-content {
          max-width: 395px;
          width: 100%;
     }

     .team-eight-thumb a {
          display: block;
     }

     .team-eight-thumb a img {
          width: 100%;
     }

     .team-eight-scrollbar .swiper-scrollbar.two .swiper-scrollbar-drag {
          width: 150px !important;
     }

     .maquee-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .ministrie-eight-scrollbar .swiper-scrollbar.two .swiper-scrollbar-drag {
          width: 150px !important;
     }

     .faq-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .faq-eight-right {
          margin-left: 0;
          margin-top: 30px;
     }

     .ministrie-eight-title {
          margin-bottom: 10px;
     }

     /* Blog css */
     .blog-eight-wrapper {
          flex-wrap: wrap;
     }

     .blog-eight-wrap {
          flex-wrap: wrap;
          max-width: 45%;
          padding-bottom: 30px;
     }

     .blog-eight-thumb {
          width: 100%;
          opacity: 1;
          visibility: visible;
          display: block;
     }

     .blog-eight-content {
          padding-left: 0;
     }

     .blog-eight-thumb a img {
          width: 100%;
          height: 300px;
     }

     .blog-eight-wrap.active .blog-eight-content {
          padding-left: 0;
     }

     .blog-eight-paragraph {
          font-size: 15px;
     }

     .blog-eight-wrap.active {
          max-width: 45%;
     }

     .instagram-eight-wrapper {
          flex-wrap: wrap;
          justify-content: center;
     }

     .footer-eight-area {
          margin: 0;
          margin-top: 0;
          border-radius: 0;
     }

     .footer-eight-top-wrap {
          margin-bottom: 30px;
     }

     .footer-eight-top-info.call {
          margin-left: 0;
     }

     .footer-eight-top-info.gamil {
          margin-left: 0;
     }

     .section-eight-title {
          font-size: 51px;
     }
}

@media (min-width: 576px) and (max-width: 767px) {

     /* Home Six Header Css  */
     .header-six-area {
          padding: 0 0;
          top: 0 !important;
     }

     .header-six-area .contact-btn {
          display: none;
     }

     .header-six-btn {
          display: none !important;
     }

     .header-six-area .search-box {
          display: none;
     }

     /* Home Six Banner Css  */
     .banner-six-area {
          padding: 70px 0 0;
     }

     .banner-six-bg-shape {
          display: none;
     }

     .banner-six-slide-bg {
          height: auto;
          border-radius: 15px;
     }

     .banner-six-title {
          font-size: 58px;
     }

     .banner-six-wrapper {
          flex-wrap: wrap;
          row-gap: 30px;
          padding-bottom: 60px;
     }

     .banner-six-conter-wrap {
          flex-wrap: wrap;
     }

     .banner-six-conter-item h2 {
          margin-bottom: 4px;
     }

     .banner-six-circle {
          display: none;
     }

     .banner-six-slide-dot {
          right: auto;
          left: 50% !important;
          bottom: 80px;
          transform: translateX(-50%);
          background: var(--primary-six);
     }

     .banner-six-circle {
          display: none;
     }

     /* Home Six About Css  */
     .about-six-circle {
          display: inline-flex;
     }

     .about-six-thumb {
          margin-bottom: 30px;
     }

     .about-six-shape-1 {
          display: none;
     }

     .about-six-shape-2 {
          display: none;
     }

     .about-six-shape-3 {
          display: none;
     }

     .about-six-shape-4 {
          display: none;
     }

     .about-six-blockquote {
          flex-wrap: wrap;
     }

     .about-six-blockquote-icon {
          top: -120px;
     }

     .about-six-list ul li {
          flex-wrap: wrap;
          font-size: 18px;
          line-height: 1.2;
     }

     /* Home Six Feature Css  */
     .feature-six-area {
          margin-top: 0;
          padding-top: 60px;
     }

     /* Home Six Team Css  */
     .team-six-button-wrap {
          border: none;
          max-width: 100%;
          width: 100%;
          flex-wrap: wrap;
          justify-content: center;
          row-gap: 20px;
     }

     .team-six-button-left {
          margin-right: 0;
          padding-right: 0;
     }

     .team-six-button-left::before {
          display: none;
     }

     /* Home Six Events Css  */
     .events-six-wrapper {
          flex-wrap: wrap;
     }

     .events-six-thumb {
          width: 100%;
     }

     .events-six-thumb img {
          max-width: 100%;
          width: 100%;
     }

     .events-six-content-bottom {
          flex-wrap: wrap;
          row-gap: 20px;
     }

     /* Home Six Difference Css  */
     .difference-six-area::before {
          width: 100%;
          border-radius: 0;
     }

     .difference-six-bottom {
          position: static;
          transform: inherit;
     }

     .differece-six-thumb {
          margin-bottom: 30px;
     }

     .differece-six-thumb img {
          width: 100%;
     }

     .difference-six-wrapper {
          padding: 120px 0 40px;
     }

     /* Home Six Brand Css  */
     .brand-six-wrapper {
          margin-bottom: 30px;
     }

     /* Home Six Subscribe Css  */
     .subscribe-six-input {
          border-radius: 0;
          padding: 30px 6px;
     }

     .subscribe-six-button {
          right: 1%;
     }

     /* Home Six Section Css  */
     .section-six-title {
          font-size: 34px;
     }

     .section-six-paragraph {
          font-size: 15px;
     }

     /*============ Home Seven Start  ============*/
     .header-seven-area {
          padding: 0 20px;
     }

     .header-seven-area .navbar__mobile-options {
          display: none;
     }

     .banner-seven-area {
          padding: 70px 0 120px 0;
     }

     .banner-seven-title {
          font-size: 81px;
     }

     .banner-seven-wrapper-shape-1 {
          display: none;
     }

     .banner-seven-wrapper-shape-2 {
          display: none;
     }

     .banner-seven-wrapper-shape-4 {
          display: none;
     }

     .banner-seven-bg-shape-1 {
          display: none;
     }

     .banner-seven-bg-shape-2 {
          display: none;
     }

     .banner-seven-bg-shape-3 {
          display: none;
     }

     .banner-seven-bg-shape-4 {
          display: none;
     }

     .banner-seven-button .btn-seven-primary {
          padding: 16px 18px;
     }

     .banner-seven-descri {
          margin-left: 30px;
          margin-bottom: 40px;
     }

     .about-seven-shape {
          display: none;
     }

     .about-seven-wrapper {
          padding: 80px 30px 80px;
          max-width: 100%;
          margin-left: 0;
     }

     .about-seven-title {
          font-size: 35px;
     }

     .about-seven-thumb {
          margin-left: 0;
     }

     .about-seven-thumb img {
          width: 100%;
     }

     .childhood-top-descrip {
          margin-left: 0;
          margin-bottom: 50px;
     }

     .childhood-seven-wrapper {
          height: 400px;
     }

     .childhood-seven-button a {
          font-size: 25px;
     }

     .childhood-seven-bg-shape-2 {
          bottom: -11px;
     }

     .counter-seven-wrapper {
          margin-bottom: 60px;
     }

     .counter-seven-heading {
          font-size: 57px;
     }

     .counter-seven-volunteer h2 {
          width: 320px;
          height: 320px;
          font-size: 101px;
     }

     .community-seven-content h2 {
          font-size: 115px;
     }

     .community-seven-content p {
          font-size: 14px;
     }

     .team-seven-button {
          margin-top: 0;
          margin-bottom: 40px;
          justify-content: left !important;
     }

     .contact-seven-area {
          margin: 0 0 0;
     }

     .contact-seven-wrap {
          padding: 0 0;
     }

     .testimonial-seven-title {
          font-size: 32px;
     }

     .testimonial-seven-wrapper {
          padding: 50px 20px 40px;
     }

     .testimonial-seven-paragraph {
          font-size: 22px;
     }

     .footer-seven-top-content h2 {
          font-size: 52px;
          border-bottom: 4px solid var(--white);
     }

     .blog-seven-wrapper {
          flex-wrap: wrap;
          row-gap: 30px;
     }

     .blog-seven-content {
          margin-left: 0;
     }

     .blog-seven-title {
          font-size: 30px;
          margin-bottom: 36px;
     }

     .section-seven-title {
          font-size: 40px;
     }

     .footer-seven-col-2 {
          margin-inline-end: 150px;
          margin-inline-start: 0;
     }



     /*============ Home Eight Start  ============*/
     /* Header Css */
     .header-eight-area {
          border-radius: 0 !important;
          margin: 0;
          padding-inline-start: 15px;
          padding-inline-end: 15px;
     }

     .header-eight-navbar-space {
          margin-inline-end: 0;
     }

     .header-eight-area .contact-btn {
          display: none;
     }

     .header-eight-area .navbar__mobile-options {
          display: none;
     }

     /* Banner Css */
     .banner-eight-area {
          padding: 0;
     }

     .banner-eight-wrapper {
          border-radius: 0;
          padding: 49px 20px 60px;
     }

     .banner-eight-title {
          font-size: 60px;
     }

     .banner-eight-wrap {
          margin: 0 10px 30px;
     }

     .banner-eight-wrap {
          gap: 15px;
          flex-wrap: wrap;
     }

     .banner-eight-review {
          margin: 0 10px 30px;
     }

     .banner-six-slide {
          margin: 0 10px 0;
     }

     .banner-eight-dot {
          left: inherit !important;
          bottom: inherit !important;
          transform: inherit !important;
          right: 10px;
          top: 39% !important;
          background: var(--primary-eight);
     }

     /* About Css */
     .about-eight-thumb {
          margin-bottom: 120px;
     }

     .about-eight-center {
          margin-inline-start: 0;
     }

     .about-eight-button {
          margin-inline-start: 0;
     }

     .about-eight-video-play {
          left: 31%;
     }

     .about-eight-thumb-shape {
          right: 1px;
     }

     .about-eight-thumb-shape img {
          width: 260px;
          height: 300px;
          object-fit: contain;
     }

     .about-eight-item:last-child {
          margin-bottom: 30px;
     }

     /* Service Css */
     .service-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .service-eight-thumb>a {
          display: block;
     }

     .service-eight-thumb img {
          width: 100%;
     }

     /* Maquee Css */
     .maquee-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .maquee-eight-title {
          font-size: 40px;
     }

     /* Event Css */
     .event-eight-wrap {
          flex-wrap: wrap;
          row-gap: 20px;
          justify-content: space-between;
     }

     .event-eight-content {
          max-width: 100%;
     }

     .event-eight-button {
          gap: 0;
          width: 100%;
          justify-content: space-between;
     }

     /* Countdown Css */
     .countdown-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .countdown-eight-timer ul {
          flex-wrap: wrap;
          justify-content: space-between;
     }

     .countdown-eight-button {
          text-align: center;
          margin-top: 50px;
     }

     .team-eight-thumb a {
          display: block;
     }

     .team-eight-thumb a img {
          width: 100%;
     }

     .team-eight-dot {
          margin: auto;
     }

     .team-eight-scrollbar .swiper-scrollbar.one .swiper-scrollbar-drag {
          width: 80px !important;
     }

     .faq-eight-area {
          margin: 0;
          border-radius: 0;
     }

     .faq-eight-accordion-button {
          font-size: 17px;
     }

     .faq-eight-right {
          margin-left: 0;
     }

     .ministrie-eight-title {
          font-size: 22px;
          margin-bottom: 8px;
     }

     .ministrie-eight-paragraph {
          color: var(--white);
          font-size: 14px;
          line-height: 24px;
     }

     .ministrie-eight-dot {
          margin: auto;
     }

     .ministrie-eight-scrollbar .swiper-scrollbar.two .swiper-scrollbar-drag {
          width: 80px !important;
     }


     /* Blog css */
     .blog-eight-wrapper {
          flex-wrap: wrap;
     }

     .blog-eight-wrap {
          flex-wrap: wrap;
          max-width: 100%;
          padding-bottom: 30px;
     }

     .blog-eight-thumb {
          width: 100%;
          opacity: 1;
          visibility: visible;
          display: block;
     }

     .blog-eight-content {
          padding-left: 0;
     }

     .blog-eight-thumb a img {
          width: 100%;
          height: 300px;
     }

     .blog-eight-wrap.active .blog-eight-content {
          max-width: 100%;
          padding-left: 0;
     }

     .blog-eight-paragraph {
          font-size: 15px;
     }

     .blog-eight-wrap.active {
          max-width: 100%;
     }

     .instagram-eight-wrapper {
          flex-wrap: wrap;
          justify-content: center;
     }

     .footer-eight-area {
          margin: 0;
          margin-top: 0;
          border-radius: 0;
     }

     .footer-eight-top-wrap {
          margin-bottom: 30px;
     }

     .footer-eight-top-info.call {
          margin-left: 0;
     }

     .footer-eight-top-info.gamil {
          margin-left: 0;
     }

     .footer-eight-top-info {
          margin-bottom: 30px;
     }

     .section-eight-title {
          font-size: 37px;
     }

     /* Home Six Banner Css  */
     .banner-six-title {
          font-size: 65px;
     }

     /* Home Six Team Css  */
     .team-six-button-wrap {
          border: 1px solid rgba(102, 116, 113, .2);
          max-width: 496px;
          width: 100%;
          flex-wrap: inherit;
          justify-content: center;
          row-gap: 20px;
     }

     .team-six-button-left {
          margin-right: 40px;
          padding-right: 40px;
     }

     .team-six-button-left::before {
          display: block;
     }

     /* Home Six Cause Css  */
     .cause-six-area .thumb a {
          display: block;
     }

     .cause-six-area .thumb img {
          width: 100%;
     }

     /* Home Six Subscribe Css  */
     .subscribe-six-left {
          border-radius: 0;
     }

     /* Home Six Blog Css  */
     .blog-six-thumb {
          width: 100%;
     }

     .blog-six-thumb a {
          display: block;
     }

     .blog-six-thumb img {
          width: 100%;
     }

     .banner-seven-area {
          padding: 70px 0 120px 10px;
     }

     .banner-seven-title {
          font-size: 120px;
     }

     .childhood-seven-wrapper {
          height: 500px;
     }

     .team-seven-thumb img {
          width: 100%;
     }

     .contact-seven-area .contact__content {
          padding: 60px 40px;
     }

     .contact-seven-thumb img {
          width: 100%;
     }

     .about-eight-video-play {
          left: 22%;
     }

     .countdown-eight-timer ul {
          flex-wrap: wrap;
          justify-content: inherit;
          gap: 10px;
     }

     .countdown-eight-timer ul li {
          max-width: 121px;
     }

     .faq-eight-accordion-button {
          font-size: 18px;
     }


     .section-eight-title {
          font-size: 43px;
     }
}

@media (max-width: 767px) {

     .footer-eight-top-info.call,
     .footer-eight-top-info.gamil {
          margin-left: 0 !important;
     }

     .footer-eight-top-info {
          justify-content: center;
          text-align: center;
          flex-direction: column;
          gap: 5px;
     }

     .footer-eight-top-info-con {
          text-align: center;
     }

     .footer-eight-top-info-con a {
          word-break: break-all;
          font-size: 13px;
     }

     .footer-eight-top-wrap {
          text-align: center;
     }

     .footer-two__widget-logo {
          justify-content: center;
     }

     .footer-two__widget .social {
          justify-content: center;
     }

     .footer-two__widget h5 {
          text-align: center;
     }

     .footer-two__widget .line {
          justify-content: center;
     }

     .footer-two__widget-intro {
          align-items: center;
     }
}



/* Sidebar Menu Styling */
.vl-offcanvas-menu nav ul,
.vl-offcanvas-menu nav ul li,
.vl-offcanvas-menu nav ul li a {
     display: inline-block;
     width: 100%;
     float: none;
     height: 35px;
     align-items: center;
     line-height: 5px;
     border-radius: 5px;
     margin-bottom: 10px;
}

.vl-offcanvas-menu nav ul li {
     position: relative;
     border-bottom: 1px solid rgba(0, 0, 0, 0.05);
     margin: 0 !;
     padding: 0;
}

.vl-offcanvas-menu nav ul li a {
     padding: 14px 20px;
     font-size: 16px;
     font-weight: 500;
     color: #333;
     text-decoration: none;
     background: transparent;
     border: none;
     border-radius: 0;
     margin: 0;
     text-align: left;
     transition: all 0.3s ease;
}

/* Force hide submenus by default */
.vl-offcanvas-menu nav .sub-menu,
.vl-offcanvas-menu nav .vl-mega-menu,
.vl-offcanvas-menu nav .navbar__sub-menu,
.vl-offcanvas-menu nav .navbar__sub-menu__nested {
     display: none;
     background-color: #fcfcfc;
     padding: 0;
     margin: 0;
     list-style: none;
     border-top: 1px solid #eee;
}

/* Show submenu when parent is active (JS toggles this) */
.vl-offcanvas-menu nav li.active>.sub-menu,
.vl-offcanvas-menu nav li.active>.vl-mega-menu,
.vl-offcanvas-menu nav li.active>.navbar__sub-menu,
.vl-offcanvas-menu nav li.active>.navbar__sub-menu__nested {
     display: block;
}

.vl-offcanvas-menu nav .sub-menu li a,
.vl-offcanvas-menu nav .navbar__sub-menu li a {
     padding-left: 40px;
     font-size: 15px;
     background-color: #f9f9f9;
}

/* Reset any desktop absolute positioning */
.vl-offcanvas-menu nav .navbar__sub-menu {
     position: static;
     opacity: 1;
     visibility: visible;
     transform: none;
     pointer-events: auto;
     box-shadow: none;
}

/* Close/Toggle Button Styling */
.vl-offcanvas-menu nav li button.vl-menu-close {
     position: absolute;
     top: 0;
     right: 0;
     height: 50px;
     width: 50px;
     background: transparent;
     border: none;
     color: #666;
     font-size: 14px;
     z-index: 2;
}

.vl-offcanvas-menu nav li.active>button.vl-menu-close i {
     transform: rotate(90deg);
}

/* Specific reset for Pills/Buttons in menu */
.vl-offcanvas-menu nav a[class*="select-btn-"],
.vl-offcanvas-menu nav a.nav-fade {
     padding: 14px 20px !important;
     margin: 0 !important;
}

/* Auth Form Styles - Fix for missing contact-form-v1 classes */
.contact-form.style-border {
     border: 1px solid var(--senary-color, #d9d9d9);
     border-radius: 20px;
     padding: 40px;
     background-color: var(--white);
     box-shadow: var(--shadow-secondary);
     margin-bottom: 30px;
}

.contact-form.style-border .form-group {
     margin-bottom: 20px;
}

.form-group.style-border textarea,
.form-group.style-border input,
.form-group.style-border select {
     background: transparent;
     border: 1px solid var(--senary-color, #d9d9d9);
     padding: 12px 20px;
     border-radius: 10px;
     width: 100%;
     height: 50px;
}

.form-group.style-border input:focus,
.form-group.style-border select:focus {
     border-color: var(--primary-color);
     outline: none;
}

/* Spacing classes missing in theme2 */
.space-top {
     padding-top: 120px;
}

.space-extra-bottom {
     padding-bottom: 120px;
}

/* Mobile Adjustments for Auth Forms */
@media (max-width: 991px) {
     .contact-form.style-border {
          border-radius: 15px;
          padding: 30px;
     }

     .space-top {
          padding-top: 80px;
     }

     .space-extra-bottom {
          padding-bottom: 80px;
     }

     /* Testimonial stacking on mobile/tablet */
     .testimonial-six-frist-row {
          text-align: center;
     }

     .testimonial-six-right {
          margin-bottom: 30px;
     }

     .testimonial-six-right .sub-title-main {
          justify-content: center;
          display: flex;
     }

     /* FAQ stacking on mobile/tablet */
     .faqs-section .row {
          text-align: center;
     }

     .faq-eight-right {
          margin-bottom: 30px;
     }

     .faq-eight-right .sub-title-main {
          justify-content: center;
          display: flex;
     }

     .faqs-btn {
          margin: 0 auto 20px;
          display: table;
     }
}

@media (max-width: 767px) {
     .contact-form.style-border {
          padding: 20px;
          box-shadow: none;
          border: 1px solid #eee;
     }

     .space-top {
          padding-top: 60px;
     }

     .space-extra-bottom {
          padding-bottom: 60px;
     }

     /* Breadcrumb adjustments */
     .breadcumb-wrapper {
          padding: 40px 0;
     }

     /* Hide Sold Out badge on images for mobile */
     .property-list-img-area-static .qbit-badge-danger {
          display: none !important;
     }
}