/* Modal Customization */
.modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.modal-body {
  padding: 0;
}

/* The Left Side Image Container */
.popup-image-container {
  /* background-image: url("assets/img/popup_image/popup-2.jpg"); */
  background-size: cover;
  background-position: center;
  min-height: 450px;
  height: 100%;
  position: relative;
}

/* The Diagonal Cut Effect (Desktop Only) */
@media (min-width: 992px) {
  .popup-image-container {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 100%;
  }
}

/* Right Side Form Container */
.form-container {
  padding: 40px 30px;
  position: relative;
}

/* Close Button Styling */
.btn-close-custom {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  background-color: #f8f9fa;
  border-radius: 50%;
  padding: 10px;
  opacity: 0.8;
  transition: 0.3s;
}

.btn-close-custom:hover {
  opacity: 1;
  background-color: #e9ecef;
  transform: rotate(90deg);
}

/* Typography & Inputs */
.company-header {
  margin-bottom: 25px;
}

.company-header h4 {
  color: #dab939;
  font-weight: bold;
  margin-left: 85px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #dab939;
}

/* Button Styling */
.btn-send {
  background-color: #dab939;
  color: white;
  padding: 8px 30px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s;
}

.btn-send:hover {
  background-color: #dab939;
}

/* Disabled Button Style */
.btn-send:disabled {
  background-color: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
  border: 1px solid #ced4da;
}

/* popup section end */

button:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Footer Social Icons */
.footer-logo ul {
  padding: 0;
  margin: 15px 0 0;
}

.footer-logo ul li a {
  font-size: 20px;
  margin-right: 10px;
}
/* Responsive Google Map end */

/* Responsive Google Map */
.map-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px; /* Increase height here */
  border-radius: 10px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .map-responsive {
    height: 300px;
  }
}

ul {
  list-style-type: square;
}

/* nav bar logo and image singal line code */
.navbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

.custom-brand img {
  height: 80px;
  width: auto;
}

.brand-text {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.header-phone i {
  font-size: 22px;
  color: #dab939;
}

.header-phone a {
  color: #000;
  text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .navbar .container-fluid {
    flex-direction: row;
    align-items: center;
  }

  .custom-brand {
    gap: 8px;
    flex: 1;
  }

  .custom-brand img {
    height: 55px;
  }

  .brand-text {
    font-size: 10px;
    line-height: 10px;
    /* white-space: normal; */
  }

  .header-phone {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }

  .header-phone span {
    font-size: 10px;
  }

  .header-phone a {
    font-size: 12px;
  }

  .header-phone i {
    display: none;
  }
}
/* nav bar logo and image singal line code */

/* ==========================
   NAVBAR
========================== */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 99999;
  margin: 0;
  padding: 0;
}

.navbar .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ==========================
   MARQUEE
========================== */

.bottom-marquee-banner {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #dab939;
  z-index: 99998;
  overflow: hidden;
  padding: 10px 0;
  margin: 0;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite;
}

.marquee-content span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-right: 40px;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ==========================
   BODY FIX
========================== */

body {
  margin: 0;
  padding-top: 125px;
  overflow-x: hidden;
}

/* ==========================
   BANNER FIX
========================== */

.two-banner-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.two-banner-area {
  width: 100%;
  margin: 0;
  padding: 0;
}

.two-banner-area img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

/* ==========================
   DESKTOP 1200+
========================== */

@media (min-width: 1200px) {
  body {
    padding-top: 20px;
  }

  .navbar {
    height: 80px;
  }

  .bottom-marquee-banner {
    top: 80px;
  }

  .two-banner-area img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* ==========================
   LAPTOP 992-1199
========================== */

@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 10px;
  }

  .navbar {
    height: 75px;
  }

  .bottom-marquee-banner {
    top: 75px;
  }

  .marquee-content span {
    font-size: 16px;
  }

  .two-banner-area img {
    width: 100%;
    height: auto;
  }
}

/* ==========================
   TABLET 768-991
========================== */

@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 115px;
  }

  .navbar {
    height: 70px;
  }

  .bottom-marquee-banner {
    top: 70px;
    padding: 8px 0;
  }

  .marquee-content span {
    font-size: 14px;
    margin-right: 25px;
  }

  .custom-brand img {
    height: 60px;
  }

  .brand-text {
    font-size: 13px;
  }

  .two-banner-area img {
    width: 100%;
    height: auto;
  }
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 767px) {
  body {
    padding-top: 105px;
  }

  .navbar {
    height: 65px;
  }

  .bottom-marquee-banner {
    top: 65px;
    padding: 7px 0;
  }

  .custom-brand img {
    height: 45px;
  }

  .brand-text {
    font-size: 10px;
    line-height: 1.2;
  }

  .header-phone {
    font-size: 11px;
  }

  .marquee-content span {
    font-size: 12px;
    margin-right: 18px;
  }

  .two-banner-area img {
    width: 100%;
    height: auto;
  }
}

