

body{ font-family: "Montserrat", sans-serif; font-size: 18px; color:#606060 ;}



.header-main{
	padding:20px;
	top:0;
	z-index:200;
	position:sticky;
	position: -webkit-sticky;
	width:100%;
	background: rgba(222, 234, 250, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.header-shadow {background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-item.active {
    color: #1e2125 !important;
    background-color: #e9ecef;
}
.logo{
	width:50%;
	transition: transform 0.5s ease;	
}

.navbar-light .navbar-nav .nav-link{
	color:#222F69 !important;	
	font-size:22px;
	font-weight:500;
	text-transform:uppercase;
	margin:0 15px;
}
.navbar-light .navbar-nav .nav-link:hover{
	color:#1C9CD8 !important;
	cursor: pointer;
}
.navbar-light .navbar-nav .nav-link:hover{}
.navbar-expand-lg{
	justify-content: flex-end !important;
	
}
.navbar-collapse{
	flex-grow: 0 !important;
}
.navbar-light .dropdown-menu {background-color: rgb(0 0 0 / 72%);}
.navbar-light a.dropdown-item {
    text-transform: uppercase;
    color: #fff;
		font-size: 14px;
}
.logo-small{width: 20%; display: none;}

.fixed-header .logo-small{width: 40%; display: block;}
.fixed-header .logo {
	display: none;
}
.fixed-header .book-now-btn {
	margin-top:12px;
}
/*
.fixed-header .navbar-light .navbar-nav .nav-link{
	color: #fff !important;
}
*/


.navbar-light .navbar-toggler{
	border-color: rgba(0,0,0,.0);
/*	background: #e1c8b6;*/
}
.fixed-header .navbar-light .navbar-toggler{
/*	background: #000;*/
}

.fixed-header .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-item.active{
	color: #000 !important;
}


.carousel-title{
	font-size: 50px;
    color: #fff;
    line-height: 65px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.carousel-title-inner{
	font-size: 45px;
    color: #fff;
    line-height: 55px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.black{
    color: #212529 !important;
}
.carousel-content p{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;   
}


.carousel-content a{
 background: #05B723;
 color: #fff;
 text-decoration: none;
 padding: 20px;
 font-weight: 600;
 border-radius: 10rem;
 letter-spacing: 0.15rem;
  transition: transform 0.3s ease-in-out; 
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bnr-button {margin-top:3rem !important;}
.table-responsive a{
 background: #05B723;
 color: #fff;
 text-decoration: none;
 padding: 14px;
 font-weight: 600;
 border-radius: 10rem;
  transition: transform 0.3s ease-in-out; 
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size:12px
}
.carousel-content a:hover, .table-responsive a:hover
{
  background: #059b1e;
  	
}
.carousel-content a img
{
 max-height:40px;	
}
.table-responsive a img 
{
 max-height:20px;	
}



.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon{
	filter: inherit !important;
}
.carousel-control-next, .carousel-control-prev{
	width: 5% !important;
}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1300px) {
	.table-responsive a {font-size:8px;}
	.carousel-title, .carousel-title-inner{
		font-size:35px;
		line-height: 40px;
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 1024px) {
	
	.navbar-light .navbar-nav .nav-link {
		font-size: 20px;
		margin: 0 0px;
	}
	.header-main {
		padding: 10px;
	}
	.carousel-title, .carousel-title-inner{
		font-size:30px;
		line-height: 35px;
		margin-bottom: 15px
	}
	.carousel-text p{ 
		font-size: 18px;
        line-height: 22px;
	}
	.carousel-content a{
	  padding: 10px;
      font-size: 14px;
	}
	.carousel-content a img{
	  width: 20px;
	}
	
}


@media only screen and (max-width: 800px) {
	.navbar-nav {
		padding-top: 20px;
	}
	.navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        margin: 0 0px;
    }
	.header-main {
		padding: 10px;
		background:#deeafa;
	}
	.fixed-header .logo, .logo {
		width: 10%;
		position: absolute;
	}
	.fixed-header .logo-small {
		width: 9%;
		display: block;
		position: absolute;
	}
	.carousel-title, .carousel-title-inner{
		font-size:24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.carousel-text p{ 
		font-size: 18px;
        line-height: 22px;
	}
	
	/*.carousel-text img{
		width: 75%;
	}*/
}

@media only screen and (max-width: 768px) {
	
	.fixed-header .logo, .logo {
		width: 10%;
		position: absolute;
	}
	.fixed-header .logo-small {
		width: 10%;
		display: block;
		position: absolute;
	}
	
	.carousel-text{
		/*font-size:60px;*/
	}
	
	
}
@media only screen and (max-width: 640px) {
	
	.fixed-header .logo, .logo {
		width: 13%;
		position: absolute;
	}
	.fixed-header .logo-small {
		width: 12%;
		display: block;
		position: absolute;
	}
	.carousel-title, .carousel-title-inner{
		font-size:24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.carousel-text p{ 
		font-size: 18px;
        line-height: 22px; 
	}
	.bnr-button {margin-top:1rem !important;}
	/*.carousel-text img{
		width: 50%;
	}*/
	.pricing-header {font-size:24px;}
}

@media only screen and (max-width: 480px) {
	
	
	.fixed-header .logo, .logo {
		width: 18%;
		position: absolute;
	}
	.fixed-header .logo-small {
		width: 14%;
		display: block;
		position: absolute;
	}
	    .header-main {
        padding: 5px;
    }
	.carousel-title, .carousel-title-inner{
		font-size:24px;
		line-height: 30px;
		margin-bottom: 15px;
     
	}
	.carousel-content a {font-size:14px; padding:10px;}
	.carousel-content a img {max-height:25px;}
	/*.carousel-text img{
		width: 50%;
	}*/
	
	
}


@media only screen and (max-width: 376px) {
	
	
	.fixed-header .logo, .logo {
		width: 24%;
		position: absolute;
	}
	.fixed-header .logo-small {
		width: 23%;
		display: block;
		position: absolute;
	}
	   .header-main {
        padding: 5px;
    }
	.carousel-title, .carousel-title-inner{
		font-size:24px;
		line-height: 30px;
		margin-bottom: 15px;
		
        
	}
	.carousel-text p{ 
		font-size: 18px;
        line-height: 22px;
		margin-bottom: 25px;
	}
	.bnr-button {margin-top:0.5rem !important;}
	.carousel-content a{
	  padding: 10px;
      font-size: 14px;
	}
	.carousel-content a img{
	  width: 20px;
	}
	/*.carousel-text img{
		width: 50%;
		display: none
	}*/
	    
	
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #deeafa;
}


h2{
	color: #222F69;
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center
}

.sliding-box{
	/* background: #f5f5f5; 
	border-radius: 30px;
	padding: 10px;
	float: left;
	text-decoration: none;
	cursor: pointer;*/
}
.sliding-box img{
	border-radius: 20px;
}
.sliding-box:hover{
	-webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.26);
box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.26);
border-radius: 20px;
}
.sliding-box h3{
	color: #b66313;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}


.view-all-btn{
	background: #e38b41;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 20px;
    text-decoration: none;
    cursor: pointer;
}
.view-all-btn:hover{
	color: #fff;
	text-decoration: none;
	background: #004a84;
}
.bg-gray{
	background: #f7f9fc;
	padding: 80px 0px;
}







/*dddddddddddddddddddddddd*/

.slide-hover{
	cursor: pointer;
	border: solid 1px #000;
	position: relative
}

.client-bg{
	/*background-color: #e0eef4;*/
	padding: 80px 0;
}
.heading{
	font-weight: 900;
	font-size: 50px;
	color: #161c2d;
	margin-bottom: 30px;
}
.heading span{
	color: #1c9cd8;
}

.ourservices-area {
	background-color: #f8f8f8;
	padding: 80px 0;
}
.ourservices-content{
	text-align: center;
	background: #fff;
	border: solid 1px #cbcbcb;
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
}
.ourservices-content img {margin-bottom: 10px;
}
.ourservices-content h2{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #232838;
	line-height: 24px;
}

.ourservices-content:hover{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
transition: 0.5s;
border: solid 1px #fff;
}



.tour-text{
	position: absolute;
	transform: translate(0%, -50%);
	top: 50%;
	padding: 80px;
}
.tour-title{
	font-size: 40px;
	text-transform: uppercase;
	color: #3ab5ee;
	font-weight: 800;
}
.sub-hdng{
	font-size: 26px;
	text-transform: uppercase;
	color: #606060;		
}
.tour-text p{
	font-size: 20px;
	color: #606060;
}


@media only screen and (max-width: 992px) {
	.tour-text {
			position: inherit;
			transform: translate(0%, -50%);
			top: 50%;
			padding: 40px;
		}

}

.footer-area{
	background: #f4f6fb;
	padding: 80px 0;
	
}
.footer-area h2{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	text-transform:none;
}

.footer-contact{
	padding: 0;
	margin: 0;
}
.footer-contact li{
	list-style: none;
	color: #606060;
	font-size: 16px;
	margin-bottom: 15px;
}
.footer-contact li i{
	margin-right: 5px;
}
.footer-contact li a {
	list-style: none;
	color: #686868;
	text-decoration: none;
	font-size:14px;
}
.social-icon{
	padding: 0;
	margin: 0;
}
.social-icon li {
	text-decoration: none;
	display: inline;
	margin:0 15px 15px 0;
}
.social-icon li img{
	width: 36px;
	height: 36px;
	margin-bottom: 15px;
}

.social-app {
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #d1d1d1;
}

.social-app a{
	font-size: 10px;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.social-app li {
	text-decoration: none;
	display: inline;
	margin: 0 10px 15px 0;
	display: inline-block;
}
.social-app li img {
}

.social-app:last-child {
	border-bottom: solid 0px #d1d1d1;
	margin-top: 20px;
}

@media only screen and (max-width: 640px) {
	.footer-area h2 {
		margin-top: 30px;
	}
	
	.heading, .tour-title{
	font-size: 30px;
}

}

.button {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #1C9CD8;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration:none;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222F69;
  border-radius: 10rem;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #3ab5ee;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}

/* 1. The Container Fix */
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* 2. Fix the First Column */
.table thead th:first-child,
.table tbody td:first-child,
.table tfoot td:first-child {
	position: sticky;
	left: 0;
	background-color: #fff; /* Match row color */
	z-index: 100;
	min-width: 200px; /* Ensures text doesn't squash on mobile */
	border-right: 1px solid #dee2e6;
}

/* 3. Handle Zebra Striping for Sticky Column */
/* Since the sticky column has its own background, we must color it per row */
.table-striped-custom tbody tr:nth-of-type(even) td:first-child {
	background-color: #f4f9ff; 
}

/* Ensure header stays above sticky column */
.table thead th {
	position: sticky;
	top: 0;
	z-index: 11;
}
.table>:not(:last-child)>:last-child>* {
    border-right-color: #fff;
}
/* UI Styling */
.pricing-header { font-weight: 700; }
.text-highlight { background-color: #d1f3ff; padding: 0 10px; border-radius: 4px; }
.col-free { background-color: #eceff0 !important; min-width: 150px; border-radius: 20px 20px 0px 0px;}
.col-basic { background-color: #d9f2ff !important; min-width: 150px; border-radius: 20px 20px 0px 0px;}
.col-premium { background-color: #bde7fd !important; min-width: 150px; border-radius: 20px 20px 0px 0px;}
.btn-tala-blue { background-color: var(--tala-blue); color: white; border-radius: 50px; }
.btn-tala-yellow { background-color: var(--tala-yellow); border-radius: 50px; font-weight: bold; }
.check-icon { color: #093; font-weight: bold; }
.cross-icon { color: #F00; font-weight: bold; }
.accordion {
	height: auto !important;
	margin: 0 auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(225, 225, 225, 1);
	overflow: hidden;
	margin-bottom: 20px;
}
.accordion .accordion_content {
	display: none; 
	padding: 20px;
	border-top: 1px solid #e9e9e9;
}
.accordion.active .accordion_content {
	display: block;
}
.accordion .accordion_tab {
	padding: 20px;
	cursor: pointer;
	user-select: none;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	line-height: 1.4;
	color:#222F69;
}
.accordion .accordion_tab .accordion_arrow {
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	right: 20px;
	width: 15px;
	height: 15px;
	transition: all 0.3s ease;
}
.accordion .accordion_tab .accordion_arrow img {
	width: 100%;
	height: 100%;
}
.accordion .accordion_tab.active .accordion_arrow {
	transform: translateY(50%) rotate(180deg);
}
.accordion.active {
	height: auto;
}
.accordion .accordion_content {
	padding: 20px;
	border-top: 1px solid #e9e9e9;
}
.accordion .accordion_content .accordion_item {
	margin-bottom: 20px;
}
.accordion .accordion_content .accordion_item p.item_title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
	color: #6adda2;
}
.accordion .accordion_content .accordion_item p:last-child {
	font-size: 16px;
	line-height: 26px;
}
.text-scroll-animation .text {
  color: #5e5a5a33;
  background: linear-gradient(to right, #000, #000) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}
/* Apply this class to your image element */
img.up-down-animation {
  /* Animation properties: name, duration, timing function, iteration count, direction */
  animation: float 3s ease-in-out infinite alternate;
}

/* Define the keyframes for the animation */
@keyframes float {
  0% {
    transform: translateY(0); /* Start position */
  }
  50% {
    transform: translateY(-20px); /* Move up 20 pixels */
  }
  100% {
    transform: translateY(0); /* Return to start position */
  }
}
.single-img {
  position: relative;
}
.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e1ecfaf2;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #222F69;
  text-align: center;
  font-size: 17px;
  width: 90%;
}
.overlay-text span{
  font-weight: 300;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
}

.iconcard{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
	padding-right:15px;
	flex-direction: column;
	
}
.iconCard-icon{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	border:1px solid #c4c4c4;
}
.iconCard-icon img {width:250px;}