/* MS STYLE */
body {
  font-family: "Roboto+Condensed", sans-serif;
}
.flat {
  margin-top: 30px;
}

.heroSec {
  position: relative;
}

.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 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;
}
/* .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;
  border: 1px solid #ccc;
  padding: 30px 15px;
  margin: 5px;
  transition: all 0.3s;
}
.item:hover {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
.banr {
  width: 80px;
}
.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;
}
.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;
}
.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: 40px;
}
.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;
  object-position: 0 -99px;
}
.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 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.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: 28px;
  padding-top: 50px;
  font-weight: 500;
  line-height: 1.2;
}
.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: 20px;
  margin-bottom: 15px;
}
.wtch-Txt p {
  max-width: 300px;
  margin: auto;
}
.shop-contain {
  margin-top: 180px;
}
.smrt-wtchHead h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.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;
}
.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 {
  width: 25%;
  margin-bottom: 30px;
}
.ftr-cnt h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
}
.ft-Menu ul li {
  padding: 5px 0;
}
.ft-Menu ul li a {
  color: #fff;
}
.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;
}



 