@media (max-width: 1600px) {
  header .nav .menu-item a {
    font-size: 17px;
    margin-left: 5px;
  }

  .site-branding img {
    width: 120px !important;
  }

  .header .button2 .ph_number {
    font-size: 20px;
  }
}
@media (min-width:1200px) and (max-width: 1600px) {
	.home_banner h1{
		font-size: 50px;
  margin-top: 143px;
	}
}


@media (max-width: 992px) {

  .home_banner .content {
    padding: 0 1.5rem;
  }

  .home_section2 .container .row .content {
    padding: 28px 20px;
  }

  .home_section2 .container .row .content .feature-icon {
    width: 120px;
    height: 100px;
  }

  .home_about .container h1 {
    font-size: 66px;
  }

  .keynote .section1 h1 {
    font-size: 42px;
  }

  .keynote .box p {
    font-size: 19px;
  }

  .keynote .section2 h1 {
    font-size: 32px;
  }

  footer .footer-logo img {
    max-width: 150px;
  }

  .banner {
    height: 38vh;
    min-height: 38vh;
  }

  .brands-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
  }


  .client-name {
    width: 60%;
  }

  .banner-side-img {
    position: absolute;
    bottom: -3px;
    right: -18%;
    max-width: 78%;
  }

  .home_banner {
    min-height: 50vh;
  }

  .home_video .video_slider .slick-prev {
    left: 0;
  }

  .home_video .video_slider .slick-next {
    right: 0;
  }

  .keynote .section2 .quote-slider {
    width: 100% !important;
  }

}

@media (max-width: 768px) {

  .home_banner .home-banner-heading {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
  }

  .home_banner .lead {
    font-size: 1.125rem;
  }

  .home_section2 .container .row .content {
    padding: 24px 18px;
  }

  .home_section2 .container .row .content .feature-icon {
    width: 120px;
    height: 100px;
  }

  .home_banner {
    text-align: center;
    padding: 80px 0 40px;
    min-height: 50vh;
  }

  .banner-side-img {
    position: relative !important;
    display: block;
    margin: 0 auto 30px;
    max-width: 111%;
    bottom: 0;
    right: 0;
  }

  .home_about .container h1 {
    font-size: 40px;
  }

  .home_banner .content {
    padding: 0;
  }

  .ourbooks h1 {
    font-size: 40px;
  }

  .ourbooks .row h4 {
    font-size: 22px;
  }

  .keynote .box .b-data {
    padding: 2.5rem;
  }

  footer .link h4,
  footer .contact h4 {
    margin-left: 0;
    text-align: center;
  }

  footer .contact ul li {
    text-align: center;
    margin-left: 0;
    text-indent: 0;
  }

  footer .contact .media {
    margin-left: 0;
    justify-content: center;
    display: flex;
  }

  footer .menu-item {
    margin-left: 0;
    text-align: left;
  }


  .banner {
    height: 38vh;
    min-height: 38vh;
    background-position: 69% 0px;
  }

  .brands-grid {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 15px;
  }

  .brand-item {
    max-width: 100px;
    padding: 8px 10px;
  }

  .brand-item img {
    max-height: 90px;
  }

  .client-name {
    width: 50%;
  }

  .Conversation .overlay .container>p {
    max-width: 100%;
  }

  .getintouch .row .contact-form {
    padding: 30px 20px;
  }

  .about-section2 {
    background-color: var(--orange);
    color: #ffffff;
    padding: 50px 0;
  }

  .home_video .video_slider .slick-prev {
    left: 0;
  }

  .home_video .video_slider .slick-next {
    right: 0;
  }


}

@media (max-width: 576px) {
  .home_banner .content {
    padding: 0 1rem;
  }

  .home_section2 .container .row .content {
    padding: 22px 16px;
  }

  .home_section2 .container .row .content .feature-icon {
    width: 120px;
    height: 100px;
  }

  .home_about .container h1 {
    font-size: 36px;
  }

  .home_about .container h3 {
    font-size: 22px;
  }

  .ourbooks h1 {
    font-size: 34px;
  }

  .keynote .section1 h1 {
    font-size: 34px;
  }

  .keynote .box p {
    font-size: 17px;
  }

  .keynote .box .b-data {
    padding: 2rem;
  }

  .keynote .section2 h1 {
    font-size: 28px;
  }

  .keynote .section2>p {
    font-size: 18px;
  }

  .quote-slider .quote {
    font-size: 1.1rem;
  }

  footer .contact ul li {
    font-size: 14px;
  }

  footer h4 {
    font-size: 20px;
  }

  .copyright p {
    font-size: 13px;
  }

  .footer-logo img {
    height: 180px;
  }

  .banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(255, 255, 255, 0.6) 25%,
        rgba(0, 0, 0, 0.25) 60%,
        rgba(0, 0, 0, 0.15) 100%);
    z-index: 0;
  }

  .keynote .section2 .quote-slider .slick-dots {
    margin-top: 20px;
    bottom: 0px !important;
    margin: 0;
  }

  .gma-gallery-image img {
    width: auto !important;
    height: 350px !important;
  }
}

@media (max-width: 390px) {
  .brands-grid {
    grid-template-columns: repeat(auto-fit, minmax(3, 1fr));
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .cart-summary-card {
    padding: 2.5rem 2rem;
  }

  .cart-summary-shipping {
    padding: 1.5rem;
  }
}

@media (max-width: 992px) {
  .custom-cart-table-wrapper {
    border-radius: 18px;
    overflow: hidden;
  }

  .cart-actions {
    flex-direction: column;
    align-items: stretch !important;
  }

  .cart-actions .coupon {
    max-width: 100%;
  }

  .cart-summary-card {
    padding: 2.25rem;
  }

  .cart-summary-shipping {
    padding: 1.4rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .custom-cart {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cart-title {
    font-size: 2.3rem;
  }

  .cart-product {
    align-items: flex-start;
  }

  .cart-summary-shipping {
    padding: 1.25rem 1.4rem;
  }
}

@media (max-width: 576px) {
  .cart-actions .coupon {
    flex-direction: column;
  }

  .cart-actions .coupon .cart-coupon-field,
  .btn-apply-coupon,
  .btn-update-cart {
    width: 100%;
  }

  .cart-summary-card {
    padding: 2rem 1.75rem;
  }

  .cart-summary-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .cart-summary-value,
  .cart-summary-value--total {
    text-align: left;
  }

  .cart-summary-shipping {
    padding: 1.2rem 1.35rem;
  }

  .cart-paypal-cta .btn-paypal {
    font-size: 0.95rem;
  }
}
