@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  margin: auto;
}

:root {
  --primary: #03134f;
  --primary-dark: #02103d;
  --accent: #f0c14b;
  /* a warm accent */
  --light-bg: #f8f9fa;
  --text-dark: #333;
}

main {
  padding-top: 81px;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 1.1rem;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fed32d !important;
}

.mpage-header {
  background-size: cover !important;
  text-align: center;
  position: relative;
  padding: 103px 60px;
  background: #f3f4f2;
}
.mpage-header h1 {
  text-transform: capitalize;
}
.mpage-header .bgtl {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  background-color: #422e2e;
}
.mpage-header .oui {
  color: #fff;
  position: relative;
  z-index: 9;
}
.mpage-header .oui a {
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
}
.mpage-header .page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.mpage-header .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.mpage-header .page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #ffffff;
}
.mpage-header .page-breadcrumb li:last-child {
  margin: 0px;
  padding: 0px;
}
.mpage-header .page-breadcrumb li:last-child:after {
  display: none;
}

.head {
  text-align: center;
  margin-bottom: 40px;
}
.head h2 {
  font-weight: 700 !important;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
}

:root {
  --mon: "Montserrat", sans-serif;
  --blue: #aa6bff;
  --darkblue: #0a0a36;
}

.emailinfo {
  text-transform: unset !important;
}

section {
  display: block;
  overflow: hidden;
  overflow-y: auto;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #fd7e14;
  box-shadow: none;
  color: #fff;
  border-color: #fd7e14;
}

