/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #a2232e;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #a2232e;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #a2232e;
}

.section-heading {
	text-align: center;
	margin-bottom: 60px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #b68235;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #a2232e;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #a2232e;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #a2232e!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #a2232e!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #a2232e;
	border-bottom: 3px solid #b68235;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #a2232e;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/slide_01.jpg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/slide_02.jpg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/slide_03.jpg);
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#a2232e;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Request Form */

.request-form {
	background-color: #a2232e;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
	margin-top: 140px;
}

.service-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.service-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.service-item .down-content {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
}

.service-item .down-content h4 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #1e1e1e;
  font-weight: 700;
  line-height: 1.3;
  min-height: 57px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-item .tour-details {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.service-item .tour-info {
  display: flex;
  align-items: center;
  color: #666;
}

.service-item .tour-info i {
  margin-right: 8px;
  color: #a2232e;
}

.service-item .tour-highlights {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.service-item .tour-highlights li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #666;
}

.service-item .tour-highlights li i {
  color: #b68235;
  margin-right: 10px;
  font-size: 14px;
}

.service-item .down-content p {
  margin: 15px 0;
  line-height: 1.6;
}

.service-item .filled-button {
  margin-top: auto;
  align-self: flex-start;
}

.services .row {
  display: flex;
  flex-wrap: wrap;
}

.services .col-md-4 {
  display: flex;
  margin-bottom: 30px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0 0;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #b68235;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #a2232e;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #b68235;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #b68235;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: #a2232e;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #a2232e;
}

.contact-us .contact-form button.filled-button {
	background-color: #a2232e;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a2232e;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */

footer {
	background-color: #232323;
	padding: 80px 0px 0px 0px;
	color: #fff;
	margin-bottom: 0;
	width: 100%;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #a2232e;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #b68235;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #a2232e;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a2232e;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0px;
	margin-bottom: 0;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}


.page-heading {
	text-align: center;
	background-image: url(../images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #b68235;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #a2232e;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #a2232e;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #b68235;
	font-size: 15px;
}




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #a2232e!important;
		border-bottom: none!important;
	}
}

/* Tour Item Styling */
.service-item .down-content {
  padding: 25px;
}

.service-item .tour-details {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.service-item .tour-info {
  display: flex;
  align-items: center;
  color: #666;
}

.service-item .tour-info i {
  margin-right: 8px;
  color: #a2232e;
}

.service-item .tour-highlights {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.service-item .tour-highlights li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #666;
}

.service-item .tour-highlights li i {
  color: #b68235;
  margin-right: 10px;
  font-size: 14px;
}

.service-item .down-content h4 {
  margin-bottom: 15px;
  font-size: 22px;
}

.service-item .down-content p {
  margin: 15px 0;
  line-height: 1.6;
}

.service-item .filled-button {
  margin-top: 20px;
  display: inline-block;
}

.service-item:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* WhatsApp Chat Button */
.whatsapp-chat {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-chat a {
  background-color: #25d366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  transition: all 0.3s ease;
}

.whatsapp-chat a:hover {
  background-color: #128C7E;
  transform: scale(1.1);
}

.whatsapp-chat i {
  font-size: 28px;
}

/* About Page Enhancements */
.about-info .left-image img {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.about-info .left-image img:hover {
  transform: scale(1.02);
}

.about-info .right-content {
  padding: 30px;
}

.about-info .right-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-info .right-content span {
  font-size: 15px;
  color: #b68235;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.about-info .right-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.service-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.service-item .down-content {
  padding: 25px;
  height: calc(100% - 250px);
  display: flex;
  flex-direction: column;
}

.fun-facts {
  background-color: #f7f7f7;
  padding: 100px 0;
}

.count-area-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.count-digit {
  font-size: 36px;
  font-weight: 700;
  color: #b68235;
  margin-bottom: 10px;
}

.count-title {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
}

/* Values Section */
.values-section {
  background-color: #f8f9fa;
  padding: 100px 0;
}

.value-item {
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.value-item i {
  font-size: 40px;
  color: #a2232e;
  margin-bottom: 20px;
}

.value-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Why Choose Section */
.why-choose-section {
  background-color: #fff;
  padding: 100px 0;
}

/* Impact Section */
.impact-section {
  background-color: #f1f5f9;
  padding: 100px 0;
}

.impact-content {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  height: 100%;
}

.impact-content h3 {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.impact-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.impact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #666;
}

.impact-list li i {
  color: #b68235;
  margin-right: 10px;
}

/* Statistics Section Enhancement */
.fun-facts {
  background-color: #fff;
  padding: 100px 0;
}

.count-area-content {
  background: #f8f9fa;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.count-area-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* General Enhancements */
.section-heading {
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1e1e1e;
}

.section-heading em {
  font-style: normal;
  color: #b68235;
}

.section-heading span {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}

/* Reset section spacing */
.page-heading {
  margin-bottom: 0;
  padding: 180px 0 100px;
}

/* Discover Section Styling */
.discover-section {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.discover-wrapper {
  position: relative;
  z-index: 1;
}

.discover-content {
  padding-right: 50px;
}

.discover-content .subtitle {
  color: #b68235;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}

.discover-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}

.discover-content h2 em {
  font-style: normal;
  color: #b68235;
}

.discover-content .lead {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}

.feature-list {
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.feature-item i {
  font-size: 24px;
  color: #a2232e;
  margin-right: 15px;
  margin-top: 5px;
}

.feature-item .feature-text {
  flex: 1;
}

.feature-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1e1e1e;
}

.feature-item p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.discover-buttons {
  display: flex;
  gap: 20px;
}

.discover-images {
  position: relative;
}

.image-grid {
  position: relative;
  height: 600px;
}

.main-image {
  width: 80%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  right: 0;
}

.secondary-image {
  width: 60%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.tertiary-image {
  width: 40%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  position: absolute;
  bottom: 100px;
  right: 20px;
}

/* Fix section spacing */
.values-section {
  padding: 100px 0;
  margin: 0;
}

.why-choose-section {
  padding: 100px 0;
  margin: 0;
}

.impact-section {
  padding: 100px 0;
  margin: 0;
}

.fun-facts {
  padding: 100px 0;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .discover-content {
    padding-right: 0;
    margin-bottom: 50px;
  }
  
  .image-grid {
    height: 400px;
  }
  
  .main-image {
    width: 100%;
    height: 300px;
  }
  
  .secondary-image {
    width: 70%;
    height: 200px;
  }
  
  .tertiary-image {
    width: 50%;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .discover-content h2 {
    font-size: 32px;
  }
  
  .discover-buttons {
    flex-direction: column;
  }
  
  .discover-buttons a {
    width: 100%;
    text-align: center;
  }
  
  .image-grid {
    height: 300px;
    margin-top: 30px;
  }

  
}

/* Services Page Styles */
.services-grid {
  padding: 100px 0;
  background: #fff;
}

.featured-service {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.featured-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.service-image {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-service:hover .service-image img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.6));
}

.price-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #a2232e;
  color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
}

.service-content {
  padding: 30px;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: #a2232e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon i {
  color: #fff;
  font-size: 24px;
}

.service-features {
  margin: 20px 0;
  padding: 0;
}

.service-features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #666;
}

.service-features li i {
  color: #b68235;
  margin-right: 10px;
}

.service-footer {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

/* Services Cards Section */
.services-cards {
  padding: 80px 0;
  background: #f8f9fa;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  height: 100%;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.card-image {
  position: relative;
  height: 200px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #b68235;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.card-content {
  padding: 25px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .featured-service {
    margin-bottom: 30px;
  }
  
  .service-image {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .service-footer {
    flex-direction: column;
  }
  
  .service-footer a {
    width: 100%;
    text-align: center;
  }
  
  .service-image {
    height: 200px;
  }
}

/* Why Choose Us Section */
.why-choose-section {
  padding: 100px 0;
  background: #fff;
}

.value-item {
  padding: 40px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.value-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.value-item i {
  font-size: 48px;
  color: #a2232e;
  margin-bottom: 20px;
}

.value-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1e1e1e;
}

.value-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* Featured Destinations */
.featured-destinations {
  padding: 100px 0;
  background: #f8f9fa;
}

.destination-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.destination-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.destination-item:hover img {
  transform: scale(1.1);
}

.destination-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: #fff;
}

.destination-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.destination-content .meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.destination-content .meta span {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.destination-content .meta i {
  margin-right: 8px;
}

/* Travel Planning Section */
.planning-section {
  padding: 100px 0;
  background: #fff;
}

.planning-content {
  padding-right: 50px;
}

.planning-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1e1e1e;
}

.planning-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.planning-features {
  margin-bottom: 40px;
}

.planning-features li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #1e1e1e;
}

.planning-features i {
  color: #b68235;
  margin-right: 15px;
  font-size: 20px;
}

.planning-buttons {
  display: flex;
  gap: 20px;
}

.planning-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

/* Client Reviews Section */
.reviews-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.review-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.review-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.review-meta h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1e1e1e;
}

.rating {
  color: #ffc107;
  font-size: 14px;
}

.review-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  font-style: italic;
}

/* FAQ Section */
.faq-section {
  padding: 100px 0;
  background: #fff;
}

.accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.accordion-button {
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  background: #fff;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #a2232e;
  background: #fff;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-body {
  padding: 20px 30px;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .planning-content {
    padding-right: 0;
    margin-bottom: 50px;
  }
  
  .planning-buttons {
    flex-direction: column;
  }
  
  .planning-buttons a {
    width: 100%;
    text-align: center;
  }
  
  .destination-item img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .value-item {
    padding: 30px 20px;
  }
  
  .review-card {
    padding: 20px;
  }
  
  .accordion-button {
    padding: 15px 20px;
    font-size: 16px;
  }
  
  .accordion-body {
    padding: 15px 20px;
  }
}

/* Owl Carousel Custom Styles */
.destination-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.destination-slider .owl-prev,
.destination-slider .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  color: #a2232e !important;
  font-size: 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.destination-slider .owl-prev {
  left: -25px;
}

.destination-slider .owl-next {
  right: -25px;
}

.destination-slider .owl-prev:hover,
.destination-slider .owl-next:hover {
  background: #a2232e !important;
  color: #fff !important;
}

/* Animation Effects */
.value-item,
.destination-item,
.review-card,
.accordion-item {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Logo Styling */
.navbar-brand {
  padding: 0;
  margin: 0;
}

.nav-logo {
  height: 90px;
  width: auto;
  transition: all 0.3s ease;
}

/* Adjust logo size when header becomes fixed */
.background-header .nav-logo {
  height: 50px;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .nav-logo {
    height: 50px;
  }
  
  .background-header .nav-logo {
    height: 45px;
  }
}

@media (max-width: 767px) {
  .nav-logo {
    height: 45px;
  }
  
  .background-header .nav-logo {
    height: 40px;
  }
}

.destination-content {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.destination-content h4 {
  color: #ffffff;
  margin-bottom: 10px;
}

.destination-content .meta span {
  color: #ffffff;
  margin-right: 15px;
}

.destination-content .meta i {
  color: #a4c639;
  margin-right: 5px;
}

.destination-highlights p {
  color: #ffffff;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
}

.destination-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.destination-highlights ul li {
  color: #ffffff;
  margin: 5px 0;
}

.destination-highlights ul li i {
  color: #a4c639;
  margin-right: 8px;
}

.price-tag {
  margin: 15px 0;
}

.price-tag span {
  color: #ffffff;
  font-size: 12px;
}

.price-tag h5 {
  color: #a4c639;
  margin: 5px 0;
  font-size: 24px;
}

.destination-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 15px;
}

.destination-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.destination-item:hover img {
  transform: scale(1.1);
}

/* Modal Enhancements */
.modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.2);
  overflow: hidden;
}

.modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eee;
  padding: 20px 30px;
}

.modal-header .modal-title {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
}

.modal-header .close {
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: all 0.3s ease;
}

.modal-header .close:hover {
  background: #a2232e;
  color: #fff;
  transform: rotate(90deg);
}

.modal-body {
  padding: 30px;
}

.modal-body img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.modal-body h4 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 15px;
}

.modal-body p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.modal-body ul {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 20px;
}

.modal-body ul li {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.modal-body ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #a2232e;
  margin-right: 10px;
  font-size: 14px;
}

.modal-body .price-details {
  background: #f8f9fa;
  border-left: 4px solid #a2232e;
  padding: 20px;
  border-radius: 0 10px 10px 0;
  margin: 25px 0;
}

.modal-body .price-details p {
  margin: 0;
  font-size: 15px;
}

.modal-body .price-details p:first-child {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 18px;
}

.modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}

/* Modal Buttons */
.modal-footer .border-button {
  background: transparent;
  border: 2px solid #a2232e;
  color: #a2232e;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.modal-footer .border-button:hover {
  background: #a2232e;
  color: #fff;
}

.modal-footer .filled-button {
  background: #a2232e;
  color: #fff;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid #a2232e;
}

.modal-footer .filled-button:hover {
  background: #fff;
  color: #a2232e;
}

/* Modal Animation */
.modal.fade .modal-dialog {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease;
}

.modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

/* Responsive Modal */
@media (max-width: 768px) {
  .modal-dialog {
    margin: 1rem;
  }
  
  .modal-body {
    padding: 20px;
  }
  
  .modal-footer {
    flex-direction: column-reverse;
    gap: 10px;
  }
  
  .modal-footer button,
  .modal-footer a {
    width: 100%;
    text-align: center;
  }
}

/* Update Destination Content Styling */
.destination-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.3s ease;
}

