:root {
  --ab-gold: #C9A96E;
  --ab-gold-light: #E8D5A3;
  --ab-gold-dark: #9A7B4F;
  --ab-deep: #000000;
  --ab-ink: #1A1208;
  --ab-cream: #FAF6EF;
  --ab-warm-grey: #C2B89A;
  --ab-card-bg: #1C1408;
  --ab-dark: #0A0A0F;
  --ab-dark-card: #111118;
  --ab-dark-mid: #1A1A24;
  --ab-text-muted: #7A7A8F;
  --ab-text-body: #C8C8D8;
  --ab-gold-dim: rgba(201, 168, 76, 0.15);
}
@media (max-width: 320px){
    .box1{
        top: 40px;
        padding: 8px;
        font-size: 10px;
        width: 70px;
        height: 60px;
    }
    .box2{
        top: 150px;
        z-index: 444;
        font-size: 12px;
        padding: 8px;
        width: 70px;
        height: 60px;
    }
    .box3{
        top: 150px;
        left: 200px;
        font-size: 12px;
        padding: 8px;
        width: 70px;
        height: 60px;
    }
    .logform .btn-log{
        margin-top: 25px;
    }
    .btn-wa{
        float: right;
        right: 29px;
        z-index: 4;
        position: fixed;
        top: 550px;
        height: 40px;
        width: 40px;
      }
}
@media (max-width: 425px){

    .box1{
        top: 40px;
        padding: 8px;
        font-size: 14px;
        width: 100px;
        height: 90px;
    }
    .box2{
        top: 150px;
        z-index: 444;
        font-size: 12px;
        padding: 8px;
        width: 100px;
        height: 90px;
    }
    .box3{
        top: 150px;
        left: 200px;
        font-size: 12px;
        padding: 8px;
        width: 100px;
        height: 90px;
    }
    .btn-log a{
        margin-top: 25px;
    }

}
@media (max-width: 768px){

    .box1{
        top: 40px;
        padding: 8px;
        font-size: 14px;
        width: 100px;
        height: 90px;
    }
    .box2{
        top: 180px;
        z-index: 444;
        font-size: 12px;
        padding: 8px;
        width: 100px;
        height: 90px;
    }
    .box3{
        top: 180px;
        left: 200px;
        font-size: 12px;
        padding: 8px;
        width: 100px;
        height: 90px;
    }
}
/* CARD WRAPPER */
.premium-wallet-card {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 16/10;
  perspective: 1000px;
  margin: 20px auto;
}

/* INNER */
.premium-wallet-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* FLIP (Desktop Hover) */
.premium-wallet-card:hover .premium-wallet-card-inner {
  transform: rotateY(180deg);
}

/* FRONT + BACK COMMON */
.premium-wallet-card-front,
.premium-wallet-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* FRONT DESIGN */
.premium-wallet-card-front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
              url("../img/background/premium-card.avif") center/cover no-repeat;
  color: #fff;
}

.classic-wallet-card {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 16/10;
  perspective: 1000px;
  margin: 20px auto;
}

/* INNER */
.classic-wallet-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* FLIP (Desktop Hover) */
.classic-wallet-card:hover .classic-wallet-card-inner {
  transform: rotateY(180deg);
}

/* FRONT + BACK COMMON */
.classic-wallet-card-front,
.classic-wallet-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* FRONT DESIGN */
.classic-wallet-card-front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
              url("../img/background/classic-card.jpg") center/cover no-repeat;
  color: #fff;
}

.luxury-wallet-card {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 16/10;
  perspective: 1000px;
  margin: 20px auto;
}

/* INNER */
.luxury-wallet-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* FLIP (Desktop Hover) */
.luxury-wallet-card:hover .luxury-wallet-card-inner {
  transform: rotateY(180deg);
}

/* FRONT + BACK COMMON */
.luxury-wallet-card-front,
.luxury-wallet-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* FRONT DESIGN */
.luxury-wallet-card-front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
              url("../img/background/vip.avif") center/cover no-repeat;
  color: #fff;
}
/* LOGO */
.memCard-header {
  display: flex;
  justify-content: space-between;
}

.memCard-header .chutkee-card-logo img {
    width: 75px;
    position: relative;
    top: -11px;
    background: #fefefec7;
    border-radius: 15px;
}

/* HEADER */
.memCard-header .card__header {
  align-items: center;
}

.heading_8264 {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 800;
  letter-spacing: 2px;
  /* font-style: italic; */
  text-transform: uppercase;
}

.memCard-header .wifi__logo img {
  width: 24px;
  margin-top: -20px;
  transform: rotate(90deg);
  margin-left: 45px;
}

/* CONTENT */
.card-main-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* PREMIUM TEXT */
.chip__text .text {
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.9;
  position: relative;
  top: -10px;
}

/* CARD NUMBER */
.member__id {
  text-align: center;
  margin-top: -25px;
}

.member__id .number {
  font-size: clamp(16px, 3vw, 26px);
  letter-spacing: 3px;
  font-weight: bold;
}

/* BOTTOM AREA */
.valid__and__logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  bottom: 10px;
}

/* VALID */
.valid___area p {
  font-size: 10px;
  margin: 0;
}

.valid___area .text {
  font-size: 14px;
  font-weight: 600;
}

/* NAME */
.acc_____name .text {
  font-size: 14px;
  font-weight: 600;
}

/* BACK SIDE */
.premium-wallet-card-back {
  background: #9a63a9;
  transform: rotateY(180deg);
}

.luxury-wallet-card-back {
  background: #53150a;
  transform: rotateY(180deg);
}
.classic-wallet-card-back {
  background: #456e03;
  transform: rotateY(180deg);
}
/* STRIPS */
.strip {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 40px;
  background: repeating-linear-gradient(
    45deg,
    #303030,
    #303030 10px,
    #202020 10px,
    #202020 20px
  );
}

.mstrip {
  position: absolute;
  top: 90px;
  left: 20px;
  width: 70%;
  height: 30px;
  background: black;
  border-radius: 4px;
}

.sstrip {
  position: absolute;
  top: 95px;
  right: 20px;
  width: 60px;
  height: 25px;
  background: white;
  border-radius: 4px;
}

.code {
  text-align: right;
  font-weight: bold;
  padding: 2px 5px;
  color: black;
}

/* MOBILE */
@media (max-width: 576px) {
  .premium-wallet-card {
    max-width: 100%;
  }

  .premium-wallet-card-front {
    padding: 15px;
  }

   .classic-wallet-card {
    max-width: 100%;
  }

  .classic-wallet-card-front {
    padding: 15px;
  }

   .luxury-wallet-card {
    max-width: 100%;
  }

  .luxury-wallet-card-front {
    padding: 15px;
  }

  .member__id .number {
    font-size: 18px;
  }
  .member__id {
    margin-top: -30px;
  }

  .acc_____name .text {
    font-size: 12px;
  }
  .chip__text .text {
    top: 0px;
  }
}

/* TABLET */
@media (min-width: 577px) and (max-width: 992px) {
  .premium-wallet-card {
    max-width: 350px;
  }
  .classic-wallet-card {
    max-width: 350px;
  }
  .luxury-wallet-card {
    max-width: 350px;
  }
}

