
.custom-navbar {
  background-image: url('../images/menu-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70px; /* optional but ensures visibility */
} *


.custom-container {
  width: 80%;
  max-width: 100%;
   margin: 0 auto;
}

@media (min-width: 768px) {
  .custom-container {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .custom-container {
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    width: 80%;
  }
}

.top-bar {
  background-color: #BB9A79 !important;
  font-size: 1.2rem;
}

.top-bar a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 576px) {
  .top-bar {
    text-align: center;
    padding: 1rem;
  }

  .top-bar .social-icons a {
    margin: 0 10px;
  }
}

.social-icons i {
  font-size: 1.3rem;
}

@media (max-width: 576px) {
  .social-icons i {
    font-size: 1.5rem;
  }
}


.navbar-nav .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  color: #343297 !important;
  transition: all 0.3s ease;
  font-weight: 700;

}


.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background-color: #BB9A79;
  color: #000 !important;
  
}
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  /* background-color: #BB9A79; */

}


  .navbar-toggler-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      background-image: var(--bs-navbar-toggler-icon-bg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      filter: brightness(0) invert(1); /* Custom color via white filter */
    }

/* Slide and Animation */
.slide {
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  text-shadow: 1px 1px 5px #000;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .slide {
    height: 250px;
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
/* Mobile devices (portrait, less than 576px) */
@media (max-width: 575.98px) {
  .slide {
    height: 200px;
    margin-top: -30px;
    margin-bottom: -30px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .slide {
    height: 250px;
    margin-top: -40px;
    margin-bottom: -40px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .slide {
    height: 300px;
    margin-top: -50px;
    margin-bottom: -50px;
  }
}



/* Laptops: 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slide {
    height: 600px;
    margin-top: -60px;
  }
}

/* Large laptops and mid desktops: 1200px to 1399px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .slide {
    height: 700px;
    margin-top: -55px;
  }
}

/* Standard desktops: 1400px to 1919px */
@media (min-width: 1400px) and (max-width: 1919.98px) {
  .slide {
    height: 750px;
    margin-top: -34px;
  }
}

/* Full HD and larger desktops: 1920px and above */
@media (min-width: 1920px) {
  .slide {
    height: 850px;
    margin-top: -17px;
  }
}


.fade-in-bg {
  opacity: 0;
  animation: fadeInBackground 1s ease forwards;
}

@keyframes fadeInBackground {
  to {
    opacity: 1;
  }
}

.animated-content {
  opacity: 0;
  transform: translateY(60px);
  animation: slideUpContent 1s ease-out 2s forwards;
}

@keyframes slideUpContent {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.imageabout{
  margin: 40px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(2, 15, 124, 0.6); /* Change background here */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* Custom white arrow for previous */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

/* Custom white arrow for next */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}


.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
}

/* Partner Logo */
.partner-logo {
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Contact Headings */
.about-title {
  margin-top: 40px;
  font-size: 2rem;

}

.contact-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.contact-highlight {
  color: #BB9A79;
}

.contact-normal {
  color: #6c757d;
}

.custom-bg-gray {
  background-color: #3b3b3b; /* or use any hex like #eeeeee or rgb(240,240,240) */
}

/* Product Cards */
.row.g-4 {
  flex-wrap: wrap;
  
}

.service-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  padding: 1rem;
}


.service-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(49, 49, 49, 0.7); */
  z-index: 1;
}

.service-card .content {
  position: relative;
  z-index: 2;
  color: white;
}

.service-card .content h4 {
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-card .content p {
  font-size: 0.85rem;
}

.service-card .btn-outline-light {
  background-color: #BB9A79;
  color: #fff;
  border: none;
}

.service-card .btn-outline-light:hover {
  background-color: #BB9A79;
}

 .service-card .content p {
      font-size: 1rem; 
    }


.custom-pink-btn {
  background-color: #BB9A79;
  color: #343297!important;
  border: none;
  transition: background-color 0.1s ease;
}

.custom-pink-btn:hover {
  background-color: #BB9A79;
}

.address-block p {
  margin-bottom: 0.3rem;
}

.client-logo {
  background-color: #BB9A79;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  margin: 10px;
  height: 150px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
  cursor: pointer;
}

.client-logo:hover {
  transform: scale(1.05);
}


.hero-section {
  position: relative;
  width: 100%;
  padding: 2rem;

  min-height: 40vh; /* Allow to grow if content needs more */
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 30px !important;
    min-height: 10vh; /* Taller on small screens */
  }
}

.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Fills section while keeping aspect ratio */
  z-index: 1;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); Optional dark overlay */
  padding: 2rem;
  display: flex;
  align-items: center;
}


.product-card {
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 6px 18px rgba(27, 1, 177, 0.2); /* <-- Add this line */
cursor: pointer;
}

.product-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 24px rgba(15, 15, 15, 0.3); /* <-- Stronger shadow on hover */
}


  .product-title {
    background-color:  rgba(224, 147, 2, 0.8);

    padding: 0.75rem 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    align-items: center;
    text-align: center;
  }
.scroll-container {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 0;
  max-width: 100%;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}


.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 0.5rem 0.75rem;
  z-index: 10;
  cursor: pointer;
  font-size: 1.2rem;
}

.scroll-btn.left {
  left: 0;
}

.scroll-btn.right {
  right: 0;
}

.scroll-btn:hover {
  background: #BB9A79;
  color: #000;
}

.btn-warning {
 background-color: #BB9A79;
  border: 2px solid #BB9A79;
  color: #525150;
  border-radius: 30px;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.btn-warning:hover {
  background-color: #BB9A79;
  color: #fff;
}

.btn-category {
  background-color: #e0c084;  /* New custom color */
  border: 2px solid #e0c084;
  color: #2c2c2c;
  border-radius: 30px;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.btn-category:hover {
  background-color: #cda76c;
  color: #fff;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: #000000d4;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.category-card .card-body {
  height: 100%;
  display: flex;
  align-items: center;       /* vertical centering */
  justify-content: center;   /* horizontal centering */
  padding: 10;                /* optional: remove default padding */
}

.category-card .card-title {
  margin: 0;
  text-align: center;
}

.lead{
  font-size: 1.1rem;
}

.aboutgab{
 font-size: 6px;
}

/* Base (extra small devices, <576px) */
.py-5 {
  padding-top: 1rem;
 
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
  .py-5 {
    padding-top: 1.5rem;
   
  }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
  .py-5 {
    padding-top: 2rem;
   
  }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
  .py-5 {
    padding-top: 2.5rem;
 
  }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .py-5 {
    padding-top: 3rem;
   
  }
}

/* Extra extra large devices (≥1400px) */
@media (min-width: 1400px) {
  .py-5 {
    padding-top: 3.5rem;
   
  }
}

.py-3 {
    padding-top: 1rem !important;
    /* padding-bottom: 1rem !important; */
}