.mobsliderimg{
    display: none;
  }
  .desktopsliderimg{
    display: block;
  }
  .bar-container{
    font-size: 8px;
  }
  .pagebanner{
    background-size: auto 220px;
    height: 220px;
  }
/* Page Content - Modern Redesign */
.page-content-section-modern {
    padding: 100px 0;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.page-content-with-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.page-media-wrapper {
    position: sticky;
    top: 100px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(66, 42, 20, 0.15);
    border: 1px solid rgba(66, 42, 20, 0.1);
    background: #fff;
}

.page-media-image,
.page-media-video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.page-media-video {
    min-height: 400px;
    object-fit: cover;
}

.page-content-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(66, 42, 20, 0.1);
    border: 1px solid rgba(66, 42, 20, 0.1);
}

.page-content-modern,
.page-content-modern-single {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

.page-content-modern-single {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(66, 42, 20, 0.1);
    border: 1px solid rgba(66, 42, 20, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

.page-content-modern h1,
.page-content-modern h2,
.page-content-modern h3,
.page-content-modern-single h1,
.page-content-modern-single h2,
.page-content-modern-single h3 {
    color: #422A14;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.page-content-modern h1:first-child,
.page-content-modern h2:first-child,
.page-content-modern h3:first-child,
.page-content-modern-single h1:first-child,
.page-content-modern-single h2:first-child,
.page-content-modern-single h3:first-child {
    margin-top: 0;
}

.page-content-modern h1,
.page-content-modern-single h1 {
    font-size: 36px;
    border-bottom: 3px solid rgba(66, 42, 20, 0.2);
    padding-bottom: 15px;
}

.page-content-modern h2,
.page-content-modern-single h2 {
    font-size: 28px;
}

.page-content-modern h3,
.page-content-modern-single h3 {
    font-size: 22px;
}

.page-content-modern p,
.page-content-modern-single p {
    margin-bottom: 20px;
    text-align: justify;
}

.page-content-modern ul,
.page-content-modern ol,
.page-content-modern-single ul,
.page-content-modern-single ol {
    margin: 20px 0;
    padding-left: 35px;
}

.page-content-modern li,
.page-content-modern-single li {
    margin-bottom: 12px;
    line-height: 1.8;
}

.page-content-modern a,
.page-content-modern-single a {
    color: #422A14;
    text-decoration: underline;
    transition: var(--transition);
}

.page-content-modern a:hover,
.page-content-modern-single a:hover {
    color: var(--primary-light);
}

@media (max-width: 1024px) {
    .page-content-with-media {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .page-media-wrapper {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .page-content-section-modern {
        padding: 60px 0;
    }
    
    .page-content-wrapper,
    .page-content-modern-single {
        padding: 35px 25px;
    }
    
    .page-content-modern h1,
    .page-content-modern-single h1 {
        font-size: 28px;
    }
    
    .page-content-modern h2,
    .page-content-modern-single h2 {
        font-size: 24px;
    }
}

  .banner-holder{
    display: block;
  }
  .banner-holder .banner-box{
    height: auto;
    overflow: visible;
  }
  .banner-blue{
    display: none;
  }
  .banner-content-box{
    color: #000;
  }

  .tempslider{
    height: 450px;
  }
  .sliderimg{
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .slider-heading{
    font-size: 26px;
    text-align: center;
  }
  .slidercontent{
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-content .banner-heading{
    font-size: 18px;
  }
  .banner-content .banner-para{
    font-size: 12px;
    font-weight: 300;
    height: auto;
    color: #000 !important;
    margin-top: 10px;
  }
  .banner-content{
    padding: 20px 0px;
    margin-bottom: 0px;
  }
  .banner-content .banner-btn{
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
    font-size: 12px;
    padding: 4px 14px;
  }
    
  .section-heading{
    font-size: 20px;
  }
  .section-heading{
    margin: 20px auto;
  }
  .slidercontent{
/*    padding-top: 80px;*/
  }
  
  
  .menu-btn{
    color: rgba(229,223,217,.5);
    background-color: transparent;
    border: none;
    font-size: 16px;
  }
  
  .slider-heading{
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
  }
  .arm-content .slider-heading{
    opacity: 0.8;
  
  }
  .discover-btn{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .page-heading{
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 700;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.7);
    animation: fadeInUp 0.8s ease;
    color: #fff !important;
    text-align: center;
    padding: 0 20px;
  }
  
  @media (max-width: 768px) {
    .page-heading {
      font-size: 32px;
      letter-spacing: 1px;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .pagebanner{
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #1b1b1b;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
  
  .pagebanner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(66, 42, 20, 0.6) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
  }
  
  .pagebanner > div {
    z-index: 2;
  }
  #pagesection{
    padding: 80px 0px;
    background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
    min-height: 50vh;
  }
  
  .container-max {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  #pagesection .container {
    background: #fff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(66, 42, 20, 0.08);
    margin: 0 auto;
  }
  
  @media (max-width: 768px) {
    #pagesection {
        padding: 40px 0;
    }
    
    #pagesection .container {
        padding: 30px 20px;
        border-radius: 12px;
    }
  }
  .presspagesection{
    padding: 40px 0px !important;
  }
  .featured-container{
    padding: 20px 15px;
    padding-bottom: 60px;
  }
  .featured-heading{
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 20px 0px;
  }
  .featured-container .swiper-button-prev, .featured-container .swiper-button-next{
    background-color: #fff;
    color: #000;
    opacity: 1;
      background-position: 50%;
      background-repeat: no-repeat;
      border-radius: 50%;
      cursor: pointer;
      height: 32px;
      width: 32px;
      background-image: url(https://cdn.shopify.com/s/files/1/0577/1178/8125/files/left-arrow-new.svg?v=1654580925);
  }
  .featured-container .swiper-button-next {
    -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  }
  .featured-container .swiper-button-next::after, .featured-container .swiper-button-prev::after{
    opacity: 0;
  }
  .body-blur{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: none;
  }

/* Mobile styles for page banners */
@media only screen and (max-width: 768px) {
  .pagebanner {
    height: 250px !important;
    min-height: 250px !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
  }
  
  .pagebanner .slidercontent {
    position: relative !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
  }
  
  .pagebanner .page-heading {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7) !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 90% !important;
  }
}