/* Fixed Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px; /* Navbar Height */
  z-index: 99999;
  background: #fff;
}

/* Fixed Marquee Below Navbar */
.bottom-marquee-banner {
  position: fixed;
  left: 0;
  width: 100%;
  background: #dab939;
  overflow: hidden;
  padding: 12px 0;
  z-index: 99998;
}

/* Marquee */
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite;
}

.marquee-content span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-right: 40px;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .navbar {
    height: 70px;
  }

  .bottom-marquee-banner {
    top: 70px;
    padding: 10px 0;
  }

  .marquee-content span {
    font-size: 14px;
    margin-right: 25px;
  }

  body {
    padding-top: 110px;
  }
}

/* ===================================
        Responsive Banner Fix
        =================================== */

.two-banner-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.two-banner-area {
  width: 100%;
  margin: 0;
  padding: 0;
}

.two-banner-area .d-table {
  width: 100%;
}

.two-banner-area .d-table-cell {
  text-align: center;
  vertical-align: middle;
}

.two-banner-area img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Desktop */
@media (min-width: 1200px) {
  .two-banner-area img {
    width: 100%;
    height: auto;
  }
}

/* Laptop */
@media (max-width: 1199px) {
  .two-banner-area img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .two-banner-area img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .two-banner-wrap {
    width: 100%;
    overflow: hidden;
  }

  .two-banner-area img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .two-banner-area img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/*==============================
         Video Size Fix 
         ==============================>*/

.hotel-deals-card .image {
  overflow: hidden;
  border-radius: 10px;
}

.dealss-video {
  width: 100%;
  height: 450px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

/* Tablet */
@media (max-width: 991px) {
  .dealss-video {
    height: 350px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .dealss-video {
    height: 250px;
  }
}

/* ==========================
    HEADER 3 IMAGE FIX
========================== */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
  padding: 0;
}

.navbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar .container-fluid > * {
  flex: 1;
}

/* Left Image */
.navbar .container-fluid > :first-child {
  display: flex;
  justify-content: flex-start;
}

/* Center Image */
.navbar .container-fluid > :nth-child(2) {
  display: flex;
  justify-content: center;
}

.custom-brand img,
.header-phone img {
  max-height: 80px;
  width: auto;
  display: block;
}

/* Tablet */
@media (max-width: 991px) {
  .custom-brand img,
  .header-phone img {
    max-height: 60px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .navbar {
    min-height: 70px;
  }

  .custom-brand img,
  .header-phone img {
    max-height: 45px;
  }

  .navbar .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.center-logo-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.partner-text {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin-top: -5px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* Tablet */
@media (max-width: 991px) {
  .partner-text {
    font-size: 10px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .partner-text {
    font-size: 8px;
    white-space: normal;
    max-width: 100px;
    line-height: 1.1;
  }

  .center-logo-wrapper img {
    max-height: 45px;
  }
}

/* 12% blink start */

.brochure-btn {
  display: block;
  margin-top: 25px;
  padding: 22px 15px;
  border: 3px solid #bdcbd5;
  color: #bdcbd5;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  transition: 0.3s;
}

.brochure-btn:hover {
  background: #bdcbd5;
  color: #fff;
}

/* 12% blink end */

/* google map css */

.map-full {
  width: 100%;
  margin: 0;
  padding: 0;
}

.map-full iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}

/* Mobile */
@media (max-width: 767px) {
  .map-full iframe {
    height: 300px;
  }
}
/* google map css */


/* Vertical Call Now Button */
#call-now-btn{
    position:fixed;
    right:0;
    top:55%;
    transform:translateY(-50%);
    z-index:9999;
    width:50px;
    height:170px;
    background:#dab939;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
    border-radius:10px 0 0 10px;
    box-shadow:0 4px 12px rgba(0,0,0,.3);
    transition:.3s;
}

#call-now-btn:hover{
    background:#dab939;
    width:55px;
}

#call-now-btn i{
    font-size:24px;
    margin-bottom:10px;
}

#call-now-btn span{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    letter-spacing:2px;
}

/* Mobile */
@media(max-width:768px){

    #call-now-btn{
        width:45px;
        height:140px;
        top:58%;
    }
    #call-now-btn i{
        font-size:20px;
    }
    #call-now-btn span{
        font-size:12px;
    }
}