/* TOUCH FIX (NO HOVER ON MOBILE) */
@media (hover: none) {
  .premium-wallet-card:hover .premium-wallet-card-inner {
    transform: none;
  }
  .classic-wallet-card:hover .classic-wallet-card-inner {
    transform: none;
  }
  .luxury-wallet-card:hover .luxury-wallet-card-inner {
    transform: none;
  }
}
.items{
    width:90%;
    margin:0px auto;
    margin-top: 100px;
  }
  .slick-slide{
    margin:10px;
  }
  .slick-slide img{
    width:100%;
    border: 0px solid #fff;
  }

  .refferal__background {
    background: url("../img/background/refferal-back.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .book__now2 {
    background-image: url("../img/background/book-now.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.book__now form label {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 15px #fff;
    padding-top: 7px;
    padding-bottom: 8px;
}

.book__now form select{
    padding-top: 7px;
    padding-bottom: 8px;
}
.book__now form select option {
    background-color: #030330b7;
    font-size: 15px;
    padding: 7px;
    color: #fff;
}

.book__now form .input-group .input-group-text {
    background: #0b0446;
    color: #ffffff;
}
.book__now form .input-group .input-group-text i{
    font-size: 18px;
}

.book__now form button {
    background: darkred;
    color: #fff;
    font-weight: 700;
    transition: all ease .8s;
}
.book__now form button:hover {
    background: #0b0446;
    transition: all ease-in-out .8s;
    transform:  translateX(2em);
}

.book__head{
    text-align: center;
    font-weight: 800;
    color: darkblue;
    text-shadow: 2px 2px 25px #0b0446;
}

.book__now .form-control:focus {
    outline: none;
    border-color: #0b0446;
    box-shadow: none;
}

.spa__book{
    background: #c7050591;
}
.spa__book p{
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 1px 1px 10px #0b0446;
    padding: 5px;
}

.card7 {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(44, 2, 2, 0.884) 0px 8px 30px;
}


  

@media (max-width: 768px) {

    .sub__btn {
        padding-left: 25px;
    }
}
.rigthContent a {
    text-decoration: none;
    text-transform: capitalize;
  }

.filter__haead__referesh {
    display: flex;
    gap: 10px;
    padding-left: 20px;
}
.filter__haead__referesh .section__title {
    width: calc(100% - 40%);
}
.filter__haead__referesh .section__title p {
    font-size: 32px;
    font-weight: 700;
}

.filter__haead__referesh .referesh a {
    text-decoration: none;
    font-size: 16px;
    position: relative;
    top: 14px;
    font-weight: 600;
}

.main__filter__area {
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 89vh;
    border-radius: 5px;
    margin-bottom: 40px;
    border-right: 1px solid #e1e2e3;
    overflow-y: scroll;
    width: 100%;
    padding-top: 16px;
}
.main__filter__area::-webkit-scrollbar {
    /* box-sizing: border-box;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap; */
    display: block;
    background-color: #F5F5F5;
    width: 6px;
}
.main__filter__area::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 10px;
	background-color: #F5F5F5;
}
.main__filter__area::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: rgba(0, 0, 0, 0.08);
}
.main__filter__area .start__filter__section {
        background: transparent;
        box-sizing: border-box;
        -webkit-box-align: stretch;
        align-items: stretch;
        flex-flow: row nowrap;
}


.range-slide {
    position: relative;
    margin: 0px;
    height: 1px;
    width: 239px;
  }
  
  .slide__range {
    position: absolute;
    top: 0;
    height: 4px;
    background: #ccc;
    left: 9px;
    right: 9px;
  }
  
  .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7px;
    background-color: #3e2c41;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  
  .thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    top: -9px;
    height: 24px;
    width: 24px;
    margin-left: -9px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  
 .range-slide input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
  }
  
 .range-slide input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
  }
  
  .display__amount {
    margin: 28px;
    width: 236px;
    display: flex;
    justify-content: space-between;
  }
  
  .display__amount .min__range {
    font-size: 17px;
    font-weight: 600;
    background: #e7e5e5;
    padding: 4px 8px;
    border-radius: 10px;
    position: relative;
    right: 33px;
  }
  .display__amount .max__range {
    font-size: 17px;
    font-weight: 600;
    background: #e7e5e5;
    padding: 4px 8px;
    border-radius: 10px;
    position: relative;
    right: 15px;
  }

  /* end range slider */
  .title p {
    padding-left: 21px;
    font-size: 18px;
    font-weight: 600;
  }
.spa__filter__collection .sections__title {
    font-size: 20px;
    font-weight: 600;
}
.spa__filter__collection form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.spa__filter__collection form .read-more-contents .read__contents_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.filter__checboxs label span {
    font-size: 18px;
    /* font-weight: 500; */
    color: #4e4c4c;
    position: relative;
    top: -4px;
    left: 10px;
}
.filter__checboxs label input {
    background: #cccccc;
    height: 19px;
    width: 19px;
} 

.filter__spa__header {
    height: 12vh;
    border-bottom: 1px solid #c2c1c1;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}
.spa__found__filter__tag {
    display: flex;
    padding: 4px;
    padding-left: 10px;
}
.spa__found__filter__tag .spa__founds {
    width: calc(100% - 30%);
}
.spa__found__filter__tag .spa__founds h2 {
    font-size: 27px;
    font-weight: 600;
    padding-top: 18px;
}
.spa__found__filter__tag .filter__select {
    display: flex;
    gap: 20px;
    padding-top: 15px;
}
.spas__and__map__area {
    display: flex;
    gap: 10px;
}
.spas__and__map__area .spa__fliter__area {
    width: calc(100% - 58%);
    /* border: 1px solid #2a2a2a; */
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 77vh;
    border-radius: 5px;
    margin-bottom: 40px;
    /* border-right: 1px solid #2a2a2a; */
    overflow-y: scroll;
    /* width: 100%; */
}

.spas__and__map__area .spa__fliter__area::-webkit-scrollbar {
    /* box-sizing: border-box;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap; */
    display: block;
    background-color: #F5F5F5;
    width: 7px;
}
.spas__and__map__area .spa__fliter__area::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 10px;
	background-color: #F5F5F5;
}
.spas__and__map__area .spa__fliter__area::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: rgba(0, 0, 0, 0.08);
}
.spas__and__map__area .spa__fliter__area .spas__filter__track {
        background: transparent;
        box-sizing: border-box;
        -webkit-box-align: stretch;
        align-items: stretch;
        flex-flow: row nowrap;
}

.spas__and__map__area .map__filter__area {
    /* border: 1px solid #2a2a2a; */
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 77vh;
    width: 58%;
}
.spas__main__area__start {
    display: flex;
    gap: 5px;
    width: 100%;
}
.spas__main__area__start .spa__image__mainarea {
    width: calc(100% - 57%);
}
.spas__main__area__start .spa__image__mainarea .category__tags {
    position: relative;
    top: -138px;
    right: 14px;
    background: #3e2c41;
    z-index: 10;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #fff;
    height: 22px;
    width: 80px;
}
.spas__main__area__start .spa__image__mainarea .category__tags p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    color: #fff;
    text-shadow: 1px 1px 10px #2a2a2a50;
}
.spas__main__area__start .spa__image__mainarea .category__tags div {
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 14px solid #3e2c41;
    border-bottom: 11px solid transparent;
    border-left: 14px solid transparent;
    z-index: -6;
}
.spas__main__area__start .spa__image__mainarea .spa__image {
    width: 170px;
    height: 140px;
    order: 1;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    left: 0px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.spas__main__area__start .spa__image__mainarea .spa__image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.spas__main__area__start .spa__contents {
    width: 57%;
}
.spas__main__area__start .spa__contents .section_title h5 {
    max-width: 14rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    font-weight: 600;
    /* width: 200px; */
}

.spas__main__area__start .spa__contents .spa__filter__address p {
    max-width: 14rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    font-size: 14px;
    position: relative;
    top: -8px;
    font-weight: 500;
}

.spas__main__area__start .spa__contents .spa__filter__rating {
    display: flex;
}
.spas__main__area__start .spa__contents .spa__filter__rating .rates {
    background: #3e2c41;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 0px 4px;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 10px #2a2a2a;
    position: relative;
    top: -12px;
}

.spas__main__area__start .spa__contents .spa__filter__rating .tot__rating {
    font-size: 14px;
    position: relative;
    top: -12px;
}

.spas__main__area__start .spa__contents .spa__filter__rating .qualty {
    font-size: 14px;
    position: relative;
    top: -12px;
}
.spas__main__area__start .spa__contents .spa__filter__ratelist p {
    margin-top: -10px;
    color: #165c16;
    font-weight: 700;
    font-size: 24px;
}

.spas__main__area__start .spa__contents .spa__filter__ratelist p del {
    font-size: 17px;
    font-weight: 600;
    color: black;
}


.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer {
    display: inline-block;
    background-color: var(--primary-color);
    /* -webkit-border-radius: 3px 4px 4px 3px; */
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #6ab070;
    margin-left: 18px;
    position: relative;
    color: white;
    font-weight: 600;
    height: 21px;
    font-size: 10px;
    line-height: 21px;
    padding: 0px 4px 0px 4px;
    position: relative;
    top: 6px;
}

/* Makes the triangle */
.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer:before {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--primary-color);
}

