@charset "utf-8";
/* CSS Document */

body
{
margin: 0px;
padding: 0px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #1a202c 0%, #2d3748 30%, #4a5568 60%, #718096 100%);
min-height: 100vh;
color: #fff;
line-height: 1.6;
}

h1{font-size: 36px; margin: 20px 0 15px 0; padding: 0;}
h2{font-size: 32px; margin: 25px 0 15px 0; padding: 10px 0;}
h3{font-size: 28px; margin: 20px 0 12px 0;}
h4{font-size: 24px; margin: 18px 0 10px 0;}
h5{font-size: 22px; margin: 16px 0 8px 0;}
h6{font-size: 18px; margin: 14px 0 6px 0;}

h1,h2,h3,h4,h5,h6{
    color:#FBE109;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
strong{color:#FBE109;}

p {
    padding: 0;
    font-size: 18px;
    color: #fff;
    margin: 0 0 15px 0;
    text-align: justify;
    line-height: 1.7;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

a {
    color: #FFE13E;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #FBE109;
    text-shadow: 0 0 8px rgba(251, 225, 9, 0.6);
}
img{max-width:100%; height:auto; margin:0px; padding:0px;}
.page_wrapper_full {width: 100%; margin: auto auto auto auto; display: table; text-align: center;  width: 100%; background:#2d3748;}

.navigation_container{width:100%; margin:0 auto; padding:0px 0 0px 0; display:block; }
#nav {width: 76%; /* 1000 */
			font-family:Arial;
			position:relative;
			font-weight:bold; 
			float:right; 
			 text-decoration:none; 
			 z-index:9999;
			 text-align:left; padding:0px 0 0 0; 
		}

			#nav > a { display: none; }

			#nav li
			{
				position: relative;
				list-style: none;
			}
				#nav li a
				{
					color: #ffffff;
					display: block;
				}
				#nav li a:active
				{
					background-color: none !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #fff;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				 /* 60 */
				/*background-color: #003d98;*/
				 list-style: none; padding:0px; margin:0px; 
			}
				#nav > ul > li { height:auto; 
					float: left; 
				}
					#nav > ul > li > a
					{ padding:10px 43px 0px 0px;
						height:auto; 
						font-size:18px; /* 24 */
						line-height:40px; /* 60 (24) */
						text-align: left;
						text-decoration:none;
						margin:0 0px 0 0px;
						text-transform:Capital;
						color:#fff;
					}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: none; text-decoration:none;
							color:#FBE109; 
							
						}

						#nav > ul > li a.selected
						{
							background-color: none; text-decoration:none;
							color:#FBE109; 
							
						}



				/* second level */

				#nav li ul
				{
					background-color: #000000;
					display: none;
					position: absolute;
					top: 100%; width:300px; margin:0px; padding:0px;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: 0px;
						}
						#nav li ul a
						{
							font-size: 14px; /* 20 */ 
							border-bottom: 1px solid #ffffff;
							padding: 0px 0 0 8px; line-height:40px;text-decoration:none; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{background-color:none; border-right:0px; color:#3182ce; text-decoration:none;} 

		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav	{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 767px ) /* 640 */
		{
			
			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{ 
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color:#000;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block; 
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none; 
				position: absolute;
				left: 0; color:#ffffff;
				right: 0; background-color:#000000;
				width:100%;
				
			}
				#nav:target > ul
				{
					display: block; 
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
					border-bottom:1px solid #ffffff;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding:0 0 0 7px; border:none;color:#fff;
						
						 /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none; color:#fff; background:#000; 
							border-bottom:none; 
							
							
						}
						
						#nav > ul > li > a:hover{border:none; background-color:#00b068; color:#fff;}
						#nav > ul > li a.selected
						{
							background-color: none;
							border:none; background-color:#3182ce; color:#fff;

						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding:0px; /* 20 */
					width:100%;
					display: block; border-bottom:none; color:#ffffff; 
				}
				#nav li ul a
						{ font-size: 14px; /* 20 */ 
							border-bottom:none;
							padding: 0px 0 0 25px; line-height:30px; color:#ffffff;/* 15 (20) */
						}
		}

/********************menu end******************/

.banner img{min-width:100%; height:auto;}
.bg{
    width: 100%;
    padding: 25px;
    display: table;
    margin: 25px auto;
    background: linear-gradient(135deg, rgba(26, 32, 44, 0.9) 0%, rgba(45, 55, 72, 0.8) 100%);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 12px 40px rgba(26, 32, 44, 0.4);
    border: 2px solid rgba(255, 215, 0, 0.3);
}

.gallery_img{
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #4a5568 100%);
    margin: 15px;
    padding: 15px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #fff;
    display: block;
    border: 2px solid rgba(255, 215, 0, 0.4);
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(26, 32, 44, 0.3);
    position: relative;
    overflow: hidden;
}

.gallery_img:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(49, 130, 206, 0.4);
    border-color: #FFD700;
}

.gallery_img p{
    color: #fff;
    margin: 8px 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.midbanner img{min-width:100%; height:auto;padding:0px; margin:0px;}
.w100{width:100%; height:auto;}
.mx1{margin-left:5px; margin-right:5px;}
.px1{padding-left:5px; padding-right:5px;}
.px2{padding:20px;}
.borderfff {border: solid 1px #fff;}
.footer-bottom{
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #4a5568 100%);
    color: #fff;
    font-size: 16px;
    padding: 35px 25px 70px 25px;
    text-align: center;
    width: 100%;
    margin: 50px 0 0 0;
    border-top: 4px solid #FFD700;
    box-shadow: 0 -6px 25px rgba(26, 32, 44, 0.4);
}

.footer-bottom a{
    text-decoration: none;
    color: #FFE13E;
    padding: 0 10px;
    margin: 0;
    line-height: 30px;
    transition: all 0.3s ease;
}

.footer-bottom a:hover{
    color: #FBE109;
    text-shadow: 0 0 10px rgba(251, 225, 9, 0.6);
}
 /** If parent has some defined width/height */

/*---------------------------------------*/
.centertext{text-align:center;}
.w100{width:100%; height:auto;}
.mx1{margin-left:5px; margin-right:5px; }
.px1{padding-left:5px; padding-right:5px;}
.borderfff {border: solid 3px #e59e07;}
div {  display: block;}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}

.page_wrapper_full {
    width: 100%;
    margin: 0;
    display: block;
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 25px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.spacet{
    padding: 15px;
    display: flex;
    margin-bottom: 20px;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
    padding: 15px;
}


*{  margin: 0;
  padding: 0;
  box-sizing: border-box;
 } 

#active:checked ~ .wrapper ul li a{  opacity: 1; }
 
@media (max-width: 768px){
.container {  max-width: 720px;}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12{width:100%}.col-11{width:100%}.col-10{width:100%}.col-9{width:100%}.col-8{width:100%}.col-7{width:100%}.col-6{width:100%}.col-5{width:100%}.col-4{width:100%}.col-3{width:100%}.col-2{width:50%}.col-1{width:50%}
.header_stip{ text-align:center; font-size:20px;}
p{margin: 0px; padding:0px 0px 20px 0px; font-size:16px; text-align:justify; color:#fff; }
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{width:100%}
.topnav ul li{margin:0px; padding:0 29px; list-style: none; float:left; width:100%; border-bottom:solid 1px #006;}
.topnav ul li a{margin: 0px; list-style:none;  text-decoration:none; color:#000;  display:table; font-weight:500; font-size:15px; display:block; text-align:left;  padding:0px 18px;float:left; width: 100%; line-height:57px;}
h1{font-size:30px; } h2{ font-size:28px;} h2{ font-size:25px;} h2{ font-size:22px;} h2{ font-size:20px;} h2{ font-size:19px;}

}

@media (min-width: 768px){
.container {    max-width: 720px;}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12{width:100%}.col-11{width:100%}.col-10{width:100%}.col-9{width:100%}.col-8{width:100%}.col-7{width:100%}.col-6{width:100%}
.col-5{width:100%}.col-4{width:100%}.col-3{width:100%}.col-2{width:50%}.col-1{width:50%}
p {margin: 0px; padding:0px 20px 20px 0px; font-size:16px; text-align:justify; color:#fff; }
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{width:100%}
.topnav ul li{margin:0px; padding:0 29px; list-style: none; float:left; width:100%; border-bottom:solid 1px #006;}
.topnav ul li a{margin: 0px; list-style:none;  text-decoration:none; color:#000;  display:table; font-weight:500; font-size:15px; display:block; text-align:left;  padding:0px 18px;float:left; width: 100%; line-height:57px;}
.pr_name {color:#3182ce; text-transform:uppercase; font-size:13px; padding:0px; margin:0px; }
.nametag{background:#fff;  padding:5px; font-size:15px; color:#000; font-weight:600; text-align:center; border-top-right-radius:5px; border-bottom-right-radius:5px;  }
.bannerbg3{width:100%; margin:0 auto; padding:20px 0px; background:#006; color:#fff; display:table;}

}

@media (min-width: 992px){
.container { max-width: 960px;}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}
}
 
@media (max-width: 992px){
.container { max-width: 960px;}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}
}
 
 
@media (min-width: 1200px){
.container { max-width: 1170px;}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}
}

@media (max-width: 1200px){
.container { max-width: 1170px;}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}
}
@media (max-width: 576px){
.container {max-width: 540px;}
.header_stip{width:100%; background:#6a005c; margin:0px; padding:10px 0px; display:table; color:#fff; font-size:14px;}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{width:100%}
.topnav ul li{margin:0px; padding:0 29px; list-style: none; float:left; width:100%; border-bottom:solid 1px #006;}
.topnav ul li a{margin: 0px; list-style:none;  text-decoration:none; color:#000;  display:table; font-weight:500; font-size:15px; display:block; text-align:left;  padding:0px 18px;float:left; width: 100%; line-height:57px;}
h1{font-size:30px; } h2{ font-size:28px;} h2{ font-size:25px;} h2{ font-size:22px;} h2{ font-size:20px;} h2{ font-size:19px;}
.pr_name {color:#3182ce; text-transform:uppercase; font-size:13px; padding:0px; margin:0px; }
.nametag{background:#fff;  padding:5px; font-size:16px; color:#000; font-weight:600; text-align:center; border-top-right-radius:5px; border-bottom-right-radius:5px;  }
.bannerbg3{width:100%; margin:0 auto; padding:20px 0px; background:#006; color:#fff; display:table;}
.backareabg{width:100%; padding:20px; margin:0px; display:table; background:#000; line-height:none;}
}

.booknow{
    width: 100%;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 8px 0;
    transition: all 0.3s ease;
}

.booknow:hover {
    transform: scale(1.02);
}

.booknow a{
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 50%, #718096 100%);
    color: #FFE13E;
    font-size: 14px;
    text-decoration: none;
    padding: 14px 8px;
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 12px;
    border: 2px solid rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(45, 55, 72, 0.3);
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.booknow a:hover {
    background: linear-gradient(135deg, #4a5568 0%, #718096 50%, #2d3748 100%);
    color: #FFD700;
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 8px 25px rgba(49, 130, 206, 0.5);
    border-color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

/* Responsive Navbar Styles */
.navbar {
    width: 100%;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #4a5568 100%);
    padding: 0;
    position: relative;
    box-shadow: 0 4px 20px rgba(26, 32, 44, 0.4);
    z-index: 10001;
    border-bottom: 3px solid #FFD700;
    animation: pulseGlow 4s ease-in-out infinite;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.navbar-brand {
    flex: 0 0 auto;
}

.brand-text {
    color: #FFD700;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(26, 32, 44, 0.8);
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, #FFD700, #FFA500, #FFD700);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s ease-in-out infinite;
}

.navbar-brand a:hover .brand-text {
    animation: shimmer 1s ease-in-out;
    transform: scale(1.02);
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.9);
}

.navbar-brand a {
    text-decoration: none;
}

.navbar-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #FBE109;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.navbar-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav li {
    margin: 0 15px;
}

.navbar-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: block;
    position: relative;
    overflow: hidden;
}

.navbar-nav a:hover {
    background: linear-gradient(135deg, rgba(251, 225, 9, 0.2) 0%, rgba(255, 225, 62, 0.1) 100%);
    color: #FBE109;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(251, 225, 9, 0.2);
}

/* Mobile Styles */
@media (max-width: 768px) {
    .navbar-container {
        height: 60px;
        padding: 0 10px;
    }

    .brand-text {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .navbar-toggle {
        display: flex;
        order: 2;
    }

    .navbar-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 8px 25px rgba(45, 55, 72, 0.5);
        z-index: 10000;
        border-top: 2px solid rgba(255, 215, 0, 0.5);
    }

    .navbar-nav a {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        padding: 15px 20px;
        border-radius: 8px;
        transition: all 0.3s ease;
        text-transform: uppercase;
        display: block;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-nav a:hover {
        background: linear-gradient(135deg, rgba(251, 225, 9, 0.2) 0%, rgba(255, 225, 62, 0.1) 100%);
        color: #FBE109;
        transform: translateX(5px);
    }

    .navbar-menu.active {
        max-height: 500px;
    }

    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }

    .navbar-nav li {
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .navbar-nav li:last-child {
        border-bottom: none;
    }

    .navbar-nav a {
        padding: 15px 20px;
        font-size: 14px;
        text-align: center;
    }

    .navbar-nav a:hover {
        background-color: rgba(251, 225, 9, 0.1);
    }
}

/* Hamburger Animation */
.navbar-toggle.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.navbar-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.nowcalling
{display:block;position:fixed;bottom:0;width:100%;z-index:9999}
.lcol,.rcol,.ccol
{float:left;width:50%}
.lcol{background-color:#0E0258}
.rcol{background-color:#058937}
.lcol a,.rcol a,.ccol a{display:block;padding:10px 0;text-align:center;text-decoration:none;color:#fff}

/* Prevent Image Downloads */
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: none;
}

.gallery_img img,
.banner img {
    position: relative;
    pointer-events: auto;
}

/* Individual Image Watermark */
.image-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.5);
    z-index: 10;
    pointer-events: none;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 16px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    animation: watermarkPulse 3s ease-in-out infinite;
}

/* Hero Section Styles */
.hero-section {
    width: 100%;
    height: 70vh;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-fallback {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #8A2BE2, #DDA0DD);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-fallback img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.fallback-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* Video Fallback Watermark */
.video-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.5);
    z-index: 3;
    pointer-events: none;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    animation: watermarkPulse 3s ease-in-out infinite;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 3;
    max-width: 90%;
    padding: 20px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
    color: #FBE109;
    line-height: 1.2;
}

.hero-content p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    line-height: 1.3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    display: block;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-buttons a {
    background: linear-gradient(45deg, #0E0258, #058937);
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    display: inline-block;
    min-width: 160px;
    text-align: center;
}

.hero-buttons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.hero-buttons a:nth-child(2) {
    background: linear-gradient(45deg, #25D366, #128C7E);
}

/* Responsive Hero Section */
@media (max-width: 1200px) {
    .hero-section {
        height: 65vh;
        min-height: 380px;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 22px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 550px;
    }

    .hero-buttons {
        gap: 15px;
    }

    .hero-buttons a {
        padding: 14px 25px;
        font-size: 16px;
        min-width: 140px;
    }
}

@media (max-width: 992px) {
    .hero-section {
        height: 60vh;
        min-height: 350px;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 20px;
        margin-bottom: 25px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }

    .hero-buttons {
        gap: 12px;
    }

    .hero-buttons a {
        padding: 12px 20px;
        font-size: 15px;
        min-width: 130px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 55vh;
        min-height: 320px;
    }

    .hero-content {
        max-width: 95%;
        padding: 15px;
    }

    .hero-content h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .hero-content p {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .hero-buttons a {
        padding: 12px 25px;
        font-size: 16px;
        min-width: 200px;
        width: auto;
    }
}

@media (max-width: 576px) {
    .hero-section {
        height: 50vh;
        min-height: 280px;
    }

    .hero-content h1 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .hero-content p {
        font-size: 16px;
        margin-bottom: 18px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
    }

    .hero-buttons a {
        padding: 10px 20px;
        font-size: 14px;
        min-width: 180px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        height: 45vh;
        min-height: 250px;
    }

    .hero-content h1 {
        font-size: 24px;
    }

    .hero-content p {
        font-size: 14px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }

    .hero-buttons a {
        padding: 10px 18px;
        font-size: 13px;
        min-width: 160px;
    }
}

/* Modern Page Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
    }
    50% {
        box-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 0 0 40px rgba(49, 130, 206, 0.4);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Global Watermark Animation */
@keyframes watermarkPulse {
    0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.9; transform: translate(-50%, -50%) scale(1.05); }
}	