/*
Theme Name: Shera Al Boom
Theme URI: http://example.com/shera-al-boom
Author: Your Name
Author URI: http://example.com
Description: A custom WordPress theme converted from an HTML site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shera-al-boom
*/
.portfolio-area {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 20px !important;
}

.portfolio-item2 {
  width: calc(33.333% - 20px) !important;
  margin-bottom: 20px !important;
}

.product-card {
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden !important;
  transition: transform 0.3s ease !important;
  position: relative;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.1);
}

.product-info {
  padding: 15px;
  text-align: center;
}

.product-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.product-category {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.product-category .category {
  font-weight: bold;
  color: #555;
}

.product-category .subcategory {
  font-style: italic;
}

.view-more-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.view-more-btn:hover {
  background-color: #0056b3;
}

.product-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  z-index: 9;
}

@media (max-width: 768px) {
  .portfolio-item2 {
    width: calc(50% - 20px) !important;
  }
}

@media (max-width: 480px) {
  .portfolio-item2 {
    width: 100% !important;
  }
}
/* Product Categories Carousel Styles */
.product-categories-carousel .category-item {
  text-align: center;
}

.product-categories-carousel .img-hover-zoom {
  overflow: hidden;
  margin-bottom: 15px;
}

.product-categories-carousel .img-hover-zoom img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-categories-carousel .img-hover-zoom:hover img {
  transform: scale(1.1);
}

.product-categories-carousel .category-info h4 {
  font-size: 18px;
  margin-top: 10px;
}

/* Owl Carousel Navigation Styles */
.product-categories-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.product-categories-carousel .owl-prev,
.product-categories-carousel .owl-next {
  position: absolute;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
}

.product-categories-carousel .owl-prev {
  left: -10px;
}

.product-categories-carousel .owl-next {
  right: -10px;
}
.cbp-hrmenu .cbp-hrsub-inner > .sub-header {
  width: auto !important;
}
/* #enquire-now-btn {
  background-color: #015593;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

#enquire-now-btn:hover {
  background-color: #0056b3;
}

#enquiry-modal .modal-content {
  padding: 2em;
}

#enquiry-modal h3.agileinfo_sign {
  font-size: 2em;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#enquiry-form input[type='text'],
#enquiry-form input[type='email'],
#enquiry-form input[type='tel'],
#enquiry-form textarea {
  font-size: 0.9em;
  color: #999;
  padding: 0.6em 1em;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  background: none;
  -webkit-appearance: none;
  outline: none;
  margin-bottom: 1em;
}

#enquiry-form textarea {
  min-height: 100px;
  resize: none;
}

#enquiry-form input[type='submit'] {
  color: #ffffff;
  font-size: 1em;
  padding: 0.8em 1em;
  cursor: pointer;
  border: none;
  background: #015593;
  outline: none;
  width: 100%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

#enquiry-form input[type='submit']:hover {
  background: #0056b3;
} */
/* Product Page Styles */
.portfolio.w3layouts.agileits {
  padding: 4em 0;
  background-color: #f9f9f9;
}

.product-image-wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.summary.entry-summary {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100% !important;
}

.product_title.entry-title {
  color: #015593;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.product-description h3 {
  color: #333;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.product-description p {
  color: #666;
  line-height: 1.6;
}

.product-meta {
  margin-top: 30px;
}
.woocommerce .woocommerce-breadcrumb {
  display: none !important;
}
.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-tags .tag {
  background-color: #e1f0ff;
  color: #015593;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.9em;
}

#enquire-now-btn {
  background-color: #015593;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
}

#enquire-now-btn:hover {
  background-color: #013d6b;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(1, 85, 147, 0.3);
}

/* Enquiry Modal Styles */
#enquiry-modal .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

#enquiry-modal .modal-header {
  background-color: #015593;
  color: #fff;
  border-bottom: none;
}

#enquiry-modal .modal-header .close {
  color: #fff;
  opacity: 1;
}

#enquiry-modal h3.agileinfo_sign {
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 0;
}

#enquiry-modal .modal-body-sub_agile {
  padding: 30px;
}

#enquiry-form input[type='text'],
#enquiry-form input[type='email'],
#enquiry-form input[type='tel'],
#enquiry-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1em;
}

#enquiry-form textarea {
  height: 120px;
}

#enquiry-form input[type='submit'] {
  background-color: #015593;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

#enquiry-form input[type='submit']:hover {
  background-color: #013d6b;
}
.mobile_product_details_title {
  display: none;
}
/* Responsive styles for single product page */
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
  }

  .product-image-column,
  .product-details-column {
    width: 100%;
    padding: 0 15px;
  }
  .desktop_product_details_title {
    display: none;
  }
  .mobile_product_details_title {
    display: block;
  }
  .product-image-wrapper {
    margin-bottom: 20px;
    border: 1px solid;
    box-shadow: none;
  }

  .summary.entry-summary {
    padding: 20px;
    box-shadow: none;
  }

  .product-description h3 {
    font-size: 1.5em;
  }

  /* .product-tags {
    justify-content: center;
  } */

  #enquire-now-btn {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .portfolio.w3layouts.agileits {
    padding: 2em 0;
  }

  .product_title.entry-title {
    font-size: 1.8em;
  }

  .product-description h3 {
    font-size: 1.3em;
  }

  .product-tags .tag {
    font-size: 0.8em;
  }

  #enquiry-modal .modal-dialog {
    margin: 10px;
  }

  #enquiry-modal .modal-content {
    padding: 10px;
  }

  #enquiry-form input[type='text'],
  #enquiry-form input[type='email'],
  #enquiry-form input[type='tel'],
  #enquiry-form textarea {
    font-size: 0.9em;
    padding: 10px;
  }
}
/* Single Product Page Styles */
.product-image-wrapper {
  margin-bottom: 30px;
}