/* Makes the circle */
.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: -7px;
    top: 7px;
}

.spas__main__area__start .spa__contents .extra__taxes {
    position: relative;
    top: -12px;
}

.spa__maps__and__filter__tabs {
    display: flex;
    gap: 10px;
}
.spa__main__filter__area {
    width: calc(100% - 79%);
}

.spa__map__filter__details__area {
    width: 79%;
}

body {
    font-family: arno pro !important;
}

.rigthContent a {
    text-decoration: none;
    text-transform: capitalize;
  }

.filter__haead__referesh {
    display: flex;
    gap: 10px;
    padding-left: 20px;
}
.filter__haead__referesh .section__title {
    width: calc(100% - 40%);
}
.filter__haead__referesh .section__title p {
    font-size: 32px;
    font-weight: 700;
}

.filter__haead__referesh .referesh a {
    text-decoration: none;
    font-size: 16px;
    position: relative;
    top: 14px;
    font-weight: 600;
}

.main__filter__area {
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 89vh;
    border-radius: 5px;
    margin-bottom: 40px;
    border-right: 1px solid #e1e2e3;
    overflow-y: scroll;
    width: 100%;
    padding-top: 16px;
}
.main__filter__area::-webkit-scrollbar {
    /* box-sizing: border-box;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap; */
    display: block;
    background-color: #F5F5F5;
    width: 6px;
}
.main__filter__area::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 10px;
	background-color: #F5F5F5;
}
.main__filter__area::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: rgba(0, 0, 0, 0.08);
}
.main__filter__area .start__filter__section {
        background: transparent;
        box-sizing: border-box;
        -webkit-box-align: stretch;
        align-items: stretch;
        flex-flow: row nowrap;
}

.range-slide {
    position: relative;
    margin: 0px;
    height: 1px;
    width: 239px;
  }
  
  .slide__range {
    position: absolute;
    top: 0;
    height: 4px;
    background: #ccc;
    left: 9px;
    right: 9px;
  }
  
  .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7px;
    background-color: #3e2c41;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  
  .thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    top: -9px;
    height: 24px;
    width: 24px;
    margin-left: -9px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  
 .range-slide input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
  }
  
 .range-slide input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
  }
  
  .display__amount {
    margin: 28px;
    width: 236px;
    display: flex;
    justify-content: space-between;
  }
  
  .display__amount .min__range {
    font-size: 17px;
    font-weight: 600;
    background: #e7e5e5;
    padding: 4px 8px;
    border-radius: 10px;
    position: relative;
    right: 33px;
  }
  .display__amount .max__range {
    font-size: 17px;
    font-weight: 600;
    background: #e7e5e5;
    padding: 4px 8px;
    border-radius: 10px;
    position: relative;
    right: 15px;
  }

  /* end range slider */
  .title p {
    padding-left: 21px;
    font-size: 18px;
    font-weight: 600;
  }
.spa__filter__collection .sections__title {
    font-size: 20px;
    font-weight: 600;
}
.spa__filter__collection form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.spa__filter__collection form .read-more-contents .read__contents_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.filter__checboxs label span {
    font-size: 16px;
    /* font-weight: 500; */
    color: #4e4c4c;
    position: relative;
    top: -4px;
    left: 10px;
    font-family: roboto;
}
.filter__checboxs label input {
    background: #cccccc;
    height: 19px;
    width: 19px;
} 

.filter__spa__header {
    height: 12vh;
    border-bottom: 1px solid #c2c1c1;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}
.spa__found__filter__tag {
    display: flex;
    padding: 4px;
    padding-left: 10px;
}
.spa__found__filter__tag .spa__founds {
    width: calc(100% - 30%);
}
.spa__found__filter__tag .spa__founds h2 {
    font-size: 27px;
    font-weight: 600;
    padding-top: 18px;
}
.spa__found__filter__tag .filter__select {
    display: flex;
    gap: 20px;
    padding-top: 15px;
}
.spas__and__map__area {
    display: flex;
    gap: 10px;
}
.spas__and__map__area .spa__fliter__area {
    width: calc(100% - 58%);
    /* border: 1px solid #2a2a2a; */
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 77vh;
    border-radius: 5px;
    margin-bottom: 40px;
    /* border-right: 1px solid #2a2a2a; */
    overflow-y: scroll;
    /* width: 100%; */
}

.spas__and__map__area .spa__fliter__area::-webkit-scrollbar {
    /* box-sizing: border-box;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap; */
    display: block;
    background-color: #F5F5F5;
    width: 7px;
}
.spas__and__map__area .spa__fliter__area::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 10px;
	background-color: #F5F5F5;
}
.spas__and__map__area .spa__fliter__area::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: rgba(0, 0, 0, 0.08);
}
.spas__and__map__area .spa__fliter__area .spas__filter__track {
        background: transparent;
        box-sizing: border-box;
        -webkit-box-align: stretch;
        align-items: stretch;
        flex-flow: row nowrap;
}

