@media (min-width: 1400px) {
  .hero-slide img {
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 1199px) {
  .hero-slider,
  .hero-slider .owl-stage-outer,
  .hero-slider .owl-stage,
  .hero-slider .owl-item,
  .hero-slide {
    height: 560px;
  }
  .about-heading h2 {
    font-size: 46px;
  }

  .about-wrapper {
    gap: 40px;
  }
  .product-content .three {
    font-size: 26px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lub-links-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lub-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lub-city-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .blog-details-wrapper {
    display: grid;
    grid-template-columns: 1.7fr 0.8fr;
    gap: 35px;
    align-items: start;
  }

  .blog-sidebar {
    position: sticky;
    top: 120px;
  }
}

@media (max-width: 991px) {
  .hero-slider,
  .hero-slider .owl-stage-outer,
  .hero-slider .owl-stage,
  .hero-slider .owl-item,
  .hero-slide {
    height: 480px;
  }

  .hero-arrow {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .hero-prev {
    left: 14px;
  }

  .hero-next {
    right: 14px;
  }
  .section-padding {
    padding: 80px 0;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
  }

  .welcome-text {
    font-size: 52px;
  }

  .section-title .two {
    font-size: 46px;
  }

  .experience-box {
    right: 20px;
    bottom: 20px;
  }
  .our-product-section {
    padding: 80px 0;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-detail-banner {
    min-height: 320px;
  }

  .product-banner-content h1 {
    font-size: 46px;
  }

  .product-detail-box {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 45px;
  }

  .detail-points {
    text-align: left;
    margin: auto;
  }

  .detail-btns {
    justify-content: center;
  }
  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .product-detail-left p,
  .pd-feature-list,
  .pd-pack-list {
    margin-left: auto;
    margin-right: auto;
  }

  .pd-feature-list {
    text-align: left;
  }
  .product-detail-card {
    grid-template-columns: 1fr;
    padding: 35px;
    gap: 40px;
  }

  .product-image-box {
    min-height: 420px;
  }

  .product-detail-left .one {
    font-size: 42px;
  }
  .extra-info-grid {
    grid-template-columns: 1fr;
  }
  .why-premium-grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-main-card {
    grid-column: span 2;
  }
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-info .two {
    font-size: 42px;
  }
  .lub-faq-wrapper {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .lub-faq-image img {
    height: 420px;
  }
  .brand-excellence-wrapper {
    grid-template-columns: 1fr;
  }

  .brand-excellence-left h3 {
    font-size: 44px;
  }
    .brand-excellence-left .tree {
    font-size: 44px;
  }
  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .about-content h3 {
    font-size: 36px;
  }

  .about-img-main img {
    height: 430px;
  }

  .experience-box {
    right: 20px;
  }
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-form-box {
    padding: 35px;
  }

  .contact-form-box h3 {
    font-size: 34px;
  }
  .media-showcase-grid {
    grid-template-columns: 1fr;
  }

  .media-video-card {
    min-height: 500px;
  }

  .media-overlay .three {
    font-size: 32px;
  }
  .lubrion-strength-wrapper {
    grid-template-columns: 1fr;
  }

  .lubrion-strength-content .two {
    font-size: 40px;
  }

  .strength-image-box {
    padding: 40px;
  }

  .floating-card {
    position: static;
    display: inline-block;
    margin: 15px 10px 0;
  }
  .lub-blog-wrapper {
    grid-template-columns: 1fr;
  }

  .lub-blog-content h2 {
    font-size: 34px;
  }

  .lub-blog-features {
    grid-template-columns: 1fr;
  }
  .blog-details-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: relative;
    top: 0;
  }
  .lub-city-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lub-state-title h4 {
    font-size: 20px;
  }
    .lub-state-title .four {
    font-size: 20px;
  }
  .top-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .founder-image-box {
    max-width: 650px;
    margin: auto;
  }

  .message-card h1 {
    font-size: 42px;
  }
    .message-card .one {
    font-size: 42px;
  }

  .message-item {
    gap: 15px;
  }

  .icon-box {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }

  .timeline {
    flex-direction: column;
    gap: 30px;
  }

  .timeline::before {
    display: none;
  }

  .step {
    width: 100%;
    transform: none !important;
  }

  .section-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .floating-buttons {
    right: 12px;
    bottom: 15%;
    gap: 12px;
  }
  .about-content .one {
    font-size: 1.8rem;
  }
    .about-content h1 {
    font-size: 1.8rem;
  }

  .section-title h2{
    font-size: 28px;
  }

  .same-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .enquiry {
    padding: 0 12px;
    font-size: 18px;
  }
  .section-padding {
    padding: 70px 0;
  }

  .welcome-text {
    font-size: 38px;
  }

  .section-title .two {
    font-size: 30px;
  }

  .title-line {
    width: 90px;
  }

  .about-card {
    flex-direction: column;
    padding: 25px;
  }

  .about-icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }

  .about-icon i {
    font-size: 28px;
  }

  .about-info h4 {
    font-size: 24px;
  }

  .experience-box {
    min-width: 150px;
    padding: 18px;
  }

  .experience-box .three {
    font-size: 38px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-content .three {
    font-size: 24px;
  }

  .product-content h4 {
    font-size: 18px;
  }

  .product-content p,
  .product-note {
    font-size: 14px;
  }

  .product-btns {
    flex-wrap: wrap;
  }

  .details-btn,
  .quote-btn-product {
    height: 48px;
    font-size: 14px;
  }

  .whatsapp-btn {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 20px;
  }
  .our-product-section {
    padding: 50px 0;
  }

  .product-prev {
    left: 5px;
  }

  .product-next {
    right: 5px;
  }

  .product-arrow {
    width: 40px;
    height: 40px;
  }
  .related-product-section {
    padding: 65px 0;
  }

  .related-prev {
    left: 5px;
  }

  .related-next {
    right: 5px;
  }

  .related-arrow {
    width: 40px;
    height: 40px;
  }
  .footer-section {
    padding-top: 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
  .why-values-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 28px;
  }
  .lub-contact-section {
    padding: 70px 0;
  }

  .contact-heading h2 {
    font-size: 36px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-form-box {
    padding: 28px;
    border-radius: 24px;
  }

  .contact-info-card,
  .contact-social-card {
    padding: 28px;
    border-radius: 24px;
  }

  .contact-info-card {
    flex-direction: column;
  }

  .contact-form-box h3 {
    font-size: 28px;
  }

  .info-content .four,
  .contact-social-card .four {
    font-size: 24px;
  }
  .media-image-grid {
    grid-template-columns: 1fr;
  }

  .full-width {
    grid-column: span 1;
  }

  .media-video-card {
    min-height: 380px;
  }

  .media-img-card {
    min-height: 260px;
  }

  .media-overlay {
    left: 25px;
    bottom: 25px;
  }

  .media-overlay .three {
    font-size: 26px;
  }
  .lubrion-strength-section {
    padding: 70px 0;
  }

  .lubrion-strength-content .two {
    font-size: 32px;
  }

  .lubrion-strength-item {
    flex-direction: column;
  }

  .strength-image-box {
    padding: 25px;
    border-radius: 25px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-content .three {
    font-size: 22px;
  }

  .blog-image {
    height: 240px;
  }
  .lub-blog-details {
    padding: 70px 0;
  }

  .lub-blog-content {
    padding: 25px;
  }

  .lub-blog-content h2 {
    font-size: 28px;
  }

  .lub-blog-image img {
    height: auto;
  }

  .lub-recent-post {
    flex-direction: column;
  }

  .lub-recent-img {
    width: 100%;
    height: 220px;
  }
  .lub-links-section {
    padding: 70px 0;
  }

  .lub-sec-heading .two {
    font-size: 26px;
  }

  .lub-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .lub-link-card {
    padding: 25px 15px;
  }

  .lub-link-icon {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .lub-link-card .four {
    font-size: 15px;
  }

  .lub-product-grid {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .lub-category-title {
    font-size: 20px;
    padding: 16px 20px;
  }

  .lub-product-item {
    font-size: 14px;
    padding: 16px 18px;
  }
  .lub-presence-section {
    padding: 70px 0;
  }

  .lub-country-name h3 {
    font-size: 30px;
  }
    .lub-country-name .tree {
    font-size: 30px;
  }

  .lub-state-block {
    padding: 25px 20px;
  }

  .lub-city-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .lub-city-box {
    font-size: 14px;
    padding: 15px 10px;
  }
  .about-section .about-brand {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
  .pd-pack-list {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
  }

  .floating-buttons {
    left: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.08);
    z-index: 99;
  }

  .same-btn {
    width: 100%;
    height: 52px;
    border-radius: 0px;
    font-size: 18px;
    gap: 8px;
    flex-direction: row;
  }

  .btn-text {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-white);
  }

  .phone,
  .whatsapp,
  .enquiry {
    flex: 1;
  }

  .enquiry {
    padding: 0;
  }

  .phone:hover,
  .whatsapp:hover,
  .enquiry:hover {
    transform: none !important;
  }

  /* body bottom space */
  body {
    padding-bottom: 80px;
  }
  .phone,
  .whatsapp,
  .whatsapp::before,
  .enquiry::before {
    animation: none !important;
    transition: none !important;
  }

  .phone:hover,
  .whatsapp:hover,
  .enquiry:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .whatsapp::before {
    display: none;
  }
  .founder-image-box {
    height: 420px;
  }

  .image-overlay h2 {
    font-size: 36px;
  }

  .message-card {
    padding: 30px;
  }

  .message-card h1 {
    font-size: 36px;
  }

  .legacy-zigzag {
    padding: 40px 20px;
  }

  .section-title .two {
    font-size: 34px;
  }
  .message-card h1 {
    font-size: 34px;
  }
    .message-card .one {
    font-size: 34px;
  }

  .sub-title {
    font-size: 15px;
  }

  .message-item {
    flex-direction: column;
    text-align: left;
  }

  .message-item p {
    font-size: 16px;
    line-height: 1.7;
  }

  .quote-box {
    font-size: 16px;
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .hero-slider,
  .hero-slider .owl-stage-outer,
  .hero-slider .owl-stage,
  .hero-slider .owl-item,
  .hero-slide {
    height: 320px;
    min-height: 320px;
  }

  .hero-slide img {
    object-position: center;
  }

  .hero-arrow {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .hero-slider .owl-dots {
    bottom: 12px;
  }
  .product-detail-banner {
    min-height: 260px;
  }

  .product-banner-content h1 {
    font-size: 36px;
  }

  .detail-title-wrap {
    padding: 8px 62px 8px 14px;
  }

  .detail-title-wrap h2 {
    font-size: 28px;
  }

  .detail-icon {
    width: 58px;
    height: 58px;
    right: -22px;
    font-size: 22px;
  }

  .detail-btns {
    flex-direction: column;
  }

  .detail-quote-btn,
  .detail-whatsapp-btn {
    width: 100%;
  }
  .product-detail-page {
    padding: 50px 0;
  }

  .pd-title-wrap {
    padding: 7px 62px 7px 12px;
  }

  .pd-title-wrap h1 {
    font-size: 26px;
  }

  .pd-icon {
    width: 58px;
    height: 58px;
    right: -22px;
    font-size: 22px;
  }

  .product-detail-left h3 {
    font-size: 20px;
  }

  .product-detail-left p {
    font-size: 14px;
  }

  .pd-feature-list li {
    font-size: 13px;
  }

  .pd-pack-list span {
    min-width: 75px;
    font-size: 13px;
  }

  .product-detail-right img {
    max-height: 330px;
  }
  .product-detail-page {
    padding: 60px 0;
  }

  .product-detail-card {
    padding: 22px;
    border-radius: 24px;
  }

  .product-image-box {
    min-height: 360px;
  }

  .product-image-box img {
    max-height: 300px;
  }

  .product-detail-left .one {
    font-size: 32px;
  }

  .pd-feature-list {
    grid-template-columns: 1fr;
  }

  .pd-quote-btn,
  .pd-whatsapp-btn {
    width: 100%;
  }
  .product-extra-info {
    padding: 60px 0;
  }

  .extra-info-card {
    padding: 24px;
    border-radius: 22px;
  }

  .extra-info-title h3 {
    font-size: 22px;
  }

  .review-top h4 {
    font-size: 38px;
  }
  .why-premium-section {
    padding: 70px 0;
  }

  .why-premium-grid {
    grid-template-columns: 1fr;
  }

  .why-main-card {
    grid-column: span 1;
    padding: 30px;
  }

  .why-main-card .three {
    font-size: 24px;
  }

  .why-stats {
    grid-template-columns: 1fr;
  }

  .why-card {
    padding: 28px;
  }
  .contact-section {
    padding: 70px 0;
  }

  .contact-form-box {
    padding: 25px;
    border-radius: 22px;
  }

  .contact-info .two {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .lub-faq-section {
    padding: 70px 0;
  }

  .lub-faq-image img {
    height: 300px;
  }

  .lub-faq-question {
    padding: 18px;
    font-size: 16px;
  }

  .lub-faq-answer p {
    padding: 0 18px 18px;
  }
  .brand-excellence-section {
    padding: 70px 0;
  }

  .brand-excellence-left h3 {
    font-size: 24px;
  }

   .brand-excellence-left .tree {
    font-size: 24px;
  }

  .brand-points,
  .brand-excellence-right {
    grid-template-columns: 1fr;
  }

  .brand-card:nth-child(3) {
    grid-column: span 1;
  }

  .brand-card {
    padding: 26px;
  }
  .section-padding {
    padding: 65px 0;
  }

  .section-title .two {
    font-size: 24px;
  }

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

  .about-feature-list {
    grid-template-columns: 1fr;
  }

  .about-img-main img {
    height: 320px;
  }

  .experience-box {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -45px auto 0;
    width: 170px;
  }
  .why-values-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 20px;
  }
  .lub-faq-content h2 {
    font-size: 24px !important;
    margin-bottom: 14px !important;
  }
  .contact-heading h2 {
    font-size: 30px;
  }

  .contact-btn {
    height: 58px;
    font-size: 16px;
  }

  .contact-social-links {
    flex-wrap: wrap;
  }
  .about-section .about-brand {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
  .lubrion-strength-content .two {
    font-size: 24px;
  }
  .blog-content .three {
    font-size: 18px;
  }
  .contact-form-box h3 {
    font-size: 23px;
  }
  .extra-info-grid {
    margin-top: 0px;
  }
  .message-card h1 {
    font-size: 24px;
  }
    .message-card .one {
    font-size: 24px;
  }
  .message-card p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
  }
  .quote-box {
    margin-top: 20px;
    padding: 15px;
    text-align: justify;
  }
  .section-title {
    text-align: center;
    margin-bottom: 30px !important;
  }
  .circle {
    width: 60px;
    height: 60px;
    margin: 10px auto;
    font-size: 24px;
  }
}
