/* ===== Base Styles ===== */
.hero-image {
  background: url('./Day facade 1.jpg') center center/cover no-repeat;
  height: 600px;
  position: relative;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}

.booking-form {
  background: #f1f1f1;
  padding: 20px;
  margin-top: -100px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.highlight-section {
  padding: 50px 0;
}

.highlight-box {
  
  padding: 30px;
  background-color: #fff;
}
.border-text{
   border: 1px solid #000; 
}
.highlight-heading {
  /*font-weight: 700;*/
  font-size: 30px;
  margin-bottom: 20px;
}

.highlight-text {
  font-size: 1.5rem;
  line-height: 1.6;
}

.highlight-image,
.hotel-image,
.highlight-img {
  width: 100%;
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
  border: 1px solid #ddd;
  /*margin-bottom: 20px;*/
}
.g-5{
    display: flex;
    align-items: center;

}

.hotel-section {
  padding: 20px 0;
}

.hotel-section h3 {
    font-family: 'parisian_icgregular';
    color: #E30003;
  font-size: 40px !important;
  /*font-weight: 700;*/
}

.hotel-section h4 {
  font-size: 20px;
  /*font-weight: 600;*/
  margin-top: 15px;
  margin-bottom: 15px;
}

.hotel-section p,
.hotel-section li {
  font-size: 16px;
  line-height: 1.7;
}

.hotel-section ul {
  padding-left: 10px;
}

.siz1 {
    font-family: 'parisian_icgregular';
  font-size: 30px;
     color: #E30003 !important;
  /*font-weight: 700;*/
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

#bgm h4 {
  /*font-weight: 600;*/
    font-size: 30px;
    font-family: 'parisian_icgregular';
}

.nt {
  list-style: disc;
  margin-left: 10px;
}

.nt1 {
  list-style: disc;
  margin-left: 16px;
}

.siz {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 30px !important;
}

.section-title{
        margin-top: 20px;
    margin-bottom: 20px;
    
}
.resort-section {
            padding: 60px 0;
            background-color: #f8f9fa;
        }
        
        .text-content {
            border: 2px solid #dee2e6;
            padding: 40px;
            border-radius: 8px;
            background-color: white;
            /*height: 100%;*/
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .resort-title {
            font-family: 'parisian_icgregular';
            color: #E30003;
            font-size: 38px;
            /*font-weight: bold;*/
            margin-bottom: 30px;
            line-height: 1.3;
        }
        
        .resort-description {
            font-size: 16px;
            line-height: 1.7;
            margin: 0;
        }
        
        .resort-image {
            border-radius: 8px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            width: 100%;
            height: 366px;
            object-fit: cover;
        }
        
        @media (max-width: 767.98px) {
            .resort-title {
                font-size: 2.5rem;
                text-align: center;
            }
            
            .text-content {
                padding: 30px 20px;
                margin-bottom: 30px;
            }
            
            .resort-section {
                padding: 40px 0;
            }
        }
        
        @media (min-width: 768px) {
            .text-content {
              margin-bottom: 10px;
            }
        }
/* ===== Responsive Adjustments ===== */

/* Medium to Large Tablets (≤992px) */
@media (max-width: 992px) {
  .highlight-heading {
    font-size: 26px;
  }

  .highlight-text {
    font-size: 1.3rem;
  }

  .siz1 {
    font-size: 36px;
  }

  .hotel-section h3 {
    font-size: 24px;
  }

  .hotel-section h4 {
    font-size: 18px;
  }
  .highlight-img {
    margin-bottom: 15px;
  }
}

/* Tablets (≤768px) */
@media (max-width: 768px) {
  .hero-image {
    height: 50vh;
  }

  .booking-form {
    margin-top: 0;
    padding: 15px;
  }

  .highlight-heading {
    font-size: 24px;
  }

  .highlight-text {
    font-size: 1.1rem;
  }

  .siz1 {
    font-size: 30px;
  }

  .hotel-section h2,
  .hotel-section h3,
  .hotel-section h4 {
    text-align: center;
  }
}


/* Phones (≤576px) */
@media (max-width: 576px) {
  .hero-image {
    height: 40vh;
  }

  .highlight-box {
    padding: 20px;
  }

  .highlight-heading {
    font-size: 22px;
  }

  .highlight-text {
    font-size: 1rem;
  }

  .siz1 {
    font-size: 26px;
  }

  .hotel-section h3 {
    font-size: 22px;
  }

  .hotel-section h4 {
    font-size: 16px;
  }

  .hotel-section p,
  .hotel-section li {
    font-size: 14px;
  }
}


/* Medium to Large Screens (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .resort-title {
    font-size: 24px;
  }

  .resort-description {
    font-size: 15px;
  }

  .text-content {
    padding-right: 20px;
  }

  .resort-image {
            max-height: 350px !important;;
    object-fit: cover;
  }
}