/* ========================================
   ENHANCED RESPONSIVE STYLES
   For Mobile, Tablet, and Desktop
   ======================================== */

/* =========================
   MOBILE FIRST APPROACH
   ========================= */

/* Base Mobile Styles (320px+) */
body {
  overflow-x: hidden;
  position: relative;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* =========================
   HEADER RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .header-area {
    padding-top: 15px !important;
    background: transparent;
  }
  
  .main-header-area {
    padding: 10px 15px !important;
    background: transparent;
  }
  
  .logo-img img {
    max-width: 80px;
  }
  
  .book_room {
    display: none !important;
  }
  
  .mobile_menu {
    display: block !important;
    background: transparent !important;
  }
  
  .row.no-gutters {
    background: transparent;
  }
}

@media (max-width: 767px) {
  .slicknav_menu {
    background: transparent;
    padding: 0;
  }
  
  .slicknav_nav {
    padding: 10px !important;
    background: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  
  .slicknav_nav a {
    padding: 12px 20px !important;
    font-size: 16px !important;
    color: #1F1F1F !important;
  }
  
  .mobile_menu {
    background: transparent !important;
  }
  
  .col-12 {
    background: transparent !important;
  }
}

/* =========================
   SLIDER RESPONSIVE - FULL SCREEN
   ========================= */

@media (max-width: 991px) {
  .slider_area .single_slider {
    height: 100vh !important;
    min-height: 100vh;
  }
  
  .slider_text h3 {
    font-size: 48px !important;
    line-height: 1.2 !important;
  }
  
  .slider_text p {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider {
    height: 100vh !important;
    min-height: 100vh;
  }
  
  .slider_text h3 {
    font-size: 32px !important;
    margin-bottom: 10px !important;
  }
  
  .slider_text p {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .slider_area .single_slider {
    height: 100vh !important;
    min-height: 100vh;
  }
  
  .slider_text h3 {
    font-size: 26px !important;
  }
  
  .slider_text p {
    font-size: 14px !important;
  }
}

/* =========================
   ABOUT SECTION RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .about_area {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .about_thumb,
  .about_thumb2 {
    margin-top: 40px;
    justify-content: center !important;
  }
  
  .about_thumb .img_1,
  .about_thumb .img_2,
  .about_thumb2 .img_1,
  .about_thumb2 .img_2 {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .about_area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .about_info {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .about_thumb,
  .about_thumb2 {
    flex-direction: column !important;
    align-items: center;
  }
  
  .about_thumb .img_1,
  .about_thumb .img_2,
  .about_thumb2 .img_1,
  .about_thumb2 .img_2 {
    max-width: 100%;
    margin: 10px 0 !important;
  }
  
  .about_info .line-button {
    margin-top: 20px;
  }
}

/* =========================
   SECTION TITLE RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .section_title h3 {
    font-size: 36px !important;
    line-height: 1.3 !important;
  }
  
  .section_title span {
    font-size: 13px !important;
  }
  
  .mb-100 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .section_title {
    text-align: center !important;
  }
  
  .section_title h3 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  
  .section_title h3 br {
    display: none;
  }
  
  .mb-100 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 480px) {
  .section_title h3 {
    font-size: 24px !important;
  }
  
  .section_title span {
    font-size: 12px !important;
  }
}

/* =========================
   OFFERS SECTION RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .offers_area {
    padding-bottom: 80px !important;
  }
  
  .offers_area.padding_top {
    padding-top: 80px !important;
  }
  
  .single_offers {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .offers_area {
    padding-bottom: 60px !important;
  }
  
  .offers_area.padding_top {
    padding-top: 60px !important;
  }
  
  .single_offers {
    margin-bottom: 30px;
  }
  
  .single_offers h3 {
    font-size: 20px !important;
  }
  
  .single_offers ul li {
    font-size: 15px !important;
  }
  
  .book_now {
    width: 100%;
    text-align: center;
    padding: 12px 30px !important;
  }
}

/* =========================
   VIDEO AREA RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .video_area {
    padding: 150px 0 !important;
  }
  
  .video_area_inner h3 {
    font-size: 36px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 767px) {
  .video_area {
    padding: 100px 20px !important;
  }
  
  .video_area_inner {
    text-align: center;
  }
  
  .video_area_inner h3 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }
  
  .video_area_inner h3 br {
    display: none;
  }
  
  .video_area_inner span {
    font-size: 13px !important;
  }
  
  .video_area_inner a {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
}

@media (max-width: 480px) {
  .video_area {
    padding: 80px 15px !important;
  }
  
  .video_area_inner h3 {
    font-size: 24px !important;
  }
}

/* =========================
   ROOMS SECTION RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .features_room {
    padding-top: 60px !important;
  }
  
  .rooms_here .single_rooms {
    width: 50% !important;
  }
  
  .room_heading {
    padding: 30px 20px !important;
  }
  
  .room_heading h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .features_room {
    padding-top: 40px !important;
  }
  
  .rooms_here {
    display: flex;
    flex-direction: column;
  }
  
  .rooms_here .single_rooms {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
  }
  
  .room_heading {
    padding: 20px 15px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  
  .room_heading h3 {
    font-size: 20px !important;
    margin-bottom: 10px;
  }
  
  .room_heading span {
    font-size: 13px !important;
  }
  
  .room_heading a {
    margin-top: 10px;
  }
}

/* =========================
   QUERY SECTION RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .forQuery {
    padding: 100px 0 !important;
  }
  
  .Query_border {
    padding: 30px 25px !important;
  }
  
  .Query_border p {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .forQuery {
    padding: 60px 0 !important;
  }
  
  .Query_border {
    padding: 25px 20px !important;
    text-align: center !important;
  }
  
  .Query_text,
  .phone_num {
    text-align: center !important;
  }
  
  .Query_border p {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .mobile_no {
    font-size: 16px !important;
    padding: 10px 40px !important;
  }
}

@media (max-width: 480px) {
  .Query_border p {
    font-size: 18px !important;
  }
  
  .mobile_no {
    font-size: 14px !important;
    padding: 10px 30px !important;
  }
}

/* =========================
   INSTAGRAM SECTION RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .instragram_area .single_instagram {
    width: 33.33% !important;
  }
}

@media (max-width: 767px) {
  .instragram_area .single_instagram {
    width: 50% !important;
  }
}

@media (max-width: 480px) {
  .instragram_area .single_instagram {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

/* =========================
   FOOTER RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .footer .footer_top {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .footer_widget {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .footer .footer_top {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .footer_widget {
    text-align: center;
    margin-bottom: 30px !important;
  }
  
  .footer_title {
    font-size: 20px !important;
    margin-bottom: 25px !important;
  }
  
  .footer_text,
  .footer_widget ul li a {
    font-size: 15px !important;
  }
  
  .newsletter_form {
    max-width: 100%;
  }
  
  .copy-right_text {
    text-align: center !important;
  }
  
  .socail_links {
    text-align: center !important;
    margin-top: 20px;
  }
}

/* =========================
   POPUP FORM RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .popup_box {
    width: 90% !important;
    max-width: 600px;
    padding: 40px 30px !important;
  }
}

@media (max-width: 767px) {
  .popup_box {
    width: 95% !important;
    padding: 30px 20px !important;
  }
  
  .popup_box h3 {
    font-size: 20px !important;
    margin-bottom: 30px !important;
  }
  
  .popup_box input,
  .popup_box select {
    margin-bottom: 20px !important;
  }
  
  .boxed-btn3 {
    width: 100%;
    padding: 15px 30px !important;
  }
}

@media (max-width: 480px) {
  .popup_box {
    padding: 25px 15px !important;
  }
  
  .popup_box h3 {
    font-size: 18px !important;
  }
}

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

@media (max-width: 767px) {
  .boxed-btn,
  .boxed-btn2,
  .boxed-btn3 {
    padding: 14px 30px !important;
    font-size: 13px !important;
  }
  
  .line-button {
    font-size: 15px !important;
  }
}

/* =========================
   OWL CAROUSEL RESPONSIVE
   ========================= */

@media (max-width: 767px) {
  .owl-carousel .owl-nav div {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    left: 20px !important;
    font-size: 16px !important;
  }
  
  .owl-carousel .owl-nav div.owl-next {
    right: 20px !important;
  }
}

/* =========================
   TOUCH DEVICE OPTIMIZATIONS
   ========================= */

@media (hover: none) and (pointer: coarse) {
  /* Remove hover effects on touch devices */
  .single_offers:hover,
  .single_rooms:hover,
  .single_instagram:hover {
    transform: none !important;
  }
  
  .about_thumb img:hover,
  .about_thumb2 img:hover {
    transform: none !important;
  }
  
  /* Make clickable areas larger */
  a, button {
    min-height: 44px;
    min-width: 44px;
  }
}

/* =========================
   LANDSCAPE ORIENTATION
   ========================= */

@media (max-width: 767px) and (orientation: landscape) {
  .slider_area .single_slider {
    height: 100vh !important;
  }
  
  .video_area {
    padding: 60px 20px !important;
  }
}

/* =========================
   HIGH RESOLUTION DISPLAYS
   ========================= */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Optimize for retina displays */
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* =========================
   PRINT STYLES
   ========================= */

@media print {
  .header-area,
  .mobile_menu,
  .video_btn,
  .instragram_area,
  .footer {
    display: none !important;
  }
  
  body {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }
  
  a {
    color: #000 !important;
    text-decoration: underline;
  }
}

/* =========================
   ACCESSIBILITY IMPROVEMENTS
   ========================= */

/* Focus styles for keyboard navigation */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #C9A961;
  outline-offset: 2px;
}

/* Skip to content link */
.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #C9A961;
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 100;
}

.skip-to-content:focus {
  top: 0;
}

/* =========================
   REDUCED MOTION
   ========================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================
   DARK MODE SUPPORT
   ========================= */

@media (prefers-color-scheme: dark) {
  /* Optional: Add dark mode styles if needed */
  /* Currently maintaining original design */
}

/* =========================
   UTILITIES
   ========================= */

/* Responsive text alignment */
@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center !important;
  }
  
  .text-left-mobile {
    text-align: left !important;
  }
}

