/* Custom styles for Dessino website */

/* Active nav item color */
.navbar-nav .nav-item .nav-link.active {
  color: var(--accent-color) !important;
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  transform: scale(1.1);
}

.whatsapp-float i {
  color: white;
}

/* Contact Info Cards */
.contact-info-card {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.contact-info-card .icon {
  width: 80px;
  height: 80px;
  background: #FFB703;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 36px;
  color: #fff;
}

.contact-info-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-info-card p {
  color: #666;
  margin-bottom: 20px;
}

/* Product Category Section */
.product-category {
  padding: 80px 0;
}

.category-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.category-content {
  padding: 20px 0;
}

.category-content h2 {
  margin-bottom: 20px;
}

.product-list {
  margin-top: 30px;
}

.product-item {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 3px solid #FFB703;
}

.product-item h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #12223B;
}

.product-item h4 i {
  color: #FFB703;
  margin-right: 10px;
  font-size: 12px;
}

.product-item p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

/* Products Navigation */
.products-nav {
  padding: 40px 0;
  background: #f8f9fa;
}

.products-nav .nav-pills {
  gap: 15px;
}

.products-nav .nav-link {
  padding: 12px 30px;
  border-radius: 50px;
  background: #fff;
  color: #12223B;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.products-nav .nav-link.active,
.products-nav .nav-link:hover {
  background: #FFB703;
  color: #fff;
}

/* Info Box */
.info-box {
  background: #e8f4f8;
  border-left: 4px solid #12223B;
  padding: 20px 30px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.info-box i {
  font-size: 24px;
  color: #12223B;
  margin-top: 2px;
}

.info-box p {
  margin: 0;
  color: #555;
}

/* FAQ Section */
.faq-item {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.faq-item h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #12223B;
}

.faq-item h4 i {
  color: #FFB703;
  margin-right: 10px;
}

.faq-item p {
  margin: 0;
  color: #666;
}

/* Process Section */
.process-item {
  text-align: center;
  padding: 30px;
}

.process-number {
  width: 60px;
  height: 60px;
  background: #FFB703;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.process-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Service Features */
.service-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-features li {
  padding: 5px 0;
  color: #666;
}

.service-features li i {
  color: #FFB703;
  margin-right: 10px;
}

/* Stats Section */
.stat-item {
  text-align: center;
  padding: 30px;
}

.stat-item h3 {
  font-size: 48px;
  color: #FFB703;
  font-weight: 700;
  display: inline;
}

.stat-item p {
  font-size: 24px;
  color: #12223B;
  font-weight: 600;
  display: inline;
  margin-left: 5px;
}

.stat-item span {
  display: block;
  color: #666;
  margin-top: 10px;
}

/* Project Meta */
.project-meta {
  margin: 15px 0;
}

.project-meta span {
  display: block;
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.project-meta span i {
  color: #FFB703;
  margin-right: 8px;
}

.project-products {
  margin-top: 15px;
}

.project-products .badge {
  display: inline-block;
  background: #f0f0f0;
  color: #666;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin: 3px;
}

/* Contact Features */
.contact-features {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}

.contact-features h4 {
  margin-bottom: 20px;
  color: #12223B;
}

.contact-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-features ul li {
  padding: 8px 0;
  color: #555;
}

.contact-features ul li i {
  color: #28a745;
  margin-right: 10px;
}

/* Contact CTA */
.contact-cta .btn-lg {
  padding: 15px 40px;
  font-size: 18px;
}

/* Note Section */
.note-section {
  padding: 60px 0;
}

/* Value Items */
.value-item {
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.value-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
  width: 80px;
  height: 80px;
  background: #FFB703;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 36px;
  color: #fff;
}

.value-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.value-item p {
  color: #666;
  margin: 0;
}

/* Why Choose Us */
.why-choose-item {
  text-align: center;
  padding: 30px;
}

.why-choose-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #12223B;
}

.why-choose-item p {
  color: #666;
  margin: 0;
}

/* Showroom Section */
.showroom-section {
  padding: 80px 0;
}

.showroom-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.showroom-content {
  padding: 20px 0;
}

.showroom-content h3 {
  color: #FFB703;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.showroom-contact {
  margin-top: 30px;
}

/* Team Section */
.team-section {
  padding: 80px 0;
}

.team-member {
  text-align: center;
  margin-bottom: 30px;
}

.team-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.team-member p {
  color: #666;
  margin: 0;
}

/* Page Header */
.page-header {
  background: #12223B;
  padding: 120px 0 80px;
  color: #fff;
  text-align: center;
}

.page-header-content h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 15px;
}

.page-header-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

/* CTA Section */
.cta-section {
  background: #12223B;
  padding: 80px 0;
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  margin-bottom: 15px;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 24px;
    bottom: 20px;
    right: 20px;
  }
  
  .page-header {
    padding: 80px 0 60px;
  }
  
  .page-header-content h1 {
    font-size: 36px;
  }
}
