@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap');

body{
	
}

h1,h2,h3,h4,h5,h6{
     font-family: 'Cinzel', serif;
}

.rateing {
         font-size: 14px;
    font-weight: 500; 
}

.navbar-brand img {
  width: 231px;
  object-fit: contain;  
  transition: all 0.3s ease;
}

.zt{
	  background: #2dcc70;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 10px;
}
.zt  p {
    margin-bottom: 0px;
       color: #fff;
}
.artting {
    color: #000;
    padding: 5px 3px;
    display: block;
    border-radius: 14px;
    font-size: 14px;
    margin: 5px 0px;
    font-weight: bold; 
}
.artting2 {
    color: #ff000;
    padding: 5px 11px;
    display: block;
    border-radius: 14px;
    font-size: 14px;
    margin: 5px 0px;
    font-weight: bold; 
}
header{
        box-shadow: 0 1px 1px 0 rgb(65 69 73 / 30%), 0 1px 3px 1px rgb(65 69 73 / 15%);
}

.package-content{
    text-align:left !important;
    padding:10px !important;
}

img{
    max-width:100%;
}
.header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 0px 50px;
    text-align: center;
}
.header-top .zb, .header-top .discover-btn{
	margin-top:7px;
}
.header a{
	color:#fff;
}
.home-section {
       position: relative;
   
}
.slidercontent {
        position: absolute;
    top: 2em;
    right: 50px;
    z-index: 1000;
    width: 100%;
}
.heading-slider{
	color: #fff;
    margin-top: 5em;
}
#home h1 {
    font-weight: 900;
    margin-left: 40px;
    margin-left: 2em;
    font-size: 4em;
    text-transform: uppercase;
    border-left: 5px solid #fff;
    padding-left: 15px;
    margin-top: 168px; 
    /*text-shadow: 0px 5px 8px #000;*/
}

.icon-watch {
	float:left;
}
*{
	box-sizing:border-box;
}


.header-top button {
    margin-top: 3px;
    float: right;
    background: #3E3A91;
    color: #fff;
}
.book {
    margin-top: 11px;
    float: right;
    background: #3E3A91;
    /* padding: 6px; */
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.book a{
	color:#fff;
}
.form-slider h3{
	text-align:center;
}
.form-slider button{
	text-align:center;
}
.form-slider textarea.form-control {
    height: 43px;
    margin-bottom: 12px;
}

  .form-slider {
    visibility: visible;
    animation-delay: 0.5s;
    animation-name: bounceIn;
    padding: 10px;
     background: rgba(255, 255, 255, 0.15); /* semi-transparent white */
  backdrop-filter: blur(10px); /* glass blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* subtle shadow */
  border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 83px;
}
.package{
	   
}
.key {
    background: #fff;
    border-radius: 40px;
    padding: 50px;
}


body{
	background:#F6F8FB;
}

.centertitle h2{
        text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    border: 1px solid #ccc;
    padding: 5px;
}
.home4_section_area2 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin-top: 1em;
    background: #482371;
}

.home4_section_area{
	      padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background: #fff;
    margin-top: 1em;
}
.home4_section_area .centersubtitle {
    margin-bottom: 24px;
    font-weight: normal;
}
.services-div img{
	border-radius:50%;
}
.services-div {
    background: #482371;
    padding: 20px;
    margin-bottom: 15px;
    border:1px solid #fff;
}
#sidebar{
	    background: #000;
    padding: 21px 20px;
    color: #fff;
}
#sidebar a{
color:#fff;}