.head h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: 30px;
}
.head h2 img.borderbx {
  width: 15%;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

p {
  font-size: 15px;
  color: #272935;
}

.p-r-0 {
  padding-right: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  padding: 0px 40px;
  max-width: 1440px;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  background-color: #fed32d;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.totop:hover {
  color: #fff;
}

.menuButton {
  position: fixed;
  top: 25%;
  right: -44px;
  background: rgba(35, 25, 11, 0.35);
  color: white;
  padding: 3px 10px;
  cursor: pointer;
  z-index: 999;
  transform: rotate(270deg);
  text-transform: capitalize;
  border-radius: 5px 5px 0px 0px;
  height: 33px;
  width: 117px;
  text-align: center;
  animation: effect1 0.8s infinite;
  top: 47%;
  background: linear-gradient(45deg, rgb(234, 180, 21), rgb(229, 121, 8));
  width: 155px;
  right: -62px;
  animation: effect1 0.8s infinite;
}

header {
  padding-top: 10px;
  background: #03134f;
  z-index: 999;
  width: 100%;
}
header .derty {
  align-items: center;
}
header li.nav-item {
  position: relative;
  padding-left: 10px;
  list-style: none;
}
header li.nav-item::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-55%);
  width: 6px;
  height: 6px;
  background-color: #ebc206;
  border-radius: 50%;
}
header .navbar-brand {
  color: rgb(18, 18, 18);
  background: #ecc306;
  margin-top: 27px !important;
  position: relative;
  top: 26px;
  border-radius: 100px;
  font-size: 18px;
  border: 5px solid rgba(255, 240, 196, 0.78);
}
header .topbar {
  text-align: center;
  color: #000000;
}
header .topbar p {
  margin: 0px;
  color: #000000;
  font-size: 14px;
  padding: 5px 0px;
}
header .topbar ul {
  padding: 0px;
  align-items: center;
}
header .topbar ul li {
  display: inline-block;
}
header .topbar ul li a {
  color: #fff;
  font-size: 12px;
  transition: 0.3s ease-in-out;
  text-transform: lowercase;
}
header .topbar ul li a i {
  margin-right: 5px;
}
header .topbar ul li a:hover {
  color: #000 !important;
}
header .topbar .socialbx {
  text-align: right;
  display: inline-flex;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
header .topbar .socialbx li {
  background-color: transparent;
  color: #fff;
}
header .topbar .socialbx li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: end;
  align-items: center;
  /* color: #fff !important; */
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: linear-gradient(45deg, #ffd700, #d2a70e);
  border-radius: 100px;
  color: #03134f;
  margin-right: 10px;
}
header .topbar .socialbx li a i {
  margin: 0px;
  color: #03134f;
}
header .topbar .socialbx li a:hover i {
  color: #0a1a56 !important;
}
header .topbar .socialbx li:last-child a {
  margin: 0px;
}
header .topbar .tpright {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
header .topbar .tpright .callinfo i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: linear-gradient(45deg, #ffd700, #d2a70e);
  border-radius: 100px;
  color: #03134f;
}
header .topbar .tpright span a {
  margin-right: 2px;
}
header .topbar .tpright a {
  font-size: 14px;
  color: white;
}
header .topbar .tpright a b {
  font-weight: 500;
  font-size: 14px;
}
header .topbar .tpright a i {
  margin: 0px;
}
header .topbar .tpright a:hover {
  color: #fed32d !important;
}
header .topbar .left {
  text-align: left;
}
header .topbar .ftsocial {
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .navbar {
  padding: 0px;
}
header ul li a {
  color: #fff !important;
  font-size: 14px;
  text-transform: capitalize;
}
header ul li a:hover {
  color: #fff !important;
}
header ul li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header ul li .nav-link {
  padding: 20px 10px;
  transition: 0.3s ease-in-out;
}
header .dropdown-menu {
  top: 100%;
  min-width: 200px;
  background-color: #fd7e14;
  transition: 0.4s;
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  color: #fff !important;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner .col-md-6:nth-child(odd) {
  padding-right: 0px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: relative;
}
header .dropdown-menu .ulinner h5:after {
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #8a8585;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 700;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #fac829;
  text-decoration: none;
  color: #000 !important;
}
header .cninfo {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0px 15px;
  background-color: #f0f0ed;
}
header .cninfo li {
  display: inline-flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  width: 20px;
  color: #bb69b8;
  margin-right: 5px;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
  text-transform: capitalize;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  header .dropdown .dropdown-menu {
    display: unset;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(16px);
  }
  header .dropdown .dropdown-menu li a {
    padding: 10px;
  }
  header .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: block;
    border: 0px;
  }
}

.sthead {
  background: #03134f;
  top: 0px;
  position: fixed;
  border-bottom: 6px solid #ecc306;
}
.sthead div#navbarSupportedContent {
  margin-top: 10px;
}
.sthead .navbar-brand {
  width: 188px;
  margin: 15px 0px;
  padding: 5px 20px;
}
.sthead ul li .nav-link {
  padding: 10px 10px;
}

main .contact-section {
  padding: 2rem 0;
  background: linear-gradient(rgba(253, 246, 240, 0.81), rgba(253, 246, 240, 0.91)), url(../img/we34.webp);
  background-size: 100px;
  background-repeat: repeat;
}
main .contact-section p {
  color: #fff;
}
main .contact-section i {
  color: #ecc306;
}
main .contact-section .text-uppercase {
  text-transform: uppercase !important;
  color: #ecc306;
}
main .contact-section .section-heading {
  color: var(--primary);
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
main .contact-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
main .contact-form {
  padding: 2rem;
}
main .contact-info {
  background: var(--primary);
  color: #fff;
  padding: 2rem;
}
main .contact-info h4,
main .contact-info h5 {
  color: #fff;
}
main .contact-info a {
  color: #fff;
  text-decoration: none;
}
main .contact-info a:hover {
  text-decoration: underline;
}
main .btn-primary-custom {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
main .btn-primary-custom:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
}
main .was-validated .form-control:invalid {
  border-color: #dc3545;
}
main .was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
main .galleryui {
  background: linear-gradient(rgba(253, 246, 240, 0.81), rgba(253, 246, 240, 0.91)), url(../img/we34.webp);
  background-size: 100px !important;
  background-repeat: repeat;
}
main .galleryui h3.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
main .galleryui .column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
main .galleryui .column a {
  overflow: hidden;
  display: block;
}
main .galleryui .column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  /* Smooth transition */
}
main .galleryui .column img:hover {
  transform: scale(1.05);
  /* Zoom-in effect */
  opacity: 0.9;
  /* Slight dimming */
}
@media screen and (max-width: 800px) {
  main .galleryui .column {
    flex: 50%;
    max-width: 50%;
  }
}
main .galleryui .img-card.gallery-item {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  main .galleryui .column {
    flex: 50%;
    max-width: 50%;
  }
}
main .mslidemain_mmslider .carousel-inner,
main .mslidemain_mmslider .carousel-item,
main .mslidemain_mmslider .carousel-item img {
  height: 600px;
}
main .mslidemain_mmslider .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
main .abtpage {
  background: linear-gradient(rgba(253, 246, 240, 0.81), rgba(253, 246, 240, 0.91)), url(../img/we34.webp);
  background-size: 100px !important;
  background-repeat: repeat;
}
main .abbxn {
  padding: 60px 0;
  background-attachment: fixed;
  background-size: cover;
}
main .abbxn figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
main .abbxn .about-home-3 {
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
}
main .abbxn h3 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
main .abbxn p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}
main .abbxn ul.list-angle-right {
  padding-left: 0px;
  list-style-type: none;
}
main .abbxn ul.list-angle-right a {
  color: #000;
  font-weight: bold;
}
main .abbxn ul.list-angle-right li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
main .abbxn ul.list-angle-right li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #ecc306;
  font-weight: bold;
}
main .abbxn .site-button.btn-half {
  display: inline-block;
  padding: 10px 25px;
  background-color: #ecc306;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}
main .abbxn .site-button.btn-half:hover {
  background-color: #c4a004;
  color: #fff;
}
main .abbxn .site-button.btn-half {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  border: 2px solid #ecc306;
  border-radius: 4px;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
}
main .abbxn .site-button.btn-half::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ecc306;
  transition: left 0.4s ease;
  z-index: -1;
}
main .abbxn .site-button.btn-half:hover {
  color: white;
}
main .abbxn .site-button.btn-half:hover::before {
  left: 0;
}
main .serv {
  background: linear-gradient(rgba(253, 246, 240, 0.81), rgba(253, 246, 240, 0.91)), url(../img/we34.webp);
  background-size: 100px;
  background-repeat: repeat;
}
main .serv .services-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
main .serv .section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
main .serv .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
main .serv .service-card {
  position: relative;
  background-color: #ffffff;
  padding: 25px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
main .serv .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
main .serv .service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}
main .serv .service-card:hover::after {
  animation: shine 0.8s forwards;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
main .serv .service-icon {
  font-size: 2.2rem;
  color: #ecc306;
  margin-bottom: 15px;
}
main .serv .service-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
  text-transform: capitalize;
}
main .serv .service-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
main .section-counter {
  background: linear-gradient(rgba(3, 19, 79, 0.73), rgba(3, 19, 79, 0.9)), url(../img/whyusw.jpg);
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  color: #fff;
}
main .section-counter h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
main .section-counter h4 {
  font-size: 18px;
}
main .section-counter .sx-count h2 {
  font-weight: bold;
  color: #ecc306;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
#menuContainer {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  background-color: #6f3231;
  transition: right 0.3s;
  overflow-y: auto;
  z-index: 999;
}
#menuContainer .menuside label {
  color: #fff;
}
#menuContainer #menuContent {
  padding: 20px;
  padding-right: 40px;
}
#menuContainer #menuContent .form-group {
  margin-bottom: 15px;
}
#menuContainer #menuContent select {
  word-wrap: normal;
  width: 100%;
  border-radius: 0.375rem;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
