body{
    color: black;
    background-color:white;
    overflow-x: hidden;
    
}
.white{
    color: white;
}
 .fixed-image-size {
    width: 100%; 
    height: 500px; 
    object-fit: cover; 
}.italianno-regular {
font-family: "Italianno", serif;
font-weight: 600;
font-size: 25px;
font-style: normal;
}

.dancing-script-p {
font-family: "Dancing Script", serif;
font-optical-sizing: auto;
font-weight: weight;
font-style: normal;
font-size: 35px;
}

.overlay-text {
  background: rgba(0, 0, 0, 0.5); 
  color: white;
}

.travel-title {
  font-family: 'Monomakh', serif;
  font-size: 36px;
  color:#54A15D; 
  letter-spacing: 2px;
}
.service-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
  position: relative;

}

.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(255, 215, 0, 0.3); 
  border-color:#54A15D; 
}

.service-item i {
  transition: color 0.3s ease;
}

.service-item:hover i {
  color:#54A15D; 
}

.service-item h5 {
  transition: color 0.3s ease;
}

.service-item:hover h5 {
  color:#54A15D; 
}



.travel-quote {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
}

.decorative-pattern {
  height: 20px;
  background: url('https://via.placeholder.com/20x20?text=pattern') repeat-x; /* Replace with actual pattern image */
  opacity: 0.7;
}

/* Right Column Styles */
.bio-content {
  position: relative;
  color: white;
}

.bio-heading {
  font-family: 'Monomakh', serif;
  font-size: 48px;
  color:#54A15D;
  letter-spacing: 3px;
}

.bio-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.timeline-stats {
  max-width: 400px;
}

.stat-item {
  text-align: center;
  margin-bottom: 20px;
}

.stat-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid#54A15D;
  background: #202731; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color:#54A15D;
  margin: 0 auto 10px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.stat-circle:hover {
  transform: scale(1.1);
  background:#54A15D;
  color: #202731;
}

.stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.vertical-text {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%) rotate(90deg);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color:#54A15D;
  letter-spacing: 2px;
  text-transform: uppercase;

}

/* Responsive Design */


.business-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
  margin: 0 10px; 
}

.business-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 215, 0, 0.3); 
  border: 2px solid#54A15D; 
}

.business-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.business-item:hover .business-overlay {
  opacity: 1;
}

.business-overlay h5 {
  font-size: 28px;
  transition: color 0.3s ease;
}

.business-overlay:hover h5 {
  color:#54A15D; 
}

/* Owl Carousel Custom Styles */
/* Slider Styles */
.business-item, .book-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
  margin: 0 10px;
}

.slider-image {
  width: 300px;
  height: 200px;
  object-fit: cover; 
}

.business-item:hover, .book-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 215, 0, 0.3);
  border: 2px solid#54A15D;
}

.business-overlay, .book-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.business-item:hover .business-overlay, .book-item:hover .book-overlay {
  opacity: 1;
}

.business-overlay h5, .book-overlay h5 {
  font-size: 28px;
  transition: color 0.3s ease;
}

.business-overlay:hover h5, .book-overlay:hover h5 {
  color:#54A15D;
}

.business-slider .owl-nav, .books-slider .owl-nav {
  margin-top: 20px;
  text-align: center;
}

.business-slider .owl-nav button, .books-slider .owl-nav button {
  background:#54A15D !important;
  color: #202731 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  transition: background 0.3s ease;
}

.business-slider .owl-nav button:hover, .books-slider .owl-nav button:hover {
  background: #D4AF37 !important;
}

.business-slider .owl-dots, .books-slider .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.business-slider .owl-dot, .books-slider .owl-dot {
  background:#54A15D !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  transition: transform 0.3s ease;
}

.business-slider .owl-dot.active, .books-slider .owl-dot.active {
  transform: scale(1.3);
}

/* Custom Button Styles */

/* Responsive Adjustments */

/* General Footer Styles */
.bg-dark {
  background-color: #202731 !important;
}

.text-gold {
  color:#54A15D;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.2);
  background-color:#54A15D;
  border-color:#54A15D;
}

.social-icon i {
  transition: color 0.3s ease;
}

.social-icon:hover i {
  color: #202731; 
}

/* Footer Links */
.footer-link {
  display: flex;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-link:hover {
  color:#54A15D; 
  transform: translateX(5px); 
}

.footer-link i {
  transition: color 0.3s ease;
}

.footer-link:hover i {
  color:#54A15D;
}

.decorative-line {
  height: 2px;
  background: linear-gradient(to right, transparent,#54A15D, transparent);
  margin: 20px 0;
}

