@import url(https://db.onlinewebfonts.com/c/ec14b5bd91f87c8d5a077b880a2ea73b?family=Gayo+Land+Rounded);

body {
  margin: 0;

  background-color: #fff;

  font-family: "Baloo Bhaijaan 2", sans-serif;


}

section {
  scroll-margin-top: 80px;
  /* حسب ارتفاع الـ navbar */
}

html {
  scroll-behavior: smooth;
  /* يخلي الحركة ناعمة */
}

.container {

  /* justify-content: space-between;
  align-items: center; */
  margin: 0 auto;
  width: 80%;
  position: relative;
}



/* start Home */
.nav-links li a.active {
  border-bottom: 2px solid #ffac15;
  /* خط تحت اللينك */
  color: #ffac15;
  /* يغير اللون */
  padding-bottom: 3px;
}

.home-contact {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 50vh;
  width: 50%;
}


.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.logo img {
  width: 120px;
  /* حجم ثابت */
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
}

.nav-links li a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.cart {
  flex: 0 0 auto;
}

.home {

  background-image: url('../images/Background.jpg');
  background-size: cover;

  background-repeat: no-repeat;
  background-attachment: scroll;
  /* أو fixed لو عايزاها تثبت */
  background-position: top center;
  min-height: 90vh;


  border-bottom-left-radius: 50% 200px;
  border-bottom-right-radius: 50% 200px;
  position: relative;
}

.home .layer-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 0;
  backdrop-filter: blur;
  backdrop-filter: blur(1px);
  border-bottom-left-radius: 50% 200px;
  border-bottom-right-radius: 50% 200px;
}


.navbar {

  display: flex;
  justify-content: space-between;
  /* يخلي العناصر الأساسية تتوزع */
  align-items: center;
  /* background: black; */
  padding: 5px 15px;
  /* مسافة بسيطة يمين وشمال */
}

.nav-links {
  flex: 1;
  /* تاخد المساحة بين اللوجو والكارت */
  display: flex;
  justify-content: center;
  /* تخلي اللينكات في النص بالظبط */
  gap: 30px;
  list-style: none;

}