#menuContainer #menuContent input {
  border-radius: 0.375rem;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  padding-right: 10px;
}
#menuContainer #menuContent p {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75em;
  color: #ffffff;
  text-align: justify;
  margin-bottom: 15px;
}
#menuContainer label {
  display: block;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
}
#menuContainer form.contact__form select,
#menuContainer form.contact__form input {
  border: 1px solid #d3c1ab;
  height: 40px;
  margin: 0px !important;
}
#menuContainer form.contact__form .form-check-input {
  height: 25px !important;
  width: 25px !important;
  margin-right: 10px !important;
  cursor: pointer;
}
#menuContainer form.contact__form .mradio {
  color: #fff;
  display: flex;
}
#menuContainer form.contact__form .form-check {
  padding-left: 0px;
  color: #fff;
}
#menuContainer form.contact__form .form-check input {
  padding: 0px !important;
  border-radius: 100px !important;
}
#menuContainer form.contact__form .form-check-input:checked {
  background-color: #b05f5d;
  border-color: #b05f5d;
  height: 25px !important;
  width: 25px !important;
  margin-right: 10px !important;
  cursor: pointer;
}
#menuContainer form.contact__form .form-check-input[type=radio] {
  border-radius: 50%;
}
#menuContainer .butn-dark2 {
  position: relative;
  line-height: 1.2em;
  font-weight: 300;
  background: #b05f5d;
  color: #fff;
  padding: 16px 24px;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0px;
}
#menuContainer .butn-dark2 span {
  position: relative;
  z-index: 2;
}
#menuContainer .butn-dark2 span:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #1b1b1b;
  color: #fff;
  transition: all 0.3s ease;
}
#menuContainer .butn-dark2:hover:after {
  width: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.mshown {
  right: 0px !important;
}

