/*--------------------------------------------------------------------------------------*/
/*Genral-Css-Here
/*--------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

a {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.5s ease-out;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  transition: 0.3s ease-in-out;
}

button {
  transition: .3s ease-in-out;
}

figure {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

:root {
  --primary: #ed5ab0;
  --secondary: #2B2B2B;
  --white: #FFF;
  --font-1: "Lora", serif;
  ;
}

:root {
  --gap: 1.25rem;
  --speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --closed: 5rem;
  --open: 50rem;
  --accent: #ff6b35;
}

/* ====================================================
   CUSTOM SPACING CLASSES (NO BOOTSTRAP UTILITIES)
==================================================== */
.p-hero {
  padding: 60px;
}

.p-form {
  padding: 35px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-40 {
  margin-top: 40px;
}

/* ====================================================
   HERO SECTION
==================================================== */
.hero-section {
  background: url('../images/banner-bg.jpeg') no-repeat center;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
}

.hero-badge {
  display: inline-block;
  background: #ff6b5f;
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

/* ====================================================
   HERO LEFT CONTENT
==================================================== */
.hero-title {
  font-size: 58px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 20px;
}

.hero-text {
  color: #ddd;
  font-size: 15px;
  max-width: 520px;
  margin-top: 15px;
}

/* ====================================================
   FORM CARD (GLASS EFFECT)
==================================================== */
.form-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ====================================================
   FORM HEADER
==================================================== */
.form-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* ====================================================
   RADIO GROUP
==================================================== */

.radio-group strong {
  font-weight: 400;
  font-size: 15px;
}

.radio-group label {
  font-size: 14px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.form-card input[type="radio"] {
  height: 15px;
  margin: 0;
  width: 15px;
  padding: 2px;
  border: 1px solid #a19c9c;
}

#.radio-group .form-check-input:focus {
  box-shadow: none !important;
}

.radio-group-inner .form-check {
  padding: 0;
  column-gap: 10px;
  display: flex;
  align-items: center;
}

.radio-group-inner {
  display: flex;
  column-gap: 15px;
}

.radio-group {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 15px;
}

.radio-group .form-check-input:checked {
  background-color: #4ccfbc;
  border-color: #4ccfbc;
  box-shadow: none !important;
}

/* ====================================================
   FORM INPUTS
==================================================== */
.form-card input,
.form-card select {
  width: 100%;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 15px;
}

/* ====================================================
   BOOK BUTTON
==================================================== */
.btn-book {
  background: #ff6b5f;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

/* ====================================================
   STATS BAR
==================================================== */
.stats-bar {
	background: #fff;
	border-radius: 16px;
	padding: 25px;
	margin-top: 40px !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.stat-item {
  display: flex;
  gap: 20px;
  align-items: center;
 
  padding-right: 15px;
}

.stats-bar-inner .col-lg-3:last-child .stat-item {
  border: none;
}

.stat-item img {
  width: 40px;
}

.stat-item-inner {
  text-align: left;
}

.stat-item h5 {
  font-size: 16px;
  margin-bottom: 3px;
  color: #F05D4E;
}

.stat-item p {
  font-size: 13px;
  color: #777;
  margin: 0;
}


/* ---------------- Amenities section----------------- */

.amenities-section {
  padding: 50px 0;
  overflow: hidden;
}

.amenities-row {
  flex-direction: column;
  gap: 25px;
  padding-top: 25px;
}

/* slider wrapper */
.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* slide track */
.logos-slide {
  display: flex;
  width: max-content;
  /* 🔥 important */
  will-change: transform;
}

/* pause on hover */
.logos:hover .logos-slide {
  animation-play-state: paused;
}

/* ---------------- Sliders ---------------- */

.card-slider-1 {
  display: flex;
  gap: 20px;
  animation: 35s slide-left infinite linear;
}

.card-slider-2 {
  display: flex;
  gap: 20px;
  animation: 35s slide-right infinite linear;
}

.card-slider-3 {
  display: flex;
  gap: 20px;
  animation: 35s slide-left infinite linear;
}

/* ---------------- Cards ---------------- */

.amenities-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 25px 5px 20px;
  width: fit-content;
  border: 1px dashed #F05D4E;
  border-radius: 150px;
  white-space: nowrap;
  flex-shrink: 0;
  /* 🔥 overflow fix */
}

.amenities-card h5 {
  font-size: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.img-size {
  width: 75px;
  flex-shrink: 0;
}

/* ---------------- Animations ---------------- */

/* Right ➜ Left */
@keyframes slide-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
    /* 🔥 content cut fix */
  }
}

/* Left ➜ Right */
@keyframes slide-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* ---------------- Button ---------------- */

.amenities-section .btn-1 a,
.btn-1 a {
  color: #fff;
  padding: 10px 25px;
  background-color: #F05D4E;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}

.amenities-section .btn-1 a:hover,
.btn-1 a:hover {
  border: 1px solid #F05D4E;
  background-color: #ffffff;
  color: #F05D4E;
}

/* ---------------- Spacing ---------------- */

.space-50 {
  height: 50px;
}

/* ================= Activities Section ================= */

.activities-section {
  padding: 60px 0;
  background: #fff;
}

.activities-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  column-gap: 20px;
}

.activities-header h2 {
  font-size: 42px;
  font-weight: 600;
  color: #0f4c5c;
}

.activities-header p {
  font-size: 15px;
  color: #777;
}

.activities-header .line {
  display: block;
  max-width: 420px;
  height: 3px;
  background: #0f4c5c;
  margin-top: 15px;
  border-radius: 10px;
}

/* ================= Tabs ================= */

.activities-tabs {
  border: none;
  gap: 30px;
}

.activities-tabs .nav-link {
  border: none;
  color: #777;
  font-weight: 500;
  padding: 0;
  position: relative;
}

.activities-tabs .nav-link.active {
  color: #F05D4E;
  background: none;
}

.activities-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #F05D4E;
}

/* ================= Grid ================= */

.g-custom {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.img-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.3s ease;
  max-height: 500px;
}

.activities-image {
  overflow: hidden;
  margin: 0;
}

.img-large:hover {
  transform: scale(1.1);
}

.activities-image {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
}

.img-small {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.3s ease;
}

.img-small:hover {
  transform: scale(1.1);
}

/* ================= NEEDS SECTION ================= */

.needs {
  padding: 90px 0 0px;
  background: #eeeeee;
  overflow: hidden;
}

.needs-content {
  padding-bottom: 70px;
}

/* LEFT */
.needs-content h2 {
  font-size: 42px;
  font-weight: 600;
  color: #0f5f63;
  line-height: 1.25;
  margin-bottom: 18px;
}

.needs-content p {
  font-size: 16px;
  color: #7b8b8e;
  margin-bottom: 40px;
}

.needs-icon-box i {
  font-size: 24px;
  color: #F05D4E;
}

.needs-icon-box:hover {
  background: #F05D4E;
}

.needs-icon-box:hover i {
  color: #fff;
}

.needs-icon-box:hover span {
  color: #fff;
}

/* ICON GRID */
.needs-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}

.needs-icon-box {
  width: 120px;
  background: #fff;
  padding: 15px 10px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.needs-icon-box img {
  width: 26px;
  margin-bottom: 10px;
}

.needs-icon-box span {
  font-size: 12px;
  color: #F05D4E;
  line-height: 1.3;
  display: block;
}

/* BUTTON */
.needs-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #ff6258;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
}

/* RIGHT IMAGE */
.needs-image {
  position: relative;
  text-align: right;
}

.phone-img {
  max-width: 360px;
  position: relative;
  z-index: 2;
  max-height: 420px;
}

.shape.shape-bottom {
  background: #f56661;
  width: 110px;
  height: 110px;
  display: flex;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 110px;
}

.shape.shape-bottom-two {
  background: #479b90;
  width: 110px;
  height: 110px;
  display: flex;
  border-radius: 50%;
  position: absolute;
  top: 72%;
  left: 110px;
}

