@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --font-base: 15px;
  }

  .hero-banner.hero-banner-4 .bg-img {
    background-position: top;
  }
}

/* Medium devices (tablets, laptops between 992px to 1200px) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --font-size--h1: 44px;
    --font-size--h2: 32px;
    --font-base: 15px;
  }

  .hero-banner.hero-banner-1 {
    /* padding-top: 160px;
    padding-bottom: 60px; */
  }

  .hero-banner.hero-banner-2 {
    padding-top: 260px;
    padding-bottom: 200px;
  }

  .hero-banner.hero-banner-3 {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .hero-banner-4 .banner-content {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .hero-banner.hero-banner-5 {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .menu-area .menu .menu-title-price {
    flex-wrap: wrap;
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }

  .breadcrumb-area {
    padding-top: 160px;
  }
}

/* Medium devices (tablets, Between 768px to 992px) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  :root {
    --font-size--h1: 44px;
    --font-size--h2: 38px;
    --font-size--h3: 22px;
    --font-size--h4: 22px;
  }

  .hero-banner.hero-banner-1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-banner.hero-banner-2 {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .hero-banner.hero-banner-3 {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .hero-banner.hero-banner-3 .banner-image {
    text-align: center;
  }

  .hero-banner.hero-banner-4 .banner-content {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .hero-banner.hero-banner-4 .banner-image {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-align: center;
    max-width: 720px;
    margin-inline: auto;
  }

  .hero-banner.hero-banner-5 {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .about-area .spacer,
  .testimonial-area.testimonial-1 .spacer {
    padding-block: 20px;
  }

  .breadcrumb-area {
    padding-top: 115px;
    padding-bottom: 60px;
  }

  .shopping-area tbody td {
    min-width: 140px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {
  .services-area-bg {
    background-size: 150px;
  }

  /* Reset CSS */
  :root {
    --font-base: 15px;
    --font-sm: 12px;
    --font-xsm: 10px;
    --font-lg: 16px;
    --font-size--h1: 36px;
    --font-size--h2: 32px;
    --font-size--h3: 22px;
    --font-size--h4: 22px;
    --font-size--h5: 18px;
    --font-size--h6: 15px;
  }

  .hide-mobile {
    display: none !important;
  }

  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-100 {
    padding-top: 60px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pt-70 {
    padding-top: 30px;
  }

  .pt-90 {
    padding-top: 60px;
  }

  .pb-100 {
    padding-bottom: 60px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .pb-90 {
    padding-bottom: 30px;
  }

  .pb-95 {
    padding-bottom: 35px;
  }

  .pb-75 {
    padding-bottom: 35px;
  }

  .pb-70 {
    padding-bottom: 30px;
  }

  .pb-60 {
    padding-bottom: 20px !important;
  }

  .pb-30 {
    padding-bottom: 20px !important;
  }

  .px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .px-60 {
    padding-inline: 20px;
  }

  .btn-lg,
  .btn-md {
    padding: 12px 26px;
    font-size: var(--font-base);
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-75 {
    width: 100% !important;
  }

  .go-top {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }

  .section-title .title,
  .content-title h2 {
    margin-top: -4px;
  }

  .title-md {
    font-size: 22px;
  }

  .hero-banner.hero-banner-1 {
    /* padding-top: 70px; */
    padding-bottom: 0px;
  }

  .hero-banner.hero-banner-2 {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .hero-banner.hero-banner-3 {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .hero-banner.hero-banner-4 .banner-content {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .hero-banner.hero-banner-4 .banner-image {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-align: center;
    max-width: 540px;
    margin-inline: auto;
  }

  .hero-banner.hero-banner-5 {
    padding-top: 120px;
    padding-bottom: 35px;
  }

  .about-area .image .absolute-text {
    width: 120px;
    height: 150px;
    outline-offset: -10px;
  }

  .about-area .image .absolute-text .h4 {
    font-size: 14px;
  }

  .about-area .spacer {
    padding-block: 20px;
  }

  .menu-area .menu {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .menu-area .menu .menu-img {
    width: 100%;
  }

  .menu-area .menu .menu-title-price {
    flex-wrap: wrap;
    align-items: start;
    flex-direction: column;
  }

  .testimonial-area.testimonial-1 .spacer {
    padding-block: 20px;
  }

  .tabs-navigation {
    overflow: hidden;
    overflow-x: auto;
  }

  .tabs-navigation .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: unset;
  }

  .tabs-navigation .nav li {
    flex: 0 0 auto;
  }

  .tabs-navigation.tabs-navigation-3 .nav .nav-item {
    width: calc(50% - 10px);
  }

  .breadcrumb-area {
    padding-top: 80px;
    padding-bottom: 15px;
  }

  .shopping-area tbody td {
    min-width: 120px;
  }

  .blog-details-area .comments .comment-list .comment .comment-body .comment-author {
    max-width: 60px;
  }
}

/* Small devices (landscape phones, between 576px to 768px) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-banner.hero-banner-2 {
    padding-bottom: 100px;
  }

}

@media only screen and (max-width: 575.98px) {
  .cta-section {
    background-image: url(/static/website_static/seva_img/cta_bg.webp);
    background-size: cover;
    background-position: left;
    padding: 30px 20px 0 30px;
    border-radius: 20px;
    margin: 20px 0;
}
.whatsapp-btn {
    bottom: 70px;
    right: 10px;
    left: auto;
}
.testimonial-item {
    padding: 0;
}
.project-slider {
    margin-bottom: 0px;
}
.reel-slider .play-button{
  font-size: 36px;
}
.cta-section h1 {
    font-size: 2rem;
    color: white;
}
.cta-section p {
    color: white;
    font-size: 18px;
    line-height: 28px;
}
.footer-area-bg{
  padding-bottom: 50px;
}
  .review-card{
    height: 260px;
  }
  
  .banner-slider, .banner-item {
    height: 100%;
    margin-bottom: -10px;
}
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }

  .puja-page .services-area-two .section-title h2 {
    max-width: 100%;
    font-size: 22px;
  }

  .pt-50 {
    padding-top: 30px;
  }

  .p-25 {
    padding: 20px !important;
  }

  .category-area.category-1 .card {
    width: 100%;
    height: 100%;
  }
}

@media(min-width:760px) {

  .fixed-footer {
    display: none !important;
  }

  .mn-60 {
    margin-right: -60px;
  }

  .mr-20 {
    margin-right: 20px;
  }

  .mrn-20 {
    margin-right: -20px;
  }

  .mln-60 {
    margin-left: -60px;
  }

  .ml-20 {
    margin-left: 20px;
  }

  .mln-20 {
    margin-left: -20px;
  }

  .today-img {
    height: 530px;
    width: 100%;
    object-fit: cover;
  }

  .chadawa.pricing-card .content {
    display: flex;
    padding: 0;
    align-items: center;
    height: 100%;
  }

.chadawa.pricing-card .content img {
    max-width: 250px;
    min-width: 230px;
    height: 230px;
    object-fit: cover;
    padding-right: 10px;
    border-radius: 8px;
}
}

@media(max-width:762px) {
  .chadawa.pricing-card .price-btn-area {
    padding-bottom: 0;

  }
.copyright-area {
    padding-bottom: 40px;
}
  .owl-carousel .owl-nav button.owl-next {
    right: -0px !important;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 0px !important;
  }

  .order-xs-2 {
    order: 2 !important;
  }

  .chadawa.pricing-card h4 {
    font-size: 20px;
    color: var(--lightColor);
  }

  .chadawa.pricing-card h3 {
    font-size: 18px;
  }

  .chadawa.pricing-card .content {
    display: flex;
    padding: 0;
    align-items: center;
  }

  .chadawa.pricing-card .content img {
    max-width: 120px;
    min-width: 120px;
    height: 140px;
    object-fit: cover;
    padding-right: 0;
    width: 100%;
  }

.fixed-footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    color: white;
    z-index: 1045;
    /* box-shadow: 1px -3px 11px 0px #0000003d; */
    border-top: 1px solid #eee;
}

  .fixed-footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
  }

  .puja-page .pricing-card ul {
    overflow-y: hidden;
    height: 100%;
  }

  .fixed-footer ul li {
    width: calc(100%/4);
    border-right: 1px solid #ededed;
    padding-right: 5px;
  }

  .fixed-footer ul li:last-child {
    border: 0;
  }

  .fixed-footer .nav-sidebar .navbar-language .dropdown-menu a {
    color: #000;
  }

  .fixed-footer .nav-sidebar .navbar-language .dropdown-toggle:after {

    color: white;
  }

  .fixed-footer .nav-sidebar {
    display: block;
    padding: 0px 5px 0px 5px;
  }

.fixed-footer ul li a {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: grid;
    justify-content: center;
    justify-items: center;
}
  .fixed-footer li img{
    width: 30px;
  }
  .fixed-cart {
    position: fixed;
    bottom: 30px;
    z-index: 1;
    width: 90%;
    margin: 0 10px;
  }

  .booking-area .card-body {
    padding: 10px;
  }

  .header-area .btn-icon {
    color: var(--color-primary);
  }

  .gradient-category h4 {
    font-size: 14px
  }

  .hide-mobile {
    display: none !important;
  }

  .about-area .info-list .card {
    margin-left: 20px;
    margin-right: 20px;
    width: 320px;
    text-align: center;
  }

  .card .card-content.text-right {
    text-align: center !important;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .today-img {
    height: 330px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
  }

  .blog-area .card {
    overflow: hidden;
    transition: all 0.3s;
    margin-left: 15px;
    margin-right: 15px;
  }

  .timeline-event-copy {
    padding: 2em 0;
    position: relative;
    top: -1.875em;
    left: 4em;
    width: calc(100% - 4em);
  }

  .timeline {
    margin: 0em auto;
    position: relative;
  }

  .mobile-cart .badge {
    position: absolute;
    top: -7px;
    right: 3px;
    line-height: 1;
  }

  .mobile-cart {
    display: flex;
    align-items: center;
  }

  .h-600 {
    height: 600px !important;
  }

  .product-banner img {
    margin-bottom: 50px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

}

.hide {
  display: none !important;
}

.h-600 {
  height: 600px !important;
}

@media(max-width:962px) {

  .hide-tab {
    display: none !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .product-banner img {
    margin-bottom: 50px;
  }
}
.fixed-footer ul li a span {
    position: absolute;
    background: #a23315;
    top: -5px;
    right: 0px;
    color: white;
    font-size: 12px;
    padding: 1px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 16px;
}
.modal-icon .cart_qty_cls {
    position: absolute;
    background: var(--cog-primary-color);
    top: -5px;
    right: -8px;
    color: #ffffff;
    font-size: 12px;
    padding: 1px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
}
.cog-cart-offcanvas .offcanvas-header h5 {
    font-size: 18px;
    margin: 0;
}
.cog-cart-offcanvas .accordion-button{
  font-size: 16px;
}