.mtc {
    margin-top: 1.5rem;
}

.mtsub {
    margin-top: 8rem;
}

/* Custom Title Sizes - Optimized for All Screen Sizes */
.sec-title {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 800;
}

.sec-title.style2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 1.3;
    font-family: var(--title-font2);
}

.sec-title.style7 {
    font-weight: 800;
    font-size: 36px;
    line-height: 1.5;
    color: #000000;
}

/* Large devices (lg) - 1200px and up */
@media (min-width: 1200px) {
    .sec-title {
        font-size: 36px;
    }

    .sec-title.style2 {
        font-size: 36px;
    }

    .sec-title.style7 {
        font-size: 36px;
    }
}

/* Medium devices (md) - 768px to 1199px */
@media (min-width: 768px) and (max-width: 1199px) {
    .sec-title {
        font-size: 30px;
    }

    .sec-title.style2 {
        font-size: 30px;
    }

    .sec-title.style7 {
        font-size: 30px;
    }
}

/* Small devices (sm) - 576px to 767px */
@media (min-width: 576px) and (max-width: 767px) {
    .sec-title {
        font-size: 20px;
    }

    .sec-title.style2 {
        font-size: 20px;
    }

    .sec-title.style7 {
        font-size: 20px;
    }
}

/* Extra small devices (xs) - Mobile - Less than 576px */
@media (max-width: 575px) {
    .sec-title {
        font-size: 16px;
    }

    .sec-title.style2 {
        font-size: 16px;
    }

    .sec-title.style7 {
        font-size: 16px;
    }
}

.mld {
    margin-left: 2rem;
}

.available-list {
    margin-top: -2rem;
}

.kitchen-link {
    color: var(--theme-color);
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.kitchen-link:hover {
    text-decoration: none;
    color: #c59d5f;
}

.mtb-minus {
    margin-top: -20px;
    margin-bottom: 20px;
}

/* Why Us Cards Styling */
.service-card-custom {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--theme-color) 0%, #c59d5f 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card-custom:hover::before {
    transform: scaleX(1);
}

.service-card-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(197, 157, 95, 0.25);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.service-icon-custom {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, var(--theme-color) 0%, #c59d5f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(197, 157, 95, 0.3);
}

.service-card-custom:hover .service-icon-custom {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(197, 157, 95, 0.4);
}

.service-icon-custom img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.service-icon-custom i {
    font-size: 40px;
    color: #ffffff;
}

.service-title-custom {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-family: 'Tajawal', sans-serif;
}

.service-desc-custom {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0;
    font-family: 'Tajawal', sans-serif;
}

/* Center the cards container */
.place-self-center {
    margin: 0 auto;
}

/* Hover animation for img-anim-top */
.img-anim-top {
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.img-anim-top:hover {
    transform: translateY(-15px);
    opacity: 1;
}

.img-anim-top:hover .service-card-custom {
    box-shadow: 0 20px 50px rgba(197, 157, 95, 0.35);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .service-card-custom {
        padding: 30px 20px;
    }

    .service-icon-custom {
        width: 70px;
        height: 70px;
    }

    .service-icon-custom img,
    .service-icon-custom i {
        font-size: 35px;
        width: 35px;
        height: 35px;
    }

    .service-title-custom {
        font-size: 20px;
    }

    .service-desc-custom {
        font-size: 14px;
    }

    .img-anim-top:hover {
        transform: translateY(-10px);
    }
}

.mtd {
    margin-top: 2rem;
}

.box-title{
    font-size: 2rem !important;
}

/* xs - الهاتف */
.box-title {
    font-size: 1.25rem !important;;   /* 20px */
    line-height: 1.3;
}

/* sm */
@media (min-width: 576px) {
    .box-title {
        font-size: 1.4rem !important;;  /* 22px */
    }
}

/* md */
@media (min-width: 768px) {
    .box-title {
        font-size: 1.6rem !important;;  /* 25px */
    }
}

/* lg */
@media (min-width: 992px) {
    .box-title {
        font-size: 2rem !important;;    /* 32px */
    }
}

/* xl */
@media (min-width: 1200px) {
    .box-title {
        font-size: 2.2rem !important;;  /* 35px */
    }
}

/* xxl */
@media (min-width: 1400px) {
    .box-title {
        font-size: 2.4rem !important;;  /* 38px */
    }
}


/* مقاس الفيديو (Portrait) */
.gallery-slider4 .video-box {
  width: 720px;
  height: 1280px;
  position: relative;
  overflow: hidden;
  border-radius: 18px; /* اختياري */
  margin: 0 auto;
}

/* صورة المعاينة تملأ الإطار */
.gallery-slider4 .video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* زر التشغيل في المنتصف */
.gallery-slider4 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Responsive: على الشاشات الصغيرة لا نخليها 720/1280 */
@media (max-width: 991px) {
  .gallery-slider4 .video-box {
    width: 90vw;
    height: calc(90vw * (1280 / 720)); /* يحافظ على نفس النسبة */
    max-width: 720px;
    max-height: 1280px;
  }
}

/* ========================== */

