/*
Template: Constro - Construction Business HTML5 Template
Author: potenzaglobalsolutions.com
Version: 2.0.1
Design and Developed by: potenzaglobalsolutions.com
 /*************************
        loding
*************************/
#preloader {
	background-color: #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden !important;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.clear-loading {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: inline-block;
}

/*Loading Effect */
.loading-effect {
	width: 350px; /* Increased from 305px to make container wider */
	height: 150px; /* Increased from 100px to make container taller */
	position: relative;
}

	.loading-effect img {
		width: 200px; /* Set an explicit width for the logo */
		height: auto; /* Maintain aspect ratio */
		max-width: 100%; /* Ensure it's responsive */
		margin: 0 auto; /* Center it horizontally */
		display: block; /* Make it a block element for proper margins */
		animation: logoFadeIn 0.8s ease-out forwards, logoPulse 2s ease-in-out infinite 0.8s;
		transform-origin: center center;
		position: relative;
		z-index: 1;
		opacity: 0;
	}

/* Logo Fade In Animation */
@keyframes logoFadeIn {
	0% {
		opacity: 0;
		transform: scale(0.6) translateY(-15px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

/* Logo Pulse Animation - subtle breathing effect */
@keyframes logoPulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.06);
	}
}

	.loading-effect span {
		float: left;
		margin-top: 28px;
		font-size: 18px; /* Make text larger if needed */
	}

@media screen and (max-width: 767px) {
	.clear-loading {
		/* Flexbox handles centering */
	}

	.loading-effect {
		width: 200px; /* Make container smaller but still bigger than original 100px */
		height: 120px; /* Keep some height for the logo */
	}

		.loading-effect img {
			width: 150px; /* Slightly smaller on mobile but still bigger than original */
		}
		
		.loading-effect::before {
			width: 180px;
			height: 180px;
		}

		.loading-effect span {
			display: block; /* Show the text */
			font-size: 16px; /* Slightly smaller text on mobile */
			margin-top: 10px; /* Less margin */
			float: none; /* Don't float on mobile */
			text-align: center; /* Center text */
		}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	display: none;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: url(../images/close.png) 25 25, pointer;
}


/*---------------------------------------------------------------------
  Header
---------------------------------------------------------------------*/
#header{position:relative; width:100%; z-index:99;}
#header.defualt{background:#ffffff; z-index: 999; padding: 0px; margin: 0px; position: relative; width: 100%; -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); }
#header.defualt .topbar{border-bottom:0; background: #04b1ad; padding:7px 0px; }
#header.defualt .topbar-left li,
#header.defualt .topbar-left li a,
#header.defualt .topbar-right li,
#header.defualt .topbar-right li a{color:#ffffff;}
#header.defualt .topbar-left li i,
#header.defualt .topbar-right li i{color:#ffffff;}
#header.defualt .mega-menu .menu-links > li > a{color:#222222;}
#header.defualt .mega-menu .menu-links > li.active > a{color:#04b1ad;}
#header.defualt .mega-menu.desktopTopFixed .menu-list-items{background:#ffffff; -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.05); -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.05); box-shadow: 0px 3px 3px rgba(0,0,0,0.05);}

/* Transparent header for index page - Completely transparent, no glass effect */
#header.index-header-transparent {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s ease;
    padding: 0 !important;
    margin: 0 !important;
}

#header.index-header-transparent .topbar,
#header.index-header-transparent .modern-topbar {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: background 0.3s ease !important;
}

#header.index-header-transparent .topbar-content,
#header.index-header-transparent .modern-topbar .topbar-content {
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

#header.index-header-transparent .topbar-left .contact-item,
#header.index-header-transparent .topbar-left .contact-item span,
#header.index-header-transparent .topbar-right .social-label,
#header.index-header-transparent .topbar-right .social-link,
#header.index-header-transparent .modern-topbar .topbar-left .contact-item,
#header.index-header-transparent .modern-topbar .topbar-left .contact-item span,
#header.index-header-transparent .modern-topbar .topbar-right .social-label,
#header.index-header-transparent .modern-topbar .topbar-right .social-link {
    color: rgba(255, 255, 255, 0.9) !important;
}

#header.index-header-transparent .topbar-left .contact-item i,
#header.index-header-transparent .modern-topbar .topbar-left .contact-item i {
    color: rgba(255, 255, 255, 0.9) !important;
}

#header.index-header-transparent .topbar-right .social-link,
#header.index-header-transparent .modern-topbar .topbar-right .social-link {
    color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Desktop only — on mobile the class-based toggle in modern-header.css takes over */
@media (min-width: 992px) {
#header.index-header-transparent .mega-menu .menu-links {
    display: flex !important;
    gap: 25px !important;
    align-items: center !important;
}

#header.index-header-transparent .mega-menu .menu-links > li {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}
}

/* Homepage dropdown menu styling - transparent state */
#header.index-header-transparent .mega-menu .drop-down-multilevel {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 5px !important;
    z-index: 1000 !important;
    min-width: 220px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px !important;
    padding: 8px 0 !important;
    border: 1px solid rgba(4, 177, 173, 0.1) !important;
}

#header.index-header-transparent .mega-menu .drop-down-multilevel li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(4, 177, 173, 0.1) !important;
}

#header.index-header-transparent .mega-menu .drop-down-multilevel li:last-child {
    border-bottom: none !important;
}

#header.index-header-transparent .mega-menu .drop-down-multilevel li a {
    display: block !important;
    padding: 12px 20px !important;
    color: #2c3e50 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    line-height: 1.5 !important;
}

#header.index-header-transparent .mega-menu .drop-down-multilevel li a:hover {
    background: rgba(4, 177, 173, 0.1) !important;
    color: #04b1ad !important;
    padding-left: 25px !important;
}

#header.index-header-transparent .mega-menu .menu-links > li > a {
    color: #ffffff !important;
    text-transform: uppercase !important;
    line-height: normal !important;
    padding: 10px 0 !important;
    display: flex !important;
    align-items: center !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
}

/* Active link is WHITE on the transparent (pre-scroll) header — same as all other links */
#header.index-header-transparent:not(.scrolled) .mega-menu .menu-links > li.active > a {
    color: #ffffff !important;
}
/* Suppress the teal underline on the active link while header is transparent */
#header.index-header-transparent:not(.scrolled) .mega-menu .menu-links > li.active > a::after {
    width: 0 !important;
    background: transparent !important;
}
/* Active link is TEAL once the header has scrolled / gone solid */
#header.index-header-transparent.scrolled .mega-menu .menu-links > li.active > a,
#header.index-header-transparent .mega-menu .menu-links > li.active > a:hover {
    color: #04b1ad !important;
}

#header.index-header-transparent .mega-menu .menu-list-items {
    background: transparent !important;
    box-shadow: none !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

#header.index-header-transparent .menu {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

#header.index-header-transparent .mega-menu {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

#header.index-header-transparent .mega-menu .menu-list-items .container {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

#header.index-header-transparent .mega-menu .menu-list-items .container .row {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

#header.index-header-transparent .mega-menu .menu-list-items .col-lg-12 {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Ensure ALL header elements are completely transparent - no glass effect */
#header.index-header-transparent .menu-logo,
#header.index-header-transparent .menu-logo li,
#header.index-header-transparent .menu-links,
#header.index-header-transparent .menu-links li {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Override desktopTopFixed class for transparent header */
#header.index-header-transparent .mega-menu.desktopTopFixed .menu-list-items {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}

/* Force complete transparency - override any possible background on key elements */
#header.index-header-transparent .topbar-content,
#header.index-header-transparent .modern-topbar .topbar-content,
#header.index-header-transparent .menu-list-items .container,
#header.index-header-transparent .menu-list-items .container .row,
#header.index-header-transparent .menu-list-items .container .row > * {
    background-color: transparent !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* When scrolled, make it look EXACTLY like modern header - copy ALL modern header styles */
#header.index-header-transparent.scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(4, 177, 173, 0.1) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
    margin: 0 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    transition: all 0.3s ease !important;
}

/* Topbar - EXACT copy of .modern-topbar */
#header.index-header-transparent.scrolled .topbar,
#header.index-header-transparent.scrolled .modern-topbar {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    padding: 3px 0 !important;
    font-size: 11px !important;
    border-bottom: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

#header.index-header-transparent.scrolled .topbar-content,
#header.index-header-transparent.scrolled .modern-topbar .topbar-content {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Topbar content - match .topbar-content flexbox */
#header.index-header-transparent.scrolled .topbar .container,
#header.index-header-transparent.scrolled .modern-topbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#header.index-header-transparent.scrolled .topbar .container .row,
#header.index-header-transparent.scrolled .modern-topbar .container .topbar-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
    width: 100% !important;
}

#header.index-header-transparent.scrolled .topbar-left,
#header.index-header-transparent.scrolled .topbar-right {
    display: flex !important;
    align-items: center !important;
}

#header.index-header-transparent.scrolled .topbar-left .list-inline,
#header.index-header-transparent.scrolled .topbar-right .list-inline {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#header.index-header-transparent.scrolled .topbar-left li,
#header.index-header-transparent.scrolled .topbar-left li a,
#header.index-header-transparent.scrolled .topbar-right li,
#header.index-header-transparent.scrolled .topbar-right li a,
#header.index-header-transparent.scrolled .modern-topbar .topbar-left .contact-item,
#header.index-header-transparent.scrolled .modern-topbar .topbar-left .contact-item span,
#header.index-header-transparent.scrolled .modern-topbar .topbar-right .social-links,
#header.index-header-transparent.scrolled .modern-topbar .topbar-right .social-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

#header.index-header-transparent.scrolled .topbar-left li i,
#header.index-header-transparent.scrolled .modern-topbar .topbar-left .contact-item i {
    color: #04b1ad !important;
    font-size: 12px !important;
}

#header.index-header-transparent.scrolled .topbar-right li i,
#header.index-header-transparent.scrolled .modern-topbar .topbar-right .social-link i {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Social links styling */
#header.index-header-transparent.scrolled .topbar-right .list-inline-item a,
#header.index-header-transparent.scrolled .modern-topbar .topbar-right .social-link {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    font-size: 11px !important;
}

#header.index-header-transparent.scrolled .topbar-right .list-inline-item a:hover,
#header.index-header-transparent.scrolled .modern-topbar .topbar-right .social-link:hover {
    background: #04b1ad !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(4, 177, 173, 0.3) !important;
}

/* Mega-menu - EXACT copy of .modern-nav */
#header.index-header-transparent.scrolled .menu {
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    width: 100% !important;
}

#header.index-header-transparent.scrolled .mega-menu {
    padding: 5px 0 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    margin: 0 !important;
    width: 100% !important;
}

#header.index-header-transparent.scrolled .mega-menu .menu-list-items {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: none !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

/* Nav content - EXACT copy of .nav-content flexbox */
#header.index-header-transparent.scrolled .mega-menu .menu-list-items .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#header.index-header-transparent.scrolled .mega-menu .menu-list-items .container .row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
    width: 100% !important;
}

#header.index-header-transparent.scrolled .mega-menu .menu-list-items .col-lg-12 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Logo - EXACT copy of .nav-logo - override default 30px padding */
#header.index-header-transparent.scrolled .mega-menu .menu-logo {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    min-height: auto !important;
    height: auto !important;
}