.spas__and__map__area .map__filter__area {
    /* border: 1px solid #2a2a2a; */
    background: #fefefe;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 15px -5px, #3e2c41 0px -3px 0px inset; */
    padding: 0px 10px;
    /* border: 1px solid #2c2e58; */
    height: 77vh;
    width: 59%;
}
.spas__main__area__start {
    display: flex;
    gap: 5px;
    width: 100%;
}
.spas__main__area__start .spa__image__mainarea {
    width: calc(100% - 57%);
}
.spas__main__area__start .spa__image__mainarea .category__tags {
    position: relative;
    top: -138px;
    right: 14px;
    background: #3e2c41;
    z-index: 10;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #fff;
    height: 22px;
    width: 80px;
}
.spas__main__area__start .spa__image__mainarea .category__tags p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    color: #fff;
    text-shadow: 1px 1px 10px #2a2a2a50;
}
.spas__main__area__start .spa__image__mainarea .category__tags div {
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 14px solid #3e2c41;
    border-bottom: 11px solid transparent;
    border-left: 14px solid transparent;
    z-index: -6;
}
.spas__main__area__start .spa__image__mainarea .spa__image {
    width: 170px;
    height: 140px;
    order: 1;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    left: 0px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.spas__main__area__start .spa__image__mainarea .spa__image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.spas__main__area__start .spa__contents {
    width: 57%;
}
.spas__main__area__start .spa__contents .section_title h5 {
    max-width: 14rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    font-weight: 600;
    /* width: 200px; */
}

.spas__main__area__start .spa__contents .spa__filter__address p {
    max-width: 14rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    font-size: 14px;
    position: relative;
    top: -8px;
    font-weight: 500;
}

.spas__main__area__start .spa__contents .spa__filter__rating {
    display: flex;
}
.spas__main__area__start .spa__contents .spa__filter__rating .rates {
    background: #3e2c41;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 0px 4px;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 10px #2a2a2a;
    position: relative;
    top: -12px;
}

.spas__main__area__start .spa__contents .spa__filter__rating .tot__rating {
    font-size: 14px;
    position: relative;
    top: -12px;
}

.spas__main__area__start .spa__contents .spa__filter__rating .qualty {
    font-size: 14px;
    position: relative;
    top: -12px;
}
.spas__main__area__start .spa__contents .spa__filter__ratelist p {
    margin-top: -10px;
    color: #165c16;
    font-weight: 700;
    font-size: 24px;
}

.spas__main__area__start .spa__contents .spa__filter__ratelist p del {
    font-size: 17px;
    font-weight: 600;
    color: black;
}


.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer {
    display: inline-block;
    background-color: var(--primary-color);
    /* -webkit-border-radius: 3px 4px 4px 3px; */
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #6ab070;
    margin-left: 18px;
    position: relative;
    color: white;
    font-weight: 600;
    height: 21px;
    font-size: 10px;
    line-height: 21px;
    padding: 0px 4px 0px 4px;
    position: relative;
    top: 6px;
}

/* Makes the triangle */
.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer:before {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--primary-color);
}

/* Makes the circle */
.spas__main__area__start .spa__contents .spa__filter__ratelist p .disc__offer:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: -7px;
    top: 7px;
}

.spas__main__area__start .spa__contents .extra__taxes {
    position: relative;
    top: -12px;
}

/* .spa__maps__and__filter__tabs {
    display: flex;
    gap: 10px;
}
.spa__main__filter__area {
    width: calc(100% - 79%);
}

.spa__map__filter__details__area {
    width: 79%;
} */

body {
    font-family: arno pro !important;
}

.spalisting__filter {
    height: 100%;
    box-sizing: border-box;
    display: flex;
}

.spalisting__filter>aside {
    padding-top: 16px;
    border-right: 1px solid #e1e2e3;
    border-radius: 4px;
    background-color: #fff;
    height: auto;
    position: sticky;
    top: 70px;
    vertical-align: top;
    width: calc(100% - 78%);
    display: inline-block;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    box-sizing: border-box;
}