.bgcolor3a .item .item-inner{
	
    background: #fff;
    height: 376px;
    padding: 20px;

}
.bgcolor3a .item img{
	border:none;
}
.bgcolor3a {
	    padding: 30px 0px;
}
.review-gallery {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}
.blockquote{
	    background: #fff;
    padding: 30px;
}
.footer {
    background: #000;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: normal;
}
.footer a{
	color:#f9f9f9;
}
.team-gd {
       
    padding: 10px;
    background: #fff;
    text-align: center;
    font-weight: normal;
    min-height: 357px;
}
.team-gd img{
    border-radius: 50%;
    width: 100px;
}
#wpcf7-f71-o1 p{
	color:#fff;
}
.form-control {
    display: block;
    width: 100%;
    /* height: calc(2.25rem + 2px); */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    margin-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.slider-img .col-md-12{
	padding-left:0px !important;
	padding-right:0px !important;
}
.modal-header{
		width:100%;
	height:200px;
	background-size:cover;
}
.siderbar {
        background: #fff;
    padding: 10px;
    border-radius: 10px;
}

#wpcf7-f175-o1 p{
	color:#fff;
}
img{
    max-width:100%;
}
.one {
       border: 3px solid #403D9C;
    padding: 1em 1.2em;
    border-radius: 50%;
    margin: 20px;
    color: #403D9C;
    font-size: 30px;
}
.p-one{
	margin-bottom: 48px;
}
.keywords p {
    font-weight: normal;
   
    font-size: 19px;
}
.keywords h3{
  font-size: 24px;
}
.clock-ul{
    padding: 0px;
    margin-top: 1em;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: bold;
    color: #777;
}
.clock-ul li {
    list-style: none;
    float: left;
    margin-left: 20px;
}
.srina {
    display: block !important;
    color: #000;
    margin-bottom: 1em;
    text-align: center;
    margin-bottom: 37px;
}
.facilit-icon p{
	   font-size: 12px;
    font-weight: bold;
}
.offerpackage h1 {
    text-align: center;
    /* background: #fff; */
    padding: 29px;
    color:#133D6F;
    width: 67%;
    margin: 8px auto;
    border-radius: 34px;
}
.offer h6 {
    font-size: 1.3em;
}
.clock-ul i{
	    font-size: 20px;
    color: #FF0000;
}

	.srina i {
    font-size: 13px;
    color: #403D9C;
    margin-left: 6px;
    margin-right: 5px;

}
.srina p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}
.facilit-icon {
    text-align: center;
    font-size: 15px;
}
.facilit-icon .fa {
    font-size: 18px;
    color: #FF0000;
}
.fblock_thumb button {
  background: #FF0000;
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.offer{
	padding: 10px;
    background: #fff;
	padding-right:0px;
	    margin-bottom: 10px;
}
.package img{
	border-radius: 20px 0px 0px 20px;
}
.rate-div-small {
    padding: 12px;
    color: #000;
    list-style: none;
    font-size: 23px;
    text-transform: capitalize;
    width: 102%;
    position: absolute;
    top: 0;
}

.rate-div-small p {
    margin-bottom: 9px;
    text-align: center;
    font-weight: bold;
}
.rate-div-small button{
	    font-size: 12px;
    font-weight: bold;
    border-radius: 40px;
    text-transform: capitalize;
    border: none;
    padding: 3px;
    background: #FF5300;
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #03A8E60 !important;
    border-color:#03A8E6;
}
.discover-btn {
	      background: #FF0000;
       margin-top: 0;
    color: #fff;
    display: inline-block;
    padding: 4px 10px 3px 10px;
}
.contact-model textarea{
	overflow: auto;
    vertical-align: top;
    width: 100%;
    height: 100px;
}
.modal-footer{
	color:#000;
}
.modal-footer ul{
	padding:12px;
}
.contact-model h3{
	color:#000;
	    font-size: 23px;
    text-align: center;
}
.modal-header h2 {
    margin-top: 123px;
    font-size: 25px;
}
.modal-header button{
	    background: #fff;
    /* border-radius: 50%; */
    color: red;
    position: relative;
    top: -12px;
    border-radius: 30px;
    padding: 9px 12px !important;
}
.model-ul .wpcf7-submit{
	float:right;
}

.modal-footer button{
	background:#eb0f0f;
}
@media(max-width:768px)
{
	.logo{
		/*text-align:center;*/
	}
	.short-itenary li{
	    font-size:11px !important;
	}
	.widget_block, .widget_block p{
	    
	}
	.home4_section_area .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    border: 1px solid #ccc;
    padding: 30px;
}
	.header-top {
    padding-top: 5px;
    /* padding-bottom: 5px; */
    text-align: center;
}
	.header-top .zb, .header-top .discover-btn {
    margin-bottom: 6px;
}
	#home h1 {
    font-weight: 900;
    margin-left: 40px;
    margin-left: 2em;
    font-size: 4em;
    text-transform: uppercase;
    border-left: 5px solid #fff;
    padding-left: 15px;
    margin-top: 0px;
    /*text-shadow: 0px 5px 8px #000;*/
}
	.form-slider {
    visibility: visible;
    animation-delay: 0.5s;
    animation-name: bounceIn;
    padding: 10px;
background: rgba(0, 0, 0, 0.55);
     margin-top: 0px;
     /*display:none;*/
     margin-bottom:1rem !important;
}
.services-div h5 {
    font-size: 10px;
    font-weight: bold;
}
	.header-top .zb, .header-top .discover-btn {
     margin-top: 0px; 
}
	.home-section {
    position: static;
}
	.heading-slider {
     color: #000; 
     margin-top: 0px; 
}
	#home h1 {
    font-size: 24px !important;
    /* margin: 0.67em 0; */
    left: 30px;
    margin-left: 40px;
     margin-left: 0px; 
    text-align: center;
    margin-top:1rem;
}
	.offerpackage h1 {
    text-align: center;
    background: #fff;
     padding: 5px; 
    width: 100%;
    margin: 16px auto;
    font-size: 25px;
}

.one {
    border: 3px solid #6DBF44;
    padding: 3px 4px;
    border-radius: 50%;
    margin: 20px;
  
    font-size: 20px;
    color: #6DBF44;
    font-size: 19px;
}
	.key {
        background: #fff;
    border-radius: 20px;
    padding: 15px;
}
	.team-gd {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 11px;
}
}

