/*
  Theme Name: Meeting ROOM
  Author: Mr Rapiera
*/
body {
  overflow-x: hidden;
}
.testimonial__card {
  position: relative;
  background: #f5f5f5;
  padding: 64px 0;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 48px;
  margin-top: 48px;
}

.customer__quotes {
  font-size: 18px;
  font-weight: 500;
  max-width: 820px;
}

.customer__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  position: absolute;
  top: -48px;
}

.customer__name {
  font-size: 18px;
  line-height: 32px;
}

.customer__role {
  opacity: 0.8;
}

.btn__group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.price-table{
  text-align: center;
  overflow: hidden;
  margin: 20px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: inset 0 0 40px rgba(0,0,0,.2), 0 20px 50px rgba(0,0,0,.5);
  border-radius: 20px;
}
.col-sm-4:nth-child(2) .price-table{
  transform: scale(1.1);
}
.price-table .price-head{
  padding: 20px;
  background: linear-gradient(45deg,#89BD9E,#94d4ae);
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.price-table .price-head h4{
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 700;
}
.price-table .price-head h2{
  margin: 0;
  padding: 20px 0 0;
  font-size: 18px;
  color: #fff;
}
.price-content{
  position: relative;
}
.price-content ul{
  position: relative;
  margin: 0;
  padding: 20px 0;
}
.price-content ul li {
  list-style: none;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  color: #777;
  cursor: pointer;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transition: .5s;

}
.price-content ul li ul li:hover{
  border-left: 8px solid #3d404f;
  border-right: 8px solid #3d404f;
}
.price-content ul li ul li ul li:hover{
  border-left: 8px solid #3d404f;
  border-right: 8px solid #3d404f;
}
.price-button{
  padding: 0 0 30px;
}
.price-button a{
  padding: 10px 40px;
  background: linear-gradient(45deg,#31493C,#31493C);
  color: #fff;
  border-radius: 25px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.price-button a:hover{
  background: linear-gradient(45deg,#3b644e,#385c48);
}
.background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg,rgb(54, 58, 57),#3d404f);
}

#toggle-btn{
  color: #fff;
  background: linear-gradient(45deg,rgb(54, 58, 57),#3d404f);
  border-color: #3d404f;
  box-shadow: none;
}

html {
  scroll-behavior: smooth;
}

.row.align-items-stretch {
  display: flex;
  flex-wrap: wrap;
}

.content_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100px;
  /* Set a minimum height for uniformity */
  padding: 15px;
  box-sizing: border-box;
  background-color: unset;
  /* Optional background for visibility */
}

.content_icon {
  margin-bottom: 10px;
}

.content_info {
  flex-grow: 1;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 10px;
}

.card-header {
  border: none;
  max-height: 150px;
  /* Remove any border from the card header */
}

.card-body {
  min-height: 100px;
  /* Adjust as needed */
}

.card-divider {
  width: 80%;
  /* Adjust width as needed */
  margin-left: 10px;
  margin-right: 10px;
  /* Centers the hr element */
  border: 1px solid #e9e9e9;
  /* Change color and thickness as needed */
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  /* Allow the body to grow and fill the card */
}

ul {
  padding: 0;
  /* Remove default padding */
}

.list-unstyled {
  margin: 0;
  /* Remove default margin */
}

.price-button {
  margin-top: 15px !important;
}

.price-button a {
  font-size: 14px !important;
}

.price-button-custom {
  padding: 0 0 30px;
}

.price-button-custom a {
  padding: 10px 40px;
  color: #252525;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #252525;
}

.content-section {
  background-color: #E8EDDF;
  /* Light background like in the image */
  border-radius: 15px;
  padding: 40px;
  text-align: left;
  margin-top: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for a lifted effect */
}

.content-section h2 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333533;
}

.content-section p {
  font-size: 1rem;
  color: #333533;
}

.btn-custom {
  background-color: #F5CB5C;
  border: none;
  color: #fefefe;
  font-weight: normal;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: #f0c246;
  color: #ffffff;
}

.circle-img {
  width: 70px;
  /* Ensure the width and height are equal */
  height: 70px;
  border-radius: 50%;
  /* Make the image circular */
  overflow: hidden;
  /* Ensure the image doesn't overflow the circle */
  display: inline-block;
  /* Inline block for better alignment */
}

.circle-img img {
  width: 100%;
  /* Make the image fill the container */
  height: 100%;
  /* Ensure consistent height */
  object-fit: cover;
  /* Ensure the image covers the circle without distortion */
}

.help-section {
  background-color: #94d4ae;
  color: #000;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 8px;
  max-width: 500px;
  /* Limit width */
  margin: 20px auto;
  /* Center in container */
}

.help-section a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.help-section a:hover {
  color: #4e4e4e;
  /* Hover color */
}

.img-caroul {
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  color: #fff;
  margin: 10px;
  border-radius: 10px;
}

.img-caroul img {
  border-radius: 15px;
}

.first-spec {
  margin-left: 150px;
  display: flex;
  align-content: center;
}

@media(max-width: 768px) {
  .first-spec {
      margin-left: unset !important;
  }
}

@media(min-width: 769px) and (max-width: 1024px) {
  .first-spec {
      margin-left: unset !important;
  }
}

.circle-img {
  width: 70px;
  /* Circle's width */
  height: 70px;
  /* Circle's height (same as width for a perfect circle) */
  border-radius: 50%;
  /* Makes the container circular */
  background-size: cover;
  /* Ensures the image covers the entire circle */
  background-position: center;
  /* Centers the image within the circle */
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  background-color: #f0f0f0;
  /* Optional fallback color if the image doesn't load */
}


.rounded-3 {
  background-color: #ECC8AF;
  border-color: #ECC8AF;
  box-shadow: none;
  color: #fff;
}

.rounded-3:hover {
  background-color: #f8ccac !important;
  border-color: #f8ccac !important;
  transition: all 0.3s ease;
  color: #fff;
}

.spaces {
  color: #f8ccac;
}

.carousel img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
  }

  .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1024px) {
  .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
  }
}

.shadow-sm {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
  transition: box-shadow 0.3s ease-in-out;
}

.carousel .card:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: unset;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

#evf-submit-342{ background-color: #31493C; border-color: #31493C; box-shadow: none; color: #fff; } 
#evf-submit-342:hover{ background-color: #3b644e; border-color: #3b644e; transition: all 0.3s ease; color: #fff; }

.bg-color-blackflame {
  background-color: #232020!important;
}