.spalisting__filter>section.spasright__filter__section {
    width: 78%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
/* .spalisting__filter>* {
    box-sizing: border-box;
} */

.spa___filter__detailsArea {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}
.filters__spa__contentHeader {
    padding: 20px 32px 0;
    /* position: fixed;
    width: 78%;
    background-color: #fff;
    z-index: 100; */
    /* margin-top: 50px; */
}
.spaListing__filterheader__content {
    align-items: center;
    margin-bottom: 0;
    font-size: 24px;
    display: flex;
}
.spaListing__filterheader__content>span {
    flex: 1;
    /* line-height: 32; */
}

.headign__find__tags {
    margin: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}
.filter__dropdown {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.dropdown__lable {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    display: inline-block;
    margin-right: 12px;
}

.dropdown__select {
    cursor: pointer;
    outline: none;
    height: 40px;
    /* border: 1px solid #a6a6a6; */
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    width: 180px;
    font-size: 14px;
    color: #222;
}
.side-spas-fliter-area {
    padding: 20px 28px 0;
}

.spaListingContent__divider {
    height: 1px;
    background-color: #eee;
    margin-top: 20px;
}

.spa-details-filter-card {
    display: flex;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 15px;
    border: 1px dashed #3e2c41;
}

.search-spas-filters-content .spa-name h4 {
    font-family: roboto;
    font-weight: 600;
}

.search-spas-filters-content .spa-name p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    max-width: 425px;
    color: #4c4f4c;
    font-family: roboto;
}

.image__SlideAreas {
    width: calc(100% - 60%);
    display: flex;
    gap: 3px;
    box-sizing: border-box;
}
.search-spas-filters-content {
    width: 60%;
    box-sizing: border-box;
}
.search-spas-filters-content .location-area {
    position: relative;
    top: -70px;
    right: 8px;
    float: right;
}
.search-spas-filters-content .location-area a {
    text-decoration: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 6px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    background: #ef4023;
}
.search-spas-filters-content .location-area a .bi {
    color: #fff;
}

.search-spas-filters-content .spa-ratings-tab {
    display: flex;
    gap: 7px;
}

.search-spas-filters-content .spa-ratings-tab .rates {
    background: #1ab64f;
    padding: 1px 4px;
    color: #fff;
    border-radius: 2px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.search-spas-filters-content .tot-rating {
    color: #3d3c3c;
}

.search-spas-filters-content .status {
    color: #3d3c3c;
}
.search-spas-filters-content .spa-amenities {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.search-spas-filters-content .spa-total-amount-buttons {
    display: flex;
    gap: 20px;
}

.search-spas-filters-content .spa-total-amount-buttons .spa-tot-rates {
    width: calc(100% - 32%);
}

.search-spas-filters-content .spa-total-amount-buttons .spa-tot-rates .tot-amount {
    display: flex;
    gap: 5px;
}

.search-spas-filters-content .spa-total-amount-buttons .spa-tot-rates .tot-amount h4 {
    font-weight: 600;
}

.search-spas-filters-content .spa-total-amount-buttons .spa-tot-rates .tot-amount .actual-amount {
    font-size: 18px;
    font-weight: 600;
    color: #165c16;
}
.search-spas-filters-content .spa-total-amount-buttons .spa-tot-rates .tot-amount .discount {
    background: #3e2c41;
    color: #fff;
    padding: 3px 4px;
    border-radius: 10px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    font-size: 14px;
}

.spa-details-filter-card .image__SlideAreas .main-carousel-area .carousel-indicators {
    display: flex;
    flex-direction: column;
    gap: -5px;
    position: relative;
    left: -80px;
    top: -14px;
}

.spalisting__filter>aside::-webkit-scrollbar-thumb {
        width: 8px;
        border-radius: 10px;
        background-color: #ef4023 !important;
}

.auto-modal-card .auto-card-img img {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -5px 0px inset;
    border-radius: 10px;
}

.auto-modal-card .auto-card-img .auto-card-details {
    background: darkslateblue;
    position: relative;
    top: -20px;
    padding: 7px 8px;
    max-width: 267px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 20px;
    border-top: 2px solid #fff;
    border-bottom: 4px solid #fff;
}
.auto-modal-card .auto-card-img .auto-card-details h4 {
    color: #fff;
    text-align: center;
}
.auto-modal-card .auto-card-img .auto-card-details p {
    color: #fff;
    text-align: justify;
}
.auto-modal-card .auto-card-img .discount-card {
    background: #ef4023;
    position: relative;
    top: -50px;
    padding: 1px 8px;
    max-width: 90px;
    right: 0;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 1px dashed #fff;
    float: right;
}
.auto-modal-card .auto-card-img .discount-card p {
    color: #fff;
    padding: 9px 2px;
    margin: 0 auto;
}
.auto-card-submit-buttons {
    background: #ef4023;
    color: #fff;
    border-radius: 7px;
    border: 2px solid #fff;
    padding: 7px 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all ease-in-out .7s;
}
.auto-card-submit-buttons:hover {
    transform: rotate(360deg);
    transition: all ease-in-out .7s;
    background: #fff;
    color: #ef4023;
    border: 2px solid #ef4023;
}
.auto-modal-title {
    text-align: center;
    font-weight: 600;
    font-family: roboto;
    margin: 0 auto;
}

.call-play-button {
    position: absolute;
    z-index: 10;
    top: 21%;
    right: 5%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 15px;
    height: 15px;
    background: #ee2e24;
    border-radius: 50%;
    /* padding: 0px 5px 5px 8px; */
  }
  
  .call-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 34px;
    height: 34px;
    background: #ee2e24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .call-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 29px;
    height: 29px;
    background: #ee2e24;
    border-radius: 50%;
    transition: all 200ms;
  }
  
  .call-play-button:hover:after {
    background-color: darken(#ee2e24, 10%);
  }
  
  .call-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .call-play-button span .bi{
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    color: #fff;
    font-size: 12px;
    /* border-left: 32px solid #fff; */
      /* border-top: 22px solid transparent; */
      /* border-bottom: 22px solid transparent; */
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

  .supports-tabs form {
    display: flex;
    gap: 50px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #3e2c41;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 15px;
    padding: 8px 10px;
  }
  .supports-tabs form label input {
    font-size: 22px;
  }
  .supports-tabs form label b {
    font-size: 20px;
  }

  .support-img {
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
  .support-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .support-spamart-area {
    text-align: center;
  }

  .support_buttons button {
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ef4023;
    color: #fff;
    font-weight: 700;
    padding: 7px 15px;
    border: 1px solid #ef4023;
    transition: all ease 0.4s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .support_buttons button:hover {
    background: #fff;
    color: #ef4023;
    transition: all ease 0.4s;
  }  


  /* start blog here */
  .single-blog {
    margin-top: 15px;
  }
  
  .single-blog .blog-post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .single-blog .blog-post-img a {
    display: block;
    width: 851px;
    height: 417px;
  }
  
  .single-blog .blog-post-img a img {
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .single-blog .blog-post-img .top-meta {
    position: relative;
    top: -400px;
    left: 30px;
  }
  
  .single-blog .blog-post-img .top-meta .date {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(-180deg, #43baff 0%, #7141b1 100%);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    font-family: Roboto;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    padding: 10px;
  }
  
  .single-blog .blog-post-img .top-meta .date span {
    font-size: 28px;
    line-height: 18px;
    font-weight: 500;
    line-height: 30px;
    display: block;
  }
  
  
  
  .blog-post-start.single-blog .blog-content {
    padding: 40px 35px 0px;
    width: 94%;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    margin-top: -60px;
  }
  
  .blog-post-start.single-blog .blog-content .blog-meta .tag {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #086ad8;
  }
  
  .blog-post-start.single-blog .blog-content .title {
    font-size: 36px;
    line-height: 1.1;
  }
  .single-blog .blog-content {
    padding: 25px 30px 40px;
    background: #ffffff;
    width: 90%;
    position: relative;
    left: 50%;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    bottom: 10px;
    transform: translateX(-48%);
    top: -100px;
  }
  .single-blog .blog-content .blog-meta span {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #999999;
    margin-right: 15px;
  }
  .single-blog .blog-content .blog-meta span i {
    color: #086ad8;
    margin-right: 5px;
  }
  
  .single-blog .blog-content .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #0e0e0e;
    padding-right: 15px;
    margin-top: 15px;
  }
  .single-blog .blog-content .title a {
    text-decoration: none;
    color: #000;
  }
  
  .single-blog .blog-btn .blog-btn-link {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 700;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    text-decoration: none;
  }
  
  .single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
  }
  
  .single-blog .blog-btn .blog-btn-link:hover i {
    margin-left: 8px;
    background: #050529;
  }
  
  .single-blog:hover .blog-post-img a img {
    transform: scale(1.1);
  }
  
  .blog-post-start.single-blog .blog-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 600;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    background: #3e2c41;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    border: 1px dashed #fff;
  }
  .blog-post-start.single-blog .blog-btn .blog-btn-link:hover {
    background: #050529;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link:hover i {
    margin-left: 7px;
  }
  @media (min-width: 320px) and (max-width: 768px) {
    .blog-sidebar {
        margin-left: 0px !important;
    }
  }
  .blog-sidebar {
    margin-top: 40px;
    margin-left: 30px;
    /* padding-top: 16px; */
    /* border-right: 1px solid #e1e2e3; */
    border-radius: 4px;
    background-color: #fff;
    height: auto;
    position: sticky;
    top: 70px;
    vertical-align: top;
    display: inline-block;
    /* height: calc(100% - 28%); */
    /* overflow-y: scroll; */
  }
  
  
  .blog-sidebar .sidebar-widget-1 {
    margin-top: 0;
  }
  
  .sidebar-widget {
    margin-top: 45px;
  }
  
  .sidebar-widget .search-form {
    position: relative;
  }
  
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 0;
    padding-right: 35px;
    background: #f2f4f7;
    color: #415674;
    font-weight: 700;
    outline: none;
    overflow: hidden;
  }
  .sidebar-widget .search-form input {
    text-indent: 20px;
  }
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: Roboto;
    color: #898c94;
    text-indent: 20px;
    font-weight: 400;
  }
  /* 
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: Roboto;
    color: #898c94;
    font-weight: 400;
  }
  
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: Roboto;
    color: #898c94;
    font-weight: 400;
  }
  
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: Roboto;
    color: #898c94;
    font-weight: 400;
  } */
  
  .sidebar-widget .search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    color: #111111;
    transition: all 0.3s linear;
  }
  
  .sidebar-widget .search-form button:hover {
    background: #086ad8;
    color: #ffffff;
  }
  
  .sidebar-widget .widget-title {
    margin-bottom: 25px;
  }
  
  .sidebar-widget .widget-title .title {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 700;
    color: #0e0e0e;
    display: inline-block;
  }
  
  .sidebar-widget .recent-posts {
    width: 100%;
    height: 62vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  /* .sidebar-widget .recent-posts::-webkit-scrollbar {
    width: 8px;
    color: #fff;
    background-color: #eeee;
  }
  .sidebar-widget .recent-posts::-webkit-scrollbar-thumb {
    color: #050529;
  }
  .sidebar-widget .recent-posts::-webkit-scrollbar-track {
    background-color: #000;
  }  */
  
  .sidebar-widget .recent-posts ul li {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px;
    list-style: none;
    text-decoration: none;
  }
  
  .sidebar-widget .recent-posts ul li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  
  .sidebar-widget .recent-posts ul li .post-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-thumb {
    margin-right: 20px;
    width: 100px;
    height: 100px;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-thumb img {
    border-radius: 50%;
    image-rendering: crisp-edges;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-text {
    flex: 1;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-text .title {
    font-size: 16px;
    line-height: 18px;
    font-family: Roboto;
    font-weight: 600;
    transition: all 0.3s linear;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 24px;
    color: #838383;
    display: inline-block;
    margin-top: 5px;
  }
  
  .sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
    color: #086ad8;
    margin-right: 5px;
  }
  
  .sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
    color: #086ad8;
  }
  
  .sidebar-widget .widget-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    padding: 70px 40px 90px;
  }
  
  .sidebar-widget .widget-banner .banner-content {
    max-width: 250px;
  }
  
  .sidebar-widget .widget-banner .banner-content .title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
  }
  
  .sidebar-widget .widget-banner .banner-content .find___buttons {
    line-height: 38px;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 15px 0px 15px 0px;
    color: #fff;
    margin-top: 30px;
    text-decoration: none;
    background: linear-gradient(-180deg, #43baff 0%, #7141b1 100%);
  }
  
  .sidebar-widget .category .cate-item {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-top: 15px;
    list-style: none;
  }
  
  .sidebar-widget .category .cate-item:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  
  .sidebar-widget .category .cate-item a {
    display: flex;
    font-size: 15px;
    font-family: Roboto;
    font-weight: 500;
    color: #29303c;
    text-decoration: none;
    transition: all 0.3s linear;
  }
  
  .sidebar-widget .category .cate-item a .bi {
    font-size: 15px;
    line-height: 20px;
    color: #086ad8;
    margin-right: 5px;
  }
  
  .sidebar-widget .category .cate-item a .post-count {
    margin-left: auto;
    align-items: flex-start;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #e4f2f8;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #086ad8;
    transition: all 0.3s linear;
  }
  
  .sidebar-widget .category .cate-item a:hover {
    color: #086ad8;
  }
  
  .sidebar-widget .category .cate-item a:hover .post-count {
    background: #086ad8;
    color: #ffffff;
  }
  
  .sidebar-widget .sidebar-tag li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
    list-style: none;
  }
  
  .sidebar-widget .sidebar-tag li a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    background: #f9f9f9;
    text-decoration: none;
    border: 1px solid #050529;
    transition: all 0.3s linear;
  }
  
  .sidebar-widget .sidebar-tag li a:hover {
    background-color: #3e2c41;
    border: 1px dashed #ffff;
    color: #ffffff;
  }
  .listing__topSection>aside {
    padding-top: 16px;
    border-right: 1px solid #e1e2e3;
    border-radius: 4px;
    background-color: #fff;
    height: auto;
    position: sticky;
    top: 70px;
    vertical-align: top;
    width: 22%;
    display: inline-block;
    height: calc(100vh - 70px);
    overflow-y: scroll;
  }
  
  .simple-pagination ul {
      margin: 0 0 20px;
      padding: 0;
      list-style: none;
      text-align: center;
  }
  
  .simple-pagination li {
      display: inline-block;
      margin-right: 5px;
  }
  
  .simple-pagination li a,
  .simple-pagination li span {
      color: #666;
      padding: 7px 14px;
      text-decoration: none;
      border: 1px solid #EEE;
      background-color: #FFF;
      box-shadow: 0px 0px 10px 0px #EEE;
  }
  
  .simple-pagination .current {
      color: #FFF;
      background-color: #FF7182;
      border-color: #FF7182;
  }
  
  .simple-pagination .prev.current,
  .simple-pagination .next.current {
      background: #e04e60;
  }
  
  .paginations-area-start {
    display: block;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  
  /* spa blog slider img */
  
  .single-blog .blog-post-slider-img  {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .single-blog .blog-post-slider-img  a {
    display: block;
  }
  
  .single-blog .blog-post-slider-img a img {
    transition: all 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  
  .single-blog .blog-post-slider-img .top-meta {
    position: relative;
    top: -180px;
    left: 15px;
  }
  
  .single-blog .blog-post-slider-img .top-meta .date {
    width: 57px;
    height: 57px;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(-180deg, #43baff 0%, #7141b1 100%);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    font-family: Roboto;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    padding: 10px;
  }
  
  .single-blog .blog-post-slider-img .top-meta .date span {
    font-size: 28px;
    line-height: 18px;
    font-weight: 500;
    line-height: 30px;
    display: block;
  }
  
  .blog-post-start.single-blog .blog-slider-content {
    /* padding: 40px 35px 0px; */
    width: 94%;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    margin-top: 10px;
  }
  
  .blog-post-start.single-blog .blog-slider-content .blog-meta .tag {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #086ad8;
  }
  
  .blog-post-start.single-blog .blog-slider-content .title {
    font-size: 22px;
    line-height: 1.1;
  }
  .single-blog .blog-slider-content {
    padding: 25px 30px 40px;
    background: #ffffff;
    width: 90%;
    position: relative;
    left: 50%;
    bottom: 10px;
    transform: translateX(-48%);
    top: -100px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #3e2c41 0px -3px 0px inset;
  }
  .single-blog .blog-slider-content .blog-meta span {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #999999;
    margin-right: 15px;
  }
  .single-blog .blog-slider-content .blog-meta span i {
    color: #086ad8;
    margin-right: 5px;
  }
  
  .single-blog .blog-slider-content .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #0e0e0e;
    padding-right: 15px;
    margin-top: 15px;
  }
  .single-blog .blog-slider-content .title a {
    text-decoration: none;
    color: #000;
  }
  .single-blog .blog-btn .blog-btn-link {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 700;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    text-decoration: none;
  }
  
  .single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
  }
  
  .single-blog .blog-btn .blog-btn-link:hover i {
    margin-left: 8px;
    background: #050529;
  }
  
  .single-blog:hover .blog-post-slider-img a img {
    transform: scale(1.1);
  }
  
  .blog-post-start.single-blog .blog-slider-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 600;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    background: #3e2c41;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    border: 1px dashed #fff;
  }
  .blog-post-start.single-blog .blog-btn .blog-btn-link:hover {
    background: #050529;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
  }
  
  .blog-post-start.single-blog .blog-btn .blog-btn-link:hover i {
    margin-left: 7px;
  }
  
  .background__blogs__image {
    background-image: url('../img/blog/bg-blog.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .recentaly-blog-post h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
  }
  .recentaly-blog-post p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    text-align: center;
  }
  
  .blog__slide__card {
    background: #fff;
    height: 65vh;
    padding: 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border: 1px dashed #3e2c41;
    border-radius: 15px 0px 15px 0px;
  }
  
  .single-blog .blog-slider-content .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
  }
  
  /* start page full details area */
  .blogs-full-details-content {
    margin-top: -35px;
  }
  
  .blogs-full-details-content .blog-meta {
    color: #0064fa;
  }
  
  
  .blog-quote {
    background-color: none;
    position: relative;
    margin-left: 50px;
    margin-top: 40px;
  }
  
  .blog-quote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #086ad8;
    width: 6px;
    height: 105px;
  }
  
  .blog-quote .blockquote {
    padding-right: 125px;
    padding-left: 25px;
    margin-bottom: 0;
    position: relative;
  }
  
  
  .blog-quote .blockquote:not(:first-child) {
    margin-top: 25px;
  }
  
  .blog-quote .blockquote:not(:last-child) {
    margin-bottom: 25px;
  }
  
  .blog-quote .blockquote p {
    display: inline;
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    color: #333333;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0;
  }
  
  /* end here */

  /* blog mobile view */
  .blog-post-starts.single-blog .blog-content {
    padding: 40px 35px 0px;
    width: 94%;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    margin-top: -60px;
  }

  .blog-post-starts.single-blog .blog-content .blog-meta .tag {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #086ad8;
  }
  
  .blog-post-starts.single-blog .blog-content .title {
    font-size: 36px;
    line-height: 1.1;
  }

  .blog-post-starts.single-blog .blog-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .blog-post-starts.single-blog .blog-btn .blog-btn-link {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 600;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    background: #3e2c41;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    border: 1px dashed #fff;
  }

  .blog-post-starts.single-blog .blog-slider-content {
    /* padding: 40px 35px 0px; */
    width: 94%;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    margin-top: 10px;
  }
  
  .blog-post-starts.single-blog .blog-slider-content .blog-meta .tag {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #086ad8;
  }
  
  .blog-post-starts.single-blog .blog-slider-content .title {
    font-size: 22px;
    line-height: 1.1;
  }
  
  .blog-post-starts.single-blog .blog-slider-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .blog-post-starts.single-blog .blog-btn .blog-btn-link {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 600;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.3s linear;
    background: #3e2c41;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    border: 1px dashed #fff;
  }
  .blog-post-starts.single-blog .blog-btn .blog-btn-link:hover {
    background: #050529;
  }
  
  .blog-post-starts.single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
  }
  
  .blog-post-starts.single-blog .blog-btn .blog-btn-link:hover i {
    margin-left: 7px;
  }
  /* end */