.destination {
  padding: 30px 0px;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 73px;
  right: 30px;
  z-index: 999;
  width: 40px;
  display: flex;
  border-radius: 5px;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  z-index: 9;
  background: #e35c61;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.marquee {
  overflow: hidden;
  background-color: #eee;
}
.marquee .bg-danger {
  background-color: #911814 !important;
}
.marquee .container-fluid {
  padding: 0px;
  max-width: 100%;
}
.marquee .container-fluid marquee a {
  color: #525252;
}

.btndf {
  position: fixed;
  right: -100px;
  /* Start off-screen */
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  padding: 10px 20px;
  background-color: #ecc306;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  animation: slideIn 1s ease-out forwards;
  right: -52px !important;
  background: #fde336;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}

.btndf:hover {
  background-color: #f4de4a;
  transform: translateY(-50%) rotate(90deg) scale(1.1);
  transition: transform 0.3s ease;
}

@keyframes slideIn {
  from {
    right: -100px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
#open-btn {
  position: fixed;
  top: 50%;
  right: -59px;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  background: #ecc306;
  color: #000000;
  padding: 12px 24px;
  border: none;
  border-radius: 0px 0px 6px 6px;
  cursor: pointer;
  z-index: 1000;
  font-weight: bold;
  overflow: hidden;
  transition: background 0.3s ease;
}

#open-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1) 100%);
  transform: skewX(-25deg);
}

#open-btn:hover::before {
  animation: shine 1s ease forwards;
}

@keyframes shine {
  from {
    left: -75%;
  }
  to {
    left: 125%;
  }
}
#open-btn:hover {
  background: #ecc306;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  background: #03134f;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  color: #fde336;
}

.popup-content.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

#close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #fde336;
}

#close-btn:hover {
  color: #ffffff;
}

.popup-content h2 {
  margin-top: 0;
  font-size: 22px;
  text-align: center;
  color: #fde336;
}

/* Form */
.popup-content form {
  display: flex;
  flex-direction: column;
}

.popup-content input,
.popup-content textarea {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #fde336;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fffef6;
  color: #fd7e14;
  outline-offset: 2px;
}

.popup-content input:valid,
.popup-content textarea:valid {
  border-color: green;
}

.popup-content button[type=submit] {
  background-color: #fde336;
  color: #000;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.popup-content button[type=submit]:hover {
  background-color: #e6cb2f;
}

/* Success message */
.success-message {
  color: #fde336;
  background-color: #fd7e14;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
  display: none;
  margin-top: 10px;
}

