h2 , h3 {
color: #2b4d22 !important;
}
h1.ql-align-center  span {
color: #2b4d22 !important;
}
h2.ql-align-center  {
color: #2b4d22 !important;
}
p.ql-align-center {
color: #2b4d22 !important;
}
h1 > span{
color: #2b4d22 !important;
}
h2 > span{
color: #2b4d22 !important;
}
p >  span {
color: #2b4d22 !important;
}
.appbar .appbar-container .appbar-logo {
    height: 100%;
    margin-bottom: auto;
    margin-top: auto;
    max-height: 80px  !important;
}
@media only screen and (max-width: 480px) {
    .appbar .appbar-container .appbar-logo {
        max-height: 57px !important;
    }
}

.appbar .v-toolbar__content {
    /* ปรับ Gradient ให้เป็นโทนเขียว #2b4d22 ไล่ไปหาเขียวเข้มจัด */
    background: linear-gradient(358deg, #2b4d22 0, #111e0e 101.32%) !important;
}
.appbar-menu .menu-item{
background-image: url("https://ik.imagekit.io/vwcfjx1db/DB_Button_BG%202.png") !important;
background-color: #cccccc;
background-position: center  !important;
background-repeat: no-repeat !important;
}

.sidebar {
    background: #2b4d22 !important;
}
.menu-list .menu-item{
background-image: url("https://ik.imagekit.io/vwcfjx1db/DB_Button_BG.png") !important;
background-color: #cccccc;
background-position: center  !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.div-card img {
    border-radius: 8px;
    height: 300px !important;
    width: 508px !important;
}
.swiper-slide {
    width: 500px !important;
}
@media only screen and (max-width: 480px) {
    .div-card img {
          height: 170px !important;
    }    
.swiper-slide {
    width: 300px !important;
 }
}
.page {
  background-image: url("https://ik.imagekit.io/vwcfjx1db/DB%20BG%20_1920x1080_.webp") !important;
  background-color: #cccccc;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; 
  background-attachment: fixed !important;
  min-height: 100vh;
}
@media only screen and (max-width: 480px) {
  .page {
    background-image: none !important; 
    background-color: #2b4d22 !important; 
    background-attachment: scroll !important;
    background-size: auto !important; 
    min-height: 100vh; 
  }
}