html {
  scroll-behavior: smooth !important;
}

body {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font: normal 14px/18px 'Myriad Pro';
  color: #000;
}

p {
  padding: 0px;
  margin: 0px;
}

a {
  padding: 0px;
  margin: 0px;
  outline: none;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

label {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul li {
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

input[type="text"]::-webkit-placeholder {
  opacity: 1;
}

input[type="text"]::-moz-placeholder {
  opacity: 1;
}

input[type="password"]::-webkit-placeholder {
  opacity: 1;
}

input[type="password"]::-moz-placeholder {
  opacity: 1;
}

input[type="search"]::-webkit-placeholder {
  opacity: 1;
}

input[type="search"]::-moz-placeholder {
  opacity: 1;
}

input[type="email"]::-webkit-placeholder {
  opacity: 1;
}

input[type="email"]::-moz-placeholder {
  opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
  opacity: 1;
}

input[type="tel"]::-moz-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea::-webkit-placeholder {
  opacity: 1;
}

a:hover {
  outline: none !important;
  text-decoration: none;
}

a:active {
  outline: none !important;
  text-decoration: none;
}

.wrapper {
  width: 100%;
}

.panel-default>.panel-heading {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
}

.panel-default {
  border-radius: 0px !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
}

a:hover,
a:focus {
  text-decoration: inherit !important;
}


/* font-family: 'Sequel Sans Bold Body';
font-family: 'Myriad Pro';
font-family: 'Sequel Sans Bold Disp';
font-family: 'Sequel Sans Medium Body';
font-family: 'Gotham-Light';
font-family: 'Gotham-Medium';
font-family: 'Gotham Book';
font-family: 'AlternateGotNo3D'; */


/*header*/
.header_sec {
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  /* keep same padding */
  display: block;
  /* consistent display */
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;

}

/* fixed state */
.header_sec.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  /* keep same padding to avoid height change */
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}



/*menu*/
.nav-top {
  width: 100%;
  background: none !important;
  padding: 0px;
  box-shadow: inherit;
  margin: 0px;
  border: none;
  border-radius: 0px;
  min-height: inherit;
}

.nav-top .navbar-brand {
  width: 280px;
  padding: 0px;
  margin: 0px;
  height: auto;
  margin-right: 0px;
}

.nav-top .navbar-brand img {
  max-width: 100%;
  filter: brightness(0) invert(1);
  transition: .5s ease-in-out;
}

.nav-top .navbar-brand:hover img {
  filter: none;
  /* shows original color */
}

/* .nav-top {
  .navbar-toggler {
    padding: 5px;
    box-shadow: inherit;

    .navbar-toggler-icon {
      background-size: 100%;
      height: 22px;
    }
  }
} */

.nav-top .navbar-collapse {
  padding: 0px;
  border: none;
  box-shadow: inherit;
  /*justify-content: end;*/
}

.menu-sec-left {
  padding: 0px;
}

.menu-sec-left li {
  margin-left: 20px;
}

.menu-sec-left li:first-child {
  margin-left: 0px;
}

.menu-sec-left li a {
  padding: 12px 0 !important;
  font: 400 14px/18px 'Source Sans Pro', sans-serif;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-sec-left li a:hover {
  color: #F0A780 !important;
}

.menu-sec-left li:hover a {
  color: #F0A780 !important;
}

.menu-sec-right {
  margin: 0px 0 0 !important;
  padding: 0px;
}

.menu-sec-right li {
  margin-left: 30px;
}

.menu-sec-right li:first-child {
  margin-left: 0px;
}

.menu-sec-right li a {
  padding: 12px 0 !important;
  font: 400 15px/18px 'AlternateGotNo3D';
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  letter-spacing: 2px;
}

.menu-sec-right .nav-link.active {
  color: #c48848 !important;
  /* change as you like */
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.menu-sec-right li a:hover {
  color: #c48848 !important;
}

.menu-sec-right li:hover a {
  color: #c48848 !important;
}

.nav-top .navbar-nav>li>.dropdown-menu {
  background: rgba(000, 000, 000, 0.6);
  left: 0px;
  right: inherit;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 170px;
  box-shadow: none !important;
  min-width: inherit;
  border: none;
  padding: 5px;
}

.nav-top .navbar-nav>li>.dropdown-menu>a {
  font: 400 12px/18px 'Source Sans Pro', sans-serif;
  color: #ffffff !important;
  padding: 5px 0 !important;
  padding-left: 12px !important;
  background: none !important;
  text-align: left;
}

.nav-top .navbar-nav>li>.dropdown-menu>a:hover {
  background: #F1A781 !important;
  color: #000 !important;
}

.drop_arrow {
  display: none;
}

/*end menu*/



.py-5 {
  height: 100vh;
}







/*Carousel banner */
.banner_sec {
  width: 100%;
  position: relative;
}

.carousel-item {
  width: 100%;
  text-align: center;
}

.carousel-item img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}

.banner_Itm_Inn {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}

.banner_Itm_Txt {
  width: 100%;
  padding: 200px 0 0 0;
  position: relative;

}

.banner_Itm_Txt strong {
  font: 500 54px/64px 'Gotham-Medium';
  color: #fff;
  text-align: left;
  display: inline-block;
  width: 100%;
}

.banner_Itm_Txt p {
  font: 500 50px/64px 'Gotham-Medium';
  color: #fff;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-left: 55%;
}

.banner_Itm_Txt ul {
  width: 100%;
  padding-left: 55%;
  text-align: left;
}

.banner_Itm_Txt ul li {
  display: inline-block;
  padding: 10px 10px 10px 2px;
}

.banner_Itm_Txt ul li a {
  font: 500 17px/26px 'Gotham-Medium';
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  transition: 0.3s ease;
  position: relative;
  min-width: 150px;
  text-align: center;
  transform: translateY(0) !important;
}

.banner_Itm_Txt ul li a:hover {
  background: #fff;
  color: #000;
  transform: translateY(-10px) !important;
}

.banner_Itm_Txt ul li a::before {
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: -3px;
  bottom: 1px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

.banner_Itm_Txt ul li a::after {
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: -3px;
  top: 1px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

.banner_sec .left_arw {
  position: absolute;
  left: 25px;
  top: 50%;
  z-index: 9;
  width: auto;
  height: 0;
  transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
}

.banner_sec .left_arw img {
  max-width: 100%;
}

.banner_sec .rt_arw {
  position: absolute;
  right: 25px;
  top: 50%;
  z-index: 9;
  width: auto;
  height: 0;
  transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
}

.banner_sec .rt_arw img {
  max-width: 100%;
}


.fadeLeft {
  opacity: 0;
  /* hidden at start */
  transform: translateX(-40px);
  /* start from left */
  transition: all 0.8s ease-in-out;
}

.fadeLeft.active-anim {
  opacity: 1;
  /* fade in */
  transform: translateX(0);
  /* slide to original position */
}

.fadeRight {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.9s ease-out;
}

.fadeRight.active-anim {
  opacity: 1;
  transform: translateX(0);
}

.fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease-out;
}

.fadeUp.active-anim {
  opacity: 1;
  transform: translateY(0);
}




/* circle animation section */


.circle-scroll-section {
  background-color: #202224;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}

/* This inner block will be pinned by ScrollTrigger */
.circle-section-inner {
  padding: 3rem 0;
  /* vertical breathing space */
  width: 100%;
  /* take full width inside flex parent */
}

.circle-heading {
  font: 500 30px/38px 'Gotham-Medium';
  font-weight: 700;
}

.circle-subline {
  font: 300 30px/38px 'Gotham-Light';
  margin-top: 0.75rem;
}

.circle-stat-number {
  font: 500 60px/68px 'Gotham-Medium';
  font-weight: 700;
}

.circle-stat-label {
  font: 300 22px/28px 'Gotham-Light';
  margin-top: 0.5rem;
}

.circle-wrapper {
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-wrapper-outer {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.circle-wedge {
  position: absolute;
  inset: 0;
  background: conic-gradient(rgba(0, 0, 0, 0.7) 30deg,
      rgba(0, 0, 0, 0.0) 0deg);
  border-radius: 50%;
  transform: rotate(var(--wedgeStart, -150deg));
  pointer-events: none;
}

.circle-center-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  top: 50%;
  left: 50%;
  transform-origin: top center;
  pointer-events: none;
  rotate: 30deg;
}

.circle-line::before {
  width: 15px;
  height: 15px;
  content: '';
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -7.5px;
  top: -7.5px;
}



/* This invisible area provides the scroll distance */
.circle-scroll-steps {
  position: absolute;
  opacity: 0;
  /* hidden but still takes space */
  pointer-events: none;
  left: 0;
  top: 0;
}


.smartHotelManagement {
  width: 100%;
  background: #c48848;
  padding: 0px;
  min-height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 999;
}

.heading h1,
.heading h2 {
  color: #fff;
  font: 500 50px/60px 'Sequel Sans Bold Body';
  font-weight: 700;
}

.heading p {
  color: #fff;
  font: normal 24px/34px 'Gotham-Light';
  /* font-weight: 700; */
  padding-top: 25px;
}



.galleryGridBoxSec {
  width: 100%;
  display: block;
}

.galleryGridBoxSec .gridBox {
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.galleryGridBoxSec .gridBox .textShow {
  color: #fff;
  font: normal 18px/24px 'Sequel Sans Bold Body';
  position: absolute;
  left: 30px;
  top: 30px;
  text-shadow: 0px 0px 3px #333;
  text-align: left;
  opacity: 1;
  transition: .5s ease;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 30px 10px 10px;
}

.galleryGridBoxSec .gridBox .textShow span {
  display: block;
  font-size: 22px;
  line-height: 20px;
}


.galleryGridBoxSec .row .col-md-4.col-sm-6:nth-of-type(3) .gridBox,
.galleryGridBoxSec .row .col-md-4.col-sm-6:nth-of-type(6) .gridBox {
  border-right: none !important;
}

.galleryGridBoxSec .row .col-md-4.col-sm-6:nth-of-type(n+4):nth-of-type(-n+6) .gridBox {
  border-bottom: none !important;
}



.galleryGridBoxSec .gridBox img {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: cover;
}

.gridBoxOverlay {
  transition: .7s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100.2%;
  height: 100.2%;
}

.galleryGridBoxSec .gridBox:hover .gridBoxOverlay {
  opacity: 1;
}

.galleryGridBoxSec .gridBox:hover .textShow {
  opacity: 0;
}

.gridBoxText {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
  text-align: left;

}

.gridBoxText h4 {
  color: #fff;
  font: normal 30px/36px 'Sequel Sans Bold Body';
}

.gridBoxText h6 {
  color: #fff;
  font: normal 14px/18px 'Gotham-Medium';
  padding-top: 10px;

}

.gridBoxText p {
  color: #fff;
  font: normal 14px/18px 'Gotham-Light';
  padding-top: 10px;

}





/* ====== TECH STACK ====== */
.techStack {
  background: #383e35;
  padding: 70px 0 70px;
  color: #fff;
  text-align: center;
  width: 100%;
  min-height: 530px;
}

.techStack .tech-cards-row {
  margin-top: 25px;
  padding: 0px 100px !important;
}

.techStack .tech-cards-row .tech-card {
  background: #756035;
  padding: 25px 20px;
  border-radius: 10px;
  text-align: left;
  height: 100%;
  position: relative;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transform: translateY(0) !important;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
}

.techStack .tech-cards-row .tech-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
}



.techStack .tech-cards-row .tech-card h5 {
  color: #fff;
  font: normal 20px/24px 'Sequel Sans Bold Body';
  margin-bottom: 10px;

}

.techStack .tech-cards-row .tech-card p {
  margin: 0;
  color: #fff;
  font: normal 14px/20px 'Gotham Book';
}

/* ====== PRICING INTRO (ORANGE CTA) ====== */
.pricingIntro {
  background: #c88948;
  padding: 0px;
  text-align: center;
  color: #fff;
  min-height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricingIntro .btn-group-custom {
  margin-top: 40px;
}

.btn-group-custom ul {
  width: 100%;
}

.btn-group-custom ul li {
  display: inline-block;
  padding: 10px 10px 10px 2px;

}

.btn-group-custom li a {
  font: 500 17px/26px 'Gotham-Medium';
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  transition: 0.3s ease;
  position: relative;
  min-width: 160px;
  text-align: center;
  transform: translateY(0) !important;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;

}

.btn-group-custom ul li a:hover {
  background: #fff;
  color: #1f2023;
  transform: translateY(-10px) !important;


}


.btn-group-custom ul li a::before {
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: -3px;
  bottom: 2px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

.btn-group-custom ul li a::after {
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: -3px;
  top: 2px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

/* ====== PRICING PLANS STRIP (IMAGES) ====== */
.pricingPlans {
  width: 100%;
}

.pricingPlans .plan-box {
  position: relative;
  width: 100%;
}

.pricingPlans .plan-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.planBoxTextShow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 1;
  transition: .5s ease;
}

.planBoxTextShow .plan-title {
  text-align: center;
  color: #fff;
  font: normal 45px/48px 'Sequel Sans Medium Body';
}

.planBoxTextShow .plan-sub {
  text-align: center;
  font: normal 18px/22px 'Gotham-Medium';
  color: #f89022;
  padding: 5px 10px 8px 10px;
  border-radius: 5px;
  border: 1px solid #f89022;
  margin-top: 5px;
  box-shadow: 0px 1px 4px 0px #c8a665;
}

.planBoxTextShow .plan-sub.empty {
  opacity: 0;
  visibility: hidden;
}


.pricingPlans .planBoxOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: flex-start;
  padding: 20px;
  transition: .7s ease;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;



}

.pricingPlans .plan-box:hover .planBoxTextShow {
  opacity: 0;
}

.pricingPlans .plan-box:hover .planBoxOverlay {
  opacity: 1;
}

.pricingPlans .planBoxOverlay .planBoxText .amount {
  color: #fff;
  font: normal 30px/32px 'Sequel Sans Medium Body';
}

.pricingPlans .planBoxOverlay .planBoxText .amount em {
  display: block;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}


.pricingPlans .planBoxOverlay .planBoxText .plan-sub {
  margin: 0;
  color: #fff;
  font: normal 14px/20px 'Gotham Book';
  margin-top: 10px;
}

.pricingPlans .planBoxOverlay .planBoxText .planBtn {
  font: 500 16px/24px 'Gotham-Medium';
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  transition: 0.3s ease;
  position: relative;
  min-width: 140px;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}

.pricingPlans .planBoxOverlay .planBoxText .planBtn:hover {
  background: #fff;
  color: #000;
}

.pricingPlans .planBoxOverlay .planBoxText .planBtn::before {
  width: 17px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -3px;
  bottom: 3px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

.pricingPlans .planBoxOverlay .planBoxText .planBtn::after {
  width: 17px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: -3px;
  top: 3px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

/* ====== FAQ SECTION ====== */
.faqSection {
  background: #846935;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

#faqAccordion {
  width: 100%;
  margin-top: 50px;
}

/* Item wrapper */
.faq-item {
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
  border: none;
}

/* Header */
.faq-item .accordion-header {
  width: 100%;
  padding: 0;
  background: transparent;
}

/* Accordion Button */
.faq-item .accordion-button {
  background: #846935 !important;
  padding: 20px 70px 20px 20px;
  /* right padding so text stays centered */
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font: normal 28px/32px 'Sequel Sans Medium Body';
  border-radius: 10px;
  /* Center the text */
  justify-content: center;
  text-align: center;

  /* Remove Bootstrap arrow spacing interference */
  display: flex;
  align-items: center;
}

/* Remove focus outline */
.faq-item .accordion-button:focus {
  box-shadow: none !important;
}

/* WHITE arrow */
.faq-item .accordion-button::after {
  width: auto;
  height: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 18px;
  background-image: none !important;
  color: rgba(255, 255, 255, 0.4);
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transition: .5s ease;
  content: "\f106" !important;
  font-family: 'FontAwesome';

}

.faq-item .accordion-button.collapsed::after {
  /* content: '▼' !important; */
  content: "\f107" !important;
  font-family: 'FontAwesome';
  color: rgba(255, 255, 255, 0.4);
}


.faq-item .accordion-body {

  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 5px;
  border-radius: 10px;
}

.faq-item .accordion-body p {
  margin: 0;
  color: #fff;
  font: normal 14px/20px 'Gotham Book';
  text-align: left;
  padding: 5px;
}


.faqSection .still-questions {
  margin-top: 45px;
}

.faqSection .still-questions h4 {
  color: #fff;
  font: normal 42px/46px 'Sequel Sans Medium Body';
}

.faqSection .still-questions p {
  color: #fff;
  font: normal 24px/34px 'Gotham Book';
  margin-bottom: 10px;
  margin-top: 15px;

}

.faqSection .still-questions a.contactUs {
  font: 500 16px/24px 'Gotham-Medium';
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  transition: 0.3s ease;
  position: relative;
  min-width: 141px;
  text-align: center;
  margin-top: 15px;
  transform: translateY(0) !important;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
}

.faqSection .still-questions a.contactUs:hover {
  background: #fff;
  color: #000;
  transform: translateY(-10px) !important;
}

.faqSection .still-questions a.contactUs::before {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -3px;
  bottom: 2px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

.faqSection .still-questions a.contactUs::after {
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: -3px;
  top: 1px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}



/* ====== WHY CHOOSE SECTION ====== */
.hotelManagementSolution {
  background: #3c403f;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.caro_sec {
  margin-top: 60px;
}

.why-card {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 25px;
  text-align: left;
  border-radius: 10px;
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.whyCardIcon {
  width: 35px !important;
  height: 35px;
  position: absolute;
  right: 20px !important;
  top: 20px !important;
}

.why-card h5 {
  color: #fff;
  font: normal 25px/28px 'Sequel Sans Bold Disp';
  margin-bottom: 8px;
  padding-right: 120px;
}

.why-card p {
  color: #fff;
  font: normal 14px/18px 'Gotham-Light';
  margin: 0;
}



.carousel-progress {
  margin-top: 20px;
}

/* track line */
.carousel-progress-track {
  position: relative;
  height: 15px;
  border-radius: 999px;
  background: #424142;
  overflow: hidden;
  border: 1px solid #7d6a3f;
}

.carousel-progress-thumb {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 50px;
  height: 15px;
  border-radius: 10px;
  background: #555355;
  transform: translate(-50%, -50%);
  transition: left 0.4s ease;
}



/* ====== SUBSCRIPTION / CONTACT SECTION ====== */
.subscription-section {
  position: relative;
  background: url(../images/getInTouchBG.jpg) no-repeat center center;
  padding: 70px 0;
  color: #fff;
  background-size: cover;
  z-index: 1;
}

.subscription-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* adjust 0.3 for more/less darkness */
  z-index: -1;
}


.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font: 300 13px/18px 'Gotham-Light';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkboxContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #7a6234;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input~.checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked~.checkmark {
  background-color: #7a6234;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkboxContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  left: 9px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




.subscription-form-card {
  background: #2f2f30;
  padding: 40px 50px;
  border-radius: 25px;
  border: 1px solid #7a6234;
}

.subscription-form-card h4 {
  font: normal 18px/24px 'Gotham-Medium';
  margin-bottom: 25px;
}

.subscription-form-card .form-label {
  color: #fff;
  font: 300 13px/18px 'Gotham-Light';
}

.subscription-form-card .form-label span {
  color: red;
}

.subscription-form-card .form-control {
  background: #2f2f30;
  border: 1px solid #7a6234;
  color: #fff;
  height: 40px;
  font: 300 13px/18px 'Gotham-Light';
}

.subscription-form-card .form-control::placeholder {
  color: #bab9b9;
  font: 300 13px/18px 'Gotham-Light';
}

.subscription-form-card .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #c48848;
}

.form-control-textarea {
  height: 120px !important;
  resize: none;
}



.subscription-form-card .btn-submit {
  font: 500 16px/24px 'Gotham-Medium';
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  transition: 0.3s ease;
  position: relative;
  min-width: 160px;
  text-align: center;
  margin-top: 15px;
  background: #2f2f30;
  transform: translateY(0) !important;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
}

.subscription-form-card .btn-submit i {
  display: none !important;
}

.subscription-form-card .btn-submit:hover {
  background: #fff;
  color: #000;
  transform: translateY(-10px) !important;
}

.subscription-form-card .btn-submit::before {
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -2px;
  bottom: 2px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

.subscription-form-card .btn-submit::after {
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: -2px;
  top: 2px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}





.subscription-left .subscriptionHeading {
  font: 500 16px/24px 'Gotham-Medium';
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  transition: 0.3s ease;
  position: relative;
  min-width: 150px;
  text-align: center;
  margin-top: 15px;
  background: transparent;
}

.subscription-left .subscriptionHeading:hover {
  background: transparent;
}

.subscription-left .subscriptionHeading::before {
  width: 17px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -3px;
  bottom: 2px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

.subscription-left .subscriptionHeading::after {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: -2px;
  top: 2px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

.subscription-left h3 {
  font: normal 44px/48px 'Sequel Sans Bold Body';
  margin-bottom: 12px;
  margin-top: 50px;
}

.subscription-left p {
  font: 500 18px/24px 'Gotham-Light';
}

.getInTouchBox {
  width: 100%;
  display: inline-block;
}

.getInTouchBox h3 {
  font: normal 40px/48px 'Sequel Sans Medium Body';
}



.getInTouchBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.getInTouchBox ul li {
  width: 50%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px;
}

.getInTouchBox ul li a {
  color: #fff;
  text-decoration: none;
}

.getInTouchBox ul li strong {
  font: 500 16px/24px 'Gotham-Medium';
  color: #fff;
}

.getInTouchBox ul li span {
  font: 500 14px/18px 'Gotham-Light';
  color: #fff;
}




/* ====== FOOTER ====== */
.site-footer {
  background: #1f2023;
  color: #ccc;
  padding: 35px 0 15px;
  font-size: 13px;
}

.site-footer a {
  color: #ccc;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-logo img {
  max-width: 100%;
}

.footer-text {
  width: 100%;
  margin-top: 15px;
}

.footer-text p {
  font: 500 16px/22px 'Gotham-Light';
  color: #fff;
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  font: 500 16px/22px 'Gotham-Medium';
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.footer-list li {
  margin-bottom: 4px;
  font: 500 14px/18px 'Gotham-Light';
  display: inline-block;
  width: 100%;
  padding: 5px 0px;
}

.footer-list li a {
  color: #fff;
}

.footer-list li a:hover {
  color: #c48848 !important
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 20px;
  padding-top: 10px;
  font: 500 13px/18px 'Gotham-Light';
  text-align: center;
}

/* Custom Select Wrapper */
/* .custom-select-wrapper {
  position: relative;
  width: 100%;
} */

/* .custom-select {
  position: relative;
  background: #2f2f30;
  border: 1px solid #7a6234;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
} */


/* .custom-select-trigger {
  display: block;
  color: #fff;
  font: 300 13px/18px 'Gotham-Light';
}

.custom-options {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  background: #2f2f30;
  border: 1px solid #7a6234;
  border-radius: 6px;
  display: none;
  z-index: 100;
  max-height: 180px;
  overflow-y: auto;
}

.custom-option {
  padding: 10px;
  color: #fff;
  font: 300 13px/18px 'Gotham-Light';
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  display: inline-block;
}

.custom-option:hover {
  background: #7a6234;
} */



.custom-select {
  position: relative;
  background: #2f2f30;
  border: 1px solid #7a6234;
  border-radius: 6px;
  padding: 0px;
  cursor: pointer;
  height: 40px;
  font: 300 13px/18px 'Gotham-Light';
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
  border-radius: 6px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #2f2f30;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #7a6234;
  border-radius: 6px;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #7a6234 #c2baaa;

}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}












.demoBookModal {
  z-index: 99999;
}

.demoBookModal .modal-content {
  background: #2f2f30;
}

.demoBookModal .modal-content .modal-header {
  border-bottom: 1px solid #7a6234;
}

.demoBookModal .modal-content .modal-header .modal-title {
  color: #7a6234;
}

.demoBookModal .modal-content .modal-footer {
  border-top: 1px solid #7a6234;
  display: flex;
  justify-content: center;
}

.demoBookModal .modal-content .modal-header .btn-close {
  color: #fff;
  background: #7a6234;
  opacity: 1;
  font-size: 18px;
  line-height: 22px;
}

.demoBookModal .modal-content .subscription-form-card {
  padding: 20px;
  max-height: 550px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #7a6234 #c2baaa;
}

.demoBookModal .modal-content .subscription-form-card ::-webkit-scrollbar {
  width: 8px;
  /* scrollbar thickness */
}

.demoBookModal .modal-content .subscription-form-card ::-webkit-scrollbar-track {
  background: #c2baaa;
  border-radius: 10px;
}

.demoBookModal .modal-content .subscription-form-card ::-webkit-scrollbar-thumb {
  background-color: #7a6234;
  border-radius: 10px;
  border: 2px solid #c2baaa;
  /* gives thumb some padding effect */
}

.demoBookModal .modal-content .subscription-form-card ::-webkit-scrollbar-thumb:hover {
  background-color: #7a6234;
}

.demoBookModal .modal-dialog {
  max-width: 600px;
}

.demoBookModal .checkboxContainer,
.demoBookModal .custom-select-arrow {
  color: #fff;
}

/* Base scroll behavior */
/* .demoBookModal .modal-body {
  max-height: 550px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #7a6234 #c2baaa;
} */



.demoBookModal .modal-content .modal-footer .btn-submit {
  font: 500 16px/24px 'Gotham-Medium';
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  transition: 0.3s ease;
  min-width: 160px;
  text-align: center;
  background: #2f2f30;
  transform: translateY(0) !important;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
}

.demoBookModal .modal-content .modal-footer .btn-submit:hover {
  background: #fff;
  color: #000;
  transform: translateY(-10px) !important;
}

.demoBookModal .modal-content .modal-footer .btn-submit::before {
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: -3px;
  bottom: -2px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

.demoBookModal .modal-content .modal-footer .btn-submit::after {
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: -3px;
  top: 0px;
  content: '';
  rotate: 30deg;
  z-index: 1;
}


/* PRICING DETAILS MODAL STYLES */
.pricingDetailsModal {
  z-index: 99999;
}

.pricingDetailsModal .modal-dialog {
  max-width: 1200px;
  margin: 1.75rem auto;
}

.pricingDetailsModal .modal-content {
  border-radius: 20px;
  border: none;
  overflow: hidden;
  background: #2f2f30;
  color: #ffffff;
}

/* Header */
.pricingDetailsModal .modal-header {
  border-bottom: 1px solid #7a6234;
  padding: 24px 32px;
  align-items: flex-start;
}

.pricing-details-header h2 {
  font-size: 26px;
  margin-bottom: 6px;
  color: #7a6234;
}

.pricing-details-header p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.75);
}

.pricing-details-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pricing-details-badges span {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #7a6234;
}

.pricingDetailsModal .pricing-close {
  filter: invert(1);
}

/* Body / grid */
.pricingDetailsModal .modal-body {
  padding: 24px 32px 10px;
}

.pricing-plan-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing-plan-card {
  flex: 1 1 0;
  min-width: 0;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  padding: 22px 20px 20px;
  border: 1px solid #7a6234;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Recommended (middle) card */
.pricing-plan-card.recommended {
  background: linear-gradient(135deg, #c48848 0%, #7a6234 100%);
  border-color: transparent;
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.pricing-plan-card.recommended .plan-features li,
.pricing-plan-card.recommended .plan-meta,
.pricing-plan-card.recommended .plan-tagline {
  color: rgba(255, 255, 255, 0.9);
}

.badge-popular {
  position: absolute;
  top: 14px;
  right: 16px;
  background: rgba(0, 0, 0, 0.25);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1px solid #ffffffc7;
}

/* Plan content */
.plan-name {
  font-size: 18px;
  margin-bottom: 4px;
}

.plan-tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
}

.plan-price .currency {
  font-size: 18px;
  font-weight: 500;
}

.plan-price .value {
  font-size: 30px;
  font-weight: 700;
}

.plan-price .note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 4px;
}

.plan-meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.plan-features li {
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.75);
}

.plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
}

/* CTA buttons */
.plan-cta-btn {
  margin-top: auto;
  width: 100%;
  border-radius: 999px;
  border: 1px solid #7a6234;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  color: #ffffff;
  transition: all 0.2s ease;
  text-decoration: none;
  text-align: center;
}

.plan-cta-btn:hover {
  background: #c48848;
}

.plan-cta-btn.primary {
  background: #ffffff;
  color: #141414;
  border-color: #ffffff;
}

.plan-cta-btn.primary:hover {
  background: #f5f5f5;
}

/* Footer */
.pricing-footer {
  border-top: 1px solid #7a6234;
  padding: 12px 32px 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  justify-content: center;
  text-align: center;
}

.pricing-footer a {
  color: #c48848;
  text-decoration: underline !important;
}




/* =========================
   ABOUT PAGE STYLES
   ========================= */

/* HERO */
.aboutHero {
  position: relative;
  width: 100%;
  min-height: 520px;
  background: #202224;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.aboutHero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutHero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.2) 100%);
}

.aboutHero-inner {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}

.aboutHero-text h1 {
  font: 500 46px/54px 'Sequel Sans Bold Body';
  margin-bottom: 15px;
}

.aboutHero-text p {
  font: 500 18px/26px 'Gotham-Light';
  max-width: 540px;
}

.aboutHero-cta {
  margin-top: 25px;
}

.aboutHero-cta li {
  display: inline-block;
  padding: 8px 10px 8px 0;
}

.aboutHero-cta li a {
  font: 500 16px/24px 'Gotham-Medium';
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  border: 2px solid #fff;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  min-width: 150px;
  text-align: center;
  transition: .3s ease;
  position: relative;
  text-decoration: none;
  cursor: pointer;

}

.aboutHero-cta li a:hover {
  background: #fff;
  color: #000;
  transform: translateY(-10px) !important;
}

.aboutHero-cta li a::before {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -6px;
  bottom: 3px;
  content: '';
  rotate: 30deg;
  z-index: 1;

}

.aboutHero-cta li a::after {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: -5px;
  top: 3px;
  content: '';
  rotate: 30deg;
  z-index: 1;
}


.aboutHero-cta li a:hover {
  background: #fff;
  color: #000;
}

.aboutHero-card {
  background: rgba(32, 34, 36, 0.9);
  border-radius: 20px;
  padding: 25px 25px 20px;
  border: 1px solid #7a6234;
}

.aboutHero-card h4 {
  font: normal 18px/24px 'Gotham-Medium';
  margin-bottom: 10px;
}

.aboutHero-card p {
  font: 500 14px/20px 'Gotham-Light';
  margin-bottom: 12px;
}

.aboutHero-card ul {
  padding-left: 18px;
}

.aboutHero-card ul li {
  list-style: disc;
  font: 500 13px/18px 'Gotham-Light';
}


/* OUR STORY */
.aboutStory {
  background: #202224;
  padding: 70px 0 60px;
  color: #fff;
}

.aboutStory-content h2 {
  font: 500 34px/42px 'Sequel Sans Bold Body';
  margin-bottom: 15px;
}

.aboutStory-content p {
  font: 500 14px/20px 'Gotham-Light';
  margin-bottom: 12px;
}

/* AI box */
.aboutStory-aiBox {
  margin-top: 25px;
  background: #2f2f30;
  border-radius: 18px;
  border: 1px solid #7a6234;
  padding: 22px 20px 18px;
}

.aboutStory-aiBox h3 {
  font: normal 22px/26px 'Sequel Sans Medium Body';
  margin-bottom: 8px;
  color: #ffffff;
}

.aboutStory-aiBox p {
  margin-bottom: 12px;
}

/* Bullet list styling */
.aiFeatureList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aiFeatureList li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  font: 500 13px/18px 'Gotham-Light';
  color: #f1f1f1;
}

.aiFeatureList li strong {
  font-family: 'Gotham-Medium';
  color: #ffffff;
}

/* Custom check icon */
.aiFeatureList li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c48848;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.aboutStory-media {
  position: relative;
}

.aboutStory-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.aboutStory-badge {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #c48848;
  color: #fff;
  padding: 10px 16px;
  border-radius: 14px;
  text-align: right;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.aboutStory-badge span {
  font: 500 11px/14px 'Gotham-Light';
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.aboutStory-badge strong {
  display: block;
  font: 500 22px/24px 'Sequel Sans Medium Body';
}

.aboutStory-badge p {
  font: 500 11px/14px 'Gotham-Light';
  margin: 0;
}


/* MISSION / VISION */
.aboutMission {
  background: #3c403f;
  padding: 60px 0;
  color: #fff;
}

.aboutMission-card {
  background: #2f2f30;
  border-radius: 18px;
  border: 1px solid #7a6234;
  padding: 25px 22px;
  height: 100%;
}

.aboutMission-card h3 {
  font: normal 22px/26px 'Sequel Sans Medium Body';
  margin-bottom: 10px;
}

.aboutMission-card p {
  font: 500 14px/20px 'Gotham-Light';
  margin: 0;
}


/* STATS */
.aboutStats {
  background: #202224;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

/* 
.aboutStats .heading h2 {
  font-size: 34px;
  line-height: 42px;
}

.aboutStats .heading p {
  font-size: 16px;
  line-height: 22px;
} */

.stats-row {
  margin-top: 30px;
}

.stat-card {
  background: #2f2f30;
  border-radius: 16px;
  border: 1px solid #7a6234;
  padding: 22px 16px;
}

.stat-card h3 {
  font: 500 30px/34px 'Sequel Sans Bold Body';
  margin-bottom: 8px;
}

.stat-card p {
  font: 500 13px/18px 'Gotham-Light';
  margin: 0;
}


/* VALUES */
.aboutValues {
  background: #3c403f;
  padding: 60px 0 55px;
  color: #fff;
  text-align: center;
}

.values-row {
  margin-top: 30px;
}

.value-card {
  background: #2f2f30;
  border-radius: 16px;
  padding: 22px 18px;
  border: 1px solid #7a6234;
  text-align: left;
  height: 100%;
}

.value-card h4 {
  font: normal 20px/24px 'Sequel Sans Medium Body';
  margin-bottom: 8px;
}

.value-card p {
  font: 500 13px/18px 'Gotham-Light';
  margin: 0;
}

/* CTA */
.aboutCTA {
  background: #c88948;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.aboutCTA .heading h2 {
  font-size: 32px;
  line-height: 40px;
}

.aboutCTA .heading p {
  font-size: 18px;
  line-height: 26px;
}

.btn-group-custom {
  margin-top: 30px;
}

.commitmentSec .value-card {
  background: transparent;
  border-radius: 0px;
  padding: 15px;
  border: none;
  text-align: center;
  height: inherit;
}

.commitmentSec .value-card h4 {
  font-size: 34px;
  line-height: 42px;
}

/* //////////////// terms and condition //////////////////// */

.termsSection {
  padding: 70px 0px;
  background: #f5f7fb;
}

/* Main card look */
.termsCard {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 36px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.2);
  line-height: 1.7;
}

.termsCard p {
  margin-bottom: 0.9rem;
  color: #4b5563;
  font-size: 15px;
}

.termsCard .text-muted {
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* Headings */
.termsCard h2 {
  font-size: 1.35rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.termsCard h4 {
  font-size: 1.1rem;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #111827;
}

.termsCard h2::before {
  content: "";
  width: 7px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c48848, #7a6234);
  display: inline-block;
}

.termsCard hr {
  margin: 1.8rem 0 1.6rem;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
}

/* Lists */
.termsCard ul {
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
  padding-left: 15px;
}

.innLeftBox {
  padding-left: 50px !important;
}

.termsCard ul li {
  margin-bottom: 0.35rem;
  color: #4b5563;
  font-size: 15px;
  list-style-type: disc;
}

.termsCard ul.contactBox li {
  list-style-type: none;
}

.termsCard a {
  color: #4b5563;
  text-decoration: none;
}

.termsCard a:hover {
  text-decoration: underline;
}

.termsCard .mt-4 {
  margin-top: 1.8rem !important;
}

/* Small breadcrumb / helper at top of card */
.terms-breadcrumb {
  font-size: 13px;
  margin-bottom: 0.4rem;
  color: #6b7280;
}

.terms-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}

.terms-breadcrumb a:hover {
  text-decoration: underline;
}

/* Hero tweaks if needed */
.termsHero .aboutHero-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.termsHero .aboutHero-inner {
  position: relative;
  z-index: 2;
  padding: 20px 10px;
}

.termsHero .aboutHero-text h1 {
  margin-bottom: 0.75rem;
}

.termsHero .aboutHero-text p {
  max-width: 520px;
}




.circle-image,
.circle-heading,
.circle-subline,
#statNumber,
#statLabel {
  transition: opacity .5s ease, transform .5s ease;
}


.aiFeatures .value-card ul {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  padding-left: 15px;
}

.aiFeatures .value-card ul li {
  font: 500 13px/18px 'Gotham-Light';
  color: #fff;
  list-style-type: disc;
  padding: 3px 0px;
}

.whyChooseai .value-card {
  text-align: center;
}

.whyChooseai .value-card h4 {
  min-height: 50px;
}

.whyChooseai .value-card p {
  padding-top: 10px;
}

.chooseAiIcon {
  width: 40px;
  height: 40px;
  display: flex;
  background: #fff;
  border-radius: 4px;
  color: #202224;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.aiFeatures .values-row .col-lg-3,
.aiFeatures .values-row .col-lg-4,
.whyChooseai .values-row .col-lg-3,
.aiFeatures .values-row .col-lg-4 {
  margin-bottom: 0px !important;
}

.whyChooseai .value-card h4 {
  min-height: auto;
}

.planAmount {
  color: #fff;
  text-align: center;
  /* position: absolute;
  right: 15px;
  top: 15px; */
  font-size: 22px;
  line-height: 24px;
}

.planAmount em {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Gotham-Light';
  font-style: normal;
}

.socialLink li {
  display: inline-block;
  width: auto;
  padding: 5px;
  font-size: 28px;
}





.pricing-tabs {
  border-color: #7a6234;
  padding: 5px;
}

.pricing-tabs .nav-item .nav-link {
  border-radius: 20px;
  padding: 7px 15px;
  color: #7a6234;
  font-size: 14px;
  letter-spacing: 1px;
}

.pricing-tabs .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.06);
}

.pricing-tabs .nav-item .nav-link.active {
  background: linear-gradient(135deg, #c48848 0%, #7a6234 100%) !important;
  color: #fff !important;
}



.modal-body-content {
  width: 100%;
}

.modal-body-content p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  padding: 15px;
}
.modal-body-content .pricing-details-badges{
   width: 100%;
  display: inline-block;
  padding: 0px 15px;
} 
.modal-body-content .pricing-details-badges .plan-features{
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.modal-body-content .pricing-details-badges .plan-features li{
  display: inline-block;
  padding: 0px 20px;
}
.channelManager .pricing-plan-card .plan-cta-btn, .revenueManager .pricing-plan-card .plan-cta-btn{ margin-top: 15px !important;}














/* Responsive */
@media (max-width: 991.98px) {
  .pricing-plan-grid {
    flex-direction: column;
  }

  .pricing-plan-card.recommended {
    transform: none;
  }

  .pricingDetailsModal .modal-dialog {
    max-width: 100%;
    margin: 0.5rem;
  }

  .pricingDetailsModal .modal-body,
  .pricingDetailsModal .modal-header,
  .pricingDetailsModal .pricing-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
}












@media (min-width: 768px) and (max-width: 5000px) {

  /*menu*/
  .nav-top .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  .nav-top .dropdown:hover .dropdown-menu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
  }

  /*end menu*/

}


@media (max-width: 1199px) {
  .banner_Itm_Txt {
    padding: 150px 50px 0 50px;
  }

  .banner_Itm_Txt strong {
    font-size: 42px;
    line-height: 52px;
  }

  .banner_Itm_Txt p {
    font-size: 38px;
    line-height: 46px;
    padding-left: 50%;
  }

  .heading h1,
  .heading h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading p {
    font-size: 20px;
    line-height: 30px;
  }

  .techStack .tech-cards-row {
    padding: 0 40px !important;
  }

  .circle-wrapper,
  .circle-wrapper-outer {
    width: 420px;
    height: 420px;
  }

  .subscription-form-card {
    padding: 30px 35px;
  }

  .nav-top .navbar-brand {
    width: 190px;
  }

  .menu-sec-right li {
    margin-left: 18px;
  }

  .circle-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .circle-subline {
    font-size: 24px;
    line-height: 30px;
  }

  .circle-stat-number {
    font-size: 40px;
    line-height: 48px;
  }

  .circle-stat-label {
    font-size: 20px;
    line-height: 26px;
  }

  .smartHotelManagement,
  .techStack,
  .pricingIntro {
    min-height: 370px;
  }

  .gridBoxText h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .gridBoxText h4 br {
    display: none;
  }

  .gridBoxText h6,
  .gridBoxText p {
    font-size: 13px;
    line-height: 16px;
    padding-top: 5px;
  }

  .gridBoxText {
    padding: 10px;
  }

  .planBoxTextShow .plan-title {
    font-size: 32px;
    line-height: 36px;
  }

  .planBoxTextShow .plan-sub {
    font-size: 18px;
    line-height: 22px;
  }

  .pricingPlans .planBoxOverlay {
    padding: 10px;
  }

  .pricingPlans .planBoxOverlay .planBoxText .amount {
    font-size: 24px;
    line-height: 28px;
  }

  .pricingPlans .planBoxOverlay .planBoxText .amount em {
    font-size: 16px;
    line-height: 22px;
  }

  .pricingPlans .planBoxOverlay .planBoxText .plan-sub {
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
  }

  .pricingPlans .planBoxOverlay .planBoxText .planBtn {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }

  .faq-item .accordion-button {
    font-size: 24px;
    line-height: 28px;
  }

  .galleryGridBoxSec .gridBox .textShow {
    padding: 5px 20px 10px 5px;
  }

  /* /////////// about ////////////////// */

  .aboutHero-text h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .aboutHero-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .aboutHero-card {
    margin-top: 20px;
  }

  .aboutStory-content h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .aboutStory-aiBox h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .pricingPlans .plan-box img {
    height: 250px;
  }

}



@media (max-width: 991px) {
  .header_sec {
    padding: 10px 0;
  }

  .banner_Itm_Txt {
    padding: 120px 0 0 0;
  }

  .banner_Itm_Txt strong {
    font-size: 32px;
    line-height: 40px;
  }

  .banner_Itm_Txt p {
    font-size: 28px;
    line-height: 36px;
    padding-left: 0;
    text-align: left;
    margin-top: 10px;
  }

  .banner_Itm_Txt ul {
    padding-left: 0;
    text-align: left;
    margin-top: 10px;
  }

  .circle-section-inner .row {
    text-align: center;
  }

  .circle-heading,
  .circle-subline,
  .circle-stat-number,
  .circle-stat-label {
    text-align: center;
  }

  .circle-wrapper,
  .circle-wrapper-outer {
    width: 300px;
    height: 300px;
  }

  .techStack .tech-cards-row {
    padding: 0 15px !important;
  }

  .techStack .tech-cards-row .col-md-3 {
    margin-bottom: 20px;
  }

  .pricingIntro,
  .smartHotelManagement {
    min-height: auto;
    padding: 50px 0;
  }

  .subscription-section {
    padding: 50px 0;
  }

  .subscription-left h3 {
    margin-top: 30px;
    font-size: 28px;
    line-height: 34px;
  }

  .subscription-left p {
    font-size: 16px;
    line-height: 22px;
  }

  .getInTouchBox ul li {
    width: 100%;
  }

  .subscription-form-card {
    margin-top: 30px;
  }

  .galleryGridBoxSec .col-sm-4:nth-of-type(3n) .gridBox {
    border-right: 1px solid #fff;
  }

  .galleryGridBoxSec .col-sm-4:nth-of-type(2n) .gridBox {
    border-right: none;
  }



  .nav-top .navbar-brand {
    width: 190px;
  }

  .menu-sec-right li {
    margin-left: 25px;
  }

  .circle-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .circle-subline {
    font-size: 18px;
    line-height: 22px;
  }

  .circle-stat-number {
    font-size: 30px;
    line-height: 38px;
  }

  .circle-stat-label {
    font-size: 16px;
    line-height: 22px;
  }

  .smartHotelManagement,
  .techStack,
  .pricingIntro {
    min-height: 370px;
  }

  .gridBoxText h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .gridBoxText h4 br {
    display: none;
  }

  .gridBoxText h6,
  .gridBoxText p {
    font-size: 13px;
    line-height: 16px;
    padding-top: 5px;
  }

  .gridBoxText {
    padding: 10px;
  }

  .pricingPlans .planBoxOverlay {
    padding: 10px;
  }

  .pricingPlans .planBoxOverlay .planBoxText .amount {
    font-size: 20px;
    line-height: 24px;
  }

  .pricingPlans .planBoxOverlay .planBoxText .amount em {
    font-size: 14px;
    line-height: 22px;
  }

  .pricingPlans .planBoxOverlay .planBoxText .plan-sub {
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide overflowing content */
    text-overflow: ellipsis;
    /* Display ellipsis for truncated text */
    width: 200px;
    /* Set a fixed width for the container */
  }

  .pricingPlans .planBoxOverlay .planBoxText .planBtn {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }

  .faq-item .accordion-button {
    font-size: 18px;
    line-height: 22px;
  }


  .nav-top .navbar-brand {
    width: 120px;
  }

  .menu-sec-right li {
    margin-left: 10px;
  }

  .menu-sec-right li a {
    font-size: 12px;
  }

  .banner_Itm_Txt {
    padding: 100px 30px 0px;
  }

  .banner_Itm_Txt strong {
    font-size: 30px;
    line-height: 34px;
  }

  .banner_Itm_Txt p {
    font-size: 24px;
    line-height: 30px;
  }

  .banner_Itm_Txt strong br {
    display: none;
  }

  .banner_Itm_Txt ul li a {
    font-size: 16px;
    line-height: 22px;
    min-width: 145px;
  }

  .circle-scroll-section {
    padding: 3rem 0;

  }

  .circle-line {
    height: 85%;
  }

  .heading h1,
  .heading h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
  }

  .tech-cards-row .col-md-6 {
    margin-bottom: 25px;
  }

  .planBoxTextShow {
    padding: 10px;
  }

  .planBoxTextShow .plan-title {
    font-size: 26px;
    line-height: 30px;
  }

  .planBoxTextShow .plan-sub {
    font-size: 16px;
    line-height: 20px;
  }

  .faqSection .still-questions h4 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .galleryGridBoxSec .gridBox .textShow {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 15px 7px 5px;
    left: 15px;
    top: 15px;
  }

  .galleryGridBoxSec .gridBox .textShow span {
    font-size: 16px;
    line-height: 18px;
  }

  .galleryGridBoxSec .gridBox img {
    height: 200px;
  }

  .pricingPlans .plan-box img {
    height: 200px;
  }


  /* /////////////////// about us ////////////////////// */

  .aboutHero {
    min-height: auto;
    padding: 110px 0 50px;
  }

  .aboutHero-inner {
    padding-top: 0;
  }

  .aboutHero-text {
    text-align: center;
  }

  .aboutHero-text p {
    margin: 0 auto;
    max-width: 100%;
  }

  .aboutHero-cta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .aboutHero-cta li {
    padding: 6px 8px;
  }

  .aboutHero-card {
    margin-top: 25px;
  }

  /* STORY */
  .aboutStory {
    padding: 50px 0 40px;
  }

  .aboutStory-content {
    margin-bottom: 25px;
  }

  .aboutStory-badge {
    right: 10px;
    bottom: 10px;
  }

  /* VALUES / STATS / COMMITMENT */
  .aboutStats,
  .aboutValues,
  .commitmentSec,
  .aboutCTA {
    padding: 45px 0;
  }

  .values-row .col-lg-3,
  .values-row .col-lg-4 {
    margin-bottom: 20px;
  }

  .commitmentSec .value-card {
    text-align: center;
    padding: 18px 10px;
  }

  .commitmentSec .value-card h4 {
    font-size: 30px;
    line-height: 38px;
  }

  /* CTA */
  .aboutCTA .heading h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .aboutCTA .heading p {
    font-size: 16px;
    line-height: 22px;
  }

  .aboutCTA .btn-group-custom ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .aboutCTA .btn-group-custom ul li {
    padding: 6px 6px;
  }



  /* ///////////////////// terms and condition //////////////*/

  .termsCard {
    padding: 26px 22px;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  }

  .termsSection {
    padding: 60px 0px;
  }

  .termsCard h2 {
    font-size: 1.2rem;
  }





}



@media (min-width: 768px) and (max-width: 991px) {

  .gridBoxText h6,
  .gridBoxText p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}



@media only screen and (max-width: 767px) {

  /*menu*/
  .menu-sec-left li {
    margin-left: 0;
  }

  .menu-sec-left li a {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px;
  }

  .navbar-toggler {
    border-color: #fff !important;
    margin: 0 0px 0 0;
    background: none !important;
    border-radius: 0px !important;
    padding: 5px 8px;
    font-size: 20px;
  }

  /*.navbar-default .navbar-toggler .navbar-toggler-icon{ background-color: #fff; }*/
  .drop_arrow {
    position: absolute !important;
    right: 0px;
    top: 10px;
    width: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    display: block;
  }

  .nav-top.navbar-default .navbar-nav>.open>a,
  .nav-top.navbar-default .navbar-nav>.open>a:hover,
  .nav-top.navbar-default .navbar-nav>.open>a:focus {
    background: none !important;
  }

  .nav-top .navbar-nav>li>.dropdown-menu {
    width: 100%;
    border-radius: 0px;
  }

  .nav-top .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    padding: 10px;
  }

  .menu-sec-right li {
    margin-left: 0px;
  }

  .menu-sec-right li a {
    padding: 7px !important;
    font-size: 13px;
  }

  .navbar-light .navbar-toggler-icon {
    background: url(../images/menu-icon.png) no-repeat;
    background-size: contain;
    height: 25px;
  }

  /*end menu*/

  .banner_Itm_Txt {
    padding: 110px 0 0 0;
  }

  .banner_Itm_Txt strong {
    font-size: 26px;
    line-height: 32px;
  }

  .banner_Itm_Txt p {
    font-size: 22px;
    line-height: 28px;
  }

  .banner_sec .left_arw,
  .banner_sec .rt_arw {
    display: none;
  }

  .heading h1,
  .heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .circle-scroll-section {
    padding: 10px 0;
  }

  .circle-wrapper,
  .circle-wrapper-outer {
    width: 260px;
    height: 260px;
  }

  .circle-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .circle-subline {
    font-size: 20px;
    line-height: 26px;
  }

  .circle-stat-number {
    font-size: 30px;
    line-height: 36px;
    margin-top: 35px;
  }

  .circle-stat-label {
    font-size: 16px;
    line-height: 22px;
  }

  .circle-stat-label br {
    display: none;
  }

  .galleryGridBoxSec .gridBox {
    border-right: none !important;
  }

  .galleryGridBoxSec .col-sm-4 .gridBox {
    border-bottom: 1px solid #fff;
  }

  .techStack {
    padding: 50px 0;
  }

  .techStack .tech-cards-row {
    padding: 0 15px !important;
  }

  .techStack .tech-cards-row .col-sm-6 {
    margin-bottom: 20px;
  }

  .pricingIntro {
    padding: 40px 0;
  }

  .faq-item .accordion-button {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 50px 15px 15px;
  }

  .faqSection .still-questions h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .carousel-progress-track {
    height: 10px;
  }

  .carousel-progress-thumb {
    width: 35px;
    height: 10px;
  }

  .subscription-form-card {
    padding: 25px 20px;
  }

  .subscription-left h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .getInTouchBox ul {
    flex-direction: row;
  }

  .getInTouchBox ul li {
    width: 50%;
    padding-left: 0;
  }

  .site-footer {
    text-align: left;
  }

  .footer-bottom {
    text-align: center;
  }

  .circle-section-inner {
    padding: 5rem 0 0px !important;
  }

  .circle-subline {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .circle-subline br {
    display: none;
  }

  .circle-line {
    height: 60%;
  }

  .smartHotelManagement,
  .techStack,
  .pricingIntro {
    min-height: 300px;
    padding: 30px 0;
  }

  .gridBoxText h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading h1 br,
  .heading h2 br {
    display: none;
  }

  .heading p br {
    display: none;
  }

  .header_sec .container {
    padding: 0px;
  }

  .nav-top .navbar-brand {
    width: 140px;
    margin-left: 15px;
  }

  .nav-top .navbar-toggler {
    margin-right: 15px;
    padding-top: 8px;
  }

  .galleryGridBoxSec .gridBox .textShow span {
    display: inline-block;
    font-size: 14px;
  }

  .demoBookModal .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }

  .demoBookModal .modal-body {
    max-height: 450px;
  }

  .demoBookModal .modal-content .subscription-form-card {
    padding: 20px;
    margin: 0px;
  }

  .pricingPlans .plan-box img {
    height: 250px;
  }

  .pricingPlans .planBoxOverlay .planBoxText .plan-sub {
    white-space: wrap;
    overflow: hidden;
    text-overflow: initial;
    width: 100%;
  }

  /* //////////// about ////////////// */

  .aboutHero {
    padding: 100px 0 40px;
  }

  .aboutHero-text h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .aboutHero-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .aboutHero-cta li a {
    min-width: 150px;
    font-size: 14px;
    padding: 8px 12px;
  }

  /* STORY */
  .aboutStory-content h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .aboutStory-aiBox {
    padding: 18px 15px;
  }

  .aiFeatureList li {
    padding-left: 28px;
    font-size: 12px;
    line-height: 18px;
  }

  /* STATS / VALUES */
  .aboutStats .heading h2,
  .aboutValues .heading h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .stat-card h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .value-card h4 {
    font-size: 18px;
    line-height: 22px;
  }

  /* COMMITMENT NUMBERS */
  .commitmentSec .value-card h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .commitmentSec .value-card p {
    font-size: 13px;
    line-height: 18px;
  }

  /* CTA */
  .aboutCTA {
    padding: 40px 0;
  }

  .aboutCTA .heading h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .aboutCTA .heading p {
    font-size: 14px;
    line-height: 20px;
  }



  /* ///////////////////// terms and condition //////////////*/


  .termsSection {
    padding: 40px 0px;
  }

  .termsCard {
    padding: 20px 18px;
  }

  .termsCard p,
  .termsCard ul li {
    font-size: 14px;
  }

  .termsCard h2 {
    font-size: 1.0rem;
  }

  .termsCard h4 {
    font-size: 1.0rem;
  }

  .innLeftBox {
    padding-left: 30px !important;
  }

  .circle-scroll-section .circle-section-inner .col-md-4.text-start {
    margin-top: 50px;
  }

  .faqSection .still-questions p {
    font-size: 16px;
    line-height: 24px;
  }

}

@media only screen and (max-width: 576px) {
  .circle-section-inner {
    padding: 3rem 0 0px !important;
  }
}

@media (max-width: 480px) {
  .header_sec {
    background: rgba(0, 0, 0, 0.8);
  }

  .header_sec.fixed {
    background: rgba(0, 0, 0, 0.8);
  }

  .carousel-item img {
    min-height: 350px;
  }

  .banner_Itm_Txt strong {
    font-size: 18px;
    line-height: 24px;
  }

  .banner_Itm_Txt p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0px;
  }

  .banner_Itm_Txt p br {
    display: none;
  }

  .banner_Itm_Txt ul {
    margin-top: 5px;
  }

  .banner_Itm_Txt ul li {
    padding: 5px 5px 5px 2px;
  }

  .btn-group-custom li a,
  .subscription-form-card .btn-submit,
  .faqSection .still-questions a.contactUs {
    min-width: 140px;
    font-size: 14px;
  }

  .carousel-progress-thumb {
    width: 30px;
  }

  .subscription-form-card {
    padding: 20px 15px;
  }

  .subscription-left .subscriptionHeading {
    min-width: 130px;
    font-size: 14px;
  }

  .heading h1,
  .heading h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .smartHotelManagement,
  .techStack,
  .pricingIntro {
    min-height: 250px;
    padding: 20px 0;
  }

  .heading p {
    font-size: 14px;
    line-height: 22px;
  }

  .pricingIntro .btn-group-custom {
    margin-top: 15px;
  }

  .faqSection {
    padding: 40px 0;
  }

  .faq-item .accordion-button {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .faqSection .still-questions h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .hotelManagementSolution {
    padding: 40px 0;
  }

  .caro_sec {
    margin-top: 40px;
  }

  .why-card h5 {
    font-size: 20px;
    line-height: 24px;
    padding-right: 60px;
  }

  .subscription-section {
    padding: 40px 0;
  }

  .subscription-left h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .subscription-left p {
    font-size: 14px;
    line-height: 20px;
  }

  .getInTouchBox ul li {
    width: 100%;
    padding: 5px 0px;
  }

  .banner_Itm_Txt ul li a {
    font-size: 14px;
    line-height: 20px;
    min-width: 135px;
  }

  .btn-group-custom ul li {
    padding: 5px 5px 5px 0px;
  }

  .btn-group-custom li a,
  .subscription-form-card .btn-submit,
  .faqSection .still-questions a.contactUs {
    min-width: 135px;
    font-size: 13px;
    padding: 5px;
  }

  .btn-group-custom ul li a::before {
    bottom: 0px;
  }

  .btn-group-custom ul li a::after {
    top: 0px;
  }

  .subscription-form-card .btn-submit::before {
    bottom: 1px;
  }

  .subscription-form-card .btn-submit::after {
    top: 1px;
  }

  /* ////////////////////////// about us //////////////////////////// */

  .aboutHero-text h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .aboutHero-cta li a {
    min-width: 135px;
    font-size: 13px;
  }

  .aboutStory-badge {
    padding: 8px 12px;
  }

  .aboutStory-badge strong {
    font-size: 18px;
    line-height: 22px;
  }

  .aboutStory-badge p {
    font-size: 10px;
    line-height: 13px;
  }

  .commitmentSec .value-card {
    padding: 12px 5px;
  }

  .commitmentSec .value-card h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .aboutHero-cta li {
    padding: 0px 4px;
  }

  /* .aboutHero-cta li a::after {
    width: 30px;
    height: 2px;
    right: -5px;
    top: 3px;
    rotate: 30deg;

  } */

  .aboutHero-cta li a::before {
    height: 2px;
    bottom: 3px;
  }

  .aboutCTA .btn-group-custom ul li {
    padding: 0px 3px;
  }

  .pricing-details-header h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .faqSection .still-questions p {
    font-size: 14px;
    line-height: 22px;
  }

}


.contactUsSec {
  padding: 150px 0 70px;
}