
.all-room-sec {
	background: #FFF;
	padding: 40px 0;
}

.all-room-sec .about-room h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Poppins";
  display: inline-block;
  position: relative;
  color: #000;
  text-transform: uppercase;
}


.all-room-sec .about-text {
  color: #000;
  font-size: 16px;
}


/*contact page*/

.con-hd h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins";
  display: inline-block;
  position: relative;
  color: #000;
}

.con-para p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  display: inline-block;
  position: relative;
  color: #000;
}

.con-para p span{
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  display: inline-block;
  position: relative;
  color: #FFF;
  background: #e53935;
  padding: 20px;
}

.con-detel{
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  display: inline-block;
  position: relative;
  color: #000;

}


.con-detel i {
  font-size: 18px;

}


/*Amenities*/
.ame-bg {
  background: #FFF;
}


.ame-h5{
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
  display: inline-block;
  position: relative;
  color: #000;

}

.amenities-icon-box {
  text-align: left;
  margin-bottom: 20px;
}

.amenities-icon-box .icon {
  text-align: left;
  margin-bottom: 5px;
  color: #e53935;
  font-size: 30px;
}

.amenities-icon-box .icon img {
  width: 40px;
  height: 40px;
  margin-top: -10px;
}



.amenities-icon-box a.title.h2 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 5px auto;
}
.amenities-icon-box .des {
  font-size: 16px;
  color: #000;
  font-family: "Poppins";
  line-height: 20px;
}

.amenities-icon-box .des-2 {
  font-size: 15px;
  color: #000;
  text-align: left;
}





/* ====================================
   why us
   =================================== */


.ogn-why-sec { 
    padding: 70px 0 0 0;   
    /* background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%); */
    margin-top: 0px;
    background-size:cover;
  background-repeat:no-repeat;
}


.ogn-why-sec .inner-column{
  position:relative;
  text-align:left;
}

.ogn-why-sec .inner-column .image {
  position:relative;
  margin-top:100px;
  margin-left: -120px;
  
}


.ogn-why-sec img {
    /* background-image: url("../images/full-bg.jpg"); */
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }


.ogn-why-sec .pro-bx  {
    /* background: url(../images/pro-left-bg.png); */
    background-position: left;
    background-size: cover;
    background-attachment: fixed;
    width: 680px !important;
    height: 650px;
    position: relative;
    left: -120px;
    bottom: 0px;
}

.ogn-why-sec .pro-box h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins";
    line-height: 35px;
    margin: 0px 0 50px 0px;
}

.ogn-why-sec .pro-box h2 span{
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 35px;
    margin: 0px 0 50px 0px;
}



.ogn-why-sec .pro-box-inr {
    padding: 0px 0px;

}

.ogn-why-sec .pro-box-inr h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins";
    line-height: 30px;
    margin-left: 15px;
}

.ogn-why-sec .pro-box-inr p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins";
    margin-left: 15px;
    padding-bottom: 20px;
}


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/

/*readmore*/

.tab-pane .read-more {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 12px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: #002b84;
}

.tab-pane  .read-more i {
  font-size: 15px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.tab-pane  .read-more:hover {
  background: #003bb3;
  padding-right: 19px;
  color: #fff;
}

.features {
  background: #f2f2f2;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border-right: 1px solid #CCC;
  padding: 0px 20px 10px 20px;
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
  letter-spacing: 0.5px;
  background: #fff;
}


.features .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.features .nav-link h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: #000;
}

.features .nav-link:hover {
  color: #fff;
}

.features .nav-link.active {
  transition: 0.3s;
  background: #005cc3;
  border-color: var(--color-primary);
}

.features .nav-link.active h4 {
  color: var(--color-white);
}

.features .nav-link.active i {
  color: var(--color-white) !important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 24px;
  color:#333;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/*Gallery*/

.tabs {
  text-align: center;
  margin-bottom: 20px;
}

.tab-button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background: #e2e2e2;
  color: #000;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

.tab-button.active,
.tab-button:hover {
  background: #e53935;
  color: #FFF;
  border: none;

}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.photo img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s;
}

.photo img:hover {
  transform: scale(1.02);
}

/* Lightbox Base Style */
.lightbox {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.lightbox.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

/* Image inside lightbox with fade-in effect */
.lightbox-img {
  max-width: 90%;
  max-height: 80%;
  margin: 20px 0;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.nav {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.prev, .next {
  color: white;
  font-size: 50px;
  padding: 20px;
  cursor: pointer;
  user-select: none;
}


/*facilities*/

.facilities {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  font-family: sans-serif;
}

.facilities h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: "Poppins";
}

.facility-icons {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.facility-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.column {
  flex: 1 1 300px;
  min-width: 250px;
}

.column h3 {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #333;
}

.column ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 20px;
}

.column ul li {
  margin: 6px 0;
  padding-left: 5px;
  position: relative;
  font-size: 14px;
  font-family: "Poppins";
}


em {
  font-size: 0.9em;
  color: #777;
}


/*area info*/

.area-info {
  padding: 40px 20px;
  width: 100%;
  margin: auto;
  font-family: sans-serif;
  background: #FFF;
}

.area-info h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.area-info .map-link {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #0071c2;
  text-decoration: underline;
  font-size: 1rem;
}

.area-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.area-columns .column {
  flex: 1 1 300px;
  min-width: 250px;
}

.area-columns h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}

.area-columns ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 20px 0;
}

.area-columns ul li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}


.disclaimer {
  font-size: 0.9rem;
  color: #666;
  margin-top: 30px;
  text-align: center;
}