/* Global colors */

:root {
	--global--color-lightsea: #2d7076;
    --global--color-orange: #ff6648;
    --global--color-white: #ffffff;
    --global--color-seagreen: #1bc9b6;
    --global--color-blackyellow: #10110e;
    --global--color-seablue: #0d5c63;
   --global--color-lightgrey: #777777;
    --global--color-grey: #545454;
    --global--color-offwhite: #f3f7f7;
	--global--color-dullwhite: #fffefe;
	--global--color-dullgrey: #cbcbcb;
	--global--color-seagreenish: #1bc8b5;
	--global--color-darksea: #0e5053;

}
.color-545454{
	color: #545454;
}
.bg-color{
	background-color: var(--global--color-offwhite);
}
.bg-off-white{
	background-color: var(--global--color-offwhite);
}
.padding-top{
	padding-top: 120px;
}
.padding-bottom{
	padding-bottom: 120px;
}
.padding-right{
	padding-right: 200px;
}
.padding-left{
		padding-left: 200px;
}
.padding-xl-top{
		padding-top: 626px;
}

@media only screen and (max-width:1440px){

}
@media only screen and (max-width:1199px){
.padding-top{
		padding-top: 90px;
		}
.padding-bottom{
		padding-bottom: 90px;
		}
		.padding-xl-top {
			padding-top: 600px !important;
		}
}
@media only screen and (max-width: 991px) {
.padding-top{
	padding-top: 60px;
	}
.padding-bottom{
	padding-bottom: 60px;
	}
.padding-right{
		padding-right: 85px;
	}
.padding-left{
		padding-left: 85px;
}
}
@media screen and (max-width:767px){
.padding-top{
		padding-top: 50px;
	}
.padding-bottom{
		padding-bottom: 50px;
	}
.padding-right{
		padding-right: 20px;
	}
.padding-left{
		padding-left: 20px;
	}
}
@media screen and (max-width: 575px){
	.padding-top{
		padding-top: 40px;
		}
.padding-bottom{
		padding-bottom: 40px;
		}
}
.floating-icons {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 10px;
 }
 
 .floating-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: white;
	font-size: 24px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
	animation: float 3s ease-in-out infinite;
 }
 
 .floating-icon:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(0,0,0,0.25);
	color: white;
	text-decoration: none;
 }
 
 .whatsapp-icon {
	background: #25D366;
 }
 
 .whatsapp-icon:hover {
	background: #128C7E;
 }
 
 .call-icon {
	background: #007bff;
 }
 
 .call-icon:hover {
	background: #0056b3;
 }
 
 @keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
 }
 
 @media (max-width: 768px) {
	.floating-icons {
	   bottom: 15px;
	   right: 15px;
	}
	
	.floating-icon {
	   width: 50px;
	   height: 50px;
	   font-size: 20px;
	}
 }

 .floating-icons {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 10px;
 }
 
 .floating-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: white;
	font-size: 24px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
	animation: float 3s ease-in-out infinite;
 }
 
 .floating-icon:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(0,0,0,0.25);
	color: white;
	text-decoration: none;
 }
 
 .whatsapp-icon {
	background: #25D366;
 }
 
 .whatsapp-icon:hover {
	background: #128C7E;
 }
 
 .call-icon {
	background: #007bff;
 }
 
 .call-icon:hover {
	background: #0056b3;
 }
 
 .instagram-icon {
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
 }
 
 .instagram-icon:hover {
	background: linear-gradient(45deg, #e6683c 0%,#dc2743 25%,#cc2366 50%,#bc1888 75%,#f09433 100%);
 }
 
 .facebook-icon {
	background: #1877f2;
 }
 
 .facebook-icon:hover {
	background: #0d6efd;
 }
 
 @keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
 }
 
 @media (max-width: 768px) {
	.floating-icons {
	   bottom: 15px;
	   right: 15px;
	}
	
	.floating-icon {
	   width: 50px;
	   height: 50px;
	   font-size: 20px;
	}
 }
/* ============================================
   Video Carousel — Nav & Dots Alignment Fix
   ============================================ */
#video-carousel {
    position: relative;
}

/* Center arrows vertically over the thumbnail */
#video-carousel .owl-prev,
#video-carousel .owl-next {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    z-index: 10;
}

#video-carousel .owl-prev {
    left: 16px;
}

#video-carousel .owl-next {
    right: 16px;
}

#video-carousel .owl-prev i,
#video-carousel .owl-next i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #222;
    font-size: 14px;
}

#video-carousel .owl-prev:hover,
#video-carousel .owl-next:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.08);
}

/* Dots — sit neatly below image, centred */
#video-carousel .owl-dots {
    text-align: center;
    margin-top: 14px;
    line-height: 1;
}

#video-carousel .owl-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    padding: 0;
    vertical-align: middle;
    transition: background 0.3s ease, width 0.3s ease;
}

#video-carousel .owl-dots button.active {
    background: var(--primary-color);
    width: 28px;
    border-radius: 6px;
}