.testimonials {
  padding: 30px 0px;
  background: linear-gradient(rgba(253, 246, 240, 0.81), rgba(253, 246, 240, 0.91)), url(../img/we34.webp);
  background-size: 100px;
  background-repeat: repeat;
  /* Optional: Adjust position if necessary */
}
.testimonials p {
  color: #757575;
}
.testimonials h2 {
  max-width: 100%;
  color: #000;
}
.testimonials .item {
  position: relative;
  color: #000;
  text-align: center;
  padding: 30px;
  width: 98%;
  background-color: #fff;
  color: #000;
  margin: auto;
  text-align: center;
  padding: 30px;
}
.testimonials .item i {
  font-size: 30px;
}
.testimonials .item p {
  color: #757575;
  padding: 15px 30px;
  min-height: 100px;
}
.testimonials .item .icon {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100px;
  overflow: hidden;
  margin: auto;
  border: 5px solid rgba(191, 183, 182, 0.34);
}
.testimonials .item b {
  text-transform: capitalize;
}
.testimonials .item img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.testimonials .owl-nav button {
  background: #ecc306 !important;
  border: none;
  color: #000 !important;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.3s ease;
}
.testimonials .owl-nav .owl-prev {
  left: 10px;
}
.testimonials .owl-nav .owl-next {
  right: 10px;
}
.testimonials .owl-nav button:hover {
  background: #202020;
  /* Darker blue on hover */
}
.testimonials .owl-carousel {
  position: relative;
}

.gteryr p {
  display: flex;
  align-items: self-start;
}

.sdskimg {
  display: block;
}

.smblimg {
  display: none;
}

.cnsltnmr {
  background: linear-gradient(rgba(253, 246, 240, 0.81), rgba(253, 246, 240, 0.91)), url(../img/we34.webp);
  background-size: 100px;
  background-repeat: repeat;
}
.cnsltnmr .site-button.btn-half {
  display: inline-block;
  padding: 10px 25px;
  background-color: #ecc306;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.cnsltnmr .site-button.btn-half:hover {
  background-color: #c4a004;
  color: #fff;
}
.cnsltnmr .site-button.btn-half {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  border: 2px solid #ecc306;
  border-radius: 4px;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
}
.cnsltnmr .site-button.btn-half::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ecc306;
  transition: left 0.4s ease;
  z-index: -1;
}
.cnsltnmr .site-button.btn-half:hover {
  color: white;
}
.cnsltnmr .site-button.btn-half:hover::before {
  left: 0;
}
.cnsltnmr .consultNumro_container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.cnsltnmr .consultNumro_image {
  flex: 1 1 350px;
  max-width: 350px;
}
.cnsltnmr .consultNumro_image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.cnsltnmr .consultNumro_content {
  flex: 2 1 500px;
}
.cnsltnmr .consultNumro_title {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
.cnsltnmr .consultNumro_content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.6;
}
.cnsltnmr .consultNumro_list {
  list-style: disc;
  padding-left: 20px;
  color: #444;
}
.cnsltnmr .consultNumro_list li {
  margin-bottom: 10px;
}
.cnsltnmr .consultNumro_list strong {
  color: #222;
}
.cnsltnmr .consultNumro_button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #004aad;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.cnsltnmr .consultNumro_button svg {
  margin-right: 8px;
  vertical-align: middle;
}
.cnsltnmr .consultNumro_button:hover {
  background-color: #00337a;
}
@media (max-width: 768px) {
  .cnsltnmr .consultNumro_container {
    flex-direction: column;
    align-items: center;
  }
  .cnsltnmr .consultNumro_content {
    text-align: center;
  }
  .cnsltnmr .consultNumro_list {
    text-align: left;
  }
}

.awdfltlist .srtbnm {
  position: relative;
  z-index: 9;
}
.awdfltlist h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
.awdfltlist .owl-nav button {
  background: rgba(32, 29, 29, 0.19) !important;
  border: none;
  color: #fff !important;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.3s ease;
}
.awdfltlist .owl-nav .owl-prev {
  left: 10px;
}
.awdfltlist .owl-nav .owl-next {
  right: 10px;
}
.awdfltlist .owl-nav button:hover {
  background: #202020;
}
.awdfltlist a.btn {
  background-color: #fac829;
  color: #000;
  width: -moz-max-content;
  width: max-content;
}
.awdfltlist a.btn:hover {
  background: #422e2e;
  color: #fff;
}
.awdfltlist .owl-carousel {
  position: relative;
}