.destination-item:hover .destination-content {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.75) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.destination-content h4 {
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.destination-content .meta span {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-right: 15px;
  font-size: 14px;
}

.destination-highlights p {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

.destination-highlights ul li {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 8px 0;
  font-size: 14px;
}

.price-tag {
  margin: 15px 0;
}

.price-tag span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.price-tag h5 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 5px 0;
}

/* Enhance the filled button contrast */
.destination-content .filled-button {
  background-color: rgba(162, 35, 46, 0.9);
  border: 2px solid transparent;
  padding: 10px 25px;
  font-weight: 600;
}

.destination-content .filled-button:hover {
  background-color: #ffffff;
  color: #a2232e;
  border: 2px solid #ffffff;
}

/* Booking Section Styles */
.booking-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.booking-form {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.booking-form h3 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.booking-form h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #a2232e;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.form-control {
    height: 50px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #a2232e;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    padding: 15px 20px;
}

.booking-summary {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  border-top: 3px solid #a2232e;
}

.summary-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.summary-item span:first-child {
  color: #666;
  font-size: 14px;
}

.summary-item span:last-child {
  color: #1e1e1e;
  font-weight: 500;
}

.summary-total {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 2px solid #eee;
}

.summary-total span:last-child {
  color: #a2232e;
  font-size: 24px;
  font-weight: 600;
}

/* Booking Form Button */
.booking-form .filled-button {
  background: #a2232e;
  color: #fff;
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid #a2232e;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.booking-form .filled-button:hover {
  background: #fff;
  color: #a2232e;
}

/* Need Help Section Enhancement */
.booking-help {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: center;
  border-top: 3px solid #b68235;
}

.booking-help h3 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.booking-help p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.booking-help .contact-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.booking-help .contact-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.booking-help .contact-option:hover {
  background: #f1f1f1;
}

.booking-help .contact-option i {
  color: #b68235;
  font-size: 20px;
}

.booking-help .contact-option span {
  color: #1e1e1e;
  font-weight: 500;
}

/* Office Showcase Styles */
.office-showcase {
  padding: 100px 0;
}

.office-content {
  padding-right: 30px;
}

.office-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1e1e1e;
}

.office-content h2 em {
  font-style: normal;
  color: #b68235;
}

.office-content p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.office-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.office-features li {
  color: #666;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.office-features li i {
  color: #a2232e;
  margin-right: 10px;
}

.office-hours {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.office-hours h4 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.office-hours p {
  margin: 0;
  color: #666;
}

.office-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .office-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .office-showcase {
    padding: 60px 0;
  }
  
  .office-content h2 {
    font-size: 28px;
  }
}