:root {
    --primary-color: #CD805F;
    --secondary-color: #FFB5B5;
}

body {
    font-family: Arial, sans-serif;
}

/* .navbar {
    background-color: var(--primary-color);
    padding: 1rem 0;
}

.logo {
    height: 40px;
}

.nav-link {
    color: white !important;
    margin: 0 1rem;
}

.contact-btn {
    background-color: #FFB800;
    color: black;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
} */
 /* Logo Styles */
 .navbar-brand img {
    height: 11rem;
  }
  
  @media (max-width: 1200px) {
    .navbar-brand img {
        height: 11rem;
    }
  }
  
  @media (max-width: 991px) {
    .navbar-brand img {
        height: 5.5rem;
    }
  }
  
  @media (max-width: 576px) {
    .navbar-brand img {
        height: 90px;
    }
  }
  
  /* Navbar Styles */
  
  .navbar {
   background-color: var(--primary-color);
    padding: 1rem 0;
    padding: 0.5rem 1rem;
    min-height: 64;
  
  }
  
  .navbar.sticky-top {
    transition: box-shadow 0.3s ease-in-out;
  }
  
  
  /* Navigation Links */
  .nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 1rem;
    transition: opacity 0.3s;
  }
  
  .nav-link:hover {
    opacity: 0.8;
  }
  
  /* Dropdown Styles */
  .dropdown-menu {
    background: linear-gradient(135deg, #b84848 0%, #9a8329 100%); 
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    min-width: 180px;
  }
  
  .dropdown-item {
    color: #4b1a1a;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  
  .dropdown-item:hover {
    background-color:transparent;
    color: #ffffff;
    transform: translateX(5px);
  }
  
  /* Contact Button */
  .contact-btn {
      background-color: #FFA500; /* Orange color */
      color: white !important;
      padding: 0.75rem 2rem;
      border-radius: 30px; /* More rounded corners */
      font-weight: 500;
      transition: all 0.3s;
      box-shadow: 0 8px 15px rgba(255, 165, 0, 0.3);
      position: relative;
      text-decoration: none;
  }
  
  .contact-btn:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50px;
      background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0));
      pointer-events: none;
  }
  
  .contact-btn:hover {
      background-color: #FF9500;
      transform: translateY(-2px);
      box-shadow: 0 12px 20px rgba(255, 165, 0, 0.4);
  }
  
  .contact-btn:active {
      transform: translateY(0);
      box-shadow: 0 5px 10px rgba(255, 165, 0, 0.3);
  }
  
  /* Hamburger Menu */
  .navbar-toggler {
    border: none;
    padding: 0.3rem;
  }
  
  
  .navbar-toggler:focus {
    box-shadow:  0 4px 15px rgba(255, 215, 0, 0.3);
  }
  
  /* Offcanvas Styles
  .offcanvas {
    background: linear-gradient(135deg, #FF6B6B 0%, #FFD93D 100%);
  
  }
   */
  .offcanvas-header {
    padding: 1.5rem 2rem;
  }
  
  .offcanvas-title {
    color: white;
    font-weight: 600;
  }
  
  .offcanvas-body {
    width: 100%;
    padding: 1rem 1rem;
  }
  .offcanvas .dropdown-menu {
    background: linear-gradient(135deg, #f0d5d5 0%, #FFD93D 100%); 
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    min-width: 180px;
  }
  .btn-close {
    background-color: white;
  }
  
  
  /* Mobile Dropdown Styles */
  @media (max-width: 991px) {
    .dropdown-menu {
        background: transparent;
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }
  .body{
    background-image: center;
  }
    .dropdown-item {
        color: rgb(233, 127, 127) !important;
        padding: 0.5rem 1rem;
        background:transparent;
    }
  
    .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
        transform: none;
    }
  
  }
  

  
  /* Responsive Styles */
  @media (max-width: 991px) {
    .nav-link {
        color: white !important;
        margin: 0.5rem 0;
        font-size: 1.1rem;
    }
    
    .contact-btn {
        display: inline-block;
        margin-top: 1rem;
        text-align: center;
        
    }
  
    .offcanvas {
      background: linear-gradient(135deg, rgba(255, 107, 107,0.8) 0%, rgba(255, 217, 61,0.8) 100%);
        width: 75%;
        max-width: 200px;
    }
  }

.hero-section {
    background-color: var(--secondary-color);
    padding: 3rem 2rem;
    border-radius: 20px;
    margin: 2rem;
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

.hero-section h1 {
    color: #1B1B3A;
    font-size: 3.5rem;
    font-weight: bold;
    margin: 0;
    padding: auto;
}

.hero-section h2 {
    color: #FF6B6B;
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-image {
    width: 90%;
    max-width: 200px;
}

.section-title {
    color: #1B1B3A;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 150px;
    height: 2px;
    background-color: #FF6B6B;
}

.product-card {
    text-align: center;
    padding: 1rem;
}

.product-card img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 1rem;
}

.product-card h4 {
    color: #1B1B3A;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.enquire-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #DCF8C6;
    color: #075E54;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 0.9rem;
}

.enquire-btn img {
    width: 20px;
    height: 20px;
    margin: 0;
}

@media (max-width: 768px) {
    .hero-section {
        margin: 1rem;
        padding: 2rem 0;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section h2 {
        font-size: 1.8rem;
    }

    .product-card h4 {
        font-size: 1rem;
    }

    .enquire-btn {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}

.bottom-enquire {
  text-align: center;
  margin: 40px 0;
}

.bottom-text {
  color: #da920c;
  font-weight: 500;
  margin-bottom: 15px;
}
 /* Extra small devices (phones) */
 @media (max-width: 575.98px) {
  .product-image-container img {
      width: 130px;
      height: auto;
  }
}

/* Small devices (tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-image-container img {
      width: 160px;
      height: auto;
  }
}

/* Medium devices (small laptops) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-image-container img {
      width: 180px;
      height: auto;
  }
}

/* Large devices (laptops/desktops) */
@media (min-width: 992px) {
  .product-image-container img {
      width: 200px;
      height: auto;
  }
}
/* Footer Styles */
.footer {
  background-color: #FFB74D;
  padding: 20px 0;
  color: #000;
}

.footer-logo {
  max-width: 150px;
  height: auto;
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links {
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #333;
}

.address-text {
  line-height: 1.5;
}
.developer-credit {
  text-align: center;
  line-height: 1.4;

    border: 2px solid #000;
    padding: 15px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
}
.phone-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.phone-link:hover {
  color: #333;
  text-decoration: underline;
}

.copyright-text {
  font-size: 14px;
  color: #000;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .logo-container {
      text-align: center;
      margin-bottom: 20px;
  }
  
  .footer-heading {
      text-align: center;
  }
  
  .footer-links {
      text-align: center;
  }
  
  .address-text {
      text-align: center;
  }
}