.ftrbx {
  overflow: hidden;
}
.ftrbx .insight-footer {
  background: linear-gradient(rgba(3, 19, 79, 0.73), rgba(3, 19, 79, 0.9)), url(../img/numtft.jpg);
  color: #fff;
  background-attachment: fixed;
  padding: 10px 0 0;
}
.ftrbx p {
  color: #fff;
}
.ftrbx .insight-footer-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ftrbx .insight-footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftrbx .insight-footer-col {
  flex: 1 1 22%;
  margin: 20px 10px;
  min-width: 200px;
}
.ftrbx .insight-footer-logo img {
  width: 150px;
  margin-bottom: 15px;
}
.ftrbx .insight-footer h5 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4196078431);
}
.ftrbx h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35%;
  background-color: #ecc306;
  border-radius: 2px;
}
.ftrbx .insight-footer-links ul,
.ftrbx .insight-footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftrbx .insight-footer-links ul li,
.ftrbx .insight-footer-contact ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.ftrbx .insight-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.ftrbx .insight-footer a:hover {
  color: #ffffff;
}
.ftrbx .insight-footer-bottom {
  border-top: 1px solid #333;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.ftrbx .insight-footer-bottom-text span {
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 1441px) {
  main .mslidemain_mmslider .carousel-inner,
  main .mslidemain_mmslider .carousel-item,
  main .mslidemain_mmslider .carousel-item img {
    height: 465px;
  }
}
@media only screen and (max-width: 767px) {
  main .abtpage .about-home-3.m-b30.bg-white {
    padding: 15px !important;
  }
  a.navbar-brand {
    font-size: 15px;
  }
  main .abbxn {
    padding: 10px 0;
  }
  .sthead {
    border-bottom: 2px solid #ecc306;
  }
  .mpage-header h1 {
    text-transform: capitalize;
    font-size: 22px;
  }
  .text-center.mb-5 {
    margin-bottom: 15px !important;
  }
  main .galleryui h3.section-title, main .contact-section .section-heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
  }
  .mpage-header {
    background-size: cover !important;
    text-align: center;
    position: relative;
    padding: 12px 25px;
    background: #f3f4f2;
  }
  main .serv .services-section {
    padding: 60px 5px;
  }
  main .serv .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    grid-gap: 5px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 10px;
  }
  .testimonials .head {
    text-align: center;
    margin-bottom: 0px;
  }
  .testimonials .head h2 {
    margin-bottom: 10px;
  }
  main .serv .services-section {
    padding: 30px 5px;
  }
  main .abbxn .about-home-3 {
    padding: 5px;
  }
  .awdfltlist h3,
  .cnsltnmr .consultNumro_title,
  main .abbxn h3,
  main .serv .section-title,
  main .section-counter h3 {
    font-size: 23px;
    text-align: center;
    padding: 5px;
  }
  main .serv .section-title {
    margin-bottom: 15px;
  }
  .sthead .navbar-brand {
    width: 188px;
    margin: 15px 0px;
    padding: 12px 20px;
  }
  .sx-count {
    margin-bottom: 30px;
  }
  .ftrbx .ft1 {
    min-width: 100%;
    width: 100%;
  }
  .ftrbx .ft2 {
    min-width: 38%;
    width: 38%;
  }
  .ftrbx .ft3 {
    min-width: 38%;
    width: 38%;
  }
  .ftrbx .insight-footer {
    padding: 5px 0 0;
  }
  main .serv .service-card {
    position: relative;
    background-color: #ffffff;
    padding: 15px 10px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
  }
  main .mslidemain_mmslider .carousel-inner,
  main .mslidemain_mmslider .carousel-item,
  main .mslidemain_mmslider .carousel-item img {
    height: auto;
  }
  .sdskimg {
    display: none;
  }
  .smblimg {
    display: block;
  }
  div#mmsl .carousel-control-prev-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
  }
  div#mmsl .carousel-control-next-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
  }
  main {
    padding-top: 0px;
  }
  .testimonials .item {
    background: #fefdf6;
  }
  .dskimg {
    display: none;
  }
  .mblimg {
    display: block;
  }
  .fa-3x {
    font-size: 2em;
  }
  .gteryr p {
    margin-bottom: 5px;
  }
  .about p {
    text-align: justify;
  }
  main .wsinnercnt .uscontainer li {
    min-width: 50%;
  }
  main .wsinnercnt .uscontainer {
    flex-wrap: wrap;
  }
  main .wsamenti {
    padding: 30px 10px;
  }
  main .wsinnercnt .uscontainer figure {
    padding: 35px 20px;
  }
  .cnsltnmr .consultNumro_list {
    text-align: left;
    padding-left: 30px;
  }
  .popup-content button[type=submit] {
    background: linear-gradient(45deg, #ffcd2a, #fce839);
  }
  main .offers p.text-center {
    max-width: 95%;
  }
  a.navbar-brand .img-fluid {
    width: 200px;
  }
  main .about h1 {
    font-size: 40px;
  }
  main .about {
    overflow: hidden;
  }
  section.about h5 {
    margin-top: 15px;
  }
  main .mmrooms .rminner {
    border: 3px solid #fff;
  }
  .footer .dot {
    margin-left: 0px;
  }
  .faqbx .head h2 {
    font-size: 25px;
    color: #fff;
  }
  .faqbx .accordion-button {
    color: #fefefe;
  }
  main .wsamenti .amenity-title {
    font-size: 14px;
    font-weight: 600;
    height: 29px;
  }
  .head h2:after {
    height: 2px;
  }
  .faqbx .accordion-button {
    padding-right: 33px;
  }
  .head h2 {
    font-size: 25px;
  }
  .faqbx .accordion-body {
    background-color: #ffffff;
    text-align: justify;
    color: #464645;
    font-size: 1rem;
    border-top: 1px solid #fac829;
  }
  #menuContainer {
    width: 100%;
  }
  .rooms .rminner a b {
    text-align: center;
    padding: 8px 12px;
    position: absolute;
    border-radius: 0px;
    width: 100%;
    justify-content: center;
  }
  .clients .item {
    height: 145px;
  }
  .clinner form {
    margin-bottom: 10px;
  }
  #slider .carousel-inner,
  #slider .carousel-item,
  #slider .carousel-item img {
    height: 550px;
  }
  #slider .carousel-item img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .ftinner .navbar-brand {
    margin: auto;
  }
  footer {
    padding-top: 15px;
  }
  .ftabout {
    text-align: center;
    margin-bottom: 15px;
  }
  footer .col-6 {
    margin: 15px 0px;
  }
  .sthead {
    position: relative;
  }
  .clients .item img {
    padding: 5px;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
    position: absolute;
    right: 10px;
    color: #fff;
    top: 20px;
  }
  a.whatsapp,
  .totop {
    right: 10px;
  }
  #slider .carousel-caption .center h2 {
    font-size: 29px;
  }
  #slider .carousel-caption .center h3 {
    font-size: 26px;
  }
  .container-fluid {
    padding: 0px 10px;
  }
  header {
    padding-top: 10px;
    background: #fd7e14;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  header .navbar-brand {
    width: 120px;
    left: 10px;
    position: relative;
    border: 0px;
    left: 0px;
    bottom: unset;
  }
  .navbar-light .navbar-toggler {
    margin-left: auto;
  }
  .topbar {
    display: none;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  .pagesubheader {
    height: 110px;
  }
  .sthead {
    padding-bottom: 8px;
  }
  .sthead {
    padding-bottom: 42px;
  }
  header .navbar-brand {
    width: 120px;
    left: 10px;
    position: relative;
    border: 0px;
    left: 0px;
    bottom: unset;
    top: 15px;
  }
  .navbar-light .navbar-toggler {
    top: 12px;
  }
  ul.navbar-nav.ms-auto {
    padding: 15px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: transparent;
  }
  .btns {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 413px) {
  .awdfltlist h3, .cnsltnmr .consultNumro_title, main .abbxn h3, main .serv .section-title, main .section-counter h3 {
    font-size: 20px;
    text-align: center;
    padding: 5px;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .ftrbx .insight-footer h3 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 20px;
  }
  main .serv .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    grid-gap: 5px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 10px;
  }
  .highlight .facilities li i {
    width: 26px;
    height: 26px;
    font-size: 9px;
  }
}/*# sourceMappingURL=style.css.map */