.about-hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://img.freepik.com/premium-photo/stylish-hair-salon-with-clients-stylists_841543-77561.jpg?uid=R99616181&ga=GA1.1.1747970405.1771567134&semt=ais_related_payload_trends&w=740&q=80');
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: heroZoom 12s ease-out forwards;
}

@keyframes heroZoom {
  to {
    transform: scale(1);
  }
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(10, 6, 2, .3) 0%, rgba(10, 6, 2, .85) 70%, var(--ab-deep) 100%);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 80px 100px;
  max-width: 900px;
}

.about-hero-eyebrow {
  font-size: .72rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--ab-gold);
  margin-bottom: 20px;
  font-weight: 600;
  opacity: 0;
  animation: fadeUp .8s .4s ease forwards;
}

.about-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 300;
  line-height: 1;
  color: var(--ab-cream);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp .8s .6s ease forwards;
}

.about-hero-title em {
  color: var(--ab-gold);
  font-style: italic;
}

.about-hero-sub {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ab-warm-grey);
  max-width: 520px;
  opacity: 0;
  animation: fadeUp .8s .8s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-scroll-line {
  position: absolute;
  bottom: 40px;
  right: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: .65rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ab-warm-grey);
  opacity: 0;
  animation: fadeUp .8s 1.2s ease forwards;
}

