*{
  margin: 0;
  padding: 0;
}

.header-contact{
  display: flex;
  gap: 20px;
}

.header-social-icons{
  display: flex;
  gap: 20px;
}

.main-top-header{
  display: flex;
  justify-content: space-between;
}

.call-header h6 a{
  text-decoration: none;
  font-size: 14px;
  color: #383838;
  font-weight: 500;
  font-family: sans-serif;
}

.call-header h6 a i{
  margin-right: 5px;
}

.location-header h6 a{
  text-decoration: none;
  font-size: 14px;
  color: #383838;
  font-weight: 500;
  font-family: sans-serif;
}

.location-header h6 a i{
  margin-right: 5px;
}

.social-media-icons span a{
  color: #000;
  text-decoration: none;
  font-size: 14px;

}

.top-nav{
  background-color: #f2f5ec;
  padding-top: 5px;
}

.navbar-brand h3{
  font-weight: 700;
}

.navbar-brand h3 span{
  background-color: #eb662b;
  font-size: 22px;
  padding: 5px;
  color: #fff;
}

#navbarNavDropdown{
  margin-left: auto;
}

.nav-item .nav-link{
  font-size: 16px;
  font-weight: 500;
}

.navbar-nav{
  gap: 12px;
}


.dropdown-toggle::after{
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.nav-item .nav-link:hover{
  color: #eb662b;
}

.nav-item .active{
  color: #eb662b!important;
}

.dest-head{
  padding-bottom: 10px;
}

.dest-head h2{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.dest-head p{
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  color: #515151;
 
}

.dom-dest-name h5{
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 18px;
  padding-top: 15px;
}

.dom-dest-name p{
  margin-bottom: 0px;
  font-size: 14px;
  color: #515151;
}

.dom-dest-name{
  padding-bottom: 10px;
}


.dom-dest-img{
  border-radius: 15px;
}

.dom-dest-img img{
  border-radius: 15px;
}

.dom-dest-box{
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all ease 0.5s;

}

.dom-dest-img{
  overflow: hidden;
  transition: all ease 0.5s;
}

.dom-dest-box:hover .dom-dest-img img{
  transform: scale(1.1);
  transition: all ease 0.5s;

}

.package{
  background-color: #ffeee4;
  border-radius: 50px;
}

.package-head h2{
  font-weight: 400;
  text-transform: uppercase;
  font-family: cursive;
  font-size: 25px;
  color: #eb662b;
}

.package-head h3{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.package-box{
  border-radius: 15px;
  position: relative;
}

.pack-img img{
  border-radius: 15px;
}

.pack-img{
  overflow: hidden;
  position: relative;
}

.pack-discount{
  position: absolute;
  top: 20px;
  left: 0;
}

.pack-discount span{
  background-color: #d72222;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 500;
}

.pack-details{
  background-color: #fff;
  border-radius: 30px;
 position: absolute;
 bottom: -100px;
 left: 0;
 right: 0;
 padding: 15px;
}

.pack-rating{
 display: flex;
 margin-bottom: 0px;
 justify-content: space-between;
 padding-bottom: 10px;
 border-bottom: 1px solid #e7e7e7;
}

.pack-rating p{
  font-size: 14px;
  color: #515151;
  font-weight: 500;
  margin-bottom: 0px;
}

.pack-rating p i.fa-star{
  color: #f8c008;
}

.pack-dest{
  padding-top: 10px;
  color: #515151;
  margin-bottom: 0px;
  font-weight: 500;
}

.pack-dest p{
  margin-bottom: 0px;
}

.pack-name {
  padding-top: 8px;
}

.pack-name h5{
  font-size: 16px;
  font-weight: 700;
  color: #131313;
}

.pack-price h6{
  color: #656565;
}

.pack-price h6 span{
  color: #eb662b;
  font-size: 17px;
  font-weight: 700;
}

.package-box{
  
}

.pack-details{
  transition: all ease 0.2s;
}

.package-box:hover .pack-details{
 bottom: -70px;
 
}

.package{
  padding-top: 70px;
  padding-bottom: 80px;
}

.package-box{
  margin-bottom: 110px;
}

.dom-dest-box:hover{
  /* box-shadow: rgba(238, 108, 42, 0.24) 0px 3px 8px; */
  background-color: #ffeee4;
} 

.all-btn .btn{
  font-size: 16px;
  font-weight: 500;
  background-color: #fa5b33;
  padding: 12px 30px;
  color: #fff;
  border-radius: 30px;
 
  
}

.all-btn .btn i{
  margin-right: 10px;
}

.all-btn{
  display: flex;
  justify-content: center;
}

.discount-text{
  max-width: 500px;
  position: absolute;
  top: 10%;
  left: 50px;
}

.discount-text h5{
  color: #fff ;
  font-weight: 700;
  font-size: 25px;
}

.discount-text h2{
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}

.discount-text p{
  color: #fff;
  font-weight: 500;
}
.discount-ban{
  position: relative;
}

.btn-book{
  padding: 10px 30px;
  font-size: 16px;
  background-color: #fff!important;
  color: #fa5b33!important;
  font-weight: 600;

}

.btn-book i{
  margin-right: 10px;
}

.intern-dest-img img{
  border-radius: 10%;
}

.intern-dest-img {
  overflow: hidden;
}

.intern-dest-name{
  background-color: rgba(5, 5, 5, 0.5);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
  
  
  
}

.intern-dest-name{
  transition: all ease 0.3s;
}

.intern-dest-box:hover .intern-dest-name{
  background-color: #fa5b33;
  
}

.intern-dest-box:hover .intern-dest-name h5{
  color: #fff!important;
}

.intern-dest-box{
  overflow: hidden;
  border-radius: 10%;

}

.intern-dest-box:hover .intern-dest-img img{
  transform: scale(1.1);
}



.intern-dest-name h5{
  text-align: center;
  font-weight: 700;
  color: #fa5b33;
}

.intern-dest-img{
  position: relative;
  
}

.intern-dest-img img{
  transition: all ease 0.5s;
}

.intern-dest-img{
  overflow: hidden;
  border-radius: 10%;
}

.about-img img{
  position: relative;
  border-radius: 30px;
}

.about-content h5{
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #fa5b33;
}

.about-content h1{
  text-transform: uppercase;
  font-weight: 800;
  font-size: 50px;
}

.about-content p{
 margin-top: 20px;
 font-size: 17px;
 font-family: sans-serif;
 color: #383838;
}

.experence-boxes {
  margin-top: 20px;
  display:flex ;
  gap: 100px;
}

.exp-box h3{
 font-size: 45px;
 font-weight: 600;
}

#exp-box{
  border-right: 1px solid ;
  padding-right: 50px;
}

.about-us {
  background-color: #ffeee4;
}
.faq-head h2{
  font-weight: 400;
  text-transform: uppercase;
  color: #eb662b;
  font-family: cursive;
  font-size: 20px;
  margin-bottom: 3px;
}

.faq-head h3{
  font-size: 35px;
  font-weight: 700;
}

.accordion-button{
  background-color: #fff!important;
  color: #000!important;
  font-weight: 500;
  box-shadow: 0px 0px 0px #000!important;

}

.accordion-item{
 margin-bottom: 20px;
border: 1px solid #d5d5d5;
border-radius: 20px!important;
overflow: hidden;
border-top: 1px solid #d5d5d5!important;
}

.faq-img{
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
}

.faq-img img{
  border-radius: 20px;

}

.more-question{
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}

.more-question h4{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;

}

.more-ques-btn {
  display: flex;
  justify-content: center;
}

.btn-more-ques{
  background-color: #fa5b33;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}

.btn-more-ques:hover{
  background-color: #fff;
  color: #fa5b33;
}

.clients-logo{
  background-color: #f1f4f9;
}

.client-logo{
  padding-left: 20px;
  padding-right: 20px;
}

footer{
  background-color: #013148;
}


.footer-logo .navbar-brand h3{
  color: #fff;
}

.footer-about-contact p{
  color: #d5d5d5;
}

.social-icon-box a span{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #034361;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
  transition: all ease 0.2s;
  margin-top: 40px;
}

.social-icon-box a span i{
  color: #90bdd2;
}

.footer-social-icons{
  display: flex;
  gap: 10px;
}

.social-icon-box a span:hover{
  background-color: #eb662b;
}

.social-icon-box a span:hover i{
  color: #fff;
}

.links-head h5{
  font-size: 20px;
  color: #fff;
}

.quick-links ul{
  list-style-type: none;
  padding-left: 0px;
 
}

.quick-links ul li{
  padding-bottom: 5px;
 
}

.quick-links ul li a{
  font-size: 17px;
  color: #c8c8c8;
  text-decoration: none;
}

.travel-partners h6{
  color: #fff;
}

.partners{
  display: flex;
  gap: 5px;
}

.partners img{
  width: 80px;
}

.bottom-box{
  display: flex;
  justify-content: space-between;
}

.bottom-box p{
  margin-bottom: 0px;
  color: #c8c8c8;
  font-size: 14px;
}
.dom-dest-box a{
  color: #000000;
  text-decoration: none;
}
.bottom-box p a{
  color: #eb662b;
  text-decoration: none;
}
.footer-bottom{
  background-color: #013148;
  border-top: 1px solid #46626f;
}

.navbar-toggler-icon{
  background-image: url(../img/icons/hamburger.png)!important;
}

.navbar-toggler{
  border: 0px solid #fff;
  box-shadow: 0px 0px 0px #fff !important;
}

.btn-close{
  background-image: url(../img/icons/cross.png);
  padding: 0px!important;
  background-size: 30px;
}

.inner-banner{
  position: relative;
}

.inner-banner-head{
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 display: flex;
 align-items: center;
}

.inner-banner-head .container .row{
  align-items: center;
}

.inner-banner-head h1{
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  
}

.inner-banner-head h6{
  color: #fff;
   margin-top: 20px;
  text-align: center;
  
}

.inner-banner-head h6 span a.active{
  background-color: #eb662b;
  padding: 5px 20px;
  color: #fff;
  border-radius: 50px;

}


.inner-banner-head h6 span a{

  color: #fff;
  text-decoration: none;

}

.icon-box img{
   display: block;
   margin:auto;
   width: 40px;
}

.icon-box h6{
 font-size: 12px;
 text-align: center;
 margin-top: 5px;
}

.package-in-icons{
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.package-inner-box{
  
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.package-img{
  overflow: hidden;
 
}

.package-img img{
  transition: all ease 0.3s;
}

.package-img:hover img{
  transform: scale(1.1);
}

.package-details-inner{
  padding-left: 10px;
  padding-right: 10px;
}

.package-name h5{
  font-size: 20px;
  font-weight: 700;
  font-family: sans-serif;
}

.package-dest{
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding-top: 5px;
  padding-bottom: 5px;
}

.package-dest p{
  font-size: 14px;
}

.package-inclu h5{
 font-family: sans-serif;
 font-weight: 700;
 color: #eb662b;
 font-size: 20px;
}

.package-inclu .row ul{
  list-style: none;
  padding-left: 0px;
}

.package-inclu .row ul li{
  font-size: 15px;
  display: flex;
  align-items:center ;
  gap: 2px;
}

.package-inclu .row ul li::before{
  content: url(../img/icons/checkmark.png);
  margin-top: 5px;
}


.packag-inner-price{
 
  margin: 5px;
}

.pac-date h6 {
  color: #eb662b;
}

.del-price del{
  color: #818181;
  font-weight: 600;
 
  font-size: 17px;
}

.price-main h5 {
  color: #000;
  font-weight: 700;
  font-size: 25px;
  font-family: sans-serif;
  margin-top: 5px;
  margin-bottom: 0px;

}

.price-info p{
  font-size: 13px;
  font-weight: 500;
  color: #515151;
}

.btn-inr-pack .btn-book{
  border: 1px solid #eb662b;
  display: block;
  padding: 8px 20px;
  width: 90%;
}

.btn-inr-pack .btn-book:hover{
  background-color: #eb662b!important;
  color: #fff!important;
}

.view-btn .btn-view{
  border: 1px solid #002471;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
}

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

.view-btn .btn-call{
  border: 1px solid #03a43e;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #03a43e;
}

.view-btn .btn-call:hover{
  background-color: #03a43e;
  color: #fff;
}

.view-btn{
  display: flex;
  gap: 5px;
}

.bg-li{
  background-color: #e9f0ff;
}
.read-more-mobile{
  margin-bottom: 10px;
  margin-top: 10px;

}

.read-more-mobile a{
  color: #eb662b;
  text-decoration: none;
}

.details-links p{
  font-size: 14px;
}

.details-links p a{
   font-weight: 500;
  text-decoration: none;
}

.details-links p a.active{
  color: #eb662b;
}


.main{
  background-color: #fef4ee;
}

.details-name{
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;

}

.details-name h1{
  font-weight: 700;
  font-family: sans-serif;
  font-size: 25px;
  margin-bottom: 0px;

}

.details-name h4{
  font-weight: 700;
  font-family: sans-serif;
  font-size: 25px;
  margin-bottom: 0px;

}

.details-name  span{
  background-color:#eb662b;
  font-weight: 600;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
}


.pack-details-ban .carousel .carousel-inner img{
  border-radius: 20px;
}

.inclusion-icons-text img{
  display: block;
  margin: auto;
}

.inclusion-icons-text h6{
  text-align: center;
  font-size: 12px;

  
}

.inclusion-img{
  display: flex;
  gap: 20px;
}

.pack-dest-icons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.nav-tabs{
 border: 0px solid ;
 gap: 15px;
}

.nav-tabs .nav-link{
  border: 1px solid #eb662b!important;
  color: #eb662b;
  border-radius: 15px!important;
  background-color: #fff;
}

.nav-tabs .nav-item .active{
  background-color: #eb662b!important;
  color: #fff!important;
}

.package-information{
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 15px;
  background-color: #fff;
}

.pack-info-head h5{
  margin-bottom: 15px;
}

.pack-info-head h5 span{
  border-bottom: 2px solid #eb662b;
  font-size: 22px;
  font-family: sans-serif;
  padding-bottom: 5px;
  font-weight: 700;
  
}

.pack-info-head p{
  font-size: 16px;
  text-align: justify;
  font-family: sans-serif;
}

.tour-plans{
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 15px;
  padding: 15px;
  background-color: #fff;
}

.tour-box {
  border: 1px solid #88a6b5;
  border-radius: 5px;
  overflow: hidden;
}

.tour-day-head{
  background-color: #e8f7fe;
  padding: 12px 10px;
}

.tour-day-head h6{
  margin-bottom: 0px;
}

.tour-day-head h6 span{
  margin-right: 10px;
  padding: 5px 20px;
  background-color: #eb662b;
  color: #fff;
  border-radius: 20px;
}

.tour-day-details p{
  margin-bottom: 0px;
}
.tour-box{
  margin-bottom: 10px;
}

.tur-hed h5 span{
  border-bottom: 2px solid #eb662b;
  font-size: 22px;
  font-family: sans-serif;
  padding-bottom: 5px;
  font-weight: 700;
  
}

.box-of-inclusion{
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 15px;
  background-color: #eafaea;

}


.box-of-inclusion h5 span{
  border-bottom: 2px solid #4caf50;
  font-size: 22px;
  font-family: sans-serif;
  padding-bottom: 5px;
  font-weight: 700;
}


.box-of-inclusion  ul{
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
}

.box-of-inclusion  ul li{
  font-size: 16px;
  display: flex;
  align-items:center ;
  gap: 2px;
}

.box-of-inclusion  ul li::before{
  content: url(../img/icons/checkmark.png);
  margin-top: 5px;
}

.pack-info-head ul{
 padding-left: 20px;
}

.pack-info-head ul li{
  
}

.pack-dest-icons  .package-dest{
  border-bottom: 0px;
  border-top: 0px;
  margin-bottom: 10px!important;
}

.package-dest p span i{
  color: #eb662b;
  padding-left: 5px ;
  padding-right: 5px ;
}

.package-dest p {
  font-size: 15px;
}

.package-inner-price{
  padding: 20px;
  position: sticky;
  top: 0;
}

.inner-price-mian{
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(178,178,178,0.5);
  border-radius: 5px;
}

.inner-price-mian h4 span{
  font-size: 16px;
  color: #818181;
  margin-right: 10px;
  font-weight: 500;
}

.inner-price-mian h4{
  color: #eb662b;
  font-size: 20px;
}

.inner-price-mian p{
  color: #000;
  font-weight: 500;
}

.book-price-button button{
 background-color: #eb662b;
 width: 100%;
 padding: 5px;
 border: 1px solid #eb662b;
 color: #fff;
 font-size: 20px;
 font-weight: 500;
}

.book-price-button button:hover{
  border: 1px solid #eb662b;
  color: #eb662b;
  background-color: #fff;
}

.package-form{
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(178,178,178,0.5);
  border-radius: 5px;
}

.form-head-inner{
  background-color: #4caf50;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
}

.form-head-tex h5{
  font-size: 20px;
  font-family: sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}
.book-form-button .btn{
  background-color: #eb662b;
  width: 100%;
  color: #fff;
  font-weight: 500;
}

.inner-contact{
  padding: 5px;
  display: flex;
  gap: 10px;
  background-color: #f0f7ff;
  box-shadow: 0 2px 4px 0 rgba(178,178,178,0.5);
  border-radius: 5px;
}

.contact-inner-text h5{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}



.contact-inner-text a{
  text-decoration: none;
  color: #1c1c1c;
  display: block;
  font-weight: 500;
  font-family: sans-serif;
}

.nav-tabs{
  background-color: #fff;
  padding: 10px 10px;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 4px 0 rgba(178,178,178,0.5);
}

.nav-tabs .nav-item .nav-link{
  font-size: 15px;
}

.related-pack{
  background-color: #fef4ee;
}


.contact-page-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-page-section .inner-container {
  position: relative;
  z-index: 1;
  background-color: #013148;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.contact-page-section .form-column {
  position: relative;
  padding: 0 0 0 15px;
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 60px 45px 30px;
  background-color: #fff;
}
.contact-page-section .info-column {
  position: relative;
}
.contact-page-section .info-column .inner-column {
  position: relative;
  padding: 20px 20px;
}
.contact-page-section .info-column h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.contact-page-section .info-column .list-info {
  position: relative;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0px;
}
.contact-page-section .info-column .list-info li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  padding-left: 50px;
}
.contact-page-section .info-column .list-info li:last-child {
  margin-bottom: 0;
}
.contact-page-section .info-column .list-info li i {
  position: absolute;
  left: 0;
  top: 8px;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  background: #f84d1b;
  font-size: 20px;
}

.contact-page-section .info-column .list-info li a{
  color: #fff;
  text-decoration: none;
}
.contact-form {
  position: relative;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  color: #222;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-color: #f84d1b;
}
.contact-form textarea {
  height: 150px;
  resize: none;
}
.contact-form .theme-btn {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 16px 39px;
  border: 2px solid #f84d1b;
  font-family: Arimo, sans-serif;
  background: #f84d1b;
  display: inline-block;
  position: relative;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
}
.contact-form .theme-btn:hover {
  color: #f84d1b;
  border-color: #f84d1b;
  background: 0 0;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red !important;
}
.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500;
}
.social-icon-four {
  position: relative;
}
.social-icon-four li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}
.social-icon-four li.follow {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
.social-icon-four li a {
  position: relative;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon-four li a:hover {
  color: #222;
}

/* CONTACT PAGE END  */

.contact-page-section{
  background-color: #ffeee4;
}

.sec-title .title{
  font-weight: 500;
  font-size: 20px;
  font-family: cursive;
  color: #eb662b;
}

.sec-title h2{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* gallery css  */


.gallery .gallery-img img{
  padding: 5px;
  filter: grayscale(50%);
  transition: all ease 0.3s;
 
  
}

.gallery .gallery-img img:hover{
  filter: grayscale(0);
  transform: scale(1.1);
}

.lb-data .lb-close{
background: url(../img/icons/close.png)!important;
background-size: contain!important;
}

.lb-nav a.lb-next{
  background: url(../img/icons/next.png)!important;
  background-size: contain!important;
  background-position: center;
  width: 30px!important;
  height: 30px!important;
  opacity: 1!important;
  top: 48%;
  position: absolute;
  
}

.lb-nav a.lb-prev{
  background: url(../img/icons/prev.png)!important;
  background-size: contain!important;
  background-position: center;
  width: 30px!important;
  height: 30px!important;
  opacity: 1!important;
  top: 48%;
  position: absolute;

  background-repeat: no-repeat;
}

.gallery-img{
  overflow: hidden;
  
  background-color: #fff;
}


.gallery-sec{
  background-color: #ffeee4;
}

.navbar{
  /* position: fixed!important; */
  background-color: #fff;
  /* top: 30px; */
}

.banner-from{
  background-color: #eb662b;
  padding: 5px 20px 20px 20px;
}

.frm-btn button{
 background-color: #002471;
 width: 100%;
 border-color:#002471;
}

.frm-btn button:hover{
  border-color:#000;
  background-color: #000;

}

.form-text  h4{
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
}

#mobile{
  display: none;
  
}


.modal-header{
  position: absolute;
    right: 0;
    z-index: 11;
    background: #fff;
    border-radius: 0;
}

.btn-pack{
  background-color: #eb662b;
  padding: 5px ;
  font-size: 14px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff!important;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  margin-top: 15px;
}

.whatsapp-float{
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
}

/* call icon  */
.call-icon{
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 999;
}

 .blog-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .blog-listing {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .blog-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .blog-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .blog-card-img {
            height: auto;
            overflow: hidden;
        }
        
        .blog-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .blog-card:hover .blog-card-img img {
            transform: scale(1.05);
        }
        
        .blog-card-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .blog-card-tag {
            display: inline-block;
            background: var(--accent);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .blog-card-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
        .blog-card-excerpt {
            color: var(--dark);
            margin-bottom: 20px;
            flex-grow: 1;
        }
        
        .blog-card-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            padding-top: 15px;
            margin-top: auto;
        }
        
        .blog-card-date {
            color: var(--secondary);
            font-size: 0.9rem;
        }
        
        .blog-card-readmore {
            color: var(--accent);
            font-weight: 600;
            text-decoration: none;
            font-size: 0.9rem;
        }