.widget_block, .widget_block p{
	    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    color:#fff;
}
.startingprice {
   
}
.cut {
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 500;	
    color:grey;
}
.register-form-wrapper h3{
	    color: #fff;
    text-transform: uppercase;
}
.peradult {
    color: #ff0000;
    line-height: 20px;
    font-weight: bold;
}
.rate-div-small p {
    margin-bottom: 9px;
    text-align: center;
    font-weight: bold;
    margin-left: 16px;
    font-size: 17px;
}
.siderbar ul{
      list-style: circle;
    padding: 0px 1em;
    margin: 0px;  
}
.siderbar li{
 padding: 9px 0px;
    border-bottom: 1px solid #cccccc77;   
}

.siderbar ul li:last-child {
 border-bottom: 0px solid #cccccc77;   
}
.peradult span{
    color: grey !important;
    font-size: 13px;	
}
.wpcf7-form br {
      display: none;  
}

.wpcf7-form p{
      margin: 0px;  
	color:#000;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
}

@media(max-width:768px){
    .keywords h3 {
    font-size: 1em;
}
    
    .keywords p {
    font-weight: normal;
    font-size: 1em;
}
    
    .peradult {
   
    line-height: 20px;
    font-weight: bold;
    margin-top: 0em;
    margin-bottom: 0em !important;
}
	.facilit-icon p {
    font-size: 10px;
    font-weight: bold;
}
    
    .rate-div-small button {
    font-size: 12px;
    font-weight: bold;
    border-radius: 40px;
    text-transform: capitalize;
    border: none;
    padding: 1em;
    background: #FF5300;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 10px;
}
    
    .rate-div-small {
    padding: 12px;
    color: #000;
    list-style: none;
    font-size: 22px;
    text-transform: capitalize;
    min-height: auto;
}
    
    .facilit-icon {
    text-align: center;
    font-size: 11px;
    overflow: hidden;
		    word-break: break-word;
}
    .package img {
    border-radius: 20px;
      margin-bottom: 15px;
}
    .siderbar {
    display: none;
    }
  .slidercontent {
    position: static;
  }
}





/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: grey;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.fblock_thumb {
    position: relative;
    border: 1px solid #ddd;
       min-height: 545px;
    text-align: center;
  
    margin-bottom: 32px;
    background: #fff;
}
.fblock_thumb h6{
	font-size: 18px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.container {
    max-width: 1301px !important;
}
.offfmy {
	    position: absolute;
       background: #Ff0000;
    color: #fff;
    font-weight: bold;
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    text-align: center;
    border-radius: 100px;
    left: 5px;
    top: 5px;
    padding: 10px 5px;
    line-height: 14px;
}
.thankyoudiv {
	
    padding: 2em 0px;

}
.thankyoudivs {
	    border: 2px solid #36ACE2;
    padding: 1em;
}
.thankyoudiv img{
	height:260px;
}


@media(min-width:768px){
	.slider-img img{
	width:100%;
	min-height:400px;
}
	.thankyoudiv img{
	height:260px;
}
}
.slider-img{
    width:100% !important;
}

.about-section {
    background-color: #f9f9f9;
}

.about-title {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
}

.about-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .about-title {
        font-size: 1.5rem;
    }
}

