/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
@import url('https://al-ahlyagency.com/fonts/saleh-font.css');

.single-faq , .reviews-slider .review div {
  background: #351a4b;
}
.s-block--enhanced-features__item {
  background: white;
}
.s-block--enhanced-features__item p , .s-block--enhanced-features__item h2{
  color: black;
}
.enhanced-title-border::after, .enhanced-title-border::before , .enhanced-title-border{
  background: white !important;
}

.ohimi-about-sec .text-primary.font-bold.mb-5.anime-item {
  color: white;
}

  .ohimi-images-sec > .container > .grid  {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
.ohimi-images-sec > .container > .grid > div:nth-child(3) {
    display: none !important;
}
/* MOBILE — stack everything full width */
@media (max-width: 768px) {

  /* force main grid to single column */
  .ohimi-images-sec .grid {
    grid-template-columns: 1fr !important;
  }

  /* every grid child spans full width */
  .ohimi-images-sec .grid > div {
    grid-column: span 1 !important;
    width: 100% !important;
  }

  /* nested grid also becomes single column */
  .ohimi-images-sec .grid .grid {
    grid-template-columns: 1fr !important;
  }

  /* cards full width */
  .ohimi-images-sec a.group {
    width: 100% !important;
  }

  /* optional — nicer mobile height */
  .ohimi-images-sec a.group {
    height: 260px !important;
  }
   .ohimi-images-sec img {
    object-fit: contain !important;
    object-position: center !important;
    background: #000; /* optional — fills empty space nicely */
  }
.ohimi-hero-sec .advanced-slider__caption__inner__content h2 {
  font-size: 3rem !important;
}
  .ohimi-hero-sec .advanced-slider__caption__inner{
justify-content: center;
  
}
  .ohimi-hero-sec .advanced-slider__caption{
    align-items: start;
  } 
  .ohimi-hero-sec .advanced-slider__caption .container{
    margin-top: 64%; 
  }
}

.ohimi-images-sec 
> .container 
> .grid 
> div:nth-child(2) 
> .grid 
> a img {
    object-fit: contain !important;
}

.ohimi-counter-sec .stats-number.text-4xl.font-bold {
  color: white !important;
}

.ohimi-hero-sec .advanced-slider__caption__inner__content__heading 
,.ohimi-hero-sec .advanced-slider__caption__inner__content__text
{
  font-family: 'saleh' !important;
}
.advanced-slider__caption__inner__content h2 {
  font-size: 5rem;
}
.ohimi-hero-sec .advanced-slider__caption__inner{
justify-content: right;
}
.more-info-tabs__content.tab-content {
  color: white;
}
.feature-icon.has-icon i {
  color: black;
}
.ohimi-faq .border-store-text-secondary {
  border-color: #351a4b;
}
.ohimi-faq .sicon-keyboard_arrow_down.bg-primary.text-primary-reverse.rounded-full.text-base.p-\[4px\] {
  background: unset;
}
.more-info-tabs__content.tab-content strong,.more-info-tabs__content.tab-content span {
  color: white !important;
}


/* whats app start*/
/* WhatsApp Message Bubble */
#wa-selia-message {
  position: fixed;
  z-index: 999999;
  bottom: 24px;
  right: 92px; /* distance from button */
  max-width: 320px;
  width: min(320px, calc(100vw - 140px));
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  overflow: visible;
  display: none;
  transform: translateY(6px);
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  font-family: system-ui, -apple-system, "Segoe UI", Tahoma, Arial, sans-serif;
}

#wa-selia-message.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Header */
#wa-selia-message .wa-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #f7f7f7;
}

/* Avatar with white logo support */
#wa-selia-message .wa-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background-color: #331659; /* WhatsApp green background */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  flex: 0 0 auto;
}

/* Title */
#wa-selia-message .wa-title {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

#wa-selia-message .wa-name {
  font-weight: 700;
  font-size: 14px;
  color: #111;
}

#wa-selia-message .wa-sub {
  font-size: 12px;
  color: #666;
}

/* Close button */
#wa-selia-message .wa-close {
  margin-inline-start: auto;
  border: 0;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  padding: 6px 10px;
  color: #666;
}

/* Body */
#wa-selia-message .wa-body {
  padding: 12px 14px 16px;
}

#wa-selia-message .wa-text {
  font-size: 14px;
  color: #111;
  direction: rtl;
  text-align: right;
  white-space: pre-wrap;
  word-break: break-word;
}

/* Typing cursor */
#wa-selia-message .wa-cursor::after {
  content: "▍";
  margin-inline-start: 2px;
  animation: waBlink 1s infinite;
  opacity: .8;
}

@keyframes waBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

/* Mobile adjustment */
@media (max-width: 480px) {
  #wa-selia-message {
    right: 16px;
    left: 16px;
    bottom: 90px;
    width: auto;
  }
}
/* Arrow (tail) pointing to the button */
#wa-selia-message::after {
  content: "";
  position: absolute;

  /* Where the tail sits on the bubble */
  right: -10px;     /* sticks out to the right */
   top: 50%;     /* vertical position */
transform: translateY(-50%);
  width: 0;
  height: 0;

  /* Triangle */
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff; /* same as bubble background */

  /* small shadow like the bubble */
  filter: drop-shadow(0 4px 6px rgba(0,0,0,.12));
}
/*whats app end*/


@media (max-width: 480px) {
  #wa-selia-message {
    max-width: none !important;
    left: auto !important;
    right: 16px !important;
    width: min(320px, calc(100vw - 32px)) !important;
    bottom: 130px !important;
  }
    #wa-selia-message::after{
    display: none !important;
  }
}
.blog-single article p, .blog-single  article span, .blog-single article strong
{
  color: white !important;
}