.about-scroll-line::after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--ab-gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

  0%,
  100% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }

  50% {
    opacity: .4;
  }
}

.about-section {
  position: relative;
}

.about-section-label {
  font-size: 2rem;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ab-gold-dark);
  margin-bottom: 14px;
}

.about-display-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1.1;
  color: var(--cream);
  font-size: 28px !important;
}
.ab-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px); 
  grid-auto-rows: 220px;
  gap: 15px;
  padding: 20px;
  justify-content: center;
}

.ab-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.ab-item-1 {
  grid-column: span 2;
  grid-row: span 2;
}
.ab-item-3 {
  grid-column: span 2;
}
.ab-item-6 {
  grid-row: span 2;
}
@media (max-width: 500px) {
  .ab-grid-container {
    /* On small screens, force 1 column and reset spans */
    grid-template-columns: 220px; 
  }
  .ab-grid-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}
.company-link-container p {
  color: #fff;
}
.developer {
  color: #fff;
}
.chutkee-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}
.chutkee-link:hover {
  color: #ffcc00;
}
.chutkee-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #ffcc00;
  transition: width 0.3s ease;
}
.chutkee-link:hover::after {
  width: 100%;
}
.main-footer {
  background-color: #1a1a1a;
  padding: 40px 20px;
  text-align: center;
  color: #aaaaaa;
  font-family: sans-serif;
}
.workido-brand {
  color: #eee;
  font-weight: 500;
}


.about-gold-rule {
  width: 48px;
  height: 1px;
  background: linear-gradient(to right, var(--ab-gold), transparent);
  margin-bottom: 28px;
}

.about-who-section {
  padding: 140px 0 100px;
}

.about-who-img-wrap {
  position: relative;
  height: 580px;
  border-radius: 4px;
  overflow: hidden;
}

.about-who-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.about-who-img-wrap:hover img {
  transform: scale(1.04);
}

.about-who-img-accent {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 200px;
  height: 200px;
  border: 1px solid var(--ab-gold-dark);
  border-radius: 4px;
  opacity: .4;
}

.about-who-img-badge {
  position: absolute;
  top: 30px;
  right: -20px;
  background: var(--ab-gold);
  color: var(--ink);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 18px 24px;
  text-align: center;
  line-height: 1.3;
  border-radius: 2px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

.about-who-text {
  padding: 40px 0 40px 40px;
}

.about-who-text .about-display-heading {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  margin-bottom: 28px;
}

.about-body-text {
  font-size: .95rem;
  line-height: 1.9;
  color: var(--ab-warm-grey);
  font-weight: 300;
}

.about-stats-strip {
  background: var(--ab-card-bg);
  border-top: 1px solid rgba(201, 169, 110, .15);
  border-bottom: 1px solid rgba(201, 169, 110, .15);
  padding: 60px 0;
}

.about-stat-item {
  text-align: center;
}

.about-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.4rem;
  font-weight: 300;
  color: var(--ab-gold);
  line-height: 1;
}

.stat-label {
  font-size: .7rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ab-warm-grey);
  margin-top: 10px;
}

.about-stat-divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--ab-gold-dark), transparent);
  margin: 0 auto;
}

.about-services-section {
  padding: 120px 0;
}

.about-services-header {
  margin-bottom: 70px;
}

.about-services-header .about-display-heading {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.about-service-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 400px;
  cursor: pointer;
}

.about-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.about-service-card:hover img {
  transform: scale(1.08);
}

.about-service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 6, 2, .9) 0%, rgba(10, 6, 2, .2) 60%, transparent 100%);
  transition: background .4s;
}

.about-service-card:hover .about-service-card-overlay {
  background: linear-gradient(to top, rgba(10, 6, 2, .95) 0%, rgba(10, 6, 2, .5) 70%, rgba(10, 6, 2, .15) 100%);
}

.about-service-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  transform: translateY(0);
  transition: transform .4s ease;
}

.about-service-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--ab-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ab-gold);
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.about-service-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--ab-cream);
  margin-bottom: 8px;
}

.about-service-card-desc {
  font-size: .82rem;
  line-height: 1.7;
  color: var(--ab-warm-grey);
  opacity: 0;
  transform: translateY(10px);
  transition: all .4s .05s ease;
}

.about-service-card:hover .about-service-card-desc {
  opacity: 1;
  transform: translateY(0);
}

.about-service-card.tall {
  height: 520px;
}

.about-home-services-box {
  background: var(--ab-card-bg);
  border: 1px solid rgba(201, 169, 110, .18);
  border-radius: 4px;
  padding: 44px;
}

.about-home-services-box .about-display-heading {
  font-size: 2rem;
  margin-bottom: 30px;
}

.about-hservice-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(201, 169, 110, .12);
  font-size: .9rem;
  color: var(--ab-warm-grey);
  transition: color .3s;
}

.about-hservice-item:last-child {
  border-bottom: none;
}

.about-hservice-item:hover {
  color: var(--ab-cream);
}

.about-hservice-item i {
  color: var(--ab-gold);
  font-size: 1rem;
  width: 20px;
}

.about-approach-section {
  padding: 120px 0;
  background: var(--ab-ink);
}

.about-approach-img {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 4px;
  overflow: hidden;
}

.about-approach-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-approach-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201, 169, 110, .25) 0%, transparent 60%);
}

.about-approach-grid {
  padding-left: 60px;
}

.about-approach-card {
  display: flex;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(201, 169, 110, .12);
}

.about-approach-card:last-child {
  border-bottom: none;
}

.about-approach-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: rgba(201, 169, 110, .2);
  line-height: 1;
  min-width: 52px;
}

.about-approach-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ab-cream);
  margin-bottom: 8px;
}

.about-approach-desc {
  font-size: .85rem;
  line-height: 1.8;
  color: var(--ab-warm-grey);
}

.vm-section {
  padding: 120px 0;
}