.nav-btn {
  padding: 10px 20px;
  border: none;
  background: #ff6600;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

/* إخفاء زرار المنيو في الديسكتوب */
.menu-toggle {
  display: none;
  font-size: 24px;
  /* color: white; */
  cursor: pointer;
}

/* زرار المنيو يختفي في الديسكتوب */
.menu-toggle {
  display: none;
  cursor: pointer;
}

/* في الموبايل */
.logo img {
  max-width: 100px;
  /* خليه مرن */
  width: 100%;
  /* مايزودش عن حدود الأب */
  height: auto;
  display: block;
}


.nav-links.show {
  transform: translateX(0);
  width: 90%;
}

/* الموبايل */
@media (max-width: 992px) {
  .nav-links {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #FDFBE6;
    flex-direction: column;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    transform: translateX(300%);
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
  }

  .menu-toggle {
    display: block;
    font-size: 26px;
    color: white;
    cursor: pointer;
    position: relative;
    top: 10px;
  }

  .nav-links li a {
    display: block;
    padding: 15px 0;
    color: #333;
    /* 👈 هنا غيرناها من white لـ #333 */
    border-bottom: 1px solid #eee;
    text-decoration: none;
  }

  .nav-links li:last-child a {
    border-bottom: none;
  }





  .nav-links li:last-child a {
    border-bottom: none;
    /* نشيل الخط من آخر لينك */
  }

  .nav-links.show {
    display: flex;
  }
}

/* لحد الشاشات 1024px (تابلت) */
@media (max-width: 1024px) {
  .navbar {
    /* width: 100%; */
    padding: 0 20px;
    padding: 15PX 0;
  }

  .nav-links {
    gap: 20px;
  }

  .home-contact {
    width: 70%;
    /* النص ياخد مساحة أكبر */
    height: auto;
    margin-top: 50px;
  }
}

/* لحد الشاشات 768px (موبايل) */
@media (max-width: 768px) {
  .about-text {
    text-align: center;
    display: block !important;
    ;
  }

  .home {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 50vh;
  }

  .home .layer-home {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .nav-links li {
    margin: 15px 0;
  }

  .nav-links li a {
    font-size: 16px;
  }

  .about .container {
    width: 100%;
  }

  .cart {
    position: relative;
    top: 10px;
  }

  /* أيقونة المنيو (hamburger) */


  /* نخلي النص والصورة في النص */
  .home-contact {
    width: 90%;
    text-align: center;
    align-items: center;
    margin: auto;
    height: auto;
    margin-top: 60px;
  }

  .home-contact h1 {
    font-size: 28px;
  }

  .home-contact p {
    font-size: 14px;
  }

  h2 {
    font-size: 1rem;
  }
}


/* لو لسه فيه overflow من الـ border-radius */
.home {
  overflow-x: clip;
  /* يقص الجزء اللي بيكسر من الحواف بس */
}

.about {
  margin-bottom: 70px;
}

/* end home */
/* about */
/* start about */
.text-content {
  flex: 1;
  max-width: 500px;
}

.about-text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffac15;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-text img {
  width: 18px;
}

h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffac15;
  margin-bottom: 20px;
}

p.description {
  color: #666666;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 30px;
  max-width: 460px;
}

ul.features {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

ul.features li {
  font-weight: 600;
  font-size: 0.95rem;
  color: #444444;
  display: flex;
  align-items: center;
  gap: 8px;
}

ul.features li .icon-paw {
  color: #ffac15;
  font-weight: 900;
}

.about .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

/* الصورة */
.image-container {
  flex: 1.2;
  display: flex;
  justify-content: center;
  width: 100%;
}

.image-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

/* الزر */
.btn {
  background: #009688;
  color: white;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.btn:hover {
  background: #00796b;
}

.btn .icon-paw {
  font-weight: 900;
}

/* البطاقات الصغيرة */
.tag {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 14px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: default;
  user-select: none;
  white-space: nowrap;
}

.tag svg {
  width: 18px;
  height: 18px;
}

.tag-medical {
  top: 20px;
  right: -10px;
  z-index: 3;
}

.tag-grooming {
  bottom: 110px;
  left: -50px;
  z-index: 3;
}

.tag-boarding {
  bottom: 20px;
  right: -50px;
  z-index: 3;
}

/* الموبايل والتابلت */
@media (max-width: 992px) {
  .about .container {
    flex-direction: column;
  }

  .image-container {
    order: -1;
    width: 100%;
    text-align: center;
  }

  .image-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
  }

  .text-content {
    text-align: center;
    max-width: 100%;
  }
}

/* end about */

/* about */
/* start service */
/* Default desktop/tablet view = slider */
.slider {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

/* Mobile & Tablet (max 768px) -> stacked cards */
@media (max-width: 768px) {
  .slider {
    display: block;
    overflow: visible;
  }

  .slide {
    width: 100%;
    margin: 15px 0;
    transform: none !important;
    /* منع التكبير عند الهوفر على الموبايل */
  }

  /* إخفاء أزرار التنقل */
  .nav-button {
    display: none;
  }
}

.slider-container {
  /* max-width: 960px;
    margin: 2rem auto 4rem auto; */
  padding: 0 90px;
  position: relative;
}

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.section-heading .subtitle {
  font-size: 0.85rem;
  font-weight: 600;
  color: #159e9e;
  letter-spacing: 0.1em;
}

.section-heading .paw {
  color: #e47d00;
  font-weight: 900;
  user-select: none;
  margin: 0 0.25rem;
}

.section-heading h2 {
  margin-top: 0.5rem;
  font-weight: 800;
  font-size: 1.9rem;
  color: #f8a401;
  line-height: 1.3;
}

.slider {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slide {
  flex: 0 0 320px;
  margin-right: 1.5rem;
  border-radius: 1rem;
  /* box-shadow: 0 6px 18px rgb(0 0 0 / 0.1); */
  position: relative;
}

/* Boarding and Grooming Cats style (teal) */
.slide.teal {
  background-color: #139797;
  color: #072f3f;
}

/* Grooming Dogs style (orange) */
.slide.orange {
  background-color: #f8a401;
  color: #1b1b1b;
}

.slide-content {
  padding: 1.5rem;
}

.slide-title {
  font-weight: 700;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}

.slide-desc {
  font-weight: 400;
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.25;
  margin-bottom: 0px;
}

.slide-image-container {
  border-radius: 0.75rem;
  overflow: hidden;
}

.slide-image-container img {
  width: 100%;
  display: block;
  height: 20rem;
  object-fit: cover;
}

/* Cat head peeking from top right of Grooming Cats card */
.slide.teal.cat-peek::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 20px;
  width: 90px;
  height: 90px;
  background: url('https://storage.googleapis.com/workspace-0f70711f-8b4e-4d94-86f1-2a93ccde5887/image/39be4d93-f845-446a-8e76-49150b7df3d5.png') no-repeat center/contain;
  pointer-events: none;
}

.nav-button {
  position: absolute;
  top: 45%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  color: #f8a401;
  user-select: none;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.nav-button:hover {
  color: #ffac15
}

.nav-left {
  left: 0;
}

.nav-right {
  right: 0;
}

/* end services */
/* product */
.pets-health {
  color: #00bcd4;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 500;
}

.pets-health img {
  height: 16px;
  vertical-align: middle;
  margin-left: 5px;
}

h1 {
  font-family: 'Paytone One', Arial, sans-serif;
  color: #ff9d00;
  margin: 10px 0 20px 0;
  font-weight: 700;
}

p.subtitle {
  color: #666;
  font-size: 14px;
  margin-bottom: 40px;
}

/* الكاروسيل */
.carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow {
  font-size: 28px;
  color: #fca117;
  /* اللون البرتقالي */
  cursor: pointer;
  user-select: none;
  padding: 10px 15px;
  transition: color 0.3s ease;
}

.arrow:hover {
  color: #d78900;
}

/* صناديق المنتجات */
.product-list {
  display: flex;
  gap: 25px;
  overflow: hidden;
  /* width: 780px; */
}

.product-card {
  /* background: #CDFFE5; */
  border-radius: 15px;
  /* max-width: 240px; */
  /* flex-shrink: 0;
            padding: 15px;
            box-sizing: border-box;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center; */
  background-color: #e0f7f5;
  ;
}



/* اقتباس أيقونة القلب الخضراء */
.heart-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: #dcf9e6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.heart-icon svg {
  fill: #00bcd4;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.heart-icon:hover {
  background-color: #cff6db;
}

/* اسم المنتج */
.product-title {
  font-weight: bold;
  color: #254b27;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}

/* تقييم النجوم */
.rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #59882e;
  margin-bottom: 10px;
}

.rating svg {
  width: 14px;
  height: 14px;
  fill: #a5d368;
}

.rating span {
  font-weight: 600;
}

/* الأسعار */
.price-old {
  text-decoration: line-through;
  color: #888;
  font-size: 12px;
  margin-right: 8px;
}

.price-new {
  color: #00bcd4;
  font-weight: 700;
  font-size: 14px;
}

.price-container {
  margin-bottom: 14px;
}

/* زر الإضافة للعربة */
.btn-add-cart {
  padding: 8px 22px;
  border-radius: 25px;
  border: 1.3px solid #d78900;
  background: transparent;
  color: #d78900;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-add-cart svg {
  fill: #d78900;
  width: 18px;
  height: 18px;
}

.btn-add-cart:hover {
  background-color: #00bcd4;
  color: white;
}

.btn-add-cart:hover svg {
  fill: white;
}

/* end */

.none {
  display: none;
}

footer {
  background-image: url('../images/Frame\ 1618872870.png');
  background-position: center;
  background-size: cover;
  /* يخلي الصورة تتمدد وتغطي كل الخلفية */
  background-repeat: no-repeat;
  min-height: 50vh;
  padding: 20px 0;
  background: #a0f1eb;

}



footer p {
  color: #66BCC5;
  font-size: 14px;
}

.social-icons {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}

.social-icons a i {
  color: #66BCC5;
  border: 1px solid #ffac15;
  padding: 5px;
  border-radius: 20px;
}

.social-icons a i:hover {
  background-color: #ffac15;
  color: #66BCC5;
}

/* Responsive */
@media(max-width:768px) {
  .flex {
    display: flex;

  }

  footer .footer-img {
    width: 80%;

  }

  /* Navbar */
  .menu-toggle {
    display: block;
  }

  .navbar ul {
    position: absolute;
    top: 70px;
    right: 0;
    flex-direction: column;
    width: 200px;
    padding: 20px;
    transform: translateX(300%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
  }

  .navbar ul.show {
    display: flex;
  }

  .navbar ul li {
    margin: 15px 0;
  }

  /* Home */
  .home .contact {
    padding: 0 20px;
  }

  .home .contact h1 {
    width: 100%;
    font-size: 28px;
  }

  .home .contact button {
    width: auto;
    padding: 10px 20px;
  }

  /* Contact */
  .sec-icons {
    flex-direction: column;
    row-gap: 30px;
  }


}

.sec-icons span {
  color: #ffac15;
}

#scrollTopBtn {
  display: none;
  /* في البداية مخفي */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  background-color: #ffac15;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

#scrollTopBtn:hover {
  background-color: #ffac15;
}


.products {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.products span {
  text-align: center;
  color: #0ca9ae;
  margin-bottom: 0;
}

.products h2 {
  text-align: center;
  color: #66BCC5;
}


.cards-container {
  display: grid;
  gap: 20px;
  width: 95%;
  margin: auto;
}

/* الموبايل */
@media (max-width: 600px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr);
    /* 2 كروت */
  }
}

/* التابلت */
@media (min-width: 601px) and (max-width: 1024px) {
  .cards-container {
    grid-template-columns: repeat(3, 1fr);
    /* 3 كروت */
  }
}

/* الكمبيوتر */
@media (min-width: 1025px) {
  .cards-container {
    grid-template-columns: repeat(4, 1fr);
    /* 4 كروت */
  }
}


.card {
  border-radius: 12px;
  overflow: hidden;
  background: #66BCC5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 10px;
}

.card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.card-image {
  width: 100%;
  height: 250px;
  /* ارتفاع ثابت للكارت */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* يخلي الصورة متناسقة من غير ما تتمدد */
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(102, 188, 197, 0.95);
  /* لون شبه اللي في المثال */
  color: #f2cb7c;
  padding: 15px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  backdrop-filter: blur(2px);
  /* البلور */
}

.card:hover .card-overlay {
  transform: translateY(0);
}

.card-overlay h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  font-weight: bold;
  color: white;
}

.rating {
  font-size: 0.9rem;
  background: #fff;
  color: #222;
  padding: 2px 6px;
  border-radius: 8px;
  margin-left: 8px;
}

.old-price {
  text-decoration: line-through;
  font-size: 0.9rem;
  opacity: 0.7;
  margin: 5px 0;
}

.new-price {
  font-size: 1rem;
  font-weight: bold;
  color: #eaffea;
  margin-bottom: 10px;
}











.map {
  width: 100%;
  height: 400px;
  /* تقدري تتحكمي في الارتفاع */
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.after-footer {
  margin: 0;
  padding: 0;
}

.after-footer p {
  margin: 0;
  /* يشيل المسافة من فوق وتحت */
  padding: 10px 0;
  /* لو عايزة شوية مسافة جوه */
}

.footer-first h1 {
  color: rgba(255, 255, 255, 0.83);
  font-size: 2.5rem;
}

footer {
  display: flex;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 أعمدة */
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-col h3,
.footer-col h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffac15
    /* لون مميز للعناوين */
}

.footer-col p,
.footer-col ul,
.footer-col li,
.footer-col a {
  font-size: 14px;
  line-height: 1.6;
  color: #0ca9ae;
  text-decoration: none;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 10px;
}

.social-icons a {
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
}

.social-icons a i {
  color: #ffac15
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #ccc;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}

/* موبايل */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffac15;
  /* لون مميز للعناوين */
}

.footer-col i {
  color: #ffac15;
  /* لون الأيقونات */
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #0ca9ae;
  font-size: 14px;
}

.contact-item i {
  margin-right: 8px;
  font-size: 16px;
  color: #ffac15;
  /* لون الأيقونات */
}

.footer-img img {
  width: 100%;

}

.footer-img {
  display: flex;
  justify-content: center;

}

.card {
  position: relative;
  /* width: 250px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); */
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Overlay */
.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  background: rgba(0, 0, 0, 0.1);
  /* خلفية شفافة */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  /* مخفي */
  transition: opacity 0.3s ease;
  /* border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; */


}

/* عند الـ hover */
.card:hover .card-overlay {
  opacity: 1;
  /* يظهر */
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-col ul li {
  text-align: center;
}


@media (max-width: 600px) {
  .home {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    /* border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px; */
    height: 100vh;
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100% ,0 85%); */


  }

  .home .image img {
    width: 350px;
    margin-bottom: 0;

  }

  .home .image {
    margin: 0;
    padding: 0;


  }

  .home .contact {
    padding: 0px;
    margin: 0;
    width: 80%;
    text-align: center;
    height: auto;

  }
}

.about {
  background-color: #FDFBE6;
  min-height: 75vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0;
  gap: 30px;
  /* مسافة بين الصورة والكلام */
}

/* الصورة */
.about-image {
  width: 50%;
  display: flex;
  justify-content: center;

}

.about-image img {
  width: 100%;
  max-width: 400px;


}

/* المحتوى */
.about-content {
  width: 50%;
}

/* موبايل */
@media (max-width: 768px) {


  .about {
    flex-direction: column;
    /* يخليهم تحت بعض */
    text-align: center;
    padding: 20px;
  }

  .about-image,
  .about-content {
    width: 100%;
    /* يخلي كل واحد ياخد العرض كله */
  }

  .about-image img {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .about-list {
    text-align: left;
    /* اللستة تبقى مظبوطة شمال لو عايزة */
    margin: 20px auto;
    max-width: 500px;
  }

  .about-image {
    display: block !important;

  }


}


/* تصغير حجم العنوان على الشاشات الصغيرة */
@media (max-width: 600px) {
  h1 {
    font-size: 1.8rem;
  }
  .product-card img {
  width: 150% !important;
  height: 150px !important;
  margin-bottom: 0;
 
}
.product-card{
  padding: 5px !important;
  padding-bottom: 7px !important;
}
}
.product-card img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  /* background-color: #fff; */
}

/* الرموز الصغيرة "paws" فوق العنوان (اختياري) */
.paws {
  color: #ff7c47;
  font-size: 1.3rem;
  user-select: none;
}

.paws.left {
  position: absolute;
  top: 10px;
  left: 10px;
}

.paws.right {
  position: absolute;
  top: 10px;
  right: 10px;
}

.Services {
  min-height: 75vh;

}

.service-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.Services h2 {
  text-align: center;
  color: #66BCC5;
}

.Services .title {
  text-align: center;
  color: #ffac15;

}

.service-text {
  width: 80%;
}

.slide {
  transition: .5s all;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

.slide:hover {
  background-color: orange;
  transform: scale(1.05);
  z-index: 10;
}

.slider-container {
  background-color: white;
}

.cart {
  position: relative;
  display: inline-block;
}

.cart-count {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #0ca9ae;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
}

h1 {
  font-family: "Baloo Bhaijaan 2", sans-serif;
}

/* ====== Mobile & Tablet Styles ====== */


.services-mobile {
  display: none;
}

@media (max-width: 1024px) {


  .slider,
  .nav-button {
    display: none;
  }

  .slider-container {
    padding: 0;
  }

  .services-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;

    padding: 20px;
  }

  .products-section .container {
    width: 90%;
  }

}

#products-section {
  padding: 2rem 1rem 4rem;
  max-width: 1200px;
  margin: 0 auto;
}

#products-section h2 {
  color: #e67a00;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}

#products-section p {
  color: #555;
  margin-bottom: 2rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}

.product-card {
  /* background-color: #d6e6e9; */
  border-radius: 12px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.08);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.product-title {
  font-weight: 700;
  color: #00696f;
  text-align: center;
  margin-bottom: 0.25rem;
}

.product-rating {
  color: #008060;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 0.2rem;
}

.product-rating svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.product-price {
  color: #00696f;
  font-weight: 600;
  margin-bottom: 1rem;
}

.add-cart-btn {
  background-color: #ffac15;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  color: #072f3f;
  padding: 0.5rem 1rem;
  cursor: pointer;
  width: 100%;
  max-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s ease;
}

.add-cart-btn:hover {
  background-color: #d4912a;
}

.add-cart-btn svg {
  width: 16px;
  height: 16px;
  fill: #334d1f;

}

@media (max-width: 640px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 641px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }

}

.product-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.product-text p,
.product-text h2 {
  margin: 3px;
}

.products-section {
  padding: 30px 0;
}

.cart-message {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background: #00bcd4;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-weight: bold;
}