#header.index-header-transparent.scrolled .mega-menu .menu-logo li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

#header.index-header-transparent.scrolled .mega-menu .menu-logo img {
    height: auto !important;
    max-height: 50px !important;
    width: auto !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    margin: 0 !important;
}

#header.index-header-transparent.scrolled .mega-menu .menu-logo:hover img {
    transform: scale(1.05) !important;
}

/* Menu links - EXACT copy of .menu-list */
#header.index-header-transparent.scrolled .mega-menu .menu-links {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 25px !important;
    align-items: center !important;
}

/* Menu item - EXACT copy of .menu-item */
#header.index-header-transparent.scrolled .mega-menu .menu-links > li {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
}

/* Menu link - EXACT copy of .modern-header .menu-link - override ALL defaults including line-height:100px */
#header.index-header-transparent.scrolled .mega-menu .menu-links > li > a {
    color: #2c3e50 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 10px 0 !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
}

/* Underline effect - EXACT copy */
#header.index-header-transparent.scrolled .mega-menu .menu-links > li > a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 3px !important;
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%) !important;
    transition: width 0.3s ease !important;
}

#header.index-header-transparent.scrolled .mega-menu .menu-links > li > a:hover::after,
#header.index-header-transparent.scrolled .mega-menu .menu-links > li.active > a::after {
    width: 100% !important;
}

#header.index-header-transparent.scrolled .mega-menu .menu-links > li > a:hover,
#header.index-header-transparent.scrolled .mega-menu .menu-links > li.active > a {
    color: #04b1ad !important;
}

/* Dropdown icon - EXACT copy */
#header.index-header-transparent.scrolled .mega-menu .menu-links > li > a .fa-indicator,
#header.index-header-transparent.scrolled .mega-menu .menu-links > li > a i {
    margin-left: 8px !important;
    font-size: 12px !important;
    transition: transform 0.3s ease !important;
}

#header.index-header-transparent.scrolled .mega-menu .menu-links > li:hover > a .fa-indicator,
#header.index-header-transparent.scrolled .mega-menu .menu-links > li:hover > a i {
    transform: rotate(180deg) !important;
}

/* Fix dropdown menu size when scrolled */
/* Homepage dropdown menu styling - scrolled state */
#header.index-header-transparent.scrolled .mega-menu .drop-down-multilevel {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 5px !important;
    z-index: 1000 !important;
    min-width: 220px !important;
    width: 220px !important;
    max-width: 220px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px !important;
    padding: 8px 0 !important;
    border: 1px solid rgba(4, 177, 173, 0.1) !important;
}

#header.index-header-transparent.scrolled .mega-menu .drop-down-multilevel li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(4, 177, 173, 0.1) !important;
}

#header.index-header-transparent.scrolled .mega-menu .drop-down-multilevel li:last-child {
    border-bottom: none !important;
}

#header.index-header-transparent.scrolled .mega-menu .drop-down-multilevel a {
    display: block !important;
    padding: 12px 20px !important;
    color: #2c3e50 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    line-height: 1.5 !important;
    min-height: auto !important;
}

#header.index-header-transparent.scrolled .mega-menu .drop-down-multilevel li a:hover {
    background: rgba(4, 177, 173, 0.1) !important;
    color: #04b1ad !important;
    padding-left: 25px !important;
}