/* RIGHT SIDE WRAPPER */

.shape.shape-top {
  width: 60px;
  height: 60px;
  display: flex;
  background: #479b90;
  border-radius: 0px 0px 250px 0px;
  position: absolute;
  top: 0;
  right: -20px;
}

.shape.shape-mid {
  width: 60px;
  height: 119px;
  display: flex;
  background: #f56661;
  border-radius: 0px 250px 250px 0px;
  position: absolute;
  top: 60px;
  right: -20px;
}

.needs-right {
  position: relative;
  padding-top: 80px;
  text-align: right;
}

.custom-card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 10px;
}

.custom-card img {
  transition: transform 0.3s ease;
}

.custom-card:hover img {
  transform: scale(1.1);
}

.custom-card .card-body {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-card:hover .card-body {
  opacity: 1;
}

.custom-card .card-title {
  font-size: 1.25rem;
}

.custom-card .card-text {
  font-size: 1rem;
}

.col-md-4 .card.custom-card {
  margin-bottom: 16px;
}

section h2 {
  color: #0f4c5c;
  font-size: 40px;
  font-weight: 600;
}

.card-img-top {
  border-radius: 4px;
}

.room-card .card-body {
  position: relative;
  margin: -18px auto 5px;
  z-index: 12;
  width: 94%;
  background: #fff;
  border-radius: 4px;
}

.room-card .card-body .card-title,
.room-card .card-body .card-title a {
  font-size: 14px;
  color: #0f4c5c;
}

.room-card .card-body .card-title a:hover {
  color: #F05D4E;
}

.room-card .badge {

  padding: 0.6em 0.70em;
  font-size: 0.60em;

}

.room-section {
  padding-bottom: 50px;
}

body .btn-danger {
  color: #fff;
  background-color: #F05D4E;
  border-color: #F05D4E;
  border-radius: 20px;
}

.btn-outline-danger {
  color: #F05D4E;
  border-color: #F05D4E;
  border-radius: 20px;
}

body .btn-outline-danger:hover {
  color: #fff;
  background-color: #F05D4E;
  border-color: #F05D4E;
}

.btn-danger:hover {
  color: #fff;
  background-color: #F05D4E;
  border-color: #F05D4E;
}

.stars i {
  color: rgb(255, 195, 29);
}

#Room-slider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: 0;
  width: 100%;
}

.owl-nav button {
  background: #fff !important;
  width: 40px;
  height: 40px;
  font-size: 43px !important;
  color: #F05D4E !important;
  line-height: 35px !important;
  position: absolute;
  border-radius: 50% !important;
  border: 1px solid #F05D4E !important;
  font-weight: normal !important;
}

.owl-nav button:hover {

  background-color: #F05D4E !important;
  color: #fff !important;

}

.owl-nav .owl-prev {
  left: -50px;
}

.owl-nav .owl-next {
  right: -50px;
}


.food-section .zoom {
  transition: transform 0.5s ease;
}

.food-section .zoom:hover {
  transform: scale(1.1);
}

/* Styling for the title and description */
.food-section h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.food-section p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* Button style */
.food-section .btn-primary {
  background-color: #ff6600;
  border-color: #ff6600;
}

.food-section .btn-primary:hover {
  background-color: #e65c00;
  border-color: #e65c00;
}

/* Image container styling */
.food-section .img-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.food-section .img-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* Styling for the image grid */
.food-section .img-grid {
  display: flex;
  gap: 15px;
}

.food-section .img-grid .img-container {
  flex: 1;
}

/* Responsive padding for the section */

.mb-b {
  margin-bottom: 15px;
}


.counting {
  position: relative;
  background: url("https://techavinya.com/anapurna-web/images/states-background-image.jpg") center/cover no-repeat;
  padding: 50px 0;
  color: #fff;
}

.counting-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.counting-inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.counting-main {
  font-size: 64px;
  margin-bottom: 10px;
  color: #fff;
}

.counting-sub {
  font-size: 22px;
  opacity: 0.9;
}

.counting-row {
  max-width: 1200px;
  margin: 0 auto;
}

.counting-main {
  font-size: 64px;
  margin-bottom: 10px;
  color: #fff;
}


.count-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 8px solid #fff;
  position: relative;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.count-circle span {
  font-size: 22px;
  font-weight: 600;
  z-index: 2;
}

/* ======================
   BLUE PROGRESS PART
   ====================== */

.count-circle::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 8px solid transparent;
}

/* Circle 1 – left-top arc */
.circle-one::before {
  border-top-color: #F05D4E;
  border-left-color: #F05D4E;
  transform: rotate(-40deg);
}

/* Circle 2 – top arc */
.circle-two::before {
  border-top-color: #F05D4E;
  transform: rotate(0deg);
}

/* Circle 3 – bottom arc */
.circle-three::before {
  border-bottom-color: #F05D4E;
  transform: rotate(0deg);
}

/* Circle 4 – right-top arc */
.circle-four::before {
  border-top-color: #F05D4E;
  border-right-color: #F05D4E;
  transform: rotate(40deg);
}

/* ======================
   BUTTONS
   ====================== */

.counting-btns {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px !important;
}

.btn-primary {
  display: inline-block;
  background: #F05D4E;
  color: #fff;
  padding: 12px 28px;
  border-radius: 4px;
  margin-right: 15px;
  text-decoration: none;
}

.btn-outline {
  display: inline-block;
  border: 2px solid #F05D4E;
  color: #F05D4E;
  padding: 8px 26px;
  border-radius: 30px;
  text-decoration: none;
}

.btn-outline:hover {
  color: #F05D4E;
}


/*Event css*/

.event-card .event-body {
  width: 100%;
  margin: 0;
  border-radius: 0px 0px 10px 10px;
}

.event-card img {
  border-radius: 10px 10px 0px 0px;
}

.event-slider .owl-stage {
  padding-bottom: 20px;
}

.event-card .event-body span {
  font-size: 16px;
  color: #615c5c;
  margin-bottom: 10px;
  display: flex;
}

.event-card .event-body .card-title a {
  font-size: 22px;
  font-weight: 500;
}

/*Footer css*/

.footer-section {
  color: #cbd5e1;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 40px;
  border-radius: 20px;
  margin-bottom: -70px;
  position: relative;
  background: #F05D4E;
  z-index: 3;
}

.footer-social-icons {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.footer-social-icons h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-newsletter {
  display: flex;
  align-items: center;
  gap: 15px;
}

.newsletter-title {
  font-size: 22px;
  color: #fff;
}

.newsletter-form {
  display: flex;
  padding: 4px;
  background: #fff;
  border-radius: 5px;
}

.newsletter-form input {
  padding: 8px 12px;
  border: none;
  outline: none;
  width: 260px;
  border-radius: 3px 0 0 3px;
}

.newsletter-form button {
  padding: 8px 18px;
  border: none;
  background: #F05D4E;
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
}

.footer-main {
  padding: 40px 0px;
  position: relative;
  z-index: 2;
}

.comman-btn {
  color: #fff;
  padding: 10px 25px;
  background-color: #F05D4E;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
  border: 1px solid #F05D4E;
}

.comman-btn:hover {
  background: transparent;
  color: #F05D4E;
}

.footer-col h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 35px;
  position: relative;
  text-align: left;
}