.product_title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.product-meta {
  margin-bottom: 20px;
}

.product-categories,
.product-tags {
  margin-bottom: 10px;
}

.product-description h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.product-price {
  font-size: 18px;
  margin-bottom: 20px;
}

#enquire-now-btn {
  margin-top: 20px;
}

/* Related Products Styles */
.related.products {
  margin-top: 50px;
}

.related.products h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.related.products ul.products li.product {
  width: 23%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .related.products ul.products li.product {
    width: 48%;
  }
  .product_details_container {
    padding-top: 0px !important ;
    background-color: #fff !important;
  }
}

@media (max-width: 480px) {
  .related.products ul.products li.product {
    width: 100%;
  }
}

/* Remove navigation */
.woocommerce-pagination {
  display: none;
}
/* Product Image and Gallery Styles */
.product-image-wrapper {
  margin-bottom: 30px;
}

.main-image {
  margin-bottom: 20px;
}

.main-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}

.product-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-item {
  width: calc(25% - 10px);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery-item {
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 480px) {
  .gallery-item {
    width: calc(50% - 10px);
  }
}

.product-carousel .product-card {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 15px;
  margin: 10px;
  transition: all 0.3s ease;
  position: relative;
  width: 100% !important;
}

.product-carousel .product-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-carousel .product-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #015593;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.product-carousel .product-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.product-carousel .product-info {
  padding-top: 15px;
}

.product-carousel .product-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.product-carousel .product-title a {
  color: #333;
  text-decoration: none;
}

.product-carousel .product-category {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.product-carousel .view-more-btn {
  display: inline-block;
  background-color: #015593;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.product-carousel .view-more-btn:hover {
  background-color: #013d6b;
}
/* .product-carousel .owl-item {
  width: 250px !important;
} */
/* Responsive adjustments */
@media (max-width: 768px) {
  .product-carousel .product-card {
    margin: 10px 5px;
  }
}
.product-carousel-tags-container {
  padding-bottom: 0px !important;
}
.ser_grid1 {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
}

.carousel-caption a {
    color: #fff;
    letter-spacing: 1px;
    padding: 11px 20px;
    background: #d2232a;
    border: 1px solid #d2232a;
    font-size: 0.9em;
    border-radius: 0;
    border: 1px solid #fff;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
	
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    margin-left: 380px;
}	
	
.woocommerce div.product div.images {
    float: none !important;
    margin: 0 auto !important;

	
/* Target nav buttons inside the specific carousel */
.product-categories-carousel .owl-nav button.owl-prev,
.product-categories-carousel .owl-nav button.owl-next {
    background-color: #ffffff !important;
    border: 2px solid #333333 !important;
    border-radius: 50% !important;
    padding: 10px 15px !important;
    margin: 5px !important;
    font-size: 20px !important;
    color: #333333 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 10;
}

/* Hover effect */
.product-categories-carousel .owl-nav button.owl-prev:hover,
.product-categories-carousel .owl-nav button.owl-next:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
    border-color: #333333 !important;
}
	
.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.testimonial-box {
  background: #014073;
  border-radius: 10px;
  padding: 25px;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: white;
}

.testimonial-box img {
  border-radius: 50%;
  margin-bottom: 15px;
  border: 2px solid white;
  width: 80px;
  height: 80px;
}

.testimonial-text {
  font-style: italic;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.5;
}

.client-name {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

.client-role {
  font-size: 14px;
  color: #d0d0d0;
}

/* Outer wrapper */
.get-quote-section {
  background-color: #f1f5f9;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

/* Inner container */
.get-quote-section .get-quote-container {
  max-width: 700px;
  margin: auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* Section heading */
.get-quote-section h2 {
  text-align: center;
  color: #014073;
  margin-bottom: 30px;
  font-size: 30px;
}

/* WPForms fields */
.get-quote-section .wpforms-form input[type="text"],
.get-quote-section .wpforms-form input[type="email"],
.get-quote-section .wpforms-form input[type="tel"],
.get-quote-section .wpforms-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

/* Focus effects */
.get-quote-section .wpforms-form input:focus,
.get-quote-section .wpforms-form textarea:focus {
  outline: none;
  border-color: #014073;
}

/* Submit button */
.get-quote-section .wpforms-form button[type="submit"] {
  background-color: #014073;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

.get-quote-section .wpforms-form button[type="submit"]:hover {
  background-color: #012f56;
}