.footer-heading {
    font-size: 24px;
    text-transform:uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.footer-links-list {
    list-style: none;
    padding-left: 0;
}

.footer-links-list li {
    margin-bottom: 8px;
}

.footer-links {
    color: #ccc;
    text-decoration: none;
}

.footer-links:hover {
    color: #ffcc00;
}

/* Social Icons Row */
.social-network {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-network li a {
    color: #ccc;
    font-size: 22px;
    display: inline-block;
    transition: color 0.3s ease;
}

.social-network li a:hover {
    color: #ffcc00;
}

.red{
    color:#ff0000;
}

.innerproducts img{
    width:100%;
}

.innertest{
    padding:30px 0;
}

/* Simple Modern About Section CSS */
.about-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.about-section img {
    border-radius: 50% !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.about-section img:hover {
    transform: translateY(-5px);
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #133D6F;
    margin-bottom: 1.5rem;
    position: relative;
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 2px;
}

.about-content {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}

.about-content p {
    margin-bottom: 1.2rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
.about-section{
    padding:0 !important;
}
    .btn-primary{
        margin-bottom:1rem !important;
    }
    .about-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .about-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .about-content {
        text-align: center;
        font-size: 1rem;
    }
}

.fblock_thumb .image-wrapper {
    position: relative;
}

.fblock_thumb .title-overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 12px;
    text-align: center;
}

/* Enhanced hover effects for your existing menu structure */

/* Navigation items styling */
.navbar-nav .nav-item {
    position: relative;
    margin: 0 5px;
}

.navbar-nav .nav-link {
    position: relative;
    padding: 6px 14px !important;
    font-weight: 500;
    color: #000 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    text-decoration: none;
    font-family: 'Cinzel', serif;
}


.navbar-nav .nav-link:hover::before {
    width: 80%;
}

/* Background glow effect */
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#006634;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 8px;
    z-index: -1;
    transform: scale(0.8);
}




/* Logo hover effect */
.navbar-brand {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.navbar-brand::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: all 0.6s ease;
}

.navbar-brand:hover::before {
    left: 100%;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

/* Smooth hover transitions for all elements */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .navbar-nav .nav-link {
        text-align: center;
        margin: 5px 0;
    }
    
    .navbar-nav .nav-link:hover {
        transform: translateY(-1px);
    }
    
    .btn-warning:hover {
        transform: scale(1.02) !important;
    }
}

.places-section{
    background:#f7f9f2;
}

.btn-warning {
    background-color:#fff !important;
    border-color:#fff !important;
    color:#000 !important;
}
  
.button .btn-pill {
  display: inline-block;
  color: grey;
  border:1px solid grey;
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover effect */
.button .btn-pill:hover {
  background-color: #0056b3;
  color: #fff;
  transform: translateY(-2px);
}

/* Second button (Call Now) - different color */
.button .btn-pill:nth-child(2) {

}

.button .btn-pill:nth-child(2):hover {
  background-color: #1e7e34;
}

/* Responsive alignment for smaller screens */
@media (max-width: 767px) {


  .button .btn-pill {
    width: 80%;
  }
  
  .button .btn-pill{
      padding:10px 5px;
  }

  .button .btn-pill:last-child {
    margin-bottom: 0;
  }
}

.fa-map:before{
    color:#fff;
}



.short-itenary {
  margin-top: 10px;
}

.short-itenary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.short-itenary li {
  font-size: 11px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  background:#020272;
  padding: 6px 10px;
  border-radius: 6px;
}

.short-itenary i {
  color:#FFE602;
  font-size: 16px;
}

.tour-features {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  color: #333;
}

.feature-item i {
  font-size: 22px;
  color:#482371;
  margin-bottom: 4px;
  transition: transform 0.3s, color 0.3s;
}

.feature-item:hover i {
  transform: scale(1.1);
  color: #0056b3;
}

.feature-item span {
  display: block;
  font-weight: 500;
  font-size: 13px;
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before{
    color:grey;
}



.pper{
    padding-right:11px;
}

@media (max-width: 768px) {
  .slider-img {
    display: none;
  }
}
/* Hide mobile slider image on desktop */
.Mobslider-img {
  display: none;
}

/* Show only on mobile devices */
@media (max-width: 768px) {
  .Mobslider-img {
    display: block;
  }

  /* And hide the desktop slider image */
  .slider-img {
    display: none;
  }
}
.Mobslider-img img {
  width: 100%;
  height: auto;
  display: block;
}

.Mobslider-img {
    position: relative;
    display: inline-block;
    width: 100%;
}

.kashmir-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width:93%;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
}

.kashmir-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.kashmir-text p {
    font-size: 1.1rem;
    font-weight: 400;
}

.btn-explore {
    display: inline-block;
    background:#006634 ;
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-explore:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.company-details-content {
     color:#f9f9f9;
}

.recommended-description{
    color:#fff !important;
} 

.top-header .social-icons a {
  font-size: 16px;
  transition: 0.3s;
}

.top-header .social-icons a:hover {
  color: #ffc107; /* Gold hover like the Book Now button */
}



.glass-box {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.button-slider,
.form-slider .wpcf7-submit {
    background: #006634;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    width: 100%;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(255, 122, 24, 0.35);
}

.button-slider:hover,
.form-slider .wpcf7-submit:hover {
    background: linear-gradient(135deg, #ff7a18, #f5a623);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 122, 24, 0.5);
}

.button-slider:active,
.form-slider .wpcf7-submit:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(255, 122, 24, 0.3);
}
/* =========================
   HORIZONTAL TOUR PACKAGE
========================= */

.package-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    min-height:411px;
}

/* LEFT IMAGE */
.package-image {
    width: 40%;
    position: relative;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OFF BADGE */
.off-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #006634;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
}

/* RIGHT CONTENT */
.package-details {
    width: 60%;
    padding: 25px;
}

.package-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.package-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.package-meta i {
    color: #006634;
    margin-right: 6px;
}

/* DESCRIPTION */
.package-desc {
    font-size: 15px;
    color: #555;
    margin: 15px 0;
}

/* FEATURES */
.tour-features {
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.tour-features i {
    color: #006634;
    margin-right: 5px;
}

/* BUTTONS */
.package-buttons {
    display: flex;
    gap: 15px;
}

.btn-view,
.btn-call {
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.btn-view {
    background: #006634;
    color: #fff;
}

.btn-call {
    border: 1px solid #006634;
    color: #006634;
}

.btn-view:hover {
    background: #e86c00;
}



/* =========================
   MOBILE STACK
========================= */

@media (max-width: 768px) {
    .package-card {
        flex-direction: column;
    }

    .package-image,
    .package-details {
        width: 100%;
    }

    .package-image {
        height: 220px;
    }
}


.package-image {
    position: relative;
}

.off-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4c3b;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2;
}

.price-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    z-index: 2;
    font-size: 14px;
}

.price-overlay .original-price {
    text-decoration: line-through;
    opacity: 0.8;
}

.price-overlay .offer-price {
    font-weight: bold;
    color: red;
}

/* WHY WE ARE THE BEST SECTION */
.why-best-section {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    padding: 80px 0;
}

/* Title */
.why-best-title h2 {
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
    position: relative;
}

.why-best-title h2::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #f9c74f;
    display: block;
    margin: 15px auto 0;
    border-radius: 5px;
}

/* Card */
.why-best-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.why-best-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

/* Icon */
.why-best-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

/* Content */
.why-best-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1c1c1c;
}

.why-best-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .why-best-title h2 {
        font-size: 28px;
    }

    .why-best-card {
        padding: 25px 15px;
    }
}