.footer-center {
  background: #000000;
  padding-top: 30px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-center {
  padding-top: 0px;
 /* background: url('../images/footer1.webp');*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}



.footer-col h4::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #F05D4E;
}

.footer-trust {
  margin-top: 20px;
}

.footer-trust span {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.trust-stars {
  color: #22c55e;
  font-size: 18px;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  background: #F05D4E;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.address i {
  color: #fff;
}

.social-icon:hover {
  color: #000;
  border-color: #000;
}

.footer-bottom p {
  margin: 0;
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
}

.head h2 {
  font: 400 1.5rem/1.2 Inter, sans-serif;
  color: #fff;
}

.cta-section {
  background: #F05D4E;

}

.btn-cta .btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px 30px;
  background: #f05d4e;
  box-shadow: none;
}

.btn-cta .btn:hover,
.btn-cta .bg-whb {
  background: #fff;
  color: #F05D4E !important;
}

.text-primary {
  color: #F05D4E !important;
}

.sp-icon {
  background: #fbf7f7;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, .1);
}

.fw-semibold {
  font-weight: 600;
}

/*******newtestmonial*******/
#testimonials {
  padding: 50px 0 0 0;
  overflow: hidden;
}

.head-sec {
  text-align: center;
  margin-bottom: 20px;
}

.head-sec h2 {
  margin: 5px 0;
}





#slider .slide {
  position: relative;
  display: none;
  height: 100%;
  float: left;
  background-position: 13% top;
  cursor: pointer;
  border-left: 1px solid #fff;
  font-size: 18px;
  color: #333;
  overflow: hidden;
}

.slide.active {
  background-position: left top;
}

.slide_inr {
  width: 700px;
  float: left;
}

.slide1 {
  float: right;
  width: 50%;
  text-align: left;
  visibility: hidden;
}

.active .slide1 {
  visibility: visible;
}

.slide1 p {
  margin: 0;
  padding: 0;
}

.slide1 h4 {
  text-align: left;
  font-size: 22px;
  color: #747474;
  margin: 5% 0 0 0;
}

.slide {
  width: 70%;
  background-size: cover;
}

.slide_images {
  float: right;
  bottom: 20px;
  position: absolute;
  width: 100%;
  left: 75%;
}

.slide_txt {
  float: right;
  top: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 300px) and (max-width: 620px) {
  .fifth_sec h2 {
    font-size: 24px;
    color: #747474;
  }

  .caroufredsel_wrapper {
    height: 250px !important;
    overflow: visible !important;
  }

  .slide_inr img {
    width: 50px;
  }

  .slide1 {
    float: right;
    width: 100%;
    text-align: left;
  }

  #slider .slide {
    height: 250px;
    font-size: 12px;
    overflow: visible !important;
  }

  .slide1 h4 {
    text-align: left;
    font-size: 16px;
    color: #333;
    margin: 0px;
  }

}

/*fifth section*/


/*for devices*/


@media (min-width: 320px) and (max-width: 480px) and (min-height: 480px) and (max-height: 700px) {

  .slide1 {
    float: right;
    text-align: left;
    width: 98%;
  }

}

.for_mobile {
  display: none;
}

.for_desktop {
  display: bock;
}

@media (width: 480px) and (height: 800px) {

  .slider_outr {
    position: absolute;
    width: 100%;
  }

  .fifth_sec h2 {
    font-size: 26px;
    color: #333333;
    position: absolute;
    width: 100%;
    left: 0;
    top: 15%;
    z-index: 555;
  }

  .slide1 {
    float: right;
    text-align: left;
    width: 80%;
  }
}

/*for devices*/
/*for menu page*/

.food-menu{
    padding:50px 0;
    background:#f9f9f9;
}

.food-menu h2{
    text-align:center;
    font-weight:700;
    margin-bottom:40px;
}

.day-title {
  color: #F05D4E;
  font-weight: 700;
  margin: 40px 0 20px;
  font-size: 30px;
  text-transform: uppercase;
}
.day-title span {
  font-weight: 400;
}
.day-title.right-heading {
  text-align: right;
}
.menu-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.menu-content {
	width: 100%;
	position: relative;
	padding-right: 100px;
}
.menu-content .time-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.menu-content p {
  margin: 0;
  max-width: 430px;
}

.menu-box img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  object-fit: cover;
}

.menu-content h6 {
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	font-size: 20px;
}
.time-btn{
    background:#F05D4E;
    color:#fff;
    border:none;
    padding:5px 12px;
    font-size:12px;
    border-radius:4px;
}
.stat-item i {
  color: #54d9c5;
  font-size: 35px;
}
/*for mobile*/
@media (min-width: 300px) and (max-width: 580px) {
  .third_sec {
    display: none;
  }

  .third_sec_mobile {
    width: 100%;
    float: left;
    background: #83ccf2;
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 18px;
  }

  .third_sec_mobile h2 {
    color: #FFF;
    border-bottom: solid 1px #75b5d6;
    padding-bottom: 15px;
    position: relative;
    z-index: 99999;
    background: #83ccf2;
  }

  .third_inr {
    color: #FFF;
    margin: 30px 0;
  }

  .correct_icon {
    margin: 0 5px 0 0;
  }

  .student_img {
    margin: 0 0 15px;
  }
}

@media (min-width: 300px) and (max-width: 820px) {
  .responsive .desktop {
    display: none;
  }

  .responsive .hidden {
    display: block;
  }

  .logo.mobile {
    width: 120px;
    min-width: 120px;
    text-align: left;
    margin-left: 14px;
  }

  aside.right {
    width: auto;
  }

  .row aside h4.left {
    margin-right: 14px !important;
  }

  .ist_sec h2 {
    top: 25%;
    line-height: 28px;
  }
}

/* End mouse scroll*/


/******testmonial-end********/
.cta-section {
	background: #000000;
	position: relative;
	padding-bottom: 100px !important;
	padding-top: 20px !important;
	overflow: hidden;
}
.cta-section::before {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	background: url('../images/banner-bg-ft.png');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	margin-left: 0;

}
.cta-section .container{position: relative;}


.amenities-container-wrapper {
	display: flex;
	margin-bottom: 8px;
	flex-wrap: wrap;
	gap: 5px;
}
.amenities-container-wrapper .amenities-container {
	background: rgba(96, 195, 173, 0.08);
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 100px;
}
.amenities-container-wrapper .amenities-container .amenities-icon {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.amenities-container-wrapper .amenities-container .name {
	color: #F05D4E;
	text-align: center;
  font-size: 12px;
}
.hero-image img{
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.hero-image {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.banner-main{position: relative;}
.hero-image::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	background: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	opacity: .0;
}
.hero-content {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: start;
	justify-content: end;
}
.hero-content  .hero-title {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 10px;
}
.form-card{min-height: 100%;}
.banner-main .hero-image img {
	height: 100%;
	object-fit: cover;
}
#banner-slider .owl-dots{position:absolute; bottom: 10px; left: 0; width: 100%; text-align: center;}
#banner-slider .owl-dot {
	width: 12px;
	height: 12px;
	background: #B79490 !important;
	border-radius: 50%;
	margin: 0 2px;
	/* opacity: .5; */
}
#banner-slider .owl-dot.active{background: #F05D4E !important;}
#banner-slider {
	height: 100%;
}
#banner-slider .owl-stage-outer, #banner-slider .owl-stage, #banner-slider .owl-item, #banner-slider .item, .banner-main, .hero-image {
	height: 100%;
}
@media(max-width:1198.98px) {

  body header .navbar-nav {
    column-gap: 5px !important;
  }

  header .navbar-nav .nav-link {
    font-size: 14px;
  }
  .cta-section {
	background: #f41b1b;
	
	padding-bottom: 20px !important;
	padding-top: 20px !important;
	
}

}

@media (min-width: 1024px) {
  .head h2 {
    font-size: 2.25rem;
  }
}

.nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: #f05d4e;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.testimonals {
  padding: 70px 0px 0px;
}

.nav-btn:hover {
  background: var(--accent);
}

.nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.slider-testi {
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}

.controls {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.track {
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
  justify-content: center;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 40px;
}

.track::-webkit-scrollbar {
  display: none;
}

.project-card {
  position: relative;
  flex: 0 0 var(--closed);
  height: 26rem;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: flex-basis var(--speed), transform var(--speed);
  background: #F05D4E;
}

.project-card[active] {
  flex-basis: 56rem;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
}

.project-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75) saturate(75%);
  transition: filter 0.3s, transform var(--speed);
}

.project-card:hover .project-card__bg {
  filter: brightness(0.9) saturate(100%);
  transform: scale(1.06);
}

.project-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
}

.project-card__title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.project-card__thumb,
.project-card__desc,
.project-card__btn {
  display: none;
}

.project-card[active] .project-card__content {
  flex-direction: row;
  align-items: center;
  padding: 1.2rem 2rem;
  gap: 1.1rem;
}

.project-card[active] .project-card__title {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 24px;
}

.project-card[active] .project-card__thumb,
.project-card[active] .project-card__desc,
.project-card[active] .project-card__btn {
  display: block;
}

.project-card__thumb {
  width: 213px;
  height: 269px;
  border-radius: 0.45rem;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.project-card__desc {
  color: #ddd;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 16rem;
}



.dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 20px 0;
}

.dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: var(--accent);
  transform: scale(1.2);
}

@media(max-width:992px) {
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border: none !important;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  #mainNavbar {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    z-index: 9;
    padding: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }

  .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-bottom,
  .footer-left {
    text-align: center;
    width: 100%;
  }

  .address {
    justify-content: center;
  }

  .address i {
    color: #fff;
    display: none;
  }

  .btn-cta .btn {
    padding: 8px 30px;
  }
  .p-form {
	padding: 20px;
	
}
.hero-image {
	margin-bottom: 30px;
}
#banner-slider .owl-dots {

	bottom: 36px;
	
}
}

@media (max-width: 767px) {
  :root {
    --closed: 4rem;
    --open: 22rem;
  }

  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .project-card {
    height: 20rem;
  }

  .project-card__title {
    font-size: 1.1rem;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
    padding-inline: 0.3rem;
  }

  .nav-btn {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }

  .cta-section {

    padding: 20px 0 !important;
  }

  .footer-center {
    padding-top: 0;
  }

  .btn-cta {
    margin-bottom: 21px !important;
    /* gap: 5px !important; */
  }

  .slide_txt {
    top: -40px;
  }

  #wrapper {
    padding-top: 50px;

  }

  #testimonials {
    padding-top: 45px;
  }
  .cta-section {
	background: #f41b1b;
	
	padding-bottom: 20px !important;
	padding-top: 20px !important;
	
}
#Room-slider {
	padding-bottom: 30px;
}
.menu-box {

	align-items: start;

}
}

@media (max-width: 767px) {
  :root {
    --closed: 100%;
    --open: 100%;
    --gap: 0.8rem;
  }



  .slider {
    padding: 0 15px;
  }

  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    gap: 0.8rem;
    padding-bottom: 20px;
  }

  .project-card {
    height: auto;
    min-height: 80px;
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: start;
  }

  .project-card[active] {
    min-height: 300px;
    transform: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }

  .project-card__content {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
  }

  .project-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.2rem;
    margin-right: auto;
  }

  .project-card__thumb,
  .project-card__desc,
  .project-card__btn {
    display: none;
  }

  .project-card[active] .project-card__content {
    align-items: flex-start;
    padding: 1.5rem;
  }

  .project-card[active] .project-card__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
  }

  .project-card[active] .project-card__thumb {
    width: 200px;
    height: 267px;
    border-radius: 0.35rem;
    margin-bottom: 1rem;
  }

  .project-card[active] .project-card__desc {
    font-size: 0.95rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .project-card[active] .project-card__btn {
    align-self: center;
    width: 100%;
    text-align: center;
    padding: 0.7rem;
  }

  .dots {
    display: none;
  }

  .controls {
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }

  .nav-btn {
    position: static;
    transform: none;
  }

  .testimonals {
    padding: 50px 0px 0px;
  }

  .navbar-brand img {
    width: 86px;
  }

  #mainNavbar {
    top: 72px;
  }

  body .tp-contact-email {
    font-size: 14px;
  }

  body .tp-contact-icon {
    width: 34px;
    height: 34px;
    margin-right: 10px !important;
  }

  body .tp-contact-number.mb-70 .d-flex {
    margin: 5px auto 16px !important;
  }

  body .mb-60 {
    margin-bottom: 30px;
  }

  body .mb-70 {
    margin-bottom: 30px;
  }

  body .tp-contact-form {
    padding: 30px 20px 30px 20px;
  }

  body .tp-input {
    font-size: 12px;
    height: 44px;
    padding: 3px 10px;
  }

  body .fs-16 {
    font-size: 14px;
  }

  .btn-cta .btn {
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }

  .slide_images {

    bottom: 10px;
    left: 28% !important;
  }

  .slide_txt {
    left: 20px !important;
  }
 .hero-content .hero-title {
	font-size: 24px;
	color: #000;
}
.hero-text {
	font-size: 12px;
	margin-top: 5px;
  	margin-bottom: 0;
}
.hero-badge {

	padding: 6px 11px;

	font-size: 10px;
	letter-spacing: 0;
	font-weight: 500;
}
.hero-content {
	position: static;
	padding: 0;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.hero-text {

	color: #000;
	margin-bottom: 20px;
}

.banner-section {
	padding-top: 20px !important;
}
.stats-bar {
	margin-top: 20px !important;
}
}


@media(max-width:576px) {
  .project-card[active] .project-card__content {
    align-items: flex-start;
    padding: 1.5rem;
    flex-direction: column;
    row-gap: 0;
  }

  .project-card {
    margin-bottom: 10px;
  }
  
}





/*Team css*/
.team-hero-section {
  margin-top: 30px;
  position: relative;
}

.team-hero-overlay {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-20deg,
      rgba(255, 255, 255, 0.06) 0px,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px,
      transparent 12px);
  opacity: 0.35;
}

.team-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.team-hero-content h1 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 16px;
}

.team-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 15px;
}

.team-breadcrumb .home-icon {
  color: #b6e221;
}

.team-breadcrumb span {
  color: #ddd;
}

.team-breadcrumb .active {
  color: #fff;
  font-weight: 500;
}

.team-breadcrumb .sep {
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
  .team-hero-content h1 {
    font-size: 42px;
  }
}


.team-section {
  padding: 0px 0 50px;
}

.team-card {
  background: #F05D4E;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}

.team-img {
  position: relative;
  padding: 16px;
}

.team-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.share-icon {
  width: 35px;
  height: 35px;
  background: #F05D4E;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.social-links {
  position: absolute;
  bottom: 26px;
  right: 26px;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}

.share-icon:hover {
  background: #fff;
  color: #F05D4E;
}

.team-info {
  padding: 0 20px 24px;
}

.team-info h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 4px;
}

.team-info p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.banner-inner {
  position: relative;
  min-height: 320px;
  border-radius: 18px;
  overflow: hidden;
  background: radial-gradient(circle at 70% 60%, rgb(240, 93, 78), transparent 95%), radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.08), transparent 60%), #070707;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media(max-width:1200px) {
  .team-info h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
  }
}

@media(max-width:767.98px) {
  .team-section {
    padding: 40px 0 20px;
  }
}




/*Faq css*/
.tp-contact-spacing {
  padding-top: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.fs-70 {
  font-size: 40px;
}

.fs-16 {
  font-size: 16px;
}

.lh-150-per {
  line-height: 1.5;
}

.tp-contact-number {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 40px 5px 40px;
  border: 1px dashed #F05D4E;
  border-radius: 150px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-15 {
  margin-bottom: 15px;
}

.tp-contact-icon {
  width: 40px;
  height: 40px;
  background: #F05D4E;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tp-contact-email {

  font-weight: 600;
  font-size: 22px;
  color: #030303;
}

.tp-contact-email:hover {
  color: #F05D4E;
}

.mr-20 {
  margin-right: 20px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.accordion-item {
  background-color: #fff;
  border: 2px solid #F05D4E !important;
  margin-bottom: 20px;
}

.accordion-header button {
  color: #F05D4E;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #F05D4E;
  box-shadow: none;
  font-weight: 600;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #F05D4E;
  outline: none;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F05D4E' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.bg-inner::before {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  background: #000000;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: .7;
}

.bg-inner {
  background: url('../images/banner-bg-inner.jpeg');
  border-radius: 10px;
  padding: 80px 30px;
  color: #ffff;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.bg-inner p {
  position: relative;
  color: #fff;
  margin-bottom: 0;
}

.bg-inner h2 {
  position: relative;
  color: #fff;
  margin-bottom: 15px;
}

.c-web-top {
  margin: 0 auto;
}

.map-section {
  display: flex;
}

@media(max-width:992px) {
  .tp-contact-email {

    font-size: 18px;

  }
}





/*Our properties css*/

/**Apartment-Page-Css**/


.apartment {
  padding: 0px 0px 70px;
}

.apartment-breadcumb a {
  color: #8993A4;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.apartment-inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.apartment-inner-left {
  border-radius: 20px;
  border: 1px solid #CED4DD;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 25px 21px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  max-width: 320px;
}

.apartment-mobile {
  display: none;
}

.verified-content {
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 0px -1px 0px 0px #EBECF0 inset;
  padding: 20px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.verified-btn {
  background: #D6EFFF;
  width: 34px;
  height: 14px;
  border-radius: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translatey(-50%);
  cursor: pointer;
  transition: .5s ease-in-out;
}

.verified-content h2 {
  color: #091E42;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.verified-btn:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 106, 194, 0.20);
  top: -4px;
  left: 0px;
}

.verified-content p {
  margin: 0;
  color: #8993A4;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  max-width: 200px;
}

.verified-item {
  border-radius: 20px;
  border: 1px solid #28AD35;
  background: #28AD35;
  padding: 4px 8px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  display: inline-block;
}

.verified-done {
  background: #28ad35;
  position: absolute;
  transition: .5s ease-in-out;
}

.verified-done:after {
  left: 57%;
}

.budget-head h3 {
  color: #091E42;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.range-btn {
  padding: 8px;
  display: inline-block;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 4px;
  background: #091E42;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.budget-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slidecontainer input {
  border-radius: 2px;
  border: 1px solid #B1AEAE;
  background: #FFF;
  padding: 8px 6px;
  max-width: 120px;
  width: 100%;
  display: flex;
  justify-content: start;
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: space-between;
}

.budget-min-btn {
  border-radius: 2px;
  border: 1px solid #B1AEAE;
  background: #FFF;
  padding: 8px 11px;
  max-width: 120px;
  width: 100%;
  display: flex;
  justify-content: start;
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.budget-range {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.budget {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.budget-inner {
  display: flex;
  flex-direction: column;
  row-gap: 23px;
}

.slidecontainer {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.property-type-heading h4 {
  color: #091E42;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.property-type-btn:focus {
  color: #f26c61;
  border-color: #f26c61;
}

.property-type-btn:hover {
  color: #f26c61;
  border-color: #f26c61;
}

.property-type-btn {
  border-radius: 24px;
  border: 1px solid #EBECF0;
  background: #FFF;
  padding: 8px 21px;
  color: #42526E;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: .3s ease-in-out;
}

.property-type-more {
  display: block;
  color: #F26C61;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
}

.property-type {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.property-type-apartment {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: start;
}

.property-type-apartment.number-bedrooms {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 8px;
}

.property-type-heading h4 {
  color: #091E42;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.verified-main {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}

.property-type-apartment input {
  max-width: 20px;
  height: 20px;
  width: 100%;
}

.property-type-apartment label {
  color: #42526E;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.location-rating {
  border-radius: 2px;
  background: #D7F2E3;
  width: 34px;
  height: 14px;
  color: #2E7B32;
  font-family: "Poppins", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.location-form {
  display: flex;
  column-gap: 4px;
  align-items: center;
}

.property-type-apartment form {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.clear-btn {
  color: #0078DB;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  background: transparent;
  border: none;
}

.property-type-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.apartment-right-head h2 {
  color: #091E42;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.result-btn {
  border-radius: 24px;
  border: 1px solid #EBECF0;
  background: #FFF;
  padding: 7px 13px;
  color: #42526E;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: .3s ease-in-out;
}

.result-btn:focus {
  color: #f16b60;
  border-color: #f16b60;
}

.result-btn:hover {
  color: #f16b60;
  border-color: #f16b60;
}

.apartment-btn-group ul {
  display: flex;
  column-gap: 8px;
  align-items: center;
  border-radius: 25px;
  border: 1px solid #EBECF0;
  padding: 9px;
  overflow-x: scroll;
  white-space: nowrap;
}

.apartment-sort-by-inner .sort-by {
  color: #565656;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.apartment-select-box .form-select {
  color: #292D32;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border: none;
  --bs-form-select-bg-img: none;
  padding-right: 20px;
  cursor: pointer;
}

.apartment-btn-group {
  width: calc(100% - 260px);
}

.apartment-icon {
  position: absolute;
  top: 7px;
  right: 0px;
}

.apartment-select-box form {
  cursor: pointer;
}

.apartment-select-box .form-select:focus {
  box-shadow: none;
  color: #f26c61;
}

.apartment-sort-by-inner {
  display: flex;
  align-items: center;
}

.apartment-right-owner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 68px;
}

.apartment-select-box {
  position: relative;
}

.apartment-select-box form:hover .form-select {
  color: #f16b60;
}

.apartment-select-box form:hover .apartment-icon {
  color: #f16b60;
}

.apartment-right-head {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}

.apa-wapper-bottom h3 {
  color: #2B2B2B;
  font-family: "Poppins", sans-serif;
  font-size: 23.334px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.apa-wapper-bottom h4 {
  color: #2B2B2B;
  font-family: "Poppins", sans-serif;
  font-size: 16.402px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.apa-wapper-bottom p {
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-size: 13.527px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.981px;
  margin: 0px;
}

.apartment-facility {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
}

.apartment-beds {
  color: #2B2B2B;
  font-family: "Poppins", sans-serif;
  font-size: 13.527px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.981px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.apa-wapper-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  padding: 10px 10px 20px;
}

.apartment-inner-right {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.apartment-right-bottom-inner .row {
  row-gap: 40px;
}


.slidecontainer input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 16px;
  height: 4px;
}


.slidecontainer input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: #ccc;
  border-radius: 16px;
}

.slidecontainer input[type="range"]::-moz-range-track {
  height: 4px;
  background: #ccc;
  border-radius: 16px;
}

.slidecontainer input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #f50;
  box-shadow: -407px 0 0 400px #f50;
}


.slidecontainer input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #f50;
  box-shadow: -407px 0 0 400px #f50;
}

.clear-btn:hover {
  color: #f16b60;
}

.apartment-single-img-arrow {
  background: rgba(255, 255, 255, .6);
  border: 1px solid #EBECF0;
  border-radius: 8.257px 8.257px 0px 0px;
  display: flex;
  justify-content: center;
  padding: 6px 0px;
  font-size: 16px;
}

.apartment-single-img-left ul {
  border-radius: 0px 0px 8.257px 8.257px;
  border: 1px solid #EBECF0;
  padding: 13px 9px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.apartment-single-img-left ul li img {
  border-radius: 10px;
}

.apartment-single-main-img img {
  border-radius: 20px;
}

.apartment-single-img-left {
  max-width: 111px;
}




.apartment-single-slider-main .holder::-webkit-scrollbar {
  display: none;
}

/* Hide the images by default */
.apartment-single-slider-main .slides {
  height: 100%;
}

.apartment-single-slider-main .slides img {
  width: 100%;
}




/* Add a transparency effect for thumbnail images */
.apartment-single-slider-main .slide-thumbnail {
  width: 100%;
  cursor: pointer;
}


.apartment-single-slider-main {
  display: flex;
  column-gap: 30px;
}

.apartment-single-slider-main .apart-meni-slider-thumbnil {
  display: block;
  width: 18%;
  position: relative;
  padding-top: 27px;
}

.apartment-single-slider-main .holder {
  width: 88%;
}


.apartment-single-slider-main .prevContainer {
  left: 0;
  border: 1px solid #EBECF0;
  background: rgba(255, 255, 255, .6);
  right: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 8.26px 8.26px 0px 0px;
  padding: 6px 0px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.apartment-single-slider-main .prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292D32;
}

.apartment-single-slider-main .slide-thumbnail {
  border-radius: 10px;
  opacity: .7;
  max-width: 94px;
  height: 83px;
  object-fit: cover;
}

.apartment-single-slider-main .slide-thumbnail.active {
  opacity: 1;
}

.apartment-single-slider-main .slides img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  max-width: 497px;
}

.apartment-single-slider-main .apartment-slider-column {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  border-radius: 0px 0px 8.257px 8.257px;
  border: 1px solid #EBECF0;
  padding: 13px 8px;
}


.emi-btn {
  border-radius: 20px;
  background: #F26C61;
  padding: 5px 12px;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}

.apart-emi h2 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.apart-emi p {
  margin: 0;
  color: #F26C61;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.apart-haven h3 {
  color: #2B2B2B;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.apart-haven p {
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.981px;
  margin: 0;
}

.apartment-single-right-head {
  display: flex;
  align-items: center;
  column-gap: 24px;
}


.emi-dashline {
  width: 1px;
  background: #CCCCCC;
  height: 78px;
}

.apart-emi {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 8px;
}

.apart-haven {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}

.apartment-area {
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.super-built h3 {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  max-width: 273px;
}

.area-size {
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.super-built-select .form-select {
  color: #F26C61;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  background: transparent;
  --bs-form-select-bg-img: none;
  padding-right: 15px;
  cursor: pointer;
  padding-left: 0px;
}

.super-built-select .form-select:focus {
  box-shadow: none;
}

.apartment-single-facility {
  border-radius: 20px;
  background: #F0F9FF;
  box-shadow: 0px 3.69px 9.839px 0px rgba(31, 92, 163, 0.05);
  padding: 12px;
}

.super-built {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.apartment-single-facility-content {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.super-built-select {
  position: relative;
}

.yards-icon {
  position: absolute;
  top: 6px;
  right: 0px;
  color: #3098DE;
  font-size: 13px;
}

.apartment-single-facility-inner li {
  padding: 17px 10px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.apartment-single-facility-inner li:last-child {
  border-bottom: none;
  padding: 17px 10px 13px;
}

.apartment-single-right {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}

.view-price {
  color: #F26C61;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/**Consider-Page-css**/
.consider {
  padding: 70px 0px 20px;
}

.consider-content h2 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.key-highlight {
  border-radius: 10px;
  background: #F2F2F2;
  padding: 14px 20px 14px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 56px;
}

.key-highlight-left {
  text-align: center;
  width: 16%;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 5px;
}

.key-highlight-left h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.key-highlight-left p {
  color: rgba(0, 0, 0, 0.30);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.key-highlight-right-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #FFF;
  padding: 18px 40px;
  column-gap: 46px;
  width: 100%;
}

.east-facing {
  color: #253858;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  column-gap: 11px;
}

.east-facing i {
  color: #28AD35;
  font-size: 12px;
}

.key-highlight-right-content li {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.east-view-more {
  color: #F26C61;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.consider-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.key-highlight-right {
  width: 84%;
}


.ownership-inner {
  display: grid;
  grid-template-columns: 29% 23% 23% 25%;
  align-items: center;
  row-gap: 8px;
}

.ownership-inner li {
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.ownership-content {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.consider-left {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
}

.about-property {
  border-radius: 20px;
  background: #F0F9FF;
  box-shadow: 0px 3.69px 9.839px 0px rgba(31, 92, 163, 0.05);
  padding: 12px;
}

.about-property-inner h4 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-property-content address {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0px;
}

.about-property-content p {
  margin: 0;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 896px;
}

.about-property-inner {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.about-property-content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.facts {
  border-bottom: 1px solid #CCD1D9;
  padding-bottom: 24px;
}

.facts-head h4 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.facts-head p {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.facts-head {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.facts-inner {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.facts-bottom-content {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.facts-bottom-inner {
  display: grid;
  grid-template-columns: 20% 20% 19% 21% 20%;
  row-gap: 30px;
  grid-column-gap: 5px;

}

.facts-bottom-inner li {
  display: flex;
  column-gap: 8px;
  align-items: start;
}

.consider-right {
  border-radius: 20px;
  border: 1px solid #CED4DD;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.consider-right-content {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.consider-right-content figure {
  max-width: 32px;
  width: 100%;
}

.consider-right-content h2 {
  color: #2B2B2B;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.consider-form-inner input {
  border-radius: 10px;
  border: 1px solid #CED4DD;
  background: #FFF;
  padding: 14px 16px;
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.981px;
  width: 100%;
  appearance: textfield;
}

.consider-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.consider-form-inner .form-select {
  border-radius: 10px;
  border: 1px solid #CED4DD;
  background: #FFF;
  padding: 14px 16px;
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.981px;
  width: 100%;
  --bs-form-select-bg-img: none;
  cursor: pointer;
}

.consider-form-inner {
  position: relative;
}

.consider-form-select {
  position: absolute;
  top: 14px;
  right: 14px;
  pointer-events: none;
  font-size: 18px;
}

.consider-form-inner .form-select:focus {
  box-shadow: 0px 0px 0px 2px rgb(250, 216, 214);
}

.consider-form-inner input:focus:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px rgb(250, 216, 214);
}

.consider-form-wepper .form-check-label {
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.981px;
}

.consider-whatsApp {
  color: #56C668;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.981px;
  display: flex;
  align-items: center;
  column-gap: 2px;
}

.consider-form-wepper-inner {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.consider-form-wepper input {
  margin: 0px;
}

.consider-form-wepper .form-check-input:checked[type="checkbox"] {
  border-color: #f16b60;
  --bs-form-check-bg-image: url(../images/cheak.png);
  background-size: 100% 100%;
  box-shadow: none;
}

.consider-form-wepper input:focus {
  box-shadow: none;
  border-color: #f16b60;
}

.consider-btn {
  border-radius: 10px;
  background: #F26C61;
  padding: 10px;
  width: 100%;
  border: 1px solid #F26C61;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.981px;
  transition: .3s ease-in-out;
  margin-top: 6px;
}

.consider-btn:hover {
  background: #fff;
  color: #f26c61;
}






.slider {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #eee;
  border-radius: 16px;
}

.slider__bar {
  display: flex;
  align-items: center;
  background-color: #f16b60;
  position: absolute;
  top: 0;
  bottom: 0;
}

.slider__ball#min {
  left: calc(0% - 6px);
}

.slider__ball {
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #090;
  transform: scale(1);
  transition: transform 100ms ease-in-out;
  cursor: pointer;
}

.slider__ball#max {
  right: calc(0% - 6px);
}

.slider__ball {
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #f16b60;
  transform: scale(1);
  transition: transform 100ms ease-in-out;
  cursor: pointer;
}

.results {
  display: flex;
  column-gap: 15px;
  align-items: end;
}

.results p {
  flex: 1;
  margin-bottom: 0;
}

.results__title {
  flex: 0;
  margin-bottom: 0;
}

.push-right {
  margin-right: 24px !important;
}

.budget-get {
  border: 1px solid #f26c61;
  padding: 8px 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: space-between;
  background: #f26c61;
  font-weight: 700;
  border-radius: 5px;
  transition: .3s ease-in-out;
}

.budget-get:hover {
  background: #fff;
  color: #f26c61;
}

.budget-detail {
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.l-column {
  display: flex;
  flex-direction: column;
  row-gap: 23px;
}

.spin {
  animation: spin 6s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.spin-sec {
  animation: spin 2s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.grow {
  animation: grow 2s ease infinite;
}

@keyframes grow {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.swing {
  transform-origin: top center;
  animation: swing 2s ease infinite;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.industry-inner-left img {
  border-radius: 20px;
}

/*******************
 ** Project-Css-Here
 *******************/

.project {
  padding: 60px 0px;
}

.project-inner-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-inner-head-left h3 {
  color: #f26c61;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.7px;
  padding-bottom: 10px;
}

.project-inner-head-left h2 {
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
}

.project-inner-head-left p {
  color: #7e7b7b;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 0px;
  max-width: 500px;
}

.project-head-btn {
  border-radius: 10px;
  border: 1px solid #f26c61;
  background: #fff;
  padding: 13px 29.5px;
  color: #f26c61;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s ease-in-out;
}

.project-inner-head-right {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.project-inner-head-left {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.project-head-btn.active {
  background: #f26c61;
  color: #fff;
}

.project-head-btn:hover {
  color: #fff;
  background: #f26c61;
}

.project-slider-wapper-head img {
  border-radius: 20px 20px 0px 0px;
  object-fit: cover;
  width: 100%;
}

.project-slider-wapper-status {
  border-radius: 20px;
  background: #ffe1e1;
  padding: 10px 24px;
  max-width: 136px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #f11;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 30px;
  bottom: 0px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.project-slider-wapper-head {
  position: relative;
}

.project-slider-wapper-head:hover .project-slider-wapper-status {
  opacity: 1;
  bottom: 30px;
}

.project-slider-wapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background: #f8f9fa;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
  border-radius: 10px;
  height: 100%;
}

.project-slider-wapper-bottom h3 {
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-size: 27.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.project-slider-wapper-bottom h4 {
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-size: 19.4px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.project-slider-wapper-bottom h2 {
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-size: 19.4px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.project-slider-wapper-bottom p {
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0px;
}

.project-facility {
  display: flex;
  align-items: center;
  column-gap: 23px;
}

.project-beds {
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.project-slider-wapper-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.project-inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.new-listing {
  color: #119bff;
  max-width: 165px;
  background: #d7eeff;
}

.discounted-price {
  max-width: 202px;
  color: #00ce3a;
  background: #f1fff1;
}

.apa-wapper-bottom h3 del {
  font-size: 14px;
  color: #b4b0b0;
  font-weight: 500;
  margin-left: 5px;
}


/*Services  css*/

.flip-box-inner.imghvr-fade {
  height: 100%;
  position: relative;
}

.flip-front {
  position: absolute;
  bottom: 20px;
  top: auto;
  left: 20px;
  right: 20px;
  border-top: dashed 1px #F05D4E;
  display: block;
  transform: scaleY(1);
  padding: 43px 30px 24px 30px;
  background: #fff;
}

.flip-box-image {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, white 0%, #f3f3f3 100%);
  z-index: 0;
  border-top: dashed 1px #F05D4E;
}

.flip-box-image img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  max-width: 54px;
}

.main-image img {
  border-radius: 5px;
}

.flip-box-title a {
  color: #0f1b24;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -1px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.flip-back .flip-box-image {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: auto;
  width: 90px;
  display: flex;
  height: 90px;
  line-height: 90px;
  padding-top: 0;
  background: #fff;
  z-index: 1;
  justify-content: center;
  align-items: center;
  transform: inherit;
}

.flip-back .flip-box-image img {
  width: 57px;
}

.flip-back {
  position: absolute;
  top: 50px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  transform: scale(1, 0);
  transform-origin: bottom center;
  transition: transform 500ms ease;
  padding: 63px 20px 24px 20px;
  background: #fff;
}

.flip-back::after {
  content: "";
  left: 0px;
  right: 20px;
  bottom: 0;
  top: 0;
  position: absolute;
  background: #F05D4E;
  height: 100px;
  width: 100%;
}

.flip-back-inner {
  align-self: center;
  width: 100%;
  z-index: 1;
  position: relative;
  text-align: center;
}

.flip-back .flip-box-title a {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 26px;
  margin: 5px auto 0px auto;
  text-align: center;
  display: inline-block;
}

.flip-back .flip-content {
  padding-top: 10px;
  max-width: 300px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 10px !important;
}

.flip-box-wrapper:hover .flip-back {
  transform: scale(1, 1);
  transition: transform 500ms ease;
}

.flip-box-wrapper:hover .flip-front {
  opacity: 0;
  transition: all .3s;
  bottom: -50px;
  transform: scaleY(.5);
}

.subtitle {
  position: relative;
  color: #000;
  border: 3px solid #eee9e3;
  display: inline-block;
  padding: 2px 24px;
  letter-spacing: 0.2em;
  line-height: 30px;
  font-family: var(--font-02);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}

.home-what-do-head {
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}

.home-what-do-inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.subtitle::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 19px;
  height: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(http://213.109.159.53/~tartantowing/public/assets/images/about/subtitle-before.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.home-what-do-bottom {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media(max-width:1400px) {
  .flip-back::after {
    height: 70px;
  }

  .flip-back .flip-box-image {
    width: 80px;
    height: 80px;
    top: -80px;
  }

  .flip-back {
    padding: 30px 20px 24px 20px;
  }
}

@media(max-width:1200px) {
  .flip-back .flip-box-title a {
    font-size: 20px;
    margin: 10px auto 0px auto;
  }

  .flip-back .flip-box-title a {
    color: #FFFFFF;
    font-size: 20px;
    margin: 10px auto 0px auto;
  }

  .flip-back .flip-box-image img {
    width: 40px;
  }

  .flip-back .flip-box-image {
    width: 70px;
    height: 70px;
    top: -65px;
  }

  .flip-back .flip-box-title a {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0;
  }

  .flip-back .flip-content {
    font-size: 14px;
  }

  .flip-back::after {
    height: 50px;
  }

  .flip-back {
    padding: 18px 10px 10px 10px;
    bottom: 5px;
  }

  .flip-front {
    position: absolute;
    bottom: 10px;
    top: auto;
    left: 20px;
    right: 20px;
    border-top: dashed 1px #F05D4E;
    display: block;
    transform: scaleY(1);
    padding: 33px 20px 14px 10px;
    background: #fff;
  }
}

@media(max-width:991px) {
  .flip-back .flip-content {
    padding-top: 80px;
    margin-bottom: 7px !important;
  }
}

@media(max-width:576px) {
  .home-what-do-inner {
    row-gap: 30px;
  }

  .flip-back {
    padding: 30px 10px 24px 10px;
  }

  .flip-back .flip-box-image {
    position: absolute;
    top: -55px;
  }

  .flip-back .flip-box-title a {
    margin: 30px auto 0px auto;
  }

  .flip-back .flip-content {
    padding-top: 10px;
  }

  .flip-back::after {
    height: 55px;
  }

  .flip-back {
    padding: 8px 10px 10px 10px;
  }

  .flip-back .flip-box-title a {
    color: #FFFFFF;
    font-size: 17px;
    margin: 0;
    padding-top: 15px;
  }

  .flip-box-title a {
    font-size: 18px;
  }
}





/*--------------------------------------------------------------------------------------*/
/*Offers-Css-Here
/*--------------------------------------------------------------------------------------*/

.become {
  padding: 0px 0px 60px;
}

.become-left {
  /* background: #F6F3ED; */
  border-radius: 30px;
  padding: 24px 24px 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  background: url('../images/claim.webp');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  align-items: start;
  background-position: bottom;
}

.become-heading {
  font-size: 20px;
  line-height: 32px;
  color: #252525;
  font-weight: 600;
}

.become-content {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
  max-width: 274px;
  margin: 0;
}

.teaching-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.become-right {
  background: #EEF0F4;
  border-radius: 30px;
  padding: 24px 24px 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  background: url('../images/cashback-offer-card.webp');
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: start;
  background-position: bottom;
}

.access-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.become-inner .row {
  row-gap: 20px;
}


.features-one {
  position: relative;
  padding: 0px 0px 50px;
}

.feature-block_one {
  position: relative;
  margin-bottom: 30px;
}

.feature-block_one-inner {
  position: relative;
  padding: 25px 30px;
  background-color: #f5f5f5;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}

.feature-block_one-inner::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: scale(1, 0.2);
  background-color: #F05D4E;
}

.feature-block_one-inner::after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: -10px;
  height: 40px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: scale(0.1, 1);
  background-color: #000;
}

.feature-block_one-inner:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.feature-block_one-inner:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.feature-block_one-content {
  position: relative;
  text-align: center;
}

.feature-block_one-icon {
  font-size: 60px;
  line-height: 1em;
  font-weight: normal;
}

.feature-block_one-inner:hover .feature-block_one-icon {
  animation: swing 1s;
}

.feature-block_one-inner:hover .feature-block_one-designation {
  color: #fff;
}

.feature-block_one-inner:hover .feature-block_one-title {
  color: #fff;
}

.feature-block_one-inner:hover img {
  filter: brightness(100);
}

.feature-block_one-designation {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.feature-block_one-title {
  position: relative;
  margin-top: 5px;
  color: var(--color-two);
}

.feature-block_one-title a {
  position: relative;
  color: var(--color-two);
}

.tabler--building-skyscraper {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.streamline-ultimate--factory-industrial-robot-arm-1 {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.material-symbols-light--engineering-outline {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300a3da' d='M1.916 20.192v-1.646q0-.652.348-1.165t.982-.831q1.217-.611 2.702-.985q1.485-.373 2.968-.373t2.967.373t2.702.985q.634.317.982.83q.349.514.349 1.166v1.646zm1-1h12v-.646q0-.41-.234-.673t-.574-.446q-.939-.488-2.351-.861q-1.413-.374-2.842-.374t-2.841.374t-2.351.861q-.34.183-.574.446q-.234.264-.234.673zm6-6.23q-1.285 0-2.143-.858t-.857-2.258h-.212q-.168 0-.276-.108q-.109-.11-.109-.276t.109-.276t.276-.109h.211q.039-.76.32-1.38q.28-.622.911-1.185v.95q0 .167.109.276q.109.108.276.108t.276-.108t.108-.276V6.15q.206-.075.466-.132q.26-.056.535-.056t.534.056t.466.132v1.312q0 .167.108.276q.109.108.276.108t.276-.108t.109-.276v-.95q.65.563.92 1.184q.272.621.31 1.381h.212q.167 0 .276.109q.108.108.108.276t-.108.276t-.276.108h-.212q0 1.4-.857 2.258q-.858.858-2.143.858m0-1q.864 0 1.432-.569q.568-.568.568-1.432h-4q0 .864.569 1.432t1.431.569m7.539 2.884l-.073-.711q-.189-.05-.394-.161t-.349-.255l-.661.289l-.385-.67l.589-.422q-.039-.114-.039-.208v-.406q0-.085.039-.217l-.589-.423l.385-.67l.661.289q.139-.139.346-.252q.208-.113.397-.163l.073-.712h.769l.073.712q.189.05.396.163t.347.252l.661-.289l.385.67l-.589.422q.039.133.039.218v.406q0 .094-.039.207l.589.424l-.385.669l-.662-.289q-.144.144-.349.255q-.205.11-.393.16l-.073.712zm.384-1.442q.377 0 .64-.263q.264-.264.264-.641t-.263-.64t-.64-.264t-.641.264t-.264.64t.264.64t.64.264m2.031-3.981l-.085-.78q-.282-.056-.595-.227q-.312-.17-.5-.416l-.743.312l-.43-.739l.657-.48q-.05-.145-.07-.297q-.019-.152-.019-.296t.02-.296t.069-.296l-.658-.481l.431-.738l.742.311q.189-.246.502-.416q.312-.17.595-.226l.084-.781h.862l.084.78q.283.057.595.227q.313.17.501.416l.743-.312l.43.739l-.657.48q.05.145.07.297q.018.152.018.296t-.019.296t-.069.296l.658.481l-.431.739L20.912 8q-.189.246-.501.416q-.313.17-.595.226l-.085.781zm.431-1.557q.583 0 .974-.392q.391-.391.391-.974t-.391-.974t-.974-.391t-.974.391t-.392.974t.392.974t.974.392M8.915 19.192'/%3E%3C/svg%3E");
}

@media(max-width:767px) {
  .become-heading {
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    font-weight: 600;
  }

  .custom-card img {
	
	height: 236px;
	object-fit: cover;
}

}



/*How to book css start*/
.book {
  padding: 280px 0 150px 0;
  background-color: #1b2429;
  position: relative;
  background-image: url('../images/process-bg-five.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}

.book .gutter-y-30 {
  --bs-gutter-y: 30px;
}

.book .process-box-outer {
  position: relative;
}

.book .process-box-outer::before {
  content: "";
  position: absolute;
  bottom: -940px;
  left: 50%;
  transform: translateX(-50%);
  height: 1200px;
  width: 1200px;
  background-color: #1b2429;
  z-index: 1;
}

.book .process-box-five {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.book .process-box-five.one,
.book .process-box-five.two {
  padding-right: 50px;
}

.book .process-box-five.one,
.book .process-box-five.four {
  margin-top: 279px;
}

.book .process-image-five {
  position: relative;
  margin-bottom: 33px;
  height: 200px;
  width: 200px;
  border-radius: 100%;
}

.book .process-image-five span {
  height: 47px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #1b2429;
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.book .process-image-five::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #000000b5;
  transition: all 0.5s;
  height: 0;
  width: 0;
}

.book .process-box-five:hover .process-image-five::after {
  height: 100%;
  width: 100%;
}

.book .process-box-five h4 {
  margin-bottom: 4px;
  font-size: 25px;
  color: #fff;

  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.book p.lead {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;

}

.book .process-box-five.two {
  margin-left: -30px;
}

.book .process-box-five.three {
  margin-right: -30px;
}

.book .process-box-outer::after {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  height: 1200px;
  width: 1200px;
  border-radius: 100%;
  border: 1px solid #97979757;
}

.book .process-info-five {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: -150px;
}

.book span.sub-title-two {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 4px 18px;
  background-color: #FAEBD9;
  border-radius: 14px;
  margin-bottom: 3px;
  display: inline-block;

}

.book .process-section-five .sub-title-two {
  background-color: #6168660F;
  color: #fff;
}

.book h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;

  color: #fff;
}

.process-image-five img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

.book .process-info-five::after {
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  height: 620px;
  width: 620px;
  border-radius: 100%;
  border: 1px solid #f1f1f169;
  border-bottom: transparent;
  border-left: transparent;
  border-right: transparent;
  z-index: -1;
}

.book .btn-primary {
  background-color: #d1a97a;
  color: #1b2429;
}

.book .btn-theme {
  border-radius: 6px;
  border: none;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.book .btn-primary:hover {
  background-color: #fff;
  color: #1b2429;
}

@media only screen and (max-width: 1400px) {
  .book .process-box-outer::after {
    height: 960px;
    width: 990px;
  }
}

@media only screen and (max-width: 1199px) {

  .book .process-box-five.one,
  .book .process-box-five.two {
    padding-right: 0px;
  }

  .book .process-image-five {
    margin: auto;
    margin-bottom: 33px;
    height: 204px;
    width: 204px;
  }

  .book .process-box-five.three,
  .book .process-box-five.four {
    padding-left: 0px;
  }

  .book .process-box-five.one,
  .book .process-box-five.four {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {

  .book .process-box-five.one,
  .book .process-box-five.four {
    margin-top: 0;
  }

  .book .process-info-five {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .book {
    padding: 180px 0 70px 0;
  }

  .book .process-box-five.two {
    margin-left: 0px;
  }

  .book .process-box-five.three {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 570px) {
  .book p.lead {
    font-size: 16px;
  }
}


/* MOBILE ONLY – SAME IMAGE SIZE */
@media (max-width: 767px) {
    .custom-card .card-img-top {
        height: 220px;   /* same height for all images */
    }
    .menu-box img {
  width: 80px;
  height: 80px;
}
.menu-content {
	
	padding-right: 0;

}
.day-title {
  font-size: 24px;
  margin: 20px 0 10px;
}
.menu-box {

	align-items: start;

}
}

/* DESKTOP – KEEP CURRENT LOOK */
@media (min-width: 768px) {
    .custom-card .card-img-top {
        height: auto;   /* desktop bilkul same rahega */
    }
}