@media screen and (max-width: 575px) {
    .home-banner-items .banner-content {
        max-width: 90%;
    }
}
.cta{
    z-index: 1;
}
.bg-black{
    background-color: #000;
}
.text-white{
    color: #fff;
}
.deshi-image1 img{
    height: 530px !important;
    object-fit: cover;
	width:100%;
}
.primary-color{
    color: #F6921E;
}
.blog-img a img{
    height: 305px;
    width: 100%;
    object-fit: cover;
}
.contact-details ul li a{
    transition: 0.3s all ease-out;
}
.contact-details ul li a:hover{
    color: #F6921E;
}
.footer-social ul li a{
    transition: 0.3s all ease-out;
}
.footer-social ul li a:hover{
    color: #F6921E !important;
}

.ri-fb-reel-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    position: relative;
}

.ri-fb-reel-card iframe {
    width: 100% !important;
    max-width: 500px;
    height: 100% !important;
    border-radius: 12px;
    border: none;
}

.swipe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    touch-action: pan-y;
}
.testimonial-item{
    margin-right:12px;
}

.destination-section1{
    padding-bottom:100px;
}

/* hero section */
.hero-section {
    position: relative;
    height: 100vh;
    background: url('../images/travelwings/hero1.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

/* Overlay (dark + gradient like your image) */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.3)
    );

    z-index: 1;
}

/* Content */
.hero-content {
      margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 75%;
    z-index: 1;
}

.hero-content h1 {
   font-size: 80px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 30px;
}

.hero-content p {
    color: #ffffff;
    margin-bottom: 45px;
}

/* Button */
.hero-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #f7941d;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s;
}
        .banner-content-wrap12{
        padding-bottom: 140px;
    padding-top: 230px;
        }
.hero-btn:hover {
    background: #e67e00;
}

  }
}
@media (max-width: 576px) {
  .hero-content h1 {
        font-size: 32px;
/* 	  	    margin-top: 97px; */
    }


}
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 45px;
    }

    .hero-content p {
        font-size: 14px;
	}
}
  
@media (max-width: 991px) {
      .hero-content h1 {
        font-size: 45px;
    }
}



.modal-body input,
.modal-body textarea {
  border-radius: 6px;
}

.modal-body label {
  font-weight: 600;
}

.modal-title {
  font-weight: bold;
}

.activity-icon a img{
    height: 74px;
 
}

/* service list */
.service-section {
    padding-top: 100px;
    padding-bottom:80px;
    background: white;
}

.service-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border: 2px solid #f7941d;
    padding: 12px;
    border-radius: 50%;
}

.service-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #666;
}

.page-hero-p {
  display: flex;
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  gap: 8px;                  /* space between items */
  flex-wrap: wrap;           /* responsive wrapping */
  text-align: center;
}

.page-hero-p a,
.page-hero-p p,
.page-hero-p span {
  margin: 0;
  display: flex;
  align-items: center;
}

.page-hero-p a {
  text-decoration: none;
 
  font-weight: 500;
}

.page-hero-p p {
  color: #999;
  margin: 0;
}

.page-hero-p span i {
  font-size: 12px;
  color: #666;
}

.text-gray {
    color: #787878;
}
.breadcrumb1{
    background-color: black;
   
}
.feature-image a img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 305px;
    width: 100%;
}
.contact-page-section{
    padding-top: 100px;
}
.details-content span{

    transition: 0.3s all ease-out;
}
.details-content span a{
    color: black;
    transition: 0.3s all ease-out;
}
.details-content span:hover, .details-content span a:hover{
    color: #F6921E;
}


.guide-image img {
    transition: transform 0.3s ease-in-out;
 
  
}

.guide-content-wrap:hover .guide-image img {
    transform: scale(1.05);
}
.banner-content1 p{
    margin-bottom: 5px;
}
.about-service-content1 h4{
    margin-bottom: 5px;
}
.feature{
    display: flex;
}
@media screen and (max-width: 768px) {
    .feature {
        flex-direction: column;
    }
}
@media screen and (max-width: 991px) {
     .about-img11, .about-img12 {
      display: none;
     }
}

.sidebar{
    position: sticky;
    top: 100px;
    border: 1px solid #999;
    padding: 12px 20px;
}
.single-post-section{
    padding-top: 100px;
    
}

 .itinerary-timeline-wrap .timeline-content.timeline-content-1 ol li{
    list-style: auto;
    display: revert;
 }
@media screen and (min-width: 576px) {
    .itinerary-timeline-wrap .timeline-content.timeline-content-1{
        margin-left: 0px;
    padding: 25px;
    }
}
.primary-color{
    color: #F6921E !important;
}

.toast-message{
position:fixed;
top:20px;
left:50%;
transform:translateX(-50%);
background:#F6921E ;
color:#fff;
padding:12px 25px;
border-radius:6px;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
z-index:9999;
font-size:16px;
animation:fadeIn 0.4s ease;
}

@keyframes fadeIn{
from{opacity:0; transform:translate(-50%,-20px);}
to{opacity:1; transform:translate(-50%,0);}
}

.feature-section{
    margin-bottom: 130px;
}

.guide-image{
	height:263px;
}
.guide-image img{
	height:100%;
}