 :root {
      --primary: #b78b1e;
      --secondary: #f7f7f7;
    }
    body {
      font-family: 'Tajawal', sans-serif;
      background-color: var(--secondary);
      margin: 0px 15px 0px 15px !important;
    }
    .hero {
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('placeholder-hero.jpg') center/cover no-repeat;
      /* background-color: #e0d4e6; */
      color: #fff;
      padding: 12px 0;
      text-align: center;
    }
    .section-title {
      color: var(--primary);
      font-weight: bold;
    }
  .timer-box {
      text-align: center;
      padding: 40px;
      background: white;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    /* .animation {
      font-weight: 400;
      margin-bottom: 20px;
       font-size: 2rem;
      animation: blink 1s ease-in infinite;
    } */
    #countdown {
      font-size: 2.5rem;
      font-weight: bold;
      letter-spacing: 2px;
      color: #FF0000;
      animation: blink 2s ease-in infinite;
      width: 100%;
    }
    .sub {
      font-size: .95rem;
      opacity: 0.85;
    }
    .navbar-toggler {
      outline: none !important;
      box-shadow: none !important;
      font-size: 14px !important;
    }
    .navbar-toggler.open .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.85)' stroke-width='2' stroke-linecap='round' d='M6 6l18 18M6 24L24 6'/%3E%3C/svg%3E");
    }
    .contact-icons {
      position: fixed;
      bottom: 25px;
      right: 25px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      z-index: 1000;
    }
    .contact-icons a {
      width: 33px;
      height: 33px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: white;
      font-size: 24px;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .contact-icons a:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 14px rgba(0,0,0,0.25);
    }
    .whatsapp {
      background-color: #25D366;
    }
    .call {
      background-color: #007bff;
    }
    .sliderHeight{
      height: 250px;
    }
    h6{
      margin: 0px !important;
      padding: 0px !important;
    }
    .card-img-top{
      height: 200px !important;
      border-radius: 6px !important;
      width: 90% !important;
    }
     /* @keyframes blink {
       0%  { color: 	#CF9FFF; opacity: 1; }   
      50%  { color: #ff7f00; opacity: 0.8; } 
      100%  { color: #ffff00; opacity: 1; } 
    } */
    .card{
      border: none !important;
      border-radius: 6px;
      box-shadow: 1px 1px 10px #c6c4c7;
    }
    /* .galImg{
      height: 200px !important;
    } */
    .logo{
      border-radius: 50%;
    }
    .navbar{
      margin: 0px !important;
      padding: 0px !important;
    }
    .icon-color{
      color: #b78b1e;
      font-size: 30px;
    }
    .shadow-custom {
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.12); */
}
    .footerLinks:hover{
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('placeholder-hero.jpg') center/cover no-repeat;
      padding: 3px;
      border-radius:5px ;
    }

    