/* REGISTERED WITH – DIM ORANGE THEME */
.home4_section_area {
    background: #0066341f;
    padding: 75px 0;
    position: relative;
}


.home4_section_area .container {
    position: relative;
    z-index: 2;
}

/* Title */
.home4_section_area .centertitle h2 {
    font-family: 'Cinzel', serif;
    font-size: 34px;
    font-weight: 700;
    color: #3b2a1a;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 0.8px;
}

/* Subtle underline */
.home4_section_area .centertitle h2::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #c97a2b;
    display: block;
    margin: 14px auto 0;
    border-radius: 4px;
}

/* Carousel container */
.home4_section_area .owl-carousel {
    background: rgba(255,255,255,0.85);
    border-radius: 16px;
    padding: 28px 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Logo alignment */
.home4_section_area .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Navigation arrows */
.home4_section_area .owl-nav button {
    background: #e09b54 !important;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 6px 15px rgba(0,0,0,0.18);
}

.home4_section_area .owl-nav button span {
    color: #ffffff;
    font-size: 20px;
}

/* Dots */
.home4_section_area .owl-dots {
    margin-top: 18px;
    text-align: center;
}

.home4_section_area .owl-dot span {
    width: 9px;
    height: 9px;
    background: #d8b28a;
    border-radius: 50%;
    margin: 0 4px;
}

.home4_section_area .owl-dot.active span {
    background: #c97a2b;
    transform: scale(1.2);
}

/* Mobile */
@media (max-width: 768px) {
    .home4_section_area {
        padding: 55px 0;
    }

    .home4_section_area .centertitle h2 {
        font-size: 26px;
    }

    .home4_section_area .owl-carousel img {
        max-height: 60px;
    }
}

.siderbar {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* UL reset */
.siderbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* List item */
.siderbar ul li {
    position: relative;
    padding: 10px 12px 10px 38px;
    margin-bottom: 8px;
    font-size: 14.5px;
    font-weight: 500;
    color: #333;
    background: #f9f9f9;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* Font Awesome icon */
.siderbar ul li::before {
    content: "\f02b"; /* tag icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #006634 !important;
    font-size: 13px;
}

/* Hover effect */
.siderbar ul li:hover {
    background: #0d6efd;
    color: #ffffff;
}

/* Icon hover */
.siderbar ul li:hover::before {
    color: #ffffff;
}

.site-footer {
    background:#fff;
    color: #f1f1f1;
    padding: 50px 0 20px;
    font-family: 'Arial', sans-serif;
}

.site-footer .footer-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.site-footer .footer-title::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #006634;
    display: block;
    margin-top: 8px;
    border-radius: 2px;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer ul li {
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.site-footer ul li i {
    color: #006634;
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.site-footer ul li a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.site-footer ul li a:hover {
    color: #0d6efd;
}

.site-footer .footer-social {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.site-footer .footer-social li {
    margin-bottom: 0;
}

.site-footer .footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    /*background: #222;*/
    color: #fff;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 16px;
}

.site-footer .footer-social a:hover {
    background: #0d6efd;
    color: #fff;
}

.site-footer .footer-bottom {
    margin-top: 30px;
    border-top: 1px solid #222;
    padding-top: 15px;
    font-size: 14px;
    color: #000;
}

.package-form{
    padding:10px;
}

/* =====================================
   SITE HEADER – PREMIUM TRAVEL STYLE
===================================== */

.site-header {
  background: #f9fafb;
  position: relative;
  z-index: 999;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* =====================================
   LOGO
===================================== */
.site-logo img {

  width: auto;
}

/* =====================================
   TOP BAR
===================================== */
.header-top {
  background:#020272;
  padding: 8px 20px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 6px;
  font-size: 13px;
}

/* CONTACT INFO */
.header-contact span {
  color: #e6ecf5;
  font-weight: 500;
}

.header-contact i {
  color: #ffb703;
  margin-right: 6px;
}

.header-contact .divider {
  color: rgba(255, 255, 255, 0.35);
  margin: 0 12px;
}

/* =====================================
   BOOK NOW BUTTON
===================================== */
.header-book-btn {
  background: linear-gradient(135deg, #ff9800, #ff6f00);
  color: #ffffff !important;
  padding: 7px 22px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.45);
  transition: all 0.3s ease;
  border: none;
}

.header-book-btn:hover {
  background: linear-gradient(135deg, #ff6f00, #ff9800);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 152, 0, 0.6);
}

/* =====================================
   SOCIAL ICONS
===================================== */
.header-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.header-social a:hover {
  background: #ffb703;
  color: #0b1d3a;
  transform: translateY(-2px);
}

/* =====================================
   NAVBAR
===================================== */
.main-navbar {
  background: #ffffff;
  padding: 6px 0;
  border-radius: 0 0 6px 6px;
}

.site-menu .nav-link {
  color: #1f2937;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 16px;
  position: relative;
  transition: all 0.3s ease;
}

.site-menu .nav-link:hover,
.site-menu .nav-link.active {
  color: #ff9800;
}

/* UNDERLINE EFFECT */
.site-menu .nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: #ff9800;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.site-menu .nav-link:hover::after,
.site-menu .nav-link.active::after {
  width: 60%;
}

/* =====================================
   MOBILE TOGGLER
===================================== */
.custom-toggler {
  border: none;
  outline: none;
}

/* =====================================
   MOBILE VIEW
===================================== */
@media (max-width: 767px) {

  .site-menu {
    background: #ffffff;
    padding: 15px;
    border-top: 1px solid #eee;
  }

  .site-menu .nav-link {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .site-menu .nav-link:last-child {
    border-bottom: none;
  }
}
/* =====================================
   MOBILE MENU – FIX & ENHANCE
===================================== */

@media (max-width: 767px) {

  /* Header layout fix */
  .header-right {
    position: relative;
  }

  /* Navbar collapse panel */
  #mainNavbar {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-radius: 0 0 12px 12px;
    padding: 15px 20px;
    z-index: 9999;
  }

  /* Menu list */
  .site-menu {
    width: 100%;
  }

  /* Menu items */
  .site-menu .nav-item {
    width: 100%;
  }

  .site-menu .nav-link {
    display: block;
    width: 100%;
    padding: 14px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #0b1d3a;
    border-bottom: 1px solid #eee;
  }

  .site-menu .nav-link:last-child {
    border-bottom: none;
  }

  /* Active / hover */
  .site-menu .nav-link:hover,
  .site-menu .nav-link.active {
    color: #ff9800;
    background: rgba(255, 152, 0, 0.08);
    border-radius: 6px;
  }

  /* Remove underline animation on mobile */
  .site-menu .nav-link::after {
    display: none;
  }

  /* Toggler button improve */
  .navbar-toggler {
    padding: 6px 8px;
    border-radius: 6px;
    background: #f1f5f9;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
}

#mainNavbar{
    padding:10px 0 !important;
}

/* =====================================
   KASHMIR PLACES SECTION
===================================== */

.kashmir-places-section {
  background: #f9fafb;
}

/* SECTION TITLE */
.kashmir-section-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b1d3a;
  position: relative;
}

.kashmir-section-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ff9800, #ff6f00);
  display: block;
  margin-top: 10px;
  border-radius: 2px;
}

/* =====================================
   CARD
===================================== */

.kashmir-place-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  background: #ffffff;
}

.kashmir-place-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

/* IMAGE */
.kashmir-place-image {
  position: relative;
  overflow: hidden;
}

.kashmir-place-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.kashmir-place-card:hover img {
  transform: scale(1.1);
}

/* =====================================
   OVERLAY
===================================== */

.kashmir-place-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background: linear-gradient(
    to top,
    rgba(11, 29, 58, 0.85),
    rgba(11, 29, 58, 0.25),
    transparent
  );
  transition: all 0.35s ease;
}

.kashmir-place-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* BUTTON */
.kashmir-place-btn {
  display: inline-block;
  align-self: flex-start;
  background: #ffffff;
  color: #0b1d3a;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  transition: all 0.3s ease;
}

.kashmir-place-card:hover .kashmir-place-btn {
  background: #ff9800;
  color: #ffffff;
}

/* REMOVE LINK UNDERLINE */
.kashmir-place-link {
  text-decoration: none;
}

/* =====================================
   MOBILE OPTIMIZATION
===================================== */

@media (max-width: 767px) {

  .kashmir-section-title {
    font-size: 26px;
  }

}

/* ====== OFFER PACKAGE SECTION ====== */
.offerpackage {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.offerpackage .offer-section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

/* ====== PACKAGE CARD ====== */
.package-card-v2 {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

.package-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* ====== IMAGE WRAP ====== */
.package-img-wrap {
  position: relative;
  overflow: hidden;
}

.package-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  padding:8px;
  border-radius:10px;
  transition: transform 0.3s;
}

.package-card-v2:hover .package-img-wrap img {
  transform: scale(1.05);
}

/* ====== OFF BADGE ====== */
.package-off-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #020274;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 2;
}

/* ====== POPULAR TAG ====== */
.package-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #3498db;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 2;
}

/* ====== PRICE ====== */
.package-price {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
}

.package-price .old-price {
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 0.85rem;
}

.package-price .new-price {
  font-size: 1rem;
  color: #ffd700;
}

/* ====== CONTENT ====== */
.package-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.package-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.package-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 12px;
}

.package-meta-line .meta-item i {
  margin-right: 4px;
  color: #000;
}

/* ====== DESCRIPTION ====== */
.package-desc {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 12px;
}

/* ====== FEATURES ====== */
.package-features-simple {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 15px;
}

.package-features-simple span i {
  margin-right: 4px;
  color: #000;
}

/* ====== ACTION BUTTONS ====== */
.package-actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
}

.package-actions .btn-itinerary,
.package-actions .btn-call {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-itinerary {
  border:1px solid #020274;
  color: #020274;
}



.btn-call {
  border:1px solid #000;
  color: #000;
}



/* ====== RESPONSIVE ====== */
@media (max-width: 767px) {
  .package-meta-line {
    gap: 8px;
  }

  .package-features-simple {
    gap: 8px;
  }
}
/* ====== PACKAGE FEATURES ICON TOP ====== */
.package-features-simple {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start; /* align left; can use center if needed */
  margin-bottom: 15px;
}

.package-features-simple span {
  display: flex;
  flex-direction: column; /* icon on top, text below */
  align-items: center;
  font-size: 0.85rem;
  color: #555;
  text-align: center;
  min-width: 70px;
}

.package-features-simple span i {
  font-size: 1.5rem; /* bigger icon */
  color: #000; /* icon color */
  margin-bottom: 6px; /* space between icon and text */
  display: block;
}

.about-section {
    position: relative;
    overflow: hidden;
}

.about-right {
    position: relative;
    z-index: 1;
}

/* Container */
.water-bubbles {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

/* Base bubble */
.wb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(
        circle at 30% 30%,
        rgba(255,255,255,0.9),
        rgba(255,255,255,0.35) 35%,
        rgba(2,2,115,0.25) 60%,
        rgba(2,2,115,0.05) 100%
    );
    box-shadow:
        inset -8px -8px 16px rgba(255,255,255,0.35),
        inset 6px 6px 18px rgba(2,2,115,0.25),
        0 8px 20px rgba(2,2,115,0.15);
    animation: floatUp linear infinite;
}

/* Individual bubbles */
.b1 { width: 240px; height: 240px; right: -80px; bottom: -60px; animation-duration: 18s; }
.b2 { width: 160px; height: 160px; right: 40px; bottom: 20%; animation-duration: 14s; }
.b3 { width: 90px;  height: 90px;  right: 200px; bottom: 10%; animation-duration: 10s; }
.b4 { width: 130px; height: 130px; right: 120px; top: 20%; animation-duration: 16s; }
.b5 { width: 70px;  height: 70px;  right: 40px; top: 60%; animation-duration: 9s; }
.b6 { width: 50px;  height: 50px;  right: 260px; top: 40%; animation-duration: 7s; }

/* Water-like movement */
@keyframes floatUp {
    0% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.85;
    }
    50% {
        transform: translateY(-60px) translateX(18px) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: translateY(-140px) translateX(-10px) scale(1);
        opacity: 0;
    }
}

/* Mobile – optional (can keep if you want) */
@media (max-width: 768px) {
    .water-bubbles {
        opacity: 0.4;
    }
}

/* Section */
.travel-why-section {
    padding: 70px 0;
    background: #f9fafc;
}

/* Title */
.travel-section-title h2 {
    font-size: 34px;
    font-weight: 700;
    color: #020273;
    margin-bottom: 10px;
}

.travel-section-title p {
    font-size: 15px;
    color: #666;
    max-width: 520px;
    margin: 0 auto 50px;
}

/* Card */
.travel-feature-card {
    background: #fff;
    padding: 28px 20px;
    text-align: center;
    border-radius: 14px;
    height: 100%;
    transition: all 0.35s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

/* Hover effect */
.travel-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* Icon */
.travel-feature-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(255, 225, 1, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.travel-feature-icon img {
    max-width: 50px;
}

/* Content */
.travel-feature-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #020273;
    margin-bottom: 10px;
}

.travel-feature-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 767px) {
    .travel-section-title h2 {
        font-size: 26px;
    }

    .travel-feature-card {
        padding: 22px 15px;
    }
}
/* Keyword list */
.fancy-keywords {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Item base – FRONT LOOK */
.fancy-keywords li {
    position: relative;
    padding: 13px 16px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #020273;
    cursor: pointer;
    overflow: hidden;

    /* Always visible styling */
    border-left: 4px solid rgba(2, 2, 115, 0.55);
    background: rgba(2, 2, 115, 0.04);

    transition: all 0.4s ease;
}

/* Background fill animation */
.fancy-keywords li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(2, 2, 115, 0.12);
    z-index: -1;
    transition: width 0.45s ease;
}

/* Hover effect – ENHANCEMENT */
.fancy-keywords li:hover {
    color: #020273;
    border-left-color: #020273;
}

/* Fill from left to right */
.fancy-keywords li:hover::before {
    width: 100%;
}
/* Section base */
.travel-trust-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(180deg, #f9fbff, #ffffff);
    overflow: hidden;
}

/* Title */
.travel-section-title h2 {
    font-size: 34px;
    font-weight: 700;
    color: #020273;
}

.travel-section-title p {
    font-size: 15px;
    color: #666;
    margin-top: 8px;
    margin-bottom: 45px;
}

/* Carousel wrapper */
.travel-trust-carousel {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}

/* Decorative shapes */
.trust-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
    filter: blur(1px);
}

