body {
  font-family: "Roboto" !important;
  font-weight: normal;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: #535353 !important;
}

p {
  padding: 0;
  margin: 0;
  font-family: "Roboto" !important;
}

.btn {
  font-family: "Roboto" !important;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Roboto" !important;
  font-weight: 700;
  color: var(--bs-text-h);
}

p {
  color: var(--bs-text-p);
}

.page-header {
  background-color: var(--alefox-black2, #000911);
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .page-header__title {
    font-size: 65px;
  }
}
@media (min-width: 390px) and (max-width: 490px) {
  .property-overview-box  {
    display: block !important;
    /* flex-wrap: wrap; */
  }
  .property-overview-box .property-overview-item {
    width: calc(69.33% - 20px) !important;
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .property-amenities-box ul li{
    width: calc(63.33% - 20px) !important;
  }

  .property-single-subtitle h3 {
    font-size: 24px !important;
}
}

.page-header__title {
  margin: 0 0 11px;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  color: #0691be;
  position: relative;
  z-index: 9;
}

.alefox-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.alefox-breadcrumb li {
  font-size: 18px;
  color: var(--alefox-white, #fff);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
}

.alefox-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

.alefox-breadcrumb li span,
.alefox-breadcrumb li a {
  color: inherit;
  display: inline-flex;
  line-height: 1.1;
}

.alefox-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}

.alefox-breadcrumb li span,
.alefox-breadcrumb li a {
  color: inherit;
  display: inline-flex;
  line-height: 1.1;
}

/*-----------------------------slide--------------------------------*/
.super_container1 {
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.room-section1 {
  padding: 250px 0 100px;
  width: 100%;
  /* height: 100vh; */
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgb(11 11 11 / 20%) 0%, #03488047 72%);
  display: flex;
  align-items: center;
}

.slider-text h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.slider-text h1 span {
  color: #0791be;
}

.slider-text p {
  font-weight: 400;
  color: #fff;
}

.btn.btn-primary {
  background: #0792b2;
  border: 1px solid #0792b2 !important;
  color: #fff !important;
}

.btn.btn-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000000 !important;
}

/*--------------------------------------------------------------
# index
--------------------------------------------------------------*/
.testimonials {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 45px;
  background: var(--bs-body-bg2);
}

.section_title {
  font-size: 30px;
  font-weight: 700;
  color: var(--bs-text-h);
  margin-top: -8px;
  text-transform: uppercase;
}

.benefit {
  background: var(--bs-body-bg3);
  padding-bottom: 80px;
}

.spad {
  padding-top: 80px;
  padding-bottom: 40px;
}

.benefit__pic__item {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}

.desti-item {
  position: relative;
}

.desti-image img {
  border-radius: 10px;
}

.desti-item .desti-image {
  position: relative;
}

.desti-item .bg-meta-cat {
  position: absolute;
  top: 30px;
  left: 30px;
}

.desti-item .bg-meta-cat a {
  background-color: rgba(7, 145, 190, 0.85);
  color: #ffffff;
  padding: 7px 24px;
}

.desti-item .meta-cat a {
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.overlay-desti-item .desti-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.desti-content {
  padding: 20px;
}

.overlay-desti-item .desti-content h3 {
  color: #ffffff;
  margin-bottom: 4px;
}

.rating-start {
  display: block;
  position: relative;
  font-size: 15px;
}

.rating-start span {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.desti-item .rating-start span:before {
  color: #ffffff;
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading .dash-style {
  padding-left: 80px;
  position: relative;
}

.section-heading h5 {
  color: #034880;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
  text-transform: uppercase;
  display: inline-block;
}

.section-heading .dash-style:before {
  background-color: #034880;
  content: "";
  height: 2px;
  width: 70px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
}

.section-heading h2 {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.travel h4 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}

.package-section {
  padding: 4rem 0;
}

.package-wrap {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  position: relative;
  border-radius: 10px;
}

.feature-image img {
  border-radius: 10px 10px 0 0;
}

figure {
  margin: 0;
}
.ab img {
  border-radius: 10px;
}
.package-wrap .package-price {
  background-color: #f56960db;
  position: absolute;
  top: 42px;
  right: 0;
}

.package-wrap .package-price h6 {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.1;
  margin-bottom: 0;
  padding: 8px 10px;
}

.package-wrap .package-price h6 span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.package-meta {
  background-color: #0791be;
  margin-bottom: 25px;
  border-radius: 0 0 10px 10px;
  margin-top: -25px;
  padding: 15px 0;
  position: relative;
}

.package-meta ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

.package-meta ul li:first-child {
  padding-left: 0;
}

.package-meta ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  line-height: 1.1;
  padding: 0 12px;
  position: relative;
}

.package-meta ul li:before {
  color: #bbbbbb;
  content: "|";
  line-height: 0.8;
  position: absolute;
  right: -3px;
  top: 0;
}

.package-meta ul li [class*="fa-"] {
  margin-right: 4px;
}

.package-meta ul li:last-child:before {
  display: none;
}

.package-wrap .package-content {
  padding: 0 30px 0;
}

.package-wrap .package-content .btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid rgba(175, 175, 175, 0.1);
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 27px;
}

.package-wrap .package-content .btn-wrap a.width-6 {
  width: 100%;
}

.package-wrap .package-content .btn-wrap a {
  color: var(--bs-text-h);
  display: block;
  margin-top: 0;
  padding: 16px 0;
  width: 100%;
}

.btn-wrap a {
  margin-top: 50px;
}

.package-wrap .package-content .btn-wrap a [class*="fa-"] {
  color: #f56960;
  font-size: 13px;
  margin-left: 8px;
}

.package-wrap .package-content .btn-wrap a + a {
  border-left: 1px solid rgba(175, 175, 175, 0.1);
}

.package-content h3 a {
  font-size: 20px;
  color: var(--bs-text-t);
  font-weight: 700;
}

.package-content p {
  font-size: 16px;
  color: var(--bs-text-p);
}

.section-disc {
  color: var(--bs-text-p);
}

.travel p {
  font-size: 16px;
  color: var(--bs-text-p);
}

figure {
  margin: 0px !important;
}

.img-box1 {
  position: relative;
  margin-bottom: 20px;
}

.img-box1 .img1 {
  position: relative;
  overflow: hidden;
}

.img-box1 .img1 img {
  border-radius: 10px;
}

.img-box1 .img2 {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.img-box1 .img2 img {
  border-radius: 10px;
}

.img-box1 .img3 {
  position: absolute;
  bottom: 0px;
  right: 0;
  overflow: hidden;
}

.img-box1 .img3 img {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about_story {
  padding-top: 85px;
  padding-bottom: 85px;
}

.img-2 .icon {
  width: 100px;
  height: 100px;
  background: #0084ce;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.btn.btn-primary {
  background: #ffffff;
  border: 1px solid #0084ce;
  color: #0084ce;
}

.btn {
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
}

.img-2 .icon i {
  color: #fff;
  font-size: 24px;
}

.about_story2 {
  padding-top: 225px;
  padding-bottom: 225px;
}

/*--------------------------------------------------------------
# tour detail
--------------------------------------------------------------*/
.ftco-section {
  padding: 6em 0;
  position: relative;
}

.tour-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: var(--body-color);
}

.tour-price .currency {
  font-size: 28px;
  font-weight: 600;
  color: #0791be;
}

.slider-for-prev,
.slider-for-next {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.slider-for-prev {
  left: 30px;
  /* ระยะห่างจากขอบซ้าย */
}

.slider-for-next {
  right: 30px;
  /* ระยะห่างจากขอบขวา */
}

.slider-nav img {
  padding: 5px;
}

.slick-dots {
  display: none !important;
}

/*--------------------------------------------------------------
# Apartment
--------------------------------------------------------------*/
.page-property-listing .property-item {
  margin-bottom: 30px;
}

.property-item {
  background: var(--bs-body-bg1);
  border-radius: 20px;
  overflow: hidden;
}

.property-item .property-header {
  position: relative;
  overflow: hidden;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

figure {
  display: block;
  margin: 0;
  width: 100%;
}

.property-item .property-header figure img {
  width: 100%;
  transition: all 0.5s ease-out;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.property-item .property-header .property-label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #f56960db;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 5px;
}

.property-item .property-body {
  padding: 30px 30px 25px 30px;
}

.property-item .property-body h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--bs-text-h);
}

.property-item .property-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddbdb;
}

.property-item .property-meta .property-amenity-item {
  width: 48%;
  margin-right: 4%;
  display: flex;
  color: var(--bs-text-p);
  align-items: center;
  margin-bottom: 15px;
}

.property-item .property-meta .property-amenity-item .icon-box {
  width: 22px;
  margin-right: 10px;
}

.property-item .property-footer {
  padding: 0 30px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.property-item .property-footer .property-price {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: var(--bs-text-h);
}

.property-item .property-footer .btn-default {
  font-size: 14px;
  padding: 10px 20px;
}

.btn-default {
  display: inline-block;
  background: #0492be;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: none;
  outline: 0;
  box-shadow: none;
  transition: 0.2s transform;
}

.btn-default:before {
  content: "";
  position: absolute;
  width: 0;
  height: 104%;
  top: 50%;
  left: 50%;
  background: #2f3d7e;
  opacity: 0;
  z-index: -1;
  transform: translateX(-51%) translateY(-51%);
  transition: all 0.4s;
  border-radius: 5px;
}

.property-item:hover .property-header figure:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.property-item:hover .property-header figure:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.btn-default:hover::before {
  width: 106%;
  opacity: 1;
}

.property-item .property-meta .property-amenity-item:nth-of-type(2n + 2) {
  margin-right: 0;
}

.property-overview {
  margin-top: 50px;
  background: var(--bs-body-bg6);
  padding: 40px 40px 10px 40px;
  border-radius: 20px;
}

.property-single-subtitle {
  margin-bottom: 30px;
}

.property-single-subtitle h3 {
  font-size: 36px;
  color: var(--bs-text-h);
  margin: 0;
}

.property-overview-box {
  display: flex;
  flex-wrap: wrap;
}

.property-overview-box .property-overview-item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.property-overview-box .property-overview-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #2f3d7e;
  border-radius: 5px;
  margin-right: 15px;
}

.property-overview-box .property-overview-item .property-overview-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-text-h);
  margin-bottom: 6px;
}

.property-overview-box .property-overview-item .property-overview-content {
  width: calc(100% - 75px);
}

.property-overview-box .property-overview-item .property-overview-content p {
  margin: 0;
}

.property-overview-box .property-overview-item:nth-of-type(3n + 3) {
  margin-right: 0;
}

.about-property {
  background: var(--bs-body-bg6);
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.property-amenities {
  background: var(--bs-body-bg6);
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.property-map-location {
  background: var(--bs-body-bg6);
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.property-amenities-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.property-amenities-box ul li {
  width: calc(33.33% - 20px);
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  color: var(--bs-text-p);
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.property-info-box {
  background: var(--bs-body-bg6);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.property-info-box h3 {
  font-size: 22px;
  color: var(--bs-text-h);
  font-weight: 600;
  margin-bottom: 20px;
}

.property-info-item {
  position: relative;
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid #dddbdb;
}

.property-info-item .icon-box {
  position: absolute;
  top: 14px;
  left: 0;
}

.property-info-item .icon-box img {
  max-height: 20px;
}

.property-info-item p {
  margin: 0;
}

/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
.product-grid8 {
  position: relative;
  z-index: 1;
}

.product-grid8 .product-image8 {
  position: relative;
  transition: all 0.3s ease 0s;
}

.product-grid8:hover .product-image8 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-grid8 .product-image8 a {
  display: block;
}

.product-grid8 .product-image8 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.thumb img {
  border-radius: 10px;
}
.product-grid8 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s;
}

.product-grid8:hover .pic-1 {
  opacity: 0;
}

.product-grid8 .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out 0s;
}

.product-grid8:hover .pic-2 {
  opacity: 1;
}

.product-grid8 .social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 13px;
  right: 13px;
  z-index: 1;
}

.product-grid8 .social li {
  opacity: 0;
  transform: translateY(3px);
  transition: all 0.5s ease 0s;
}

.product-grid8:hover .social li {
  margin: 0 0 10px;
  opacity: 1;
  transform: translateY(0);
}

.product-grid8:hover .social li:nth-child(1) {
  transition-delay: 0.1s;
}

.product-grid8:hover .social li:nth-child(2) {
  transition-delay: 0.2s;
}

.product-grid8:hover .social li:nth-child(3) {
  transition-delay: 0.4s;
}

.product-grid8 .social li a {
  color: grey;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  border: 1px solid grey;
  display: block;
  transition: all 0.5s ease-in-out;
}

.product-grid8 .social li a:hover {
  color: #000;
  border-color: #000;
}

.product-grid8 .product-discount-label {
  display: block;
  padding: 4px 15px 4px 30px;
  color: #fff;
  background-color: #0691be;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

.product-grid8 .product-content {
  padding: 20px 0 0;
}

.product-grid8 .price {
  color: var(--bs-text-h);
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: left;
  transition: all 0.3s;
}

.product-grid8 .price span {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}

.product-grid8 .product-shipping {
  color: var(--bs-text-p);
  font-size: 15px;
  padding-left: 35px;
  margin: 0 0 15px;
  display: block;
  position: relative;
}

.product-grid8 .product-shipping:before {
  content: "";
  height: 1px;
  width: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.product-grid8 .title {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 30px;
  transition: all 0.3s ease 0s;
}

.product-grid8 .title a {
  color: var(--bs-text-p);
}

.product-grid8 .title a:hover {
  color: #0081c2;
}

.product-grid8 .all-deals {
  display: block;
  color: #fff;
  background-color: #034981;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 5px;
  transition: all 0.5s ease 0s;
}

.product-grid8 .all-deals .icon {
  margin-left: 7px;
}

.product-grid8 .all-deals:hover {
  background-color: #0081c2;
}

@media only screen and (max-width: 990px) {
  .product-grid8 {
    margin-bottom: 30px;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #034880;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  border: 1px solid #034880;
  color: #034880;
  margin: 2px;
}

.s_product_text h3 {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
}

.s_product_text h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0492be;
  margin-bottom: 10px;
}

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

.s_product_text .list li {
  margin-bottom: 5px;
}

.s_product_text .list li a {
  font-size: 15px;
  font-weight: normal;
  color: var(--bs-text-p);
}

.s_product_text .list li a.active span {
  color: #555;
  -webkit-text-fill-color: #555;
}

.s_product_text .list li a span {
  width: 90px;
  display: inline-block;
  color: var(--bs-text-h);
}

.s_product_text .tab-content > .active {
  display: block;
  color: var(--bs-text-p);
}

.s_product_text p {
  padding-top: 20px;
  border-top: 1px dotted #eeeeee;
  border-bottom: 1px dotted #eeeeee;
  margin-top: 20px;
  padding-bottom: 26px;
  margin-bottom: 0;
}

.product_count {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}

.product_count input {
  width: 126px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding-left: 10px;
}

.button {
  display: inline-block;
  border: 1px solid #034880;
  border-radius: 3px;
  color: #222;
  font-weight: 500;
  padding: 15px 50px;
  background: #034880;
  color: #fff;
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-info--contact-page {
  padding: 120px 0;
}

.contact-info {
  position: relative;
}

.contact-info--contact-page .contact-info__item {
  border: 1px solid var(--alefox-border-color, #dddddd);
  padding: 32px;
  height: 167px;
  transition: all 400ms ease;
}

.contact-info__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 28px;
  padding: 50px 60px;
}

.contact-info--contact-page .contact-info__item::before {
  width: 100%;
  height: 100%;
}

.contact-info__item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px dashed var(--alefox-base, #0691be);
  transform: scale(1.1);
  opacity: 0;
  z-index: -1;
  transition: all 400ms linear;
}

.contact-info__item__icon {
  width: 64px;
  height: 64px;
  background-color: var(--alefox-black2, #073c5b);
  color: var(--alefox-white, #fff);
  font-size: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 400ms linear;
}

.contact-info__item:hover .contact-info__item__icon span {
  transform: scale(0.9);
}

.contact-info__item__icon span {
  display: inline-block;
  transition: all 400ms linear;
  transform: scale(1);
}

.contact-info__item__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
}

.contact-info__item__text {
  margin: 0;
  font-size: smaller;
}

.contact-info__item__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-info--contact-page .contact-info__item:hover {
  border-color: transparent;
}

.contact-info__item:hover::before {
  opacity: 1;
  transform: scale(1);
}

.contact-info__item:hover .contact-info__item__icon {
  background-color: var(--alefox-base, #0691be);
}

.contact-info__item:hover .contact-info__item__icon span {
  transform: scale(0.9);
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.roberto-contact-form {
  position: relative;
  z-index: 1;
}

.roberto-contact-form .form-control {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 2px;
  color: #afb4bf;
  font-size: 14px;
  border: 1px solid #ebebeb;
}

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

.roberto-contact-form textarea.form-control {
  height: 150px;
  padding: 20px;
}

.roberto-btn {
  position: relative;
  z-index: 1;
  min-width: 150px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  text-transform: capitalize;
  background-color: #054880;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-wrapper {
  padding-top: 4rem;
  border-top: 1px solid #05488014;
  background: var(--bs-body-bg2);
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget {
  margin-bottom: 50px;
}

.th-widget-about .about-logo {
  margin-bottom: 33px;
}

.th-widget-about .about-text {
  color: var(--bs-text-p);
  margin-bottom: 20px;
  margin-top: -0.5em;
}

.footer-layout1 .th-social a {
  margin-right: 10px;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 32px);
  background-color: #054880;
  color: var(--theme-color);
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget .widget_title {
  padding: 0;
  margin: -0.12em 0 30px 0;
}

.wp-block-search__label,
.widget_title {
  position: relative;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  line-height: 1em;
  margin: -0.12em 0 30px 0;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
  padding: 0;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 21px;
  font-family: var(--body-font);
  color: var(--bs-text-p);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 16px 45px 19px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--title-color);
  border-radius: 0;
  border-bottom: 1px solid var(--gray-color);
}

.th-social a i {
  color: #fff;
}

.footer-widget .widget_title {
  padding: 0;
  margin: -0.12em 0 30px 0;
}

.th-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}

.info-box_text:not(:last-child) {
  margin-bottom: 18px;
}

.info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.info-box_text .icon {
  color: var(--body-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: #054880;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .icon img {
  width: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .details {
  margin-top: -0.3em;
}

.info-box_text .details p {
  margin-bottom: 0;
}

.info-box_text a {
  color: var(--bs-text-p);
  font-size: 16px;
}

.copyright-wrap {
  padding: 18px 0;
  background-color: #262a36;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-layout1 .copyright-wrap .copyright-text {
  font-size: 14px;
  font-weight: 400;
}

.copyright-wrap .copyright-text {
  color: #fff;
}

.copyright-text {
  margin: 0;
}

.footer-card .title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-right: 16px;
}
.apartdetail-box {
  word-wrap: break-word !important;
  white-space: normal !important;
}