/* Modern Header for other pages (not index) */
.modern-header {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(4, 177, 173, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.modern-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.modern-topbar {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 3px 0;
    font-size: 11px;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.contact-item span {
    color: inherit;
}

.contact-item i {
    color: #04b1ad;
    font-size: 12px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
}

.social-link {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 11px;
}

.social-link:hover {
    background: #04b1ad;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(4, 177, 173, 0.3);
}

.social-link.facebook:hover {
    background: #3b5998;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link.youtube:hover {
    background: #ff0000;
}

.modern-nav {
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo .logo-img {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

.nav-logo:hover .logo-img {
    transform: scale(1.05);
}

.desktop-menu {
    display: flex;
}

.menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
    align-items: center;
}

.menu-item {
    position: relative;
}

.modern-header .menu-link {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modern-header .menu-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    transition: width 0.3s ease;
}

.modern-header .menu-link:hover::after,
.modern-header .menu-item.active .menu-link::after {
    width: 100%;
}

.modern-header .menu-link:hover,
.modern-header .menu-item.active .menu-link {
    color: #04b1ad;
}

.dropdown-toggle i {
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.menu-item.dropdown:hover .dropdown-toggle i {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(4, 177, 173, 0.1);
    padding: 20px 0;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1001;
    display: block;
}

.menu-item.dropdown:hover .dropdown-menu,
.menu-item.dropdown.active .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: block !important;
}

.dropdown-item {
    display: block;
    padding: 12px 25px;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.dropdown-item:hover,
.dropdown-item.active {
    color: #04b1ad;
    background: rgba(4, 177, 173, 0.05);
    border-left-color: #04b1ad;
}

.mobile-menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 25px;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: #2c3e50;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active .hamburger span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-content {
    padding: 80px 30px 30px;
    max-width: 400px;
    margin: 0 auto;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-item {
    border-bottom: 1px solid rgba(4, 177, 173, 0.1);
}

.mobile-menu-link {
    display: block;
    padding: 15px 0;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.mobile-menu-link:hover,
.mobile-menu-item.active .mobile-menu-link {
    color: #04b1ad;
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 20px;
    display: none;
}

.mobile-menu-item.active .mobile-submenu {
    display: block;
}

.mobile-submenu li {
    padding: 10px 0;
}

.mobile-submenu a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.mobile-submenu a:hover {
    color: #04b1ad;
}

/* Ensure no spacing above fixed modern header */
body:has(.modern-header),
body .modern-header {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

html:has(.modern-header) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove any default margins that might create space for pages with modern header */
body:has(.modern-header) {
    margin: 0 !important;
    padding: 0 !important;
}

html:has(.modern-header) {
    margin: 0 !important;
    padding: 0 !important;
}

/*topbar*/
.topbar { border-bottom: 0; padding: 7px 0px; background: #04b1ad; }
.topbar li, .topbar li a{color: #ffffff;}
.topbar-left li i{padding-right: 5px; color:#ffffff;}
.topbar-right .list-inline li:last-child, .topbar-right li:last-child i { padding-right: 0px; }
.topbar .topbar-right li a:hover { color: #ffffff; opacity: 0.8; }
.topbar-right li i{padding-right:5px; color:#ffffff; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;}
.topbar-right li i:hover{color:#ffffff !important; opacity: 0.8;}
.topbar .list-inline>li{ padding-right: 5px; padding-left: 5px;  }
.topbar .list-inline-item:not(:last-child){ margin-right: 0; }
#header.dark-fancy .menu-icon-right li i { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  }
#header.dark-fancy .menu-icon-right li i:hover{color:#ffffff;}

/*mega-menu*/
.mega-menu .menu-logo { padding:30px 0px; }
.mega-menu .menu-logo img { height: 40px; }

/* Reduce logo padding for modern-header (About page) */
#header.modern-header .mega-menu .menu-logo {
    padding: 10px 0px !important;
}

#header.modern-header .mega-menu .menu-logo img {
    height: auto !important;
    max-height: 50px !important;
    width: auto !important;
}

/* Vertically center menu links for modern-header */
#header.modern-header .mega-menu .menu-list-items .row {
    display: flex !important;
    align-items: center !important;
}

#header.modern-header .mega-menu .menu-links {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

#header.modern-header .mega-menu .menu-links > li {
    display: flex !important;
    align-items: center !important;
}

#header.modern-header .mega-menu .menu-links {
    gap: 25px !important;
}

#header.modern-header .mega-menu .menu-links > li > a {
    line-height: normal !important;
    padding: 10px 0 !important;
    display: flex !important;
    align-items: center !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
}
.mega-menu .menu-links > li > a { line-height:100px; text-transform: uppercase; font-size: 14px; font-weight:500; color:#222222;}
.mega-menu .drop-down-multilevel.right-menu { right: 0px; }
.mega-menu .menu-links > li:first-child{padding-left: 0px;}
.mega-menu .menu-links > li:last-child{padding-right: 0px;}
.mega-menu .menu-links > li.active .drop-down-multilevel a { color: #ffffff; }
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover { color: #04b1ad; }
.mega-menu .menu-links > li.active .drop-down a { color: #fff; }
.mega-menu .menu-links > li.active .drop-down li.active a { color: #04b1ad;}
.mega-menu .menu-links > li.active .drop-down a:hover { color:#04b1ad;}
.mega-menu .menu-links > li.active .drop-down li.active a i{color:#04b1ad;}
.mega-menu .menu-links > li.active .drop-down a i:hover{color: #04b1ad;}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a{color:#04b1ad;}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #ffffff; background:transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #04b1ad; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #04b1ad;}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #323232; background:transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover { color: #04b1ad; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #04b1ad; background: #eceff7; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #04b1ad; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i { color: #04b1ad; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i { color: #323232; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i { color: #04b1ad; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #04b1ad; }
.mega-menu .row  { margin-left: 0px; margin-right: 0px; }
.mega-menu .col-md-12  { padding-left: 0px; padding-right: 0px; }

.mega-menu.desktopTopFixed .menu-list-items{background:rgba(21,21,21,0.9); padding: 0px; }
.mega-menu.desktopTopFixed .menu-logo { padding: 16px 0px; }

/*------------------------------------
 Header White
-------------------------------------*/
#header.clean{background:#ffffff; z-index: 999; padding: 0px; margin: 0px; position: relative; width: 100%; -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); }
#header.clean .topbar{border-bottom:0; background: #04b1ad; padding:7px 0px; 	}
#header.clean .topbar-left li i,
#header.clean .topbar-right li i{color:#04b1ad;}
#header.clean .mega-menu .menu-links > li > a{color:#222222;}
#header.clean .mega-menu .menu-links > li.active > a{color:#04b1ad;}
#header.clean .mega-menu.desktopTopFixed .menu-list-items{background:#ffffff; -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.05); -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.05); box-shadow: 0px 3px 3px rgba(0,0,0,0.05);}

#header .topbar.dark{background:#353535;}

/*------------------------------------
  Header Dark
-------------------------------------*/
#header.dark{background:rgba(21,21,21,0.9); -webkit-box-shadow:0px 0px 25px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 0px 25px rgba(0, 0, 0, 0.1); box-shadow:0px 0px 25px rgba(0, 0, 0, 0.1); position:relative;}
#header.dark .topbar{border-bottom:0; background: #04b1ad; padding:7px 0px;}

#header.dark .topbar-left li,
#header.dark .topbar-left li a,
#header.dark .topbar-left li i,
#header.dark .topbar-right li,
#header.dark .topbar-right li a,
#header.dark .topbar-right li i{color:#353535;}

/*-----------------------------------
  Header Fancy
------------------------------------*/
#header.fancy{background:transparent; position:relative;}
#header.fancy .topbar{background:#04b1ad; border-bottom:none; padding:7px 0px 57px;}
#header.fancy .topbar .topbar-right li a:hover{color: #323232;}
#header.fancy .topbar-left li,
#header.fancy .topbar-left li a,
#header.fancy .topbar-left li i,
#header.fancy .topbar-right li,
#header.fancy .topbar-right li a,
#header.fancy .topbar-right li i{color:#353535;}

#header.fancy .menu{position:absolute; width: 100%; top:54px; }
#header.fancy .mega-menu > section.menu-list-items{background:#ffffff; padding:0px 25px; -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);}
#header.fancy .mega-menu .menu-links > li > a{color:#222222; }
#header.fancy .mega-menu .menu-links > li.active > a{color:#04b1ad;}

/*-----------------------------------
  Header Dark-Fancy
------------------------------------*/
#header.dark-fancy{background:transparent; position:relative;}
#header.dark-fancy .topbar{background:#111111; border-bottom:none; padding:30px 0px 60px;}
#header.dark-fancy .topbar .topbar-right li a:hover{color: #323232;}
#header.dark-fancy .topbar-right li i{color:#04b1ad; font-size:26px; margin-right:2px;}

#header.dark-fancy .menu{position:absolute; width: 100%; top:105px; }
#header.dark-fancy .mega-menu > section.menu-list-items{background:#04b1ad; padding:0px 25px; -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);}
#header.dark-fancy .mega-menu .menu-links > li > a{color:#222222; line-height:70px;}
#header.dark-fancy .mega-menu .menu-links > li.active > a{color:#fff;}

#header.dark-fancy .mega-menu .menu-links{float:left;}
#header.dark-fancy .menu-icon-right{float:right; margin-top:23px;}
#header.dark-fancy .menu-icon-right li{margin:0 2px;}
#header.dark-fancy .menu-icon-right li i{color:#353535; }

/*--------------------------------------------------------------------
	    	Banner Section
---------------------------------------------------------------------*/
.rev-slider{position:relative;}
#video-background{width:100%; height:100vh; z-index:-1;}

.slider-text{width:100%; position:absolute; top:55%; left:0; z-index:99; color:#ffffff; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}
.slider-text h1{font-size:60px; font-weight:700; line-height:66px; margin-bottom:10px;}
.slider-text .title{margin-bottom:15px;}
.slider-text p{font-size:15px; line-height:26px;}
.slider-text .button{margin-bottom:0;}

.tp-caption.button.animated.middle-fill:hover { color: #000000 !important; }

.rev_slider_wrapper [class*='bg-overlay-']:before{ z-index:1;}

/* Modern Hero Enhancements */
.new-slider-v6 {
    position: relative;
    overflow: hidden;
}


.new-slider-v6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(4, 177, 173, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

/* Enhanced Button Styles */
.rev-btn.button.yellow.animated.middle-fill {
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(4, 177, 173, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rev-btn.button.yellow.animated.middle-fill::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.rev-btn.button.yellow.animated.middle-fill:hover::before {
    left: 100%;
}

.rev-btn.button.yellow.animated.middle-fill:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(4, 177, 173, 0.4);
}

.rev-btn.button.animated.border.transparent.middle-fill {
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 13px 38px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rev-btn.button.animated.border.transparent.middle-fill::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    transition: width 0.3s ease;
    z-index: -1;
}

.rev-btn.button.animated.border.transparent.middle-fill:hover::before {
    width: 100%;
}

.rev-btn.button.animated.border.transparent.middle-fill:hover {
    color: #04b1ad !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}


/*index 1*/
#rev_slider_2_1_wrapper .tp-loader.spinner2{ background-color: #FFFFFF !important; }
#rev_slider_2_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_2_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_2_1 .uranus.tparrows:hover:before{opacity:0.75}

/*index 2*/
.hermes.tparrows{cursor:pointer;background:rgba(0,0,0,0.5);width:30px;height:110px;position:absolute;display:block;z-index:100}.hermes.tparrows:before{font-family:"revicons";font-size:15px;color:rgb(255,255,255);display:block;line-height:110px;text-align:center;  transform:translatex(0px);  -webkit-transform:translatex(0px);  transition:all 0.3s;  -webkit-transition:all 0.3s}.hermes.tparrows.tp-leftarrow:before{content:"\e824"}.hermes.tparrows.tp-rightarrow:before{content:"\e825"}.hermes.tparrows.tp-leftarrow:hover:before{transform:translatex(-20px);  -webkit-transform:translatex(-20px);   opacity:0}.hermes.tparrows.tp-rightarrow:hover:before{transform:translatex(20px);  -webkit-transform:translatex(20px);   opacity:0}.hermes .tp-arr-allwrapper{overflow:hidden;  position:absolute;width:180px;  height:140px;  top:0px;  left:0px;  visibility:hidden;   -webkit-transition:-webkit-transform 0.3s 0.3s; transition:transform 0.3s 0.3s; -webkit-perspective:1000px; perspective:1000px}.hermes.tp-rightarrow .tp-arr-allwrapper{right:0px;left:auto}.hermes.tparrows:hover .tp-arr-allwrapper{visibility:visible}.hermes .tp-arr-imgholder{width:180px;position:absolute; left:0px;top:0px;height:110px; transform:translatex(-180px); -webkit-transform:translatex(-180px); transition:all 0.3s; transition-delay:0.3s}.hermes.tp-rightarrow .tp-arr-imgholder{transform:translatex(180px); -webkit-transform:translatex(180px)}.hermes.tparrows:hover .tp-arr-imgholder{transform:translatex(0px);  -webkit-transform:translatex(0px)}.hermes .tp-arr-titleholder{top:110px; width:180px; text-align:left;  display:block; padding:0px 10px; line-height:30px; background:#000; background:rgba(0,0,0,0.75); color:rgb(255,255,255); font-weight:600; position:absolute; font-size:12px; white-space:nowrap; letter-spacing:1px; -webkit-transition:all 0.3s; transition:all 0.3s; -webkit-transform:rotatex(-90deg); transform:rotatex(-90deg); -webkit-transform-origin:50% 0; transform-origin:50% 0; box-sizing:border-box}.hermes.tparrows:hover .tp-arr-titleholder{-webkit-transition-delay:0.6s; transition-delay:0.6s; -webkit-transform:rotatex(0deg); transform:rotatex(0deg)}

#rev_slider_10_1_forcefullwidth .fullwidthbanner-container { overflow: hidden !important; }

/*index 3*/

#rev_slider_11_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_11_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_11_1 .uranus.tparrows:hover:before{opacity:0.75}


/*index 5*/
.hermes.tparrows{cursor:pointer;background:rgba(255,210,0,1);width:30px;height:110px;position:absolute;display:block;z-index:100}.hermes.tparrows:before{font-family:"revicons";font-size:15px;color:rgb(255,255,255);display:block;line-height:110px;text-align:center;  transform:translatex(0px);  -webkit-transform:translatex(0px);  transition:all 0.3s;  -webkit-transition:all 0.3s}.hermes.tparrows.tp-leftarrow:before{content:"\e824"}.hermes.tparrows.tp-rightarrow:before{content:"\e825"}.hermes.tparrows.tp-leftarrow:hover:before{transform:translatex(-20px);  -webkit-transform:translatex(-20px);   opacity:0}.hermes.tparrows.tp-rightarrow:hover:before{transform:translatex(20px);  -webkit-transform:translatex(20px);   opacity:0}.hermes .tp-arr-allwrapper{overflow:hidden;  position:absolute;width:180px;  height:140px;  top:0px;  left:0px;  visibility:hidden;   -webkit-transition:-webkit-transform 0.3s 0.3s; transition:transform 0.3s 0.3s; -webkit-perspective:1000px; perspective:1000px}.hermes.tp-rightarrow .tp-arr-allwrapper{right:0px;left:auto}.hermes.tparrows:hover .tp-arr-allwrapper{visibility:visible}.hermes .tp-arr-imgholder{width:180px;position:absolute; left:0px;top:0px;height:110px; transform:translatex(-180px); -webkit-transform:translatex(-180px); transition:all 0.3s; transition-delay:0.3s}.hermes.tp-rightarrow .tp-arr-imgholder{transform:translatex(180px); -webkit-transform:translatex(180px)}.hermes.tparrows:hover .tp-arr-imgholder{transform:translatex(0px);  -webkit-transform:translatex(0px)}.hermes .tp-arr-titleholder{top:110px; width:180px; text-align:left;  display:block; padding:0px 10px; line-height:30px; background:#000; background:rgba(255,210,0,1); color:rgb(255,255,255); font-weight:600; position:absolute; font-size:12px; white-space:nowrap; letter-spacing:1px; -webkit-transition:all 0.3s; transition:all 0.3s; -webkit-transform:rotatex(-90deg); transform:rotatex(-90deg); -webkit-transform-origin:50% 0; transform-origin:50% 0; box-sizing:border-box}.hermes.tparrows:hover .tp-arr-titleholder{-webkit-transition-delay:0.6s; transition-delay:0.6s; -webkit-transform:rotatex(0deg); transform:rotatex(0deg)}


/*--------------------------------------------------------------------
	    	inner-intro
---------------------------------------------------------------------*/
.inner-intro{height:280px; display:block; position:relative;}
.inner-intro .container{display: table; height:100%; position:relative;}
.inner-intro span{text-transform: capitalize; }
.intro-title{display: table-cell; vertical-align: middle; padding-bottom:0px; }
.intro-title > div{padding:0; width:100%; text-align:center;}
.intro-title .section-title{margin-bottom:10px;}
.intro-title .section-title .title{font-size:44px; font-weight:600; line-height:46px;}
ul.page-breadcrumb li span {color:#04b1ad; font-size:14px; text-transform: capitalize; }
ul.page-breadcrumb { padding-top: 0px; padding-bottom: 0px; padding-left:0;}
ul.page-breadcrumb li {color: #fff; display: inline-block; list-style: none; padding-left:0;}
ul.page-breadcrumb li i{font-size: 14px; padding: 0 7px;}
ul.page-breadcrumb li a{color: #fff; font-size: 14px; text-transform: capitalize; }
ul.page-breadcrumb li a:hover{color: #04b1ad;}

/* Modern Color Scheme Enhancements */
.section-title .title {
    background: linear-gradient(135deg, #2c3e50 0%, #04b1ad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    position: relative;
}

/* Override gradient text effect for white text sections */
.inner-intro .section-title .title,
.inner-intro .section-title .title.text-white,
.text-white .section-title .title,
h1.title.text-white,
h2.title.text-white,
h3.title.text-white {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
}

.section-title .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    border-radius: 2px;
}

/* Enhanced Background Gradients */
.dark-bg.bg.fixed.text-white.gradient-overlay {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.9) 0%, rgba(4, 177, 173, 0.8) 100%), url(images/project/fifabroadcastcenter/01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.dark-bg.page-section-ptb.bg.fixed.text-white.gradient-overlay.counter-section {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.9) 0%, rgba(4, 177, 173, 0.8) 100%), url(images/bg/bg-7.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Modern Button Styles */
.button {
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.button.animated.middle-fill {
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    border: none;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(4, 177, 173, 0.3);
}

.button.animated.middle-fill:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(4, 177, 173, 0.4);
    color: #ffffff;
}

.button.animated.border.transparent.middle-fill {
    border: 2px solid #04b1ad;
    background: transparent;
    color: #04b1ad;
}

.button.animated.border.transparent.middle-fill:hover {
    background: #04b1ad;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(4, 177, 173, 0.3);
}

/*---------------------------------------------------------------------
  Footer
---------------------------------------------------------------------*/
.footer{background:url(../images/pattern/pattern2.jpg) no-repeat 0 0; color:#c5c5c5;}
.footer .title{position: relative; color:#fff; margin-bottom:40px;}
/*footer-flickr */
ul.footer-instagram-images li { display: inline-block; }
.social-feed li { float: left;  height: 70px; list-style: outside none none; margin-bottom: 5px;  margin-right: 5px; width: 70px;}
.social-feed li img { width: 70px; height: 70px; }
.social-feed { display: inline-block; }
.footer-social h5 { margin-bottom: 20px; }
.footer-social ul li { display: inline-block; }
.footer-social ul li a{display: block; background: transparent; border:none; color: #999999; width: 35px; height: 35px; text-align: center; line-height:35px;}
.footer-social ul li a:hover { border:1px solid #04b1ad; color: #04b1ad; }
.footer-address li {line-height:28px; padding:0; margin-top:0; margin-bottom:10px; display:block;}
.footer-address li i{float: left; color:#04b1ad; padding-right: 20px; font-size: 16px; line-height: 30px; width: 30px; }
.footer-address li span { display: table; color: #c5c5c5; font-size: 14px; vertical-align: top; }

/*news-letter*/
.footer .news-letter { margin-top: 20px; }
.footer .input-group-btn button { background-color: #04b1ad; border-color: #04b1ad; border-radius: 0px; color:#353535; padding: 9px 14px; }
.footer .input-group-btn button:hover { background-color: #04b1ad; border-color: #04b1ad; border-radius: 0px; color: #000; }
.footer .input-group.divcenter .form-control::-moz-placeholder { color: #c5c5c5; font-size: 13px; }
.footer .input-group.divcenter.input-group .form-control{padding-left: 15px; padding-top: 8px; border-radius:0; color:#ffffff; border:1px solid rgba(255,255,255,0.3); background:none; height:44px; box-shadow:none; font-size: 14px;}
.footer .input-group.divcenter.input-group .form-control:focus { border-color: #04b1ad; }
.footer .footer-box { background: rgba(39, 39, 39, 0.2); padding: 30px; clear: both; margin-bottom: 80px; }
.footer .footer-box .box-content { display: table-cell; vertical-align: top; }
.footer .footer-box .box-link { display: table-cell; padding-left: 20px; vertical-align: middle;   }
.footer .footer-box .box-link a { display: block; padding: 6px 16px; width: 120px; background: #db2d2e; border-color: #db2d2e; color: #ffffff; }
.footer .footer-box .box-link a:hover { background: #ffffff; border-color: #ffffff; color: #db2d2e; }
.footer .copyright { background: rgba(39, 39, 39, 0.2); padding: 30px 0 20px; }

.footer-widget { padding: 30px 0; background:rgba(0, 0, 0, 0.3);}
.footer-widget p { color: #c5c5c5; margin-bottom:0; margin-top:5px;}
.footer-widget ul li { display: inline-block; margin:0;}
.footer-widget ul li a { display: block; color: #c5c5c5; padding-left: 5px; font-size: 14px; }
.footer-widget ul li a:hover { color: #04b1ad; }
.footer-link ul li{display: block; line-height:30px;}
.footer-link ul li a{ color:#c5c5c5; font-size:14px;}
.footer-link ul li a:hover { color: #04b1ad; }


/* Extra Footer */
.footer-top  .f-menu li{padding-left:8px; padding-right:8px;}
.footer-top .f-menu li a{color:#353535; font-size:15px;}
.footer-top .f-menu li a:hover{color:#ffffff;}

.footer .recent-post .media-body a{display:block;}
.footer .recent-post .media-body span .fa{color:#04b1ad;  margin-right:5px;}

.social-icons.social-white li a{margin-bottom:0; background:#ffffff; border:none;}
.footer .top-info.fill .address-block .title{color:#353535;}
.footer .top-info.clean.mt{margin-top:60px;}
.footer .top-info.clean.mtb{margin-bottom:60px;}
.footer .top-info.clean .address-block:first-child{margin-left:0;}
.footer .footer-usefull .list-2{width:50%; float:left;}
.footer .footer-usefull .list-3{width:33.3333%; float:left;}
.footer .footer-usefull ul li a{color:#c5c5c5;}
.footer .footer-usefull ul li a:hover{color:#04b1ad;}

.footer .top-info.top-hlaf{position:relative; top:-60px; margin-top:-100px;}


/*--------------------------------------------------------------------
  Sercive Style
---------------------------------------------------------------------*/
.our-sercive1{position:relative; z-index:0; overflow:hidden;}
.our-sercive1:before, .our-sercive1:after{content:""; position:absolute; z-index:-1;}
.our-sercive1:before{background:url(../images/element/02.png) no-repeat 0 0; background-size:cover; left:-70px; top:130px; width:350px; height:236px;}
.our-sercive1:after{background:url(../images/element/03.png) no-repeat 0 0; background-size:cover; right:-60px; top:50px; width:280px; height:164px;}

/* Modern Service Cards */
.feature-box.text {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(4, 177, 173, 0.1);
}

.feature-box.text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-box.text:hover::before {
    transform: scaleX(1);
}

.feature-box.text:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(4, 177, 173, 0.15);
}

.feature-box.text .title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.feature-box.text .title label {
    color: #04b1ad;
    font-size: 18px;
    font-weight: 800;
    margin-right: 10px;
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-box.text p {
    color: #6c757d;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 0;
}

/* Modern Project Cards */
.post {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid rgba(4, 177, 173, 0.1);
}

.post:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(4, 177, 173, 0.15);
}

.post .post-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.post .post-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.post:hover .post-image img {
    transform: scale(1.05);
}

.post .post-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(4, 177, 173, 0.8) 0%, rgba(2, 165, 161, 0.6) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post:hover .post-image::after {
    opacity: 1;
}

.post .post-details {
    padding: 30px;
}

.post .post-title .title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.post .post-title .title a {
    color: inherit;
    text-decoration: none;
}

.post .post-title .title a:hover {
    color: #04b1ad;
}

.post .post-title h6 {
    color: #04b1ad;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.post .post-content p {
    color: #6c757d;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 0;
}

/* Modern Section Spacing */
.page-section-ptb {
    padding: 100px 0;
}

.section-title {
    margin-bottom: 60px;
}

.section-title .title {
    margin-bottom: 20px;
}

.section-title p {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* Modern Client Logos */
/* Our Clients Carousel - Modern Styling - Override old general.css styles */
.our-clients.owl-carousel .item {
    padding: 20px !important;
    transition: all 0.3s ease;
    border-radius: 15px !important;
    background: #ffffff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
    min-height: 120px;
    border: none !important;
    float: none !important;
    width: auto !important;
}

.our-clients.owl-carousel .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(4, 177, 173, 0.1);
}

.our-clients.owl-carousel .item img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.our-clients.owl-carousel .item:hover img {
    filter: grayscale(0%);
}

.our-clients.owl-carousel .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* Modern Counter Section */
.counter {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.counter:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.counter .timer {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #ffffff 0%, #04b1ad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.counter label {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter i {
    font-size: 40px;
    color: #04b1ad;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.counter.left_icn {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    position: relative !important;
}

.counter.left_icn i {
    margin: 0 auto 15px auto !important;
    text-align: center !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: block !important;
    width: 100% !important;
}

/* Counter Section Button Styling */
.counter-section .button.animated.border.transparent.middle-fill {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.counter-section .button.animated.border.transparent.middle-fill:hover {
    background: #ffffff !important;
    color: #04b1ad !important;
    border-color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4) !important;
}

/* Modern Footer Enhancements */
.footer {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/pattern/pattern2.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
}

.footer > * {
    position: relative;
    z-index: 2;
}

.footer .title {
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
}

/* Ensure footer section titles are white */
.footer .section-title .title {
    color: #ffffff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
}

.footer .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    border-radius: 2px;
}

/* Modern Social Icons */
.social-icons li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons li a:hover {
    background: #04b1ad;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(4, 177, 173, 0.3);
}

/* Social Media Buttons in Event Detail Pages - Make them visible */
.team-social-icon.social-icons.color-hover li a {
    color: #333 !important;
    background: #f0f0f0 !important;
    border: 2px solid #e0e0e0 !important;
}

.team-social-icon.social-icons.color-hover .social-facebook a {
    color: #5d82d1 !important;
    background: rgba(93, 130, 209, 0.1) !important;
    border-color: #5d82d1 !important;
}

.team-social-icon.social-icons.color-hover .social-twitter a {
    color: #40bff5 !important;
    background: rgba(64, 191, 245, 0.1) !important;
    border-color: #40bff5 !important;
}

.team-social-icon.social-icons.color-hover .social-linkedin a {
    color: #238cc8 !important;
    background: rgba(35, 140, 200, 0.1) !important;
    border-color: #238cc8 !important;
}

.team-social-icon.social-icons.color-hover .social-facebook a:hover {
    background: #5d82d1 !important;
    color: #ffffff !important;
    border-color: #5d82d1 !important;
}

.team-social-icon.social-icons.color-hover .social-twitter a:hover {
    background: #40bff5 !important;
    color: #ffffff !important;
    border-color: #40bff5 !important;
}

.team-social-icon.social-icons.color-hover .social-linkedin a:hover {
    background: #238cc8 !important;
    color: #ffffff !important;
    border-color: #238cc8 !important;
}

/* Photo Gallery Carousel Styles */
.photo-gallery-section {
    padding: 20px 0;
}

.photo-gallery-section .section-title {
    margin-bottom: 20px;
}

.photo-gallery-section .subtitle {
    font-size: 16px;
    color: #6c757d;
    margin-top: 8px;
}

.photo-carousel-container {
    position: relative;
    margin: 10px 0;
}

.main-carousel {
    margin-bottom: 15px;
}

.photo-gallery-section .container {
    max-width: 100%;
    padding: 0 15px;
}

.carousel-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.carousel-item:hover {
    transform: translateY(-3px);
}

.photo-item {
    position: relative;
    height: 60vh;
    min-height: 500px;
    max-height: 700px;
    overflow: hidden;
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.photo-item:hover img {
    transform: scale(1.05);
}

.photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    padding: 30px 25px 20px;
    color: white;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.photo-item:hover .photo-overlay {
    transform: translateY(0);
}

.photo-info h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
}

.photo-info p {
    font-size: 18px;
    opacity: 0.95;
    margin: 0;
    line-height: 1.4;
}

/* Carousel Controls */
.carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.carousel-nav {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.carousel-nav:hover {
    background: #04b1ad;
    color: white;
    transform: scale(1.1);
}

.carousel-nav i {
    font-size: 18px;
}

.prev-btn {
    margin-left: -25px;
}

.next-btn {
    margin-right: -25px;
}

/* Thumbnail Carousel */
.thumbnail-carousel {
    margin-top: 15px;
}

.thumbnail-item {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 3px;
    opacity: 0.6;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.thumbnail-item:hover,
.thumbnail-item.active {
    opacity: 1;
    border-color: #04b1ad;
    transform: scale(1.08);
}

.thumbnail-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/* Owl Carousel Customizations */
.owl-carousel .owl-item {
    padding: 0 8px;
}

/* Our Clients Carousel Wrapper - Override old styles */
.our-clients.owl-carousel {
    margin: 0 !important;
    padding: 20px 0 !important;
    width: 100% !important;
}

/* Remove green bar from active dot - keep it circular */
.our-clients.owl-carousel .owl-dots .owl-dot.active span,
.our-clients.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.our-clients.owl-carousel.owl-drag .owl-dots .owl-dot.active span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}

/* Show the first set of dots */
.our-clients.owl-carousel .owl-dots:first-of-type {
    display: block !important;
    position: relative !important;
    bottom: auto !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}

/* Hide the second set of dots (remove duplicate) */
.our-clients.owl-carousel .owl-dots:nth-of-type(2),
.our-clients.owl-carousel .owl-dots + .owl-dots,
.our-clients.owl-carousel .owl-dots:not(:first-of-type) {
    display: none !important;
}

/* Hide any duplicate owl-controls dots */
.our-clients.owl-carousel .owl-controls .owl-dots {
    display: none !important;
}

.our-clients.owl-carousel.white-bg {
    background: transparent !important;
    padding: 20px 0 !important;
}

.our-clients.owl-carousel.boxed-list {
    width: 100% !important;
}

.our-clients.owl-carousel.boxed-list ul {
    display: none !important;
}

.our-clients.owl-carousel .owl-stage-outer {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.our-clients.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important;
}

/* Ensure seamless looping - no white spaces */
.our-clients.owl-carousel .owl-item {
    margin: 0 !important;
    padding: 0 5px !important;
}

.our-clients.owl-carousel .item {
    margin: 0 !important;
    padding: 10px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

/* Prevent gaps when looping - ensure seamless transition */
.our-clients.owl-carousel.owl-loaded .owl-stage {
    display: flex !important;
    transition-timing-function: linear !important;
}

/* Ensure no white space between items */
.our-clients.owl-carousel .owl-item {
    flex-shrink: 0 !important;
}

/* Hide any potential gaps */
.our-clients.owl-carousel .owl-stage-outer::before,
.our-clients.owl-carousel .owl-stage-outer::after {
    display: none !important;
}

.our-clients.owl-carousel .owl-item:last-child {
    margin-right: 0 !important;
}

/* Ensure cloned items are properly displayed for seamless loop */
.our-clients.owl-carousel .owl-item.cloned {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Remove any white space gaps */
.our-clients.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.our-clients.owl-carousel .owl-stage {
    will-change: transform;
}

/* Recent Events Carousel Seamless Loop */
.recent-events-carousel.owl-carousel {
    overflow: hidden;
}

.recent-events-carousel.owl-carousel .owl-stage-outer {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.recent-events-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
    transition-timing-function: linear !important;
}

.recent-events-carousel.owl-carousel .owl-item {
    flex-shrink: 0 !important;
}

.recent-events-carousel.owl-carousel.owl-loaded .owl-stage {
    display: flex !important;
    transition-timing-function: linear !important;
}

.recent-events-carousel.owl-carousel .owl-item.cloned {
    opacity: 1 !important;
    visibility: visible !important;
}

.recent-events-carousel.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.recent-events-carousel.owl-carousel .owl-stage {
    will-change: transform;
}

/* Modern Clients Grid Styling for Our Clients Page */
.clients-grid-modern {
    padding: 0;
}

.clients-grid-modern .row {
    margin: 0;
}

.clients-grid-modern .row > [class*="col-"] {
    padding: 8px;
}

.client-logo-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    margin: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.client-logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(4, 177, 173, 0.15);
    border-color: #04b1ad;
}

.client-logo-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.client-logo-card .client-logo {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo-card:hover .client-logo {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .clients-grid-modern .row > [class*="col-"] {
        padding: 6px;
    }
    
    .client-logo-card {
        padding: 12px;
        min-height: 90px;
    }
    
    .client-logo-card .client-logo {
        max-height: 55px;
    }
}

@media (max-width: 767px) {
    .clients-grid-modern .row > [class*="col-"] {
        padding: 5px;
    }
    
    .client-logo-card {
        padding: 10px;
        min-height: 80px;
        border-radius: 6px;
    }
    
    .client-logo-card .client-logo {
        max-height: 45px;
    }
}

/* Hide nav only on carousels that don't use arrows (our-clients uses dots only) */
.our-clients.owl-carousel .owl-nav {
    display: none !important;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #04b1ad;
    transform: scale(1.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .photo-gallery-section {
        padding: 15px 0;
    }
    
    .photo-item {
        height: 50vh;
        min-height: 400px;
        max-height: 500px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .photo-item {
        height: 55vh;
        min-height: 450px;
        max-height: 600px;
    }
}

@media (min-width: 992px) {
    .photo-item {
        height: 60vh;
        min-height: 500px;
        max-height: 700px;
    }
}

@media (max-width: 768px) {
    .photo-overlay {
        padding: 25px 20px 15px;
    }
    
    .photo-info h4 {
        font-size: 22px;
    }
    
    .photo-info p {
        font-size: 16px;
    }
    
    .carousel-nav {
        width: 45px;
        height: 45px;
    }
    
    .carousel-nav i {
        font-size: 16px;
    }
    
    .prev-btn {
        margin-left: -22px;
    }
    
    .next-btn {
        margin-right: -22px;
    }
    
    .thumbnail-item img {
        height: 80px;
    }
    
    .thumbnail-carousel {
        margin-top: 10px;
    }
}

/* Event Navigation Styles */
.event-navigation-section {
    padding: 60px 0;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
}

.event-nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

.nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.nav-btn {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex: 1;
    max-width: 300px;
}

.nav-btn:hover {
    border-color: #04b1ad;
    background: #04b1ad;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(4, 177, 173, 0.3);
    text-decoration: none;
}

.nav-btn.prev-btn {
    flex-direction: row;
}

.nav-btn.next-btn {
    flex-direction: row-reverse;
}

.nav-btn.category-btn {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
}

.btn-icon {
    font-size: 20px;
    margin: 0 15px;
    transition: transform 0.3s ease;
}

.nav-btn:hover .btn-icon {
    transform: scale(1.2);
}

.btn-content {
    display: flex;
    flex-direction: column;
}

.btn-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-bottom: 5px;
}

.btn-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.category-btn .btn-content {
    align-items: center;
}

.category-btn .btn-icon {
    margin: 0 0 10px 0;
    font-size: 24px;
}

/* Related Events Section */
.related-events-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.related-events-section .section-title {
    margin-bottom: 50px;
}

.related-events-section .subtitle {
    font-size: 16px;
    color: #6c757d;
    margin-top: 10px;
}

.related-event-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.related-event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-event-card:hover .card-image img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 177, 173, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.related-event-card:hover .card-overlay {
    opacity: 1;
}

.view-btn {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #04b1ad;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-btn:hover {
    transform: scale(1.1);
    color: #04b1ad;
    text-decoration: none;
}

.card-content {
    padding: 25px;
}

.card-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.card-content p {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.6;
}

.read-more {
    color: #04b1ad;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: #04b1ad;
    text-decoration: none;
    gap: 12px;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* Responsive Design for Navigation */
@media (max-width: 768px) {
    .nav-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .nav-btn {
        max-width: 100%;
        padding: 15px 20px;
    }
    
    .nav-btn.prev-btn,
    .nav-btn.next-btn {
        flex-direction: row;
    }
    
    .btn-icon {
        margin: 0 10px;
        font-size: 18px;
    }
    
    .btn-title {
        font-size: 14px;
    }
    
    .related-events-section {
        padding: 60px 0;
    }
    
    .card-image {
        height: 200px;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .card-content h4 {
        font-size: 18px;
    }
}

/* Enhanced Event Details Section */
.event-details-section {
    padding: 80px 0;
    background: #ffffff;
}

.event-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.event-image-container:hover {
    transform: translateY(-5px);
}

.event-main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.event-image-container:hover .image-overlay {
    opacity: 1;
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #04b1ad;
    font-size: 30px;
    transition: all 0.3s ease;
}

.play-button:hover {
    background: #04b1ad;
    color: white;
    transform: scale(1.1);
}

.event-badge {
    display: inline-block;
    background: linear-gradient(135deg, #04b1ad, #2c3e50);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    color: #6c757d;
    font-weight: 600;
}

.client-info i {
    color: #04b1ad;
    font-size: 18px;
}

.event-description {
    margin: 30px 0;
}

.event-description p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.event-stats {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 15px;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #04b1ad;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.share-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.share-section h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.social-share-buttons {
    display: flex;
    gap: 15px;
}

.share-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.share-btn.facebook {
    background: #3b5998;
    color: white;
}

.share-btn.twitter {
    background: #1da1f2;
    color: white;
}

.share-btn.linkedin {
    background: #0077b5;
    color: white;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: white;
}

.share-btn.facebook:hover {
    background: #2d4373;
}

.share-btn.twitter:hover {
    background: #0d8bd9;
}

.share-btn.linkedin:hover {
    background: #005885;
}

/* Responsive Design for Event Details */
@media (max-width: 768px) {
    .event-details-section {
        padding: 60px 0;
    }
    
    .event-main-image {
        height: 300px;
    }
    
    .play-button {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .event-stats {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .social-share-buttons {
        flex-direction: column;
    }
    
    .share-btn {
        justify-content: center;
    }
}

.dropdown-item {
    display: block;
    padding: 12px 25px;
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.dropdown-item:hover {
    color: #04b1ad;
    background: rgba(4, 177, 173, 0.05);
    border-left-color: #04b1ad;
    padding-left: 30px;
}

/* Mobile dropdown styles */
@media (max-width: 768px) {
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: rgba(0, 0, 0, 0.05);
        margin-top: 10px;
        border-radius: 8px;
        display: none;
    }
    
    .menu-item.dropdown.active .dropdown-menu {
        display: block;
    }
    
    .dropdown-item {
        padding: 10px 20px;
        border-left: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .dropdown-item:last-child {
        border-bottom: none;
    }
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 25px;
    height: 20px;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: #2c3e50;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .hamburger span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: #ffffff;
    padding: 80px 30px 30px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-item {
    margin-bottom: 20px;
}

.mobile-menu-link {
    display: block;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.mobile-menu-link:hover,
.mobile-menu-item.active .mobile-menu-link {
    color: #04b1ad;
}

.mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    padding-left: 20px;
}

.mobile-submenu li {
    margin-bottom: 10px;
}

.mobile-submenu a {
    color: #6c757d;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 0;
    display: block;
    transition: color 0.3s ease;
}

.mobile-submenu a:hover {
    color: #04b1ad;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .contact-info {
        gap: 20px;
    }
    
    .menu-list {
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .modern-topbar {
        display: none;
    }
    
    .desktop-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .nav-logo .logo-img {
        height: 40px;
    }
    
    .modern-nav {
        padding: 10px 0;
    }
}

@media screen and (max-width: 480px) {
    .mobile-menu-content {
        width: 100%;
        padding: 60px 20px 20px;
    }
    
    .nav-logo .logo-img {
        height: 35px;
    }
}

/* ===========================================
   COMPLETELY REDESIGNED CONTACT PAGE STYLES
   =========================================== */

/* Main Contact Section */
.contact-main-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.contact-main-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%2304b1ad" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="%2304b1ad" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="%2304b1ad" opacity="0.03"/><circle cx="10" cy="60" r="0.5" fill="%2304b1ad" opacity="0.03"/><circle cx="90" cy="40" r="0.5" fill="%2304b1ad" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.contact-main-section > .container {
    position: relative;
    z-index: 2;
}

/* Contact Header */
.contact-header {
    margin-bottom: 60px;
}

.header-badge {
    display: inline-block;
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(4, 177, 173, 0.3);
}

.main-title {
    font-size: 48px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
    background: linear-gradient(135deg, #2c3e50 0%, #04b1ad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-subtitle {
    font-size: 18px;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Contact Content Grid */
.contact-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Contact Info Section */
.contact-info-section {
    background: #ffffff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(4, 177, 173, 0.1);
    position: sticky;
    top: 100px;
}

.info-header {
    margin-bottom: 30px;
    text-align: center;
}

.info-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.info-header p {
    color: #6c757d;
    font-size: 16px;
}

/* Contact Cards Grid */
.contact-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.info-card {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 25px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.info-card:hover::before {
    transform: scaleX(1);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(4, 177, 173, 0.15);
    border-color: rgba(4, 177, 173, 0.2);
}

.card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.card-icon i {
    font-size: 20px;
    color: #ffffff;
}

.info-card:hover .card-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(4, 177, 173, 0.3);
}

.card-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

/* Location, Phone, Email Details */
.location-details,
.phone-details,
.email-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.location-item,
.phone-item,
.email-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.location-item {
    margin-bottom: 15px;
}

.location-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .location-details {
        flex-direction: column;
        gap: 15px;
    }
    
    .location-item {
        margin-bottom: 0;
    }
}

.location-flag,
.phone-flag,
.email-flag {
    font-size: 20px;
    margin-top: 2px;
}

.location-info,
.phone-info,
.email-info {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.location-info strong,
.phone-info strong,
.email-info strong {
    color: #04b1ad;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
}

.location-info p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.phone-info a,
.email-info a {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
    display: inline-block;
    word-break: keep-all;
}

.phone-info a:hover,
.email-info a:hover {
    color: #04b1ad;
}

/* Social Grid */
.social-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.social-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #ffffff;
    border-radius: 12px;
    text-decoration: none;
    color: #6c757d;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    font-weight: 500;
}

.social-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social-item i {
    font-size: 16px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.social-item.facebook:hover {
    background: #3b5998;
    color: #ffffff;
    border-color: #3b5998;
}

.social-item.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
    border-color: transparent;
}

.social-item.youtube:hover {
    background: #ff0000;
    color: #ffffff;
    border-color: #ff0000;
}

/* Contact Form Section */
.contact-form-section {
    background: #ffffff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(4, 177, 173, 0.1);
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.form-header p {
    color: #6c757d;
    font-size: 16px;
}

/* Contact Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #ffffff;
    height: auto;
    font-family: inherit;
}

.form-control:focus {
    border-color: #04b1ad;
    box-shadow: 0 0 0 0.2rem rgba(4, 177, 173, 0.25);
    outline: none;
}

.form-control::placeholder {
    color: #adb5bd;
    font-style: italic;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Submit Button */
.submit-btn {
    background: linear-gradient(135deg, #04b1ad 0%, #02a5a1 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(4, 177, 173, 0.4);
}

/* Map Section */
.map-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 80px 0;
    position: relative;
}

.map-header {
    margin-bottom: 50px;
}

.map-header h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.map-header p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 500px;
    border: none;
    display: block;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .contact-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-info-section {
        position: static;
    }
    
    .contact-cards-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .contact-main-section {
        padding: 60px 0;
    }
    
    .main-title {
        font-size: 36px;
    }
    
    .contact-info-section,
    .contact-form-section {
        padding: 30px 20px;
    }
    
    .contact-cards-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .map-section {
        padding: 60px 0;
    }
    
    .map-container iframe {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .main-title {
        font-size: 28px;
    }
    
    .contact-info-section,
    .contact-form-section {
        padding: 25px 15px;
    }
    
    .info-card {
        padding: 20px;
    }
    
    .map-container iframe {
        height: 300px;
    }
}

/* Contact Page Animations */
.contact-card {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.contact-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.contact-form-wrapper {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.contact-form-wrapper.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Modern Hero Button Styles */
.hero-btn {
    position: relative;
    overflow: hidden;
}

.hero-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.hero-btn:hover::before {
    left: 100%;
}

.hero-btn:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Hero Particles Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
        opacity: 0.3;
    }
    25% {
        transform: translateY(-20px) translateX(10px);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-10px) translateX(-5px);
        opacity: 0.4;
    }
    75% {
        transform: translateY(-15px) translateX(8px);
        opacity: 0.5;
    }
}

.hero-particles .particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.hero-particles .particle:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.hero-particles .particle:nth-child(3) {
    top: 40%;
    left: 80%;
    animation-delay: 4s;
}

/* Fix spacing issues */
.contact-sec.page-section-pt {
    padding-top: 60px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

/* Enhanced hero section */
.inner-intro {
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding-top: 120px !important;
}

.intro-title {
    padding: 60px 0;
}

/* Mobile Responsiveness for Contact Page */
@media screen and (max-width: 768px) {
    .contact-form-wrapper {
        padding: 40px 30px;
        margin: 0 15px;
    }
    
    .contact-card {
        margin-bottom: 30px;
    }
    
    .map-section-wrapper {
        padding: 40px 20px;
    }
    
    .social-links {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .social-link {
        flex: 1;
        min-width: 120px;
        justify-content: center;
    }
    
    /* Mobile hero adjustments */
    .inner-intro h1.title {
        font-size: 48px !important;
        line-height: 1.2 !important;
    }
    
    .inner-intro p {
        font-size: 18px !important;
        padding: 0 20px;
    }
    
    .hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .hero-btn {
        display: block !important;
        margin: 5px 0 !important;
        text-align: center;
    }
    
    .hero-particles .particle {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .contact-card {
        padding: 30px 20px;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
    }
    
    .contact-icon i {
        font-size: 24px;
    }
}

/*--------------------------------------------------------------------
  Contact us
---------------------------------------------------------------------*/
.map{height:100%;}
.map iframe{height:100%;}

/* Light Form */
.light-form .form-group .form-control{background:#ffffff;}
.light-form .form-group label{color:#656565;}

/* Address */
.address-block{position:relative; padding-left:80px; margin-bottom:25px;}
.address-block .glyph-icon{border:2px solid #04b1ad; width:60px; height:60px; text-align:center; position:absolute; left:0; top:0; display:inline-block; line-height:60px; color:#04b1ad;}
.address-block.fill .glyph-icon{background:#04b1ad; color:#323232;}
.address-block.rounded .glyph-icon{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.address-block .title{font-size:20px; line-height:20px; margin-bottom:10px;}
.address-block span{display:block;}
.address-block a{display:block;}

/* Dark BG Address */
.top-info.half{bottom:-40px; margin-bottom:-30px;}
.top-info.fill{position:relative; z-index:9; background:#04b1ad; padding:40px 20px; -webkit-box-shadow:0 3px 5px rgba(0,0,0,0.15); -moz-box-shadow:0 3px 5px rgba(0,0,0,0.15); box-shadow:0 3px 5px rgba(0,0,0,0.15);}
.top-info .address-block{width:23%; float:left; margin-bottom:0; padding-left:75px; margin-left:2%;}
.top-info.fill .address-block .glyph-icon{border-color:#353535; color:#353535;}
.top-info.fill .address-block span, .top-info.fill .address-block a{color:#353535; font-size:13px;}

/*--------------------------------------------------------------------
  Section Slider Arrow & Dots
---------------------------------------------------------------------*/
.owl-carousel.dots-rb .owl-dots{width:auto; bottom:10px; right:10px; position: absolute;}



.owl-carousel .owl-controls .owl-dot { display: inline-block; }
.owl-carousel .owl-dots { display: inline-block; position: relative; text-indent: inherit; width: 100%; cursor: pointer; text-align: center; }
.owl-carousel.owl-drag .owl-dots .owl-dot span { background: #353535; border-radius: 30px; display: inline-block; width: 10px; height: 10px; margin: 0px 3px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel.owl-drag .owl-dots .owl-dot:hover span { background: #04b1ad; }
.owl-carousel.owl-drag .owl-dots .owl-dot.active span { background: #04b1ad; width: 10px !important; height: 10px !important; }
.owl-carousel[data-dotcolor='white'] .owl-dots .owl-dot span { background: #fff; }
.owl-carousel[data-dotcolor='white'] .owl-dots .owl-dot.active span, .owl-carousel[data-dotcolor='white'] .owl-dots .owl-dot span:hover { background: #e93e21; }


/*--------------------------------------------------------------------
  About Me Pages
---------------------------------------------------------------------*/
.section-about-me ul.list li{margin:0;}

/*==================================================================================*/
/* service sidebar */
/*==================================================================================*/
.service .service-block h4 { position: relative; padding-bottom: 10px; }
.service .service-block h4:before { content: ""; position: absolute;  left: 0;  bottom: 0; width: 50px;  height: 2px; background: #04b1ad; }
.service .sidebar ul { padding-left: 0px; }
.service .sidebar ul li { display: block; list-style: none; padding-left: 0px; }
.service .sidebar ul li a { display: block; padding:12px 25px; color:#656565; border:1px solid #e6e6e6; border-left:3px solid rgba(0,0,0,0.1); background:#fcfcf9; text-transform: capitalize; }
.service .sidebar ul li a:hover, .service .sidebar ul li a.active { color: #04b1ad; border-left-color:#04b1ad; border-color:#04b1ad;}

/*--------------------------------------------------------------------
  Blog Pages
---------------------------------------------------------------------*/
.post-article .post{margin-bottom:50px;}
.post:last-child hr{display:none;}
hr{border-style:dashed; border-color:#d5d5d5; margin:50px 0;}

/*-------------------------*/
/* Blog - SideBar */
/*-------------------------*/
.post-sidebar{height:100%;}
.sidebar-widget{margin-bottom:40px;}
.sidebar-widget:last-child{margin-bottom:0;}
.sidebar-widget .widget-title{position:relative; padding-bottom:10px; margin-bottom:20px;}
.sidebar-widget .widget-title:before{content:""; position:absolute; left:0; bottom:0; width:40px; height:2px; background:#04b1ad;}

/*-------------------------*/
/* SideBar - UL LI */
/*-------------------------*/
.sidebar-widget .widget-ul li{margin:10px 0; overflow:hidden;}
.sidebar-widget .widget-ul li a{color:#757575; display:block;}
.sidebar-widget .widget-ul li a:hover{color:#04b1ad;}

/*-------------------------*/
/* SideBar - Search */
/*-------------------------*/
.sidebar-widget .widget-search{position:relative;}
.sidebar-widget .widget-search input{padding-right:40px; color:#353535; height:50px; border:2px solid #f2f2f2; background:#ffffff; box-shadow:none; border-radius:0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;}
.sidebar-widget .widget-search input:focus{background:#ffffff;}
.sidebar-widget .widget-search i{position: absolute; right: 0px; padding: 16px 12px; font-size:18px; color: #04b1ad; cursor: pointer;}
.sidebar-widget .widget-search input:focus{border-color:#04b1ad;}

/*-------------------------*/
/* SideBar - Posts */
/*-------------------------*/
.sidebar-widget .recent-post{margin-top:20px;}
.sidebar-widget .recent-post .media-body > a{display:block; color:#353535; font-size:15px; font-weight:600;}
.sidebar-widget .recent-post .media-body > a:hover{color:#04b1ad;}

.sidebar-widget .recent-post .media-body span{color:#999;}
.sidebar-widget .recent-post .media-body span .fa{color:#04b1ad; margin-right:5px;}

/*-------------------------*/
/* SideBar - Tags */
/*-------------------------*/
.sidebar-widget .tags li{padding-left:2px; padding-right:2px; margin:3px 0;}
.sidebar-widget .tags li a{background:#04b1ad; color:#353535; padding:4px 8px; border:1px solid transparent; transition:all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;}
.sidebar-widget .tags li a:hover{border-color:#04b1ad; background:none;}

/*-------------------------*/
/* SideBar - Archives */
/*-------------------------*/
.sidebar-widget .widget-ul li .number{background:#04b1ad; color:#353535; width:50px; padding:0; text-align:center;}
.archives-widget .widget-ul li a{position:relative; z-index:0;}
.archives-widget .widget-ul li a span{background:#fff; padding-right:8px;}
.archives-widget .widget-ul li a:before{content:""; width:100%; height:1px; border-top:1px dashed #cccccc; position:absolute; left:0; top:16px; z-index:-1;}

/*-------------------------*/
/* Blog - Masonry */
/*-------------------------*/
.masonry-block{padding:0 10px;}
.isotope.columns-2 .grid-item{width:50%; padding:10px;}
.isotope.columns-3 .grid-item{width:33.3333%; padding:10px;}
.isotope.columns-4 .grid-item{width:25%; padding:10px;}

@media screen and (max-width:1024px) {
.isotope.columns-3 .grid-item,
.isotope.columns-4 .grid-item{width:50%;}
}
@media screen and (max-width:599px) {
.isotope.columns-2 .grid-item,
.isotope.columns-3 .grid-item,
.isotope.columns-4 .grid-item{width:100%;}
}

/*--------------------------------------------------------------------
  Blog - Single Page
---------------------------------------------------------------------*/
.social-share-box .title{display:inline-block; margin:0 !important; margin-top:10px !important;}

.comments-1{background:#04b1ad; padding:20px; color:#ffffff; line-height:22px;}
.comments-1 .comments-photo{padding-right:20px;}
.comments-1 .comments-photo img{border:4px solid #ffffff;}
.comments-1 .comments-info .title{margin-top:0; margin-bottom:5px; color:#ffffff;}

/* Comments Box */
.comment-box {margin-top:35px;}
.comment-box .section-title{margin-bottom:0;}
.comment-box .section-title .title{padding-bottom:5px;}
.comment-box .section-title label{color:#04b1ad; font-weight:500;}

.comment-list li{margin-top:25px; margin-bottom:0; vertical-align:top; padding:0;}
.comment-list .comments-media{padding:15px; box-shadow:0 0 12px rgba(0,0,0,0.1); border-radius:3px;}
.comment-list ul{padding-left:60px;}

.comment-list .comments-photo{padding-right:20px;}
.comment-list .comments-photo img{border-bottom:5px solid #04b1ad;}
.comment-list .comments-info{position:relative;}
.comment-list .comments-info .title{margin:0; line-height:22px;}
.comment-list .comment-metadata{line-height:22px; margin-top:7px; margin-bottom:10px;}
.comment-list .comment-metadata a{color:#aaaaaa;}
.comment-list .comment-metadata .fa{padding-right:7px; color:#04b1ad;}
.comment-list .reply{position:absolute; right:0; top:0; font-weight:500; line-height:22px; margin:0; padding:2px 16px; font-size:11px;}
.comment-list .reply .fa{font-size:12px;}
.comment-list .comments-info p{line-height:24px; color:#858585; margin-top:5px; margin-bottom:0;}

.comment-respond{margin-top:50px;}

/*--------------------------------------------------------------------
  Portfolio Page
--------------------------------------------------------------------*/
.popup-gallery.columns-2 .project-info{width:50%; float:left;}
.popup-gallery.columns-3 .project-info{width:33.3333%; float:left;}
.popup-gallery.columns-4 .project-info{width:25%; float:left;}
.popup-gallery.columns-2 .project-info:before,
.popup-gallery.columns-3 .project-info:before,
.popup-gallery.columns-4 .project-info:before{content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:7px solid #ffffff; z-index:8;}

.portfolio-page .project-info{margin:0; padding:7px;}
.portfolio-page .no-gutter{margin:0 -7px;}

@media screen and (max-width:1024px) {
.popup-gallery.columns-2 .project-info{width:50%;}
.popup-gallery.columns-3 .project-info, .popup-gallery.columns-4 .project-info{width:33.3333%;}
}
@media screen and (max-width:991px) {
.popup-gallery.columns-2 .project-info,
.popup-gallery.columns-3 .project-info, .popup-gallery.columns-4 .project-info{width:50%;}
}
@media screen and (max-width:599px) {
.popup-gallery.columns-2 .project-info,
.popup-gallery.columns-3 .project-info, .popup-gallery.columns-4 .project-info{width:100%;}
}


/*--------------------------------------------------------------------
  Portfolio Details Page
--------------------------------------------------------------------*/
.pro-details-section .feature-box.small .title{font-size:20px; margin-bottom:8px;}

.about.pro-deta .about-details{background:#f8f8f8; padding:10px; text-align:center;}
.about.pro-deta .about-details .title{margin:0; padding:0; }
.about.pro-deta .about-details .about-des, .about.pro-deta .about-details p{margin:0; padding:0; margin-bottom:5px;}

/*---------------------------
  Pagination
----------------------------*/
.pagination-nav{margin-top:30px;}
.pagination > li{list-style-type:none; float:left;  display:block;}
.pagination > li > a,
.pagination > li > span{padding:13px 20px; border:2px solid #cccccc; color:#757575; margin:0; border-radius:inherit; line-height: 20px; display: flex;}
.pagination > li.previous > a,
.pagination > li.next > a{border-radius:0;}
.pagination > li.active > a:hover,
.pagination > li.active > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover{background:#04b1ad; color:#353535; border-color:#04b1ad;}

/*--------------------------------------------------------------------
  FAQs Page
--------------------------------------------------------------------*/
.faq-page .tab .tab-content .title{font-size:18px; color:#353535;}

/*--------------------------------------------------------------------
  Terms and Conditions
--------------------------------------------------------------------*/
.terms-and-conditions .title{margin-bottom:10px;}
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}

/*--------------------------------------------------------------------
  Privacy Policy
--------------------------------------------------------------------*/
.privacy-policy .title{margin-bottom:10px;}
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}

/*--------------------------------------------------------------------
  404 Error & Coming Soon
--------------------------------------------------------------------*/
.error-404, .coming-soon{background-position:center 80%; background-repeat:no-repeat; position:relative; padding-top:60px; padding-bottom:60px;}
.error-404.bg-overlay-white-90:before, .coming-soon.bg-overlay-white-90:before{background:rgba(255, 255, 255, 0.92);}

.countdown{margin-top:40px; width:70%; display:inline-block;}
.countdown > li{width:25%; float:left; color:#353535;}
.countdown > li span{font-size:64px; font-weight:700; line-height:60px;}
.countdown > li p{font-size:18px; line-height:18px;}

.notify-form{display:inline-block;  margin-top:15px;}
.notify-form .form-control{width:300px; height:53px; float:left; color:#333; font-weight:600; font-size:15px; border:2px solid #333; background:none; border-radius:0; text-shadow:none; box-shadow:none;}
.notify-form .button{margin:0; float:left; margin-left:10px;}

.notify-form .form-control::-webkit-input-placeholder{color:#353535;}
.notify-form .form-control::-moz-placeholder{color:#353535;}
.notify-form .form-control:-ms-input-placeholder{color:#353535;}
.notify-form .form-control:-moz-placeholder{color:#353535;}

/*--------------------------------------------------------------------
 Back to Top
--------------------------------------------------------------------*/
#back-to-top .top{z-index: 999; position:fixed; margin:0px; color:#04b1ad; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:fixed; bottom:115px; right:25px; z-index: 999; font-size:14px; background:none; border:2px solid #04b1ad; width:40px; height:40px; text-align:center; line-height:34px;}
#back-to-top .top:hover{height:50px;}

/*==================================================================================*/
/* Responsive CSS */
/*==================================================================================*/
@media screen and (max-width:1200px) {
.history-sec .pall-80{padding:50px !important;}
#header.dark-fancy .topbar{padding:10px 0 40px;}
#header.dark-fancy .menu{top:70px;}

.popup-gallery.columns-4 .overlay-content h3, .overlay-content h3 a { font-size: 16px; }
.popup-gallery.columns-4 .project-info .button.small { padding: 10px 8px; }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
 .container{ max-width:96%; width: 96%;  }
}
@media screen and (max-width:991px) {
.row-eq-height{display:block;}
.section-title p{padding:0 50px;}
.inner-intro{height:250px;}
.intro-title .section-title{margin-bottom:0;}
.intro-title .section-title .title{font-size:34px;}

.page-section-ptb100{padding:50px 0 0 0;}

.service .service-block { margin-top: 40px; }
.service .service-block img { margin-top: 30px; }

/*-------------------------------------------------
  Header
--------------------------------------------------*/
#header.defualt { position: relative; background: #323232; }
#header .topbar{display:none;}
.mega-menu{min-height:80px;}
.mega-menu .menu-logo{padding:4px 0;}
.mega-menu .menu-links > li{border-bottom-color:rgba(255,255,255,0.25); padding:0;}
.mega-menu .menu-links > li > a{line-height:30px; color:#ffffff; padding:10px 20px;}
#header.fancy .mega-menu .menu-links > li > a, #header.dark-fancy .mega-menu .menu-links > li > a { color: #ffffff; }
.mega-menu .menu-links > li:last-child{border-bottom:none;}
.mega-menu .menu-links > li.active > a{color:#04b1ad;}
#header.clean .mega-menu .menu-links > li > a { color: #ffffff; }
#header.clean .mega-menu .menu-links > li > a:hover { color: #04b1ad; }

/* Defualt Header */
.mega-menu .row > [class*='col-']:before,
.mega-menu .row > [class*='col-']:after{content:""; display:table; clear:both;}

.mega-menu .menu-links{left:0; position:absolute; top:100%; width:100%;}

/* Fancy Header */
#header.fancy .menu{ position: relative; top: 0px; }
#header.fancy .menu .container { width: 100%; max-width: 100%; }
#header.fancy .mega-menu > section.menu-list-items{padding:0 20px; padding-right:10px;}
#header.fancy + .rev-slider .slider-text{top:100px; transform:translateY(0%);}
#header.fancy .row > [class*='col-'] { padding-left: 0px; padding-right: 0px;  }

/* Dark-Fancy Header */
#header.dark-fancy .menu{ position: relative; top: 0px;}
#header.dark-fancy .menu .container { width: 100%; max-width: 100%; }
#header.dark-fancy .mega-menu > section.menu-list-items{padding:0 20px; padding-right:10px;}
#header.dark-fancy .mega-menu .menu-links > li > a{line-height:30px;}
#header.dark-fancy .row > [class*='col-'] { padding-left: 0px; padding-right: 0px;  }

/*-------------------------------------------------
  Home Page
--------------------------------------------------*/
.our-sercive1::before{height:166px; top:40px; width:250px;}
.our-sercive1::after{height:124px; right:-40px; top:20px; width:210px;}

/*-------------------------------------------------
 footer
--------------------------------------------------*/
.top-info .address-block{margin-top:20px; width:48%;}
.top-info .address-block:nth-child(-n+2){margin-top:0;}

/*-------------------------------------------------
Blog Page
--------------------------------------------------*/
.comments-1{width:100%;}
.comment-list ul{padding-left:20px;}

/*-------------------------------------------------
Contact Page
--------------------------------------------------*/
form .half-group{margin-right:0; width:100%;}
.form-2 form .half-group{float:left; margin-left:2%;  width:48%;}

.defoult-form.contact-2.form-2 form .half-group{ width: 50%; margin-left: 0; }

/*-------------------------------------------------
Comming soon Page
--------------------------------------------------*/
.countdown{width:90%;}

.popup-gallery.columns-4 .overlay-content h3, .overlay-content h3 a { font-size: 20px; }
.popup-gallery.columns-4 .project-info .button.small { padding: 10px 25px; }

/*-------------------------------------------------
 new update
--------------------------------------------------*/
.feature-box.line { padding: 25px 20px; }
.contact-sec .row-eq-height { display: flex; }
.contact-sec .pall-50 { padding:  40px 20px !important; }

/* Enhanced Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .section-title .title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .section-title p {
        font-size: 16px;
        padding: 0 20px;
    }
    
    .feature-box.text {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .post .post-details {
        padding: 20px;
    }
    
    .counter .timer {
        font-size: 36px;
    }
    
    .our-clients .item {
        padding: 15px;
        margin: 5px;
    }
    
    .page-section-ptb {
        padding: 60px 0;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
    
    .button {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .section-title .title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .feature-box.text .title {
        font-size: 20px;
    }
    
    .post .post-title .title {
        font-size: 18px;
    }
    
    .counter .timer {
        font-size: 32px;
    }
    
    .page-section-ptb {
        padding: 40px 0;
    }
}

}

/* Scroll Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s ease;
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}


@media screen and (max-width:767px) {
.section-title p{padding:0;}
.inner-intro{height:200px;}
.intro-title{padding-bottom:0;}
.intro-title .section-title .title{font-size:26px; line-height:30px;}
.defoult-form.contact-2.form-2 form .half-group,
.defoult-form.contact-3.light-form form .half-group { width: 100%; }


/*-------------------------------------------------
  Header
--------------------------------------------------*/
.mega-menu{min-height:70px;}
.mega-menu .menu-logo img{height:30px;}

/*-------------------------------------------------
  Our Services
--------------------------------------------------*/
.our-sercive1::before,
.our-sercive1::after{content:normal;}

/*-------------------------------------------------
  Timeline
--------------------------------------------------*/
.history-sec .pall-80{padding:30px !important;}


/*-------------------------------------------------
 footer
--------------------------------------------------*/
.top-info .address-block{margin-top:20px; width:100%;}
.top-info .address-block:nth-child(-n+2){margin-top:20px;}
.top-info .address-block:nth-child(-n+1){margin-top:0;}
.footer{background-size:cover;}
.footer .top-info.top-hlaf{margin-top:-40px; top:-40px;}
.footer-usefull{display:inline-block; width:100%;}
.footer-widget p{text-align:center;}
.footer-widget ul{text-align:center;}
.social-icons{display:inline-block;}
.footer-widget{padding:15px 0; margin-top:10px !important;}

/*-------------------------------------------------
About  Page
--------------------------------------------------*/
.about-details{margin-bottom:20px;}

/*-------------------------------------------------
Contact  Page
--------------------------------------------------*/
.form-2 form .half-group{float:none; width:100%; margin-left:0;}
form.input3-col .half-group{width:100%;}
.top-info.half{bottom:0; margin-bottom:30px;}



/*-------------------------------------------------
Service Page
--------------------------------------------------*/
.services-block{padding:40px 0;}

/*-------------------------------------------------
All Counter
--------------------------------------------------*/
.counter-section{padding:35px 0 !important;}
.counter-section .counter-block > div{margin-bottom:10px !important;}
.counter-section .counter-block > div:nth-last-of-type(-n+2){margin-bottom:0 !important;}
.row > [class*="col-"]:nth-last-of-type(-n+2) .counter.left_pos{margin-bottom:0 !important;}

/*-------------------------------------------------
Owl-dots
--------------------------------------------------*/
.owl-carousel .owl-dots{position:relative; }

/*-------------------------------------------------
Comming soon Page
--------------------------------------------------*/
.countdown > li span{font-size:44px; line-height:50px;}

/*-------------------------------------------------
 new update
--------------------------------------------------*/
.feature-box.line { padding: 25px 30px; }
.owl-carousel .post .post-image img { width: 100%; }
.contact-sec .row-eq-height { display: block; }

}

@media screen and (max-width:479px) {
h2.title2{font-size:24px; line-height:30px;}
/*-------------------------------------------------
Footer
--------------------------------------------------*/
.footer .footer-usefull .list-3{float:none;  width:100%;}
.notify-form .form-control{width:100%;}
.notify-form .button{margin-left:0; margin-top:8px;}

/*-------------------------------------------------
All Counter
--------------------------------------------------*/
.counter-section{padding-top:20px; padding-bottom:25px;}
.counter-section .counter{margin:10px 0 !important;}
.counter-section .counter-block > div{margin-bottom:0 !important;}

/*-------------------------------------------------
Single-Blog Page
--------------------------------------------------*/
.blog-post .post .post-image + .post-date,
.single-blog .post .post-image + .post-date{margin-top:-93px;}
.blog-post .post .post-details,
.single-blog .post .post-details{padding-left:0;}
.comment-list .reply{position:relative;}

/*-------------------------------------------------
Comming soon Page
--------------------------------------------------*/
.coming-soon .title{font-size:30px; line-height:40px;}
.countdown > li span{font-size:30px; line-height:40px;}
.countdown > li p{font-size:16px;}

/*-------------------------------------------------
Action-box Page
--------------------------------------------------*/
.action-box.action-icon i{line-height:40px; top:0;}
.action-box.action-icon i::before{font-size:40px;}
.action-box.action-icon .left{padding-left:60px;}
.action-box.action-icon .left h5{font-size:14px;}
}

/*==================================================================================*/
/* Animation Keay */
/*==================================================================================*/
.bg-effect:before{
	-webkit-animation-name:fadebounce;
	-moz-animation-name:fadebounce;
	-ms-animation-name:fadebounce;
	-o-animation-name:fadebounce;
	animation-name:fadebounce;
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	-ms-animation-duration:3s;
	-o-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}

/* Modern Animations and Micro-interactions */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

/* Animation Classes */
.animate-fadeInUp {
    animation: fadeInUp 0.8s ease-out;
}

.animate-fadeInLeft {
    animation: fadeInLeft 0.8s ease-out;
}

.animate-fadeInRight {
    animation: fadeInRight 0.8s ease-out;
}

.animate-scaleIn {
    animation: scaleIn 0.6s ease-out;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

/* Hover Animations */
.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
}

.hover-scale {
    transition: all 0.3s ease;
}

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

.hover-glow {
    transition: all 0.3s ease;
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(4, 177, 173, 0.4);
}

/* Staggered Animation Delays */
.animate-delay-1 { animation-delay: 0.1s; }
.animate-delay-2 { animation-delay: 0.2s; }
.animate-delay-3 { animation-delay: 0.3s; }
.animate-delay-4 { animation-delay: 0.4s; }
.animate-delay-5 { animation-delay: 0.5s; }

/* Loading Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-spinner {
    animation: spin 1s linear infinite;
}

/* Pulse Animation */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.pulse {
    animation: pulse 2s infinite;
}
v@-moz-keyframes fadebounce {
0% {-moz-transform:translateY(0); transform:translateY(0); opacity:1}
50% {-moz-transform:translateY(25px); transform:translateY(25px); opacity:1}
100% {-moz-transform:translateY(0); transform:translateY(0); opacity:1}
}
@-webkit-keyframes fadebounce {
0% {-webkit-transform:translateY(0); transform:translateY(0); opacity:1}
50% {-webkit-transform:translateY(25px); transform:translateY(25px); opacity:1}
100% {-webkit-transform:translateY(0); transform:translateY(0); opacity:1}
}
@-o-keyframes fadebounce {
0% {-o-transform:translateY(0); transform:translateY(0); opacity:1}
50% {-o-transform:translateY(25px);transform:translateY(25px);opacity:1}
100% {-o-transform:translateY(0);transform:translateY(0);opacity:1}
}
@-ms-keyframes fadebounce {
0% {-ms-transform:translateY(0); transform:translateY(0); opacity:1}
50% {-ms-transform:translateY(25px);transform:translateY(25px);opacity:1}
100% {-ms-transform:translateY(0); transform:translateY(0); opacity:1}
}
@keyframes fadebounce {
0% {transform:translateY(0); opacity:1}
50% {transform:translateY(25px);opacity:1}
100% {transform:translateY(0);opacity:1}
}

/* Pulse Effect */
@-webkit-keyframes pulse {
  0%{-webkit-transform: scale(1);}
  25%{-webkit-transform: scale(1.2);}
  50%{-webkit-transform: scale(1);}
  100%{-webkit-transform: scale(1);}
}
@-moz-keyframes pulse {
  0%{-moz-transform: scale(1);}
  25%{-moz-transform: scale(1.2);}
  50%{-moz-transform: scale(1);}
  100%{-moz-transform: scale(1);}
}
@-ms-keyframes pulse {
  0% {-ms-transform: scale(1);}
  25%{-ms-transform: scale(1.2);}
  50% {-ms-transform: scale(1);}
  100% {-ms-transform: scale(1);}
}
@-o-keyframes pulse {
  0% {-o-transform: scale(1);}
  25%{-o-transform: scale(1.2);}
  50%{-o-transform: scale(1);}
  100%{-o-transform: scale(1);}
}
@keyframes pulse {
  0% {transform: scale(1);}
  50%{transform: scale(1.2);}
  100%{transform: scale(1);}
}
@media (max-width: 767px) {
	.isotope .grid-item {
		width: 50% !important;
		float: left;
	}

	.project-info img {
		width: 100%;
		height: auto;
	}
}