/* Big soft wave */
.shape-1 {
    width: 420px;
    height: 420px;
    background: rgba(2, 2, 115, 0.08);
    top: -140px;
    left: -160px;
    animation: floatSlow 14s ease-in-out infinite;
}

/* Medium highlight */
.shape-2 {
    width: 220px;
    height: 220px;
    background: rgba(255, 225, 1, 0.15);
    bottom: -80px;
    right: -60px;
    animation: floatMedium 10s ease-in-out infinite;
}

/* Small accent */
.shape-3 {
    width: 120px;
    height: 120px;
    background: rgba(2, 2, 115, 0.12);
    top: 40%;
    right: 10%;
    animation: floatFast 8s ease-in-out infinite;
}

/* Animations */
@keyframes floatSlow {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

@keyframes floatMedium {
    0% { transform: translateY(0); }
    50% { transform: translateY(14px); }
    100% { transform: translateY(0); }
}

@keyframes floatFast {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* Mobile clean */
@media (max-width: 768px) {
    .trust-shape {
        display: none;
    }

    .travel-section-title h2 {
        font-size: 26px;
    }
}
/* Footer base */
.travel-footer {
    position: relative;
    background: linear-gradient(180deg, #020273, #01014f);
    color: #fff;
    padding: 70px 0 20px;
    overflow: hidden;
}

/* Trust strip */
.footer-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    background: rgba(255, 255, 255, 0.08);
    padding: 15px 20px;
    border-radius: 14px;
    margin-bottom: 45px;
}

.trust-item {
    font-size: 14px;
    font-weight: 500;
    color: #ffe101;
}

/* Section */
.footer-section {
    position: relative;
    z-index: 2;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffe101;
}

/* Contact */
.footer-contact li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-contact i {
    color: #ffe101;
    margin-right: 10px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ddd;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #ffe101;
    padding-left: 6px;
}

/* Newsletter */
.footer-newsletter {
    display: flex;
    gap: 8px;
    margin: 12px 0 18px;
}

.footer-newsletter input {
    flex: 1;
    padding: 10px 12px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
}

.footer-newsletter button {
    background: #ffe101;
    color: #020273;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

/* Social */
.footer-social {
    list-style: none;
    display: flex;
    gap: 12px;
    padding: 0;
}

.footer-social li a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-social li a:hover {
    background: #ffe101;
    color: #020273;
    transform: translateY(-4px);
}

/* Footer bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 40px;
    padding-top: 15px;
    font-size: 14px;
}

/* Decorative shapes */
.footer-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
}

.shape-a {
    width: 300px;
    height: 300px;
    background: #ffe101;
    top: -120px;
    right: -120px;
}

.shape-b {
    width: 200px;
    height: 200px;
    background: #ffffff;
    bottom: -80px;
    left: -80px;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-trust {
        gap: 12px;
        font-size: 13px;
    }

    .footer-newsletter {
        flex-direction: column;
    }
    .footer-contact{
        padding-left:0 !important;
    }
}

.widget_block, .widget_block a{
    color:#fff !important;
}

/* Section base */
.travel-hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    font-family: inherit;
}

/* Background */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.45),
        rgba(2,2,115,0.65)
    );
}