/* Responsive display */
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}

/* Responsive spacing */
@media (max-width: 767px) {
  .p-mobile-0 {
    padding: 0 !important;
  }
  
  .mt-mobile-20 {
    margin-top: 20px !important;
  }
  
  .mb-mobile-20 {
    margin-bottom: 20px !important;
  }
}
/* =========================
   ADDITIONAL MOBILE FIXES
   ========================= */

/* Fix for header and mobile menu black box issue */
@media (max-width: 991px) {
  .header-area .col-12 {
    background: transparent !important;
    padding: 0 !important;
  }
  
  .header-area .row {
    background: transparent !important;
  }
  
  .main-header-area .row.no-gutters {
    background: transparent !important;
  }
}

/* Mobile menu improvements */
@media (max-width: 767px) {
  .slicknav_menu {
    background: transparent !important;
    padding: 0 !important;
  }
  
  .slicknav_btn {
    background: transparent !important;
    border: none !important;
  }
  
  .slicknav_icon-bar {
    background-color: #fff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  
  .slicknav_nav {
    background: #fff !important;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
  }
  
  .slicknav_nav a {
    color: #1F1F1F !important;
    font-size: 15px !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
  }
  
  .slicknav_nav a:hover {
    background-color: #f8f9fa !important;
    color: #C9A961 !important;
    padding-left: 25px !important;
  }
  
  .slicknav_nav li:last-child a {
    border-bottom: none;
  }
}

/* Ensure header stays transparent */
@media (max-width: 991px) {
  .header-area {
    background: transparent !important;
  }
  
  .header-area::before,
  .header-area::after {
    display: none !important;
  }
  
  #sticky-header {
    background: transparent !important;
  }
  
  #sticky-header.sticky {
    background: rgba(0, 0, 0, 0.95) !important;
  }
}

/* Better mobile scroll indicator */
@media (max-width: 767px) {
  .scroll-indicator {
    bottom: 25px !important;
    z-index: 99 !important;
  }
  
  .scroll-indicator svg {
    width: 26px !important;
    height: 26px !important;
  }
}

/* Mobile section spacing */
@media (max-width: 767px) {
  .section_title {
    margin-bottom: 40px !important;
  }
  
  .section_title h3 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
  
  .section_title span {
    font-size: 12px !important;
  }
}

/* Mobile button improvements */
@media (max-width: 767px) {
  .line-button,
  .boxed-btn3 {
    padding: 12px 30px !important;
    font-size: 14px !important;
  }
  
  .book_now {
    padding: 10px 25px !important;
    font-size: 13px !important;
  }
}

/* Mobile footer improvements */
@media (max-width: 767px) {
  .footer .footer_top {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
  
  .footer_widget {
    text-align: center;
  }
  
  .footer_widget ul {
    list-style: none;
    padding: 0;
  }
}