* {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  font-family: 'Poppins', Arial, sans-serif;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

p {
  margin-bottom: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/*------------ Layout media query starts ------------ */

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: 'Philosopher';
}

.h1,
h1 {
  font-size: calc(2rem + 1.5vw);
}

@media (min-width:1200px) {

  .h1,
  h1 {
    font-size: clamp(2rem, 1rem + 3vw, 3.2rem) !important;
  }
}

.h2,
h2 {
  font-size: calc(1.625rem + .9vw);
}

@media (min-width:1200px) {

  .h2,
  h2 {
    font-size: clamp(2rem, calc(2rem + 1.9vw), 2.2rem) !important;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {

  .h3,
  h3 {
    font-size: clamp(1.3rem, calc(1.3rem + 0.6vw), 1.75rem) !important;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {

  .h4,
  h4 {
    font-size: clamp(1.275rem, calc(1.275rem + 0.3vw), 1.5rem) !important;
  }
}

.h5,
h5 {
  font-size: 1.25rem !important;
}

.h6,
h6 {
  font-size: 1rem !important;
}

[class*="row-gap"] {
  row-gap: 20px;
}

.row-gap-3 {
  row-gap: 30px;
}

img,
svg {
  vertical-align: middle;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

:where(.section, section, .sec-space, .mt-5, .mt-auto, footer, .footer) {
  margin-top: 80px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mx-auto {
  margin-inline: auto;
}

.mb-0,
.flower-vrty p {
  margin-bottom: 0 !important;
}

.pt-10 {
  padding: 10px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

[class*="flex-"] {
  display: flex;
  align-items: center;
}

[class*="flex-col"] {
  flex-flow: column;
  align-items: unset;
}

[class*="-between"] {
  justify-content: space-between;
}

[class*="grid"] {
  display: grid;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.text-center {
  text-align: center;
}


/*------------------------topbar-start--------------------------*/

.topbar {
  padding-block: 10px;
}

.topbar ul li a,
.flex-social-media {
  gap: 10px;
}

.flex-social-media {
  list-style: none;
  margin: unset !important;
  padding: unset !important;
  flex-wrap:wrap;
}

.topbar .flex-top-lb li:not(:first-child) a {
  border-left: 1px solid var(--white);
  padding-left: 20px;
  margin-left: 20px;
}

.flex-social-media li a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------Header-start--------------------------*/

.header {
  padding-block: 5px;
  z-index: 9999;
  position: relative;
}

.site-logo img{
    height: auto; 
    width: 80px;
}

.headerUp {
  position: sticky !important;
  top: 0;
  animation: smoothSticky 0.7s ease;
}

.header nav>ul {
  gap: 30px;
}

.header .flex-header-rb {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown ul {
  position: absolute;
  left: 0;
  top: 45px;
  min-width: 230px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  gap: 10px;
  padding: 15px;
  z-index: 2;
}

.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

[class*="flex-btn"] {
  position: relative;
  padding: 9px 13px 9px 20px;
  gap: 12px;
  width: fit-content
}

.toggleBtn,
.header .closeToggle {
  display: none;
}

[class*="-btn"] {
  padding: 10px 25px;
  width: fit-content;
  position: relative;
  overflow: hidden;
}

/*---------single-pg--------and-siite-seprator----------------*/

.single-page-content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  margin-block: 35px 20px;
}

.single-page-content :is(p, ul, ol, figure) {
  margin-bottom: 20px
}


.single-page-content :is(ul, ol) {
  padding-left: 20px
}

.single-page-content :is(ul, ol) li {
  margin-bottom: 15px;
}

.single-page-hero {
  padding-block: 50px;
  background: url(../img/hero.webp) center center / cover no-repeat;
  text-align: center;
  position: relative;
  z-index: 0;
}

.bg-dark{
    background:var(--black) !important;
}

.flex-breadcrumb {
  justify-content: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-block: 20px;
}

.flex-col-sec-hd-center {
  align-items: center;
  text-align: center;
}

[class*="flex-col-sec-hd"] {
  gap: 10px;
  margin-bottom: 30px;
}

.flex-seprator {
  color: var(--pc);
  gap: 7px;
}

.flex-seprator span {
  position: relative;
  height: .5px;
  width: 25px;
  background: var(--pc);
}

.flex-seprator span:first-child:after {
  left: 0 !important;
}

.flex-seprator span:last-child:after {
  left: 20px;
}

/*---------blog-card----------------*/

.flex-col-blog-card {
  gap: 20px;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 20px;
}

.flex-col-blog-card :is(.img-placeholder, .img-placeholder img) {
  border-radius: 8px;
  width: 100%;
}

.img-placeholder {
  background-color: #c7c7c7;
  aspect-ratio: 16 / 9;
}

.flex-col-blog-content {
  gap: 10px;
  flex: 1;
}

.calender {
  display: grid;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
}

.ellipsis {
  display: -webkit-box !important;
  overflow: hidden;
  color: var(--black);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*-----------------Footer css starts -------------*/
.footer {
  margin-top: 100px !important;
  position: relative;
  z-index: 4;
  padding-top: 50px;
}

.newsletter {
  margin-bottom: 70px;
}

.newsletter form {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 15px;
}

.newsletter form input {
  width: 100%;
  padding-block: 10px;
}

.newsletter form .btn {
  position: absolute;
  padding: 5px;
  border-radius: 2px;
  right: 5px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  gap: 20px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer .footer-right span {
  height: 50px;
  display: flex;
  font-family: 'Philosopher';
}

.btm-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.footer-right ul {
  list-style: none;
  display: grid;
  gap: 15px;
}

.grid-2 {
  grid-template-columns: 50% auto;
  gap: 15px 25px !important;
  align-items: center;
}

.bottom-category ul {
  flex-direction: row;
  gap: 10px 30px;
}

.media ul {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap;
  margin-top: 15px;
  list-style: none !important;
  padding: 0 !important;
}

.media ul li a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  transition: all 0.4s;
  border-radius: 50%;
  border: 1px solid #7f7d7d30;
}

.newsletter form .pc-btn {
  position: absolute;
  padding: 5px 8px;
  right: 0px;
}

/*review-cards------start*/

.flex-col-rev-card {
  gap: 10px;
  height: 100%;
}

.flex-rev-detl {
  gap: 12px 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.flex-col-rev-rating,
.flex-rating {
  gap: 5px;
}

.flex-col-rev-card .flex-rev-detl .flex-rev-bg-nm {
  height: 70px;
  width: 70px;
  font-family: Philosopher;
  justify-content: center;
  padding: 10px 15px;
}

form :is(input, select, textarea) {
  padding: 7px 12px;
  width: 100%;
}

.ps-50 {
  padding-left: 50px;
}

.contact-bg-wrap .title {
  white-space: nowrap;
  position: absolute;
  top: 100px;
  left: -70px;
  transform: rotate(-90deg) translateX(-50%);
}

.flex-con-info {
  gap: 15px;
}

.flex-con-info .flex-info-con-icn {
  height: 60px;
  width: 60px;
  justify-content: center;
}


.abt-slide-img {
  position: relative;
  z-index: 1;
  text-align: right;
  padding: 0 0 40px;
}

.btn-flex-wrap {
  gap: 30px;
  flex-wrap: wrap;
}

.flex-callBtn {
  gap: 15px;
}

.flex-callBtn .flex-callBtnIcn {
  height: 60px;
  width: 60px;
  justify-content: center;
}

.flex-callBtn .flex-col-callBtn {
  gap: 5px
}

.flex-col-wcu {
  align-items: center;
  gap: 20px;
  text-align: center;
}

.flex-col-wcu .flex-wcu-no {
  position: relative;
  display: block;
  width: 150px;
  margin: 0 auto;
}

.flex-col-wcu .flex-wcu-no span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.flex-col-team-card {
  align-self: center;
  text-align: center;
  gap: 20px;
}

.flex-col-team-card img {
  height: 250px;
  width: 100%;
  object-fit: contain;
}

.hero-bg {
  text-align: left;
}

.hero-bg .swiper-pagination {
  display: none;
}

.hero-slider .hero-slide-detl{
         position: relative;
         z-index: 0;
      }

      .hero-slider .hero-slide-detl img{
         width: 100%;
         height: 520px;
         object-fit: cover;
      }

      .hero-slider .hero-slide-detl .flex-col-sec-hd{
         position: absolute;
         max-width: 650px;
         top: -135px;
         transform: translateY(50%);
         left: 150px;
         z-index: 99;
      }

.flex-col-srvc-card {
  padding: 25px;
  gap: 15px;
}

.flex-sm-srvc-card {
  padding: 20px;
  gap: 20px;
}

.sticky-col {
  position: sticky;
  top: 100px;
}

.flex-col-pckg-card .flex-col-pckg-detl {
  gap: 20px;
  padding: 25px;
  background: #cccccc17;
}

.flex-col-pckg-card :is(.flex-col-pckg-detl, .flex-col-pckg-content) {
  flex-grow: 1;
}

.flex-col-pckg-card .grid-pckgBtn-wrap {
  grid-template-columns: repeat(2, 1fr);
  margin-top: auto;
}

.flex-col-pckg-card .grid-pckgBtn-wrap .flex-col-price-wrap {
  padding: 10px 25px;
  gap: 5px;
}

.flex-col-pckg-card .grid-pckgBtn-wrap .pc-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.flex-col-pckg-card .grid-pckgBtn-wrap .flex-mrp {
  gap: 10px;
}

.single-page-content .contact-bg-wrap{
      padding-block:30px 40px !important
  }
  
  .single-page-content .contact-bg-wrap h2{
      margin-top:0 !important;
  }
  
  .table-responsive {
    width: 100%;
    overflow-x: auto;
    /*max-height: 500px;*/
    /*height: 100%;*/
}

.table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 0.75rem;
}

/*--------------responsive-query-------------*/

@media (width <=1024px) {

  .topbar:before,
  .topbar:after,
  .topbar .flex-social-media,
  .topbar .flex-top-lb li:not(:first-child) a,
  .header .sc-btn,
  .abt-slide-img:before,
  .abt-slide-img:after,
  .d-md-none,
  .contact-bg-wrap:after,
  .contact-bg-wrap:before,
  .contact-bg-wrap .title {
    display: none !important;
  }

  .header .flex-header-rb {
    display: block !important;
  }

  .toggleBtn {
    order: 2;
    display: block;
    cursor: pointer;
  }

  .header .closeToggle {
    position: fixed;
    right: 30px;
    top: 15px;
    z-index: 999999999999;
  }

  .header nav>ul {
    flex-direction: column;
    width: 100%;
    background: var(--white);
    position: fixed;
    left: 0;
    top: 0;
    align-items: unset;
    padding: 30px;
    gap: 18px;
    height: 100%;
    z-index: 999999999;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: all .4s;
  }

  .dropdown ul {
    white-space: unset !important
  }

  .header nav>ul.showMenu {
    transform: translateX(0%);
    transition: all .4s;
  }

  .header nav>ul li.dropdown #showSubMenu {
    position: relative;
    display: flex;
    top: 0;
    margin-block: 20px 10px;
    width: fit-content;
    transform: unset !important;
    opacity: unset !important;
    transform: unset !important;
    visibility: unset !important;
  }

  .ps-50 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .abt-container .swiper-pagination {
    position: unset !important;
    flex-direction: row !important;
  }

  .md-flex-start {
    justify-content: flex-start;
  }

  :where(.section, section, .sec-space, .mt-5, .mt-auto, footer, .footer) {
    margin-top: 50px !important;
  }

  .hero-bg .swiper-pagination {
    display: block !important;
    margin-left: 50px;
  }

  .hero-bg :is(.swiper-button-prev, .swiper-button-next) {
    display: none !important;
  }

  .btm-footer {
    padding-bottom: 20px;
  }

  .contact-bg-wrap form .sc-btn {
    background: var(--pc);
  }

  .contact-bg-wrap {
    padding: 0 !important;
    --black: var(--white);
  }

  :is(.flex-col-pckg-card h4, .flex-col-pckg-card .flex-col-pckg-detl){
      padding: 15px !important;
      gap: 10px;
  }

  .flex-col-pckg-card .grid-pckgBtn-wrap .flex-col-price-wrap{
    padding-inline: 12px;
  }

  .sign-form form .pc-btn{
    margin-top: 15px !important;
  }

  .results-container .flex-zodiac-record-between{
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (600px <=width <=1023px) {
  .hero-slider .hero-slide-detl .flex-col-sec-hd {
    top: -100px !important;
    gap: 0 !important;
    left: 50px !important;
}
}

@media (width <=600px) {
    
    .header .site-logo{
        font-size:24px !important;
    }

  .hero-slider .hero-slide-detl .flex-col-sec-hd {
    top: -130px !important;
    gap: 0 !important;
    left: 20px !important;
  }

  .single-page-hero {
    padding-block: 30px;
  }

  .flex-breadcrumb {
    margin-top: 15px;
  }
}