/* Content */
.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

/* Heading */
.hero-heading h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
}

.hero-heading h1 span {
    display: block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #ffe101;
}

.hero-heading p {
    font-size: 16px;
    max-width: 600px;
    margin: 15px auto 0;
    color: #eaeaea;
}

/* Form box */
.hero-form {
    background: rgba(255, 255, 255, 0.95);
    padding: 35px 30px;
    border-radius: 18px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
    margin-top: 35px;
}

.hero-form h3 {
    font-size: 24px;
    font-weight: 700;
    color: #020273;
    margin-bottom: 20px;
}


/* Mobile */
@media (max-width: 768px) {
    .travel-hero-section {
        height: auto;
        padding: 80px 0;
    }

    .hero-heading h1 {
        font-size: 36px;
    }

    .hero-heading h1 span {
        font-size: 18px;
    }

    .hero-form {
        padding: 25px 20px;
    }

    .hero-shape {
        display: none;
    }
}
/* Default: hide on desktop */
.mobile-top-header {
    display: none;   /* hidden by default */
    justify-content: space-between;
    padding: 5px 10px;
    background: #020273;
    color: #fff;
    font-size: 14px;
}

/* Show on mobile (less than 768px) */
@media (max-width: 767.98px) {
    .mobile-top-header {
        display: flex;
    }
}

.mobile-top-header a {
    color: #fff;
    text-decoration: none;
}

/* Hover effect optional */
