/*
Theme Name: Aerial Plus
Description: Aerial Plus Theme
Author: Aerial Plus
Author URI: https://www.aerialplus.ca/
Version: 1.0
*/

sup{color:#FFCF06;}

nav.sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 12px 0 !important;
  transition: padding 0.2s ease-in-out;
  background-color: #303030 !important;
}


.sticky-header.scrolled {
  padding:1px 0 !important;
}

@media (max-width: 767px) {
  .sticky-header {
    padding: 10px 0 !important; /* Smaller to save space on mobile */
  }

  .sticky-header.scrolled {
    padding: 8px 0 !important;
  }

  .navbar-logo img {
    height: 2.5rem !important; /* Reduce logo size on mobile */
    transition: height 0.2s ease-in-out;
  }
}

.sticky-header .navbar-logo img {
  height: 3rem;
  transition: height 0.2s ease-in-out;
}

.sticky-header.scrolled .navbar-logo img {
  height: 2.7rem;
}

@media (max-width: 991px) {
  .sticky-header .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.single-product .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.single-product .image-wrapper {
  flex: 1 1 400px;
  max-width: 500px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.single-product .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-product .text-wrapper {
  flex: 1 1 400px;
  max-width: 600px;
}

/* Responsive stacking */
@media (max-width: 768px) {
  .single-product .content-wrapper {
    flex-direction: column;
  }

  .single-product .image-wrapper,
  .single-product .text-wrapper {
    max-width: 100%;
  }
}

/* Main image wrapper – fits a square and crops nicely */
.image-wrapper.sales-gallery {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
}

.image-wrapper.sales-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Thumbnail row under main image */
.thumbnail-row.sales-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

/* Individual thumbnail styling */
.sales-thumbnails img.thumbnail-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border-color 0.2s ease-in-out;
}

/* On hover: show a border */
.sales-thumbnails img.thumbnail-image:hover {
  border-color: #555;
}

/* Optional: on mobile, make sure layout stacks */
@media (max-width: 768px) {
  .image-wrapper.sales-gallery,
  .thumbnail-row.sales-thumbnails {
    max-width: 100%;
  }
}

.sales-overlay {
  position: relative;
  overflow: hidden;
}

.sales-overlay img {
  display: block;
  width: 100%;
  height: auto;
}

/* Overlay layer */
.sales-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* adjust for darkness */
  z-index: 1;
  transition: background 0.3s ease;
}

/* Ensure text sits above overlay */
.sales-overlay .card-wrapper {
  position: relative;
  z-index: 2;
  padding: 3.5rem;
  color: #fff; /* force white text if needed */
}

/* Optional: Darken more on hover */
.sales-overlay:hover::before {
  background: rgba(0, 0, 0, 0.6) !important;
}


.inner-machine p{line-height:1.5rem;text-transform: capitalize}

.my-yellow-btn {
  background-color: #FFCF06 !important;
  color: #ffffff !important;
  border-color: #FFCF06 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

.my-yellow-btn:hover,
.my-yellow-btn:focus,
.my-yellow-btn:active {
  background-color: #ecbe00 !important;
  color: #ffffff !important;
  border-color: #ecbe00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}


.breadcrumbs{font-size:1rem;}
.breadcrumbs a{color:#FFCF06;}
.blog-h3{font-size:1.2rem;line-height: normal;}
.blog-date{font-size:.9rem;}
.blog-par h2{font-family: 'Roboto', sans-serif;font-size: 2.8rem;line-height: 1.1;font-weight: 400;font-weight:bold;margin-bottom:12px;}
.blog-par h3{font-family: 'Roboto', sans-serif;font-size: 2rem;line-height: 1.5;margin-bottom: 24px;color: #2c2c26;}
.blog-par li{font-family: 'Montserrat', sans-serif;font-size: 1.2rem;line-height: 1.5;font-weight: 300;}
.blog-par p{font-family: 'Montserrat', sans-serif;font-size: 1.2rem;line-height: 1.5;font-weight: 300;}
.alignleft{float:left;margin:10px;}
.alignright{float:left;margin:10px;}
.alignnone{float:left;margin:10px;}

/* .single-rental p{line-height:normal !important;} */

@media screen and (max-width:40em){
	
/* .navbar-logo a img {height:2rem !important;} */

.cid-sFHoAfPmXB{padding:13rem 16px 7rem 16px;padding-bottom: 7rem;}

	
}