/* MS STYLE */

.pgMain-cart .tf-page-title {
    padding: 16px 0;
}
.pgMain-cart .tf-page-title .title {
    font-size: 40px;
    letter-spacing: 0.05rem;
}

.flat {
  margin-top: 30px;
}

.heroSec {
  position: relative;
}
.canvas-mb {
  font-family: inherit!important; 
}
.swiper-button-next,
.swiper-button-prev {
  color: #c5c5c5 !important;
  width: 15px !important;
}

/* Optional: add hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.hero_image {
    overflow: hidden;
}
.hero_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroTxt {
  position: absolute;
  left: 50px;
  top: 50%;
  color: #fff;
  transform: translate(0, -50%);
  padding-left: 50px;
  max-width: 500px;
}
.heroTxt h1 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  width: fit-content;
}
.heroTxt h1 span {
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.heroTxt p {
  font-size: 15px;
  margin-bottom: 20px;
}

.hroBtn a {
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 25px;
  width: fit-content;
  color: #fff;
  transition: all 0.3s;
  text-align: center;
}
.hroBtn a:hover {
  background-color: #fff;
  color: #000000;
}

/* FEATURED */
.fetrdPr-blk {
  margin-top: 30px;
  position: relative;
}
.fetrd-head {
  position: relative;
  background-color: #000000;
  padding: 10px;
  text-align: center;
}
.fetrd-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #000;
}
.fetrd-head p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  display: inline-block;
  font-family: "Oswald", sans-serif!important;
  font-weight: 300;
}
.featured-prd .container-fluid {
    padding: 0!important;
}
.fetrd-Product .swiper-slide {
    margin-left: 0!important;
    margin-right: 0!important;
}
.fetrd-Product .swiper-slide .item {
    margin-left: 12px;
    margin-right: 12px;
}
/* .fetrd-Product .swiper-wrapper{
    max-width: 1600px;
    margin: auto;
}  */
.fetrd-Product {
  position: relative;
}
.fetrd-Product .swiper-slide {
  width: 350px;
  background-color: transparent !important;
}
.item {
  height: 450px !important;
  padding: 30px 15px;
  margin: 5px;
  transition: all 0.3s;
  box-shadow: 0 2px 3px 1px #d9d9d9;
}
.item:hover {
  box-shadow: 0 1px 3px 1px #4d4d4d33,0 2px 8px 4px #4d4d4d1a;
  transition: box-shadow 135ms cubic-bezier(.4,0,.2,1);
}
.banr {
  width: 96px;
}
.prImg {
  margin-bottom: 25px;
}
.prImg img {
  width: 180px;
  display: block;
  margin: auto;
}
.prCnt {
  text-align: center;
}
.prCnt h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.custom-next,
.custom-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 35px;
  height: 35px;
  background: #000;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  user-select: none;
}
.custom-next {
  right: 10px;
}
.custom-prev {
  left: 10px;
}

.wtch-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wtch-col {
  width: 600px;
  height: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
}
.wtch-col:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.wtchImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.GR-content {
  padding: 10px 30px 30px;
}
.GR-content h6 {
  margin-bottom: 30px;
}
.shp-btn {
  margin-top: 15px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.swiper_disabled {
    padding-bottom: 20px;
    overflow-x: auto;
}
.swiper-wrapper_disabled {
    display: flex;
}
.shp-btn a {
  border: 1px solid #000;
  color: #000000;
  padding: 5px 25px;
  width: fit-content;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.shp-btn a:hover {
  background-color: #000;
  color: #fff;
}
.smWtch-contain .row {
  display: flex;
  justify-content: space-between;
}
/* .smWtch-contain .col-lg-4 {
    height: 350px;
    display: flex;
    position: relative;
    padding-bottom: 10px;
    padding-left: 5px;
     padding-right: 5px;
} */
.all-prdcts h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-top: 70px;
}
.col-33 {
  width: 33%;
  margin-bottom: 10px;
  position: relative;
}
.pr-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.smImg {
  height: 350px;
  overflow: hidden;
}
.smImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.smTxt {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.smTxt h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}
.sp-btn a {
  color: #fff;
  border: 1px solid #fff;
  width: fit-content;
  padding: 5px 20px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.sp-btn a:hover {
  background-color: #fff;
  color: #000;
}
.SM-content {
  position: relative;
}
.SMimage {
  height: 400px;
}
.SMimage > a {
    display: block;
    height: 100%;
}
.SMimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.starburst {
    width: 86px;
    height: 86px;
}
.starburst text {
    font-size: 16px;
}
.shp-btn1 a {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 5px 25px;
  width: fit-content;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.shp-btn1 a:hover {
  background-color: #ffffff;
  color: #000000;
}
.smTxt h3 span {
  display: block;
}

.stories {
  margin-top: -30px;
}
.smTxt h3 span {
  display: block;
}
.subscribe {
  text-align: center;
  padding: 40px 0;
}
.box_search {
  width: 450px;
  border: 1px solid #a7a7a7;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.box_search input {
  height: auto !important;
  width: 100%;
  height: 100%;
  font-size: 20px;
  outline: none;
  padding: 10px 20px !important;
  border: none !important;
}

.box_search button {
  padding: 5px 20px !important;
  color: #fff;
  font-size: 25px;
  border: none;
  outline: none;
  background: #000000;
  cursor: pointer;
  border-radius: 0;
}
.newsletter p {
  margin-top: 10px;
}
.newsletter a {
  border-bottom: 1px solid #000;
}

/* SHOP */
.shopContain {
  width: 100%;
  min-height: 300px;
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/banners/shop.jpg);
  text-align: center;
  position: relative;
}
.shop-cnt h1 {
  font-size: 32px;
  padding-top: 50px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
.shHero_wtch {
  position: absolute;
  bottom: -48%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.watch-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap; /* important for scroll */
}

.colmn-20 {
  width: 10%; /* ensures fixed width and no shrinking */
}
.wtchImg1 img {
  width: 180px;
}
.wtch-Txt h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.wtch-Txt p {
  max-width: 300px;
  margin: auto;
}
.shop-contain {
  margin-top: 180px;
}
.smrt-wtchHead h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.smWtch-col {
  border-top: 1px solid #ccc;
  padding: 0 20px;
}
.Ft-col {
  border-right: 1px solid #ccc;
}
.shop-cntrl {
  padding: 30px 0;
}
.sort-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compare a {
  width: fit-content;
  padding: 5px 20px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
}
.sort-col {
  display: flex;
  align-items: center;
  gap: 25px;
}
.sort-col p {
  font-weight: 500;
}
.card-productImg img {
  width: 300px;
}
/* CREATE YOUR OWN DESIGN */
.designConatain {
  width: 100%;
  height: 400px;
  background-image: url(../images/banners/80693-YWYW-1-D.webp);
  background-position: center;
  background-size: cover;
}
.ownDesign {
  padding-top: 50px;
  text-align: center;
}
.ownDe-head h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
}
.ownDe-head p {
  padding-top: 20px;
  max-width: 400px;
  margin: auto;
}
.chose-head h3 {
  margin-top: 15px;
  font-size: 26px;
  font-weight: 500;
}
.ownWatches {
  margin-top: 10px;
}
.ownWatches .col-lg-4 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 4px;
}
.des-col {
  border: 1px solid #ccc;
  padding: 30px;
  height: 100%;
  margin-top: 10px;
  max-width:350px;
}
.ownWtch-img img {
  width: 200px;
}
.ownTxt {
  text-align: left;
}
.ownTxt h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.priceAmnt {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
.priceAmnt p {
  font-weight: 500;
}
.cont-contain {
  padding-top: 50px;
  text-align: center;
}
.cont-head h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.svg__image svg {
  width: 50px;
}
.getWtch-con {
  max-width: 250px;
  margin: auto;
}
.cont-contain .row {
  display: flex;
  justify-content: center;
}
.getCnt h4 {
  margin: 5px 0;
}
.faq-section {
  max-width: 400px;
  margin: auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #000 !important;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 15px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
  border: 1px solid #e6e6e6;
  text-align: left;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}
/* CASE */
.caseConatain {
  height: 400px;
  background-color: #e0e0e0;
  position: relative;
}
.tab {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 10px;
}
.tab button {
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer !important;
  padding: 6px 12px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s;
  border-radius: 0 !important;
}

/* Active tab button */
.tab button.active {
  background-color: #fff; /* or transparent */
  color: #000;
  border-bottom: 2px solid #000;
}
.tablinks {
  position: relative;
  z-index: 9999;
}
/* Style the tab content */
.tabcontent {
  height: 400px;
  background-color: #dfdfdf;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  margin-top: 10px;
  /* overflow: hidden; */
  position: relative;
}
.tabcontent.active {
  display: block !important;
  z-index: 999;
}
.cseUpdate {
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.case-det {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.csprc {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs-price p {
  font-weight: 500;
  /* padding-right: 10px; */
}
.cartBtn a {
  background-color: #0fb0f0;
  width: fit-content;
  padding: 10px 25px;
  text-transform: uppercase;
  text-align: center;
}
.resCart a {
  background-color: transparent;
  width: fit-content;
  padding: 10px 15px;
  text-transform: uppercase;
  text-align: center;
  display: none;
  color: #000000;
}
.caseTab {
  position: relative;
  width: 100%;
}
.CaseSwiper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.caseSlidr {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 50% !important;
}

.caseImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px !important;
}

.caseImg img {
  width: 180px;
  object-fit: contain;
  margin: auto;
  display: block;
}
/* Triangle above and below */
.caseTab::before,
.caseTab::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.caseTab::before {
  top: 20px;
  transform: rotate(180deg) translateX(50%);
}
.caseTab::after {
  bottom: 20px;
}

/* Navigation arrows */
.case-slider-prev,
.case-slider-next {
  color: #000;
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.case-slider-prev:hover,
.case-slider-next:hover {
  background: #000;
  color: #fff;
}
.case-slider-prev {
  left: 0;
}
.case-slider-next {
  right: 0;
}
/* Keep the preview centered and spaced */
.selectedCasePreview {
  text-align: center;
  margin-top: -30px;
}

.selectedCasePreview img {
  width: 228px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  z-index: 1;
}

/* Band slider should be below, not absolute */
.band-slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.bandSwiper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
}
.bandSlidr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50% !important;
}

.bandImg {
  width: 250px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bandImg img {
  width: 195px;
  height: auto;
  display: block;
  margin: auto;
  transition: transform 0.3s ease;
}

/* Zoom for centered slide */
.swiper-slide-active img {
  transform: scale(1.1);
}

/* Navigation buttons */
.band-slider-prev,
.band-slider-next {
  color: #000;
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.band-slider-prev:hover,
.band-slider-next:hover {
  background: #000;
  color: #fff;
}

.band-slider-prev {
  left: 0;
}

.band-slider-next {
  right: 10px;
}

/* BLOG */
.blogBnr {
  background-image: url(../images/garmin/50725-POD.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 400px;
}
.blogContain {
  padding-top: 50px;
}
.blogHead {
  text-align: center;
}
.blogHead h2 {
  font-size: 28px;
}
.blogHead p {
  margin-top: 10px;
  font-size: 20px;
}
.blogSec {
  margin-top: 30px;
}
.blogDetails {
  height: 100%;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
.blogTxt {
  padding: 15px;
}
.blogTxt p {
  margin: 5px 0;
}
.blogType {
  display: flex;
  align-items: center;
  gap: 30px;
}

/*FOOTER  */
.Ftr-section {
  background-color: #000;
  color: #fff;
  padding: 40px 15px;
  /* margin-top: 30px; */
}
.ftr-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftr-cnt-btn {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0!important;
}
.ftr-cnt-btn svg {
    display: none;
    width: 16px;
    height: 13px;
}
.ftr-cnt {
  width: 25%;
  margin-bottom: 30px;
}
.ftr-cnt h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
}
.ft-Menu ul li {
  padding: 5px 0;
}
.ft-Menu ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.ft-Menu ul li a:hover {
  border-bottom: 1px solid #fff;
}
.ftr-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 2px solid #fff;
}
.united a {
  color: #fff;
  text-transform: capitalize;
}
.united a:hover {
  border-bottom: 1px solid #fff;
}
.socialMedia {
  display: flex;
  align-items: center;
  gap: 20px;
}
.socialMedia li a {
  font-size: 18px;
}
.ftr-col a {
  color: #fff;
}
.ftr-col1 {
  border-bottom: none;
  padding-top: 10px;
}
.fooetr-Menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fooetr-Menu li {
  padding: 5px 15px;
}
.cookie a {
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid #ffff;
}
.ms-pr {
  padding-right: 24px !important;
}

.smTxt:lang(ar) {
  right: 30px;
  left: inherit;
  direction: rtl;
}



/* AVIATION NAVIGATION PAGE STYLES */

/* Aviation Banner - Just Image, No Text */
.aviation-banner {
    width: 100%;
    min-height: 500px;
    background-image: url(../images/garmin/46074-aviation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.aviation-banner-image {
    width: 100%;
    height: 100%;
}

/* Page Header Wrapper - Breadcrumb and Heading Below Banner */
.page-header-wrapper {
    background-color: #fff;
    padding: 15px 0 20px 0;
}

.page-header-wrapper .breadcrumb {
    margin: 0 0 10px 0;
    background: none;
    padding: 0;
}

.page-header-wrapper .breadcrumb-item {
    font-size: 14px;
}

.page-header-wrapper .breadcrumb-item a {
    color: #333;
    text-decoration: none;
}

.page-header-wrapper .breadcrumb-item a:hover {
    text-decoration: underline;
}

.page-header-wrapper .breadcrumb-item.active {
    color: #666;
}

.page-heading {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000;
}

.page-subheading {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    max-width: 700px;
}



/* Aviation Products Section */
.aviation-products-section {
    padding: 50px 0;
}

/* Aviation Product Grid */
.aviation-product-grid {
    margin-top: 20px;
}

/* Aviation Product Card */
.aviation-product-card {
    border: 1px solid #e0e0e0;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.aviation-product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #ccc;
}

.aviation-product-image {
    position: relative;
    padding: 30px;
    text-align: center;
    background: #f9f9f9;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aviation-product-image img {
    max-width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
}

.aviation-product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff6b00;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
}

.aviation-product-info {
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.aviation-product-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
    display: block;
}

.aviation-product-name:hover {
    color: #0066cc;
}

.aviation-product-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.aviation-product-features li {
    font-size: 14px;
    color: #666;
    padding: 6px 0 6px 20px;
    position: relative;
}

.aviation-product-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.aviation-product-price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

/* Related Links Section */
.related-links-section {
    padding: 60px 0;
    background-color: #f5f5f5;
    margin-top: 50px;
}

.related-links-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.related-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.related-link-item:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.related-link-item .icon {
    font-size: 14px;
}

/* Filter Sidebar for Aviation */
.aviation-products-section .canvas-sidebar {
    background: #fff;
}

.aviation-products-section .widget-facet {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.aviation-products-section .widget-facet:last-child {
    border-bottom: none;
}

.aviation-products-section .facet-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.aviation-products-section .facet-content .form-select {
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 14px;
}

.aviation-products-section .filter-group-check {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}

.aviation-products-section .filter-group-check .list-item {
    padding: 8px 0;
}

.aviation-products-section .filter-group-check label {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .aviation-banner-title {
        font-size: 36px;
    }

    .aviation-banner-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .aviation-banner {
        min-height: 300px;
    }

    .aviation-banner-title {
        font-size: 28px;
    }

    .aviation-banner-subtitle {
        font-size: 14px;
    }

    .aviation-product-card {
        margin-bottom: 20px;
    }

    .related-links-title {
        font-size: 24px;
    }
}

/* ================================================
   INSPIRATION SECTION - Need Inspiration? (Section 6)
   ================================================ */
.inspiration-section {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.inspiration-section .section-heading {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 50px;
}

.inspiration-box {
    background-color: #fff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer;
}

.inspiration-box:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.inspiration-icon {
    font-size: 48px;
    color: #000;
    margin-bottom: 20px;
}

.inspiration-icon i {
    font-size: 48px;
}

.inspiration-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.inspiration-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ================================================
   UPGRADE SECTION - Get Ready for Your Upgrade (Section 7)
   ================================================ */
.upgrade-section {
    padding: 60px 0;
    background-color: #fff;
}

.upgrade-section .section-heading {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 50px;
}

.upgrade-box {
    background-color: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.upgrade-box:hover {
    box-shadow: 0 6px 20px RGB(0, 0, 0, 0.15);
}

.upgrade-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.upgrade-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.upgrade-box:hover .upgrade-image img {
    transform: scale(1.05);
}

.upgrade-content {
    padding: 30px;
}

.upgrade-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.upgrade-description {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.upgrade-cta {
    display: inline-block;
    padding: 12px 30px;
    background-color: #fff;
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.upgrade-cta:hover {
    background-color: #000;
    color: #fff !important;
    transform: translateY(-2px);
}

/* ================================================
   CHECK OUT THESE PANELS SECTION
   ================================================ */
.check-panels-section {
    background-color: #fff;
    padding: 60px 0;
}

.panels-grid {
    max-width: 1400px;
    margin: 0 auto;
}

.panel-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.panel-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.panel-image {
    overflow: hidden;
    height: 250px;
    background-color: #f8f8f8;
}

.panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.panel-card:hover .panel-image img {
    transform: scale(1.05);
}

.panel-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.panel-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.panel-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.panel-link {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    background: transparent;
}

.panel-link:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

/* ================================================
   NEWSLETTER SECTION - Stay Informed (Section 8)
   ================================================ */
.newsletter-section {
    background: #f8f8f8;
    padding: 60px 0;
}

.newsletter-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.newsletter-heading {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.newsletter-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.newsletter-form {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.newsletter-input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
}

.newsletter-btn {
    padding: 15px 40px !important;
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.newsletter-btn:hover {
    background-color: #444 !important;
}

.newsletter-consent {
    margin-bottom: 15px;
}

.newsletter-consent label {
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.newsletter-consent input[type="checkbox"] {
    cursor: pointer;
}

.newsletter-privacy {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.newsletter-privacy a {
    color: #000;
    text-decoration: underline;
}

.newsletter-privacy a:hover {
    color: #666;
}

/* ================================================
   MENU PROMO SECTION - Left Menu + Right Image (Section 9)
   ================================================ */
.menu-promo-section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.left-menu {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.menu-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin-bottom: 15px;
}

.menu-link {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.menu-link:hover {
    background-color: #f0f0f0;
    border-left-color: #000;
    padding-left: 20px;
    color: #000;
}

.right-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    padding: 40px 30px;
    color: #fff;
}

.promo-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.promo-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* ================================================
   RESPONSIVE STYLES FOR NEW SECTIONS
   ================================================ */
@media (max-width: 1199px) {

    .inspiration-section .section-heading,
    .upgrade-section .section-heading {
        font-size: 28px;
    }

    .newsletter-heading {
        font-size: 28px;
    }

    .right-image {
        height: 500px;
    }
}

@media (max-width: 767px) {

    .inspiration-section,
    .upgrade-section,
    .newsletter-section,
    .menu-promo-section {
        padding: 40px 0;
    }

    .inspiration-section .section-heading,
    .upgrade-section .section-heading {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .inspiration-box {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .upgrade-image {
        height: 250px;
    }

    .upgrade-content {
        padding: 20px;
    }

    .newsletter-heading {
        font-size: 24px;
    }

    .newsletter-input-group {
        flex-direction: column;
    }

    .newsletter-btn {
        width: 100%;
    }

    .left-menu {
        margin-bottom: 30px;
    }

    .right-image {
        height: 400px;
    }

    .promo-overlay {
        padding: 30px 20px;
    }

    .promo-title {
        font-size: 24px;
    }
}

/* ================================================
   SERIES BOXES SECTION - Section 3
   ================================================ */
.series-boxes-section {
    background-color: #fff;
    padding: 60px 0;
}

.series-box {
    background-color: #f8f8f8;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.series-box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.series-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #fff;
}

.series-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 30px;
    transition: transform 0.3s ease;
}

.series-box:hover .series-image img {
    transform: scale(1.05);
}

.series-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.series-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.series-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.btn-series {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #000;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    width: fit-content;
}

.btn-series:hover {
    background-color: #000;
    color: #fff;
}

/* ================================================
   FEATURED ARTICLES SECTION - Section 4
   ================================================ */
.featured-articles-section {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.article-card {
    background-color: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.article-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-card:hover .article-image img {
    transform: scale(1.05);
}

.article-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.article-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.article-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.article-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    width: fit-content;
    transition: all 0.3s ease;
}

.article-link:hover {
    color: #666;
    border-bottom-color: #666;
}

/* Responsive Styles for Series and Articles */
@media (max-width: 1199px) {

    .series-image,
    .article-image {
        height: 280px;
    }
}

@media (max-width: 767px) {

    .series-boxes-section,
    .featured-articles-section {
        padding: 40px 0;
    }

    .series-image {
        height: 250px;
    }

    .article-image {
        height: 300px;
    }

    .series-content,
    .article-content {
        padding: 20px;
    }
}
 