.vm-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 110, .2);
  border-radius: 4px;
  padding: 56px 48px;
  background: var(--ab-card-bg);
  height: 100%;
}

.vm-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, var(--ab-gold), transparent);
}

.vm-card-icon {
  font-size: 2.2rem;
  color: var(--ab-gold);
  margin-bottom: 24px;
}

.vm-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: var(--ab-cream);
  margin-bottom: 22px;
}

.vm-list {
  list-style: none;
  padding: 0;
}

.vm-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: .88rem;
  line-height: 1.8;
  color: var(--ab-warm-grey);
  margin-bottom: 14px;
}

.vm-list li::before {
  content: '—';
  color: var(--ab-gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.about-commitment-section {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
}

.about-commitment-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1600&q=80');
  background-size: cover;
  background-position: center;
  filter: brightness(.3);
}

.about-commitment-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.about-commitment-content .about-display-heading {
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 28px;
}

.about-commitment-content p {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--ab-warm-grey);
}

.about-commitment-content .gold-rule {
  margin: 0 auto 28px;
}

.about-text-gold {
  color: var(--ab-gold) !important;
}

.about-btn-gold {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--ab-gold);
  border: 1px solid var(--ab-gold);
  padding: 14px 36px;
  border-radius: 1px;
  text-decoration: none;
  transition: background .3s, color .3s;
}

.about-btn-gold:hover {
  background: var(--ab-gold);
  color: var(--ab-ink);
}

.about-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}

.about-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-reveal-delay-1 {
  transition-delay: .1s;
}

.about-reveal-delay-2 {
  transition-delay: .2s;
}

.about-reveal-delay-3 {
  transition-delay: .3s;
}

.about-reveal-delay-4 {
  transition-delay: .4s;
}

@media (max-width: 768px) {
  .about-hero-content {
    padding: 0 24px 80px;
  }

  .scroll-line {
    display: none;
  }

  .about-who-text {
    padding: 30px 0 0;
  }

  .about-approach-grid {
    padding-left: 0;
    margin-top: 40px;
  }
}

/* today */
.fmd-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.fmd-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(201, 168, 76, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 20% 80%, rgba(201, 168, 76, 0.04) 0%, transparent 55%),
    linear-gradient(160deg, #0D0D16 0%, #0A0A0F 100%);
}

.fmd-hero-bg::after {
  content: '';
  position: absolute;
  top: -10%;
  right: 10%;
  width: 1px;
  height: 130%;
  background: linear-gradient(to bottom, transparent, var(--ab-gold), transparent);
  opacity: 0.25;
  transform: rotate(-12deg);
}

.fmd-hero-content {
  position: relative;
  z-index: 2;
}

.fmd-eyebrow {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--ab-gold);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.2s;
}

.fmd-hero-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 300;
  line-height: 1.0;
  color: var(--white);
  letter-spacing: -0.01em;
  opacity: 0;
  animation: fadeUp 0.9s ease forwards 0.4s;
}

.fmd-hero-name span {
  font-style: italic;
  color: var(--ab-gold-light);
}

.fmd-hero-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ab-text-muted);
  margin-top: 1.25rem;
  opacity: 0;
  animation: fadeUp 0.9s ease forwards 0.6s;
}

.fmd-hero-divider {
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, var(--ab-gold), transparent);
  margin: 2rem 0;
  opacity: 0;
  animation: fadeUp 0.9s ease forwards 0.7s;
}

.fmd-hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  font-weight: 300;
  color: var(--ab-text-body);
  max-width: 520px;
  line-height: 1.65;
  opacity: 0;
  animation: fadeUp 0.9s ease forwards 0.85s;
}

.fmd-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2.5rem;
  padding: 0.75rem 2rem;
  border: 1px solid var(--ab-gold);
  color: var(--ab-gold);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  opacity: 0;
  animation: fadeUp 0.9s ease forwards 1s;
}

.fmd-hero-cta:hover {
  background: var(--ab-gold);
  color: var(--ab-dark);
}

.fmd-avatar-wrap {
  position: relative;
  opacity: 0;
  animation: fadeIn 1.2s ease forwards 0.5s;
}

.fmd-avatar-ring {
  width: clamp(260px, 30vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
}

.fmd-avatar-ring::before {
  content: '';
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 1px dashed rgba(201, 168, 76, 0.15);
  animation: spin 30s linear infinite;
}

.fmd-avatar-inner {
  width: 85%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ab-dark-mid) 0%, #1E1E2E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 300;
  color: var(--ab-gold-light);
  letter-spacing: -0.02em;
  border: 1px solid rgba(201, 168, 76, 0.2);
  position: relative;
  overflow: hidden;
}
.fmd-avatar-inner img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.fmd-avatar-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(201, 168, 76, 0.07), transparent 60%);
}

.fmd-avatar-badge {
  position: absolute;
  bottom: 8%;
  right: 5%;
  background: var(--ab-dark-card);
  border: 1px solid rgba(201, 168, 76, 0.35);
  padding: 0.6rem 1.1rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ab-gold);
  backdrop-filter: blur(10px);
}

.fmd-section-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ab-gold);
  margin-bottom: 0.5rem;
}

.fmd-section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.15;
}

.fmd-section-heading em {
  font-style: italic;
  color: var(--ab-gold-light);
}

.fmd-about-section {
  background: var(--ab-dark-card);
  position: relative;
  overflow: hidden;
}

.fmd-about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--ab-gold), transparent);
  opacity: 0.3;
}

.fmd-about-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--ab-gold), transparent);
  opacity: 0.15;
}

.fmd-about-text {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--ab-text-body);
}

.fmd-about-text p+p {
  margin-top: 1.25rem;
}

.fmd-highlight-box {
  border-left: 2px solid var(--ab-gold);
  padding: 1.5rem 1.75rem;
  background: var(--ab-gold-dim);
  margin: 2rem 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--white);
  line-height: 1.6;
}

.fmd-pillar-card {
  background: var(--ab-dark-mid);
  border: 1px solid rgba(201, 168, 76, 0.12);
  padding: 2rem;
  height: 100%;
  transition: border-color 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
}

.fmd-pillar-card:hover {
  border-color: rgba(201, 168, 76, 0.45);
  transform: translateY(-4px);
}

.fmd-pillar-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ab-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--ab-gold);
  margin-bottom: 1.25rem;
  background: var(--ab-gold-dim);
}

.fmd-pillar-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.6rem;
}

.fmd-pillar-desc {
  font-size: 0.88rem;
  color: var(--ab-text-muted);
  line-height: 1.7;
}

.fmd-pillar-num {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.06);
  line-height: 1;
}

.fmd-vision-section {
  background: var(--ab-dark-card);
  position: relative;
}

.fmd-vision-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-style: italic;
  font-weight: 300;
  color: var(--white);
  line-height: 1.55;
  position: relative;
  padding: 2.5rem 3rem;
}

.fmd-vision-quote::before {
  content: '\201C';
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  font-size: 6rem;
  color: var(--ab-gold);
  opacity: 0.35;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}

.fmd-vision-quote::after {
  content: '\201D';
  position: absolute;
  bottom: -2rem;
  right: 0.5rem;
  font-size: 6rem;
  color: var(--ab-gold);
  opacity: 0.35;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}

.fmd-quote-attr {
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ab-gold);
  margin-top: 1.5rem;
  font-weight: 500;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .fmd-avatar-wrap {
    margin-top: 3rem;
  }

  .fmd-vision-quote {
    padding: 2rem 1.5rem;
    font-size: 1.3rem;
  }
}

.footer-content {
    background: #761314;
}