/*
Theme: vOne - Free Business HTML5 Responsive WebsiteDescription: Free to use for personal and commercial use
Author: WebThemez.com
Website: http://webthemez.com
Note: Please do not remove the footer backlink (webthemez.com)--(if you want to remove contact: webthemez@gmail.com)
Licence: Creative Commons Attribution 3.0** - http://creativecommons.org/licenses/by/3.0/
*/

/*General*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open sans", Helvetica, Arial;
}

p {
	font-size: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 30px;
}


#head {
	background: url(../images/3.jpg) no-repeat;
	width: auto;
	background-size: cover;

	min-height: 520px;
	text-align: center;
	padding-top: 240px;
	font-family: "Open sans", Helvetica, Arial;
	font-weight: 300;
	position: relative;
	/* Added to contain absolute positioned ::before overlay */
}

#head::before {
	content: '';
	position: absolute;
	max-height: 580px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	/* High opacity light overlay for best contrast with Blue/Orange text */
	z-index: 0;

}

blockquote {
	font-style: italic;
	font-family: Georgia;
	color: #999;
	margin: 30px 0 30px;
}

label {
	color: #777;
}

.herotxt {
	background: #302984;
}


.herotxt p {
	font-size: 20px;
	color: white;
}

.da-slide P {

	text-align: center;

	color: #e4aa00 !important;
	/* Darker Orange for better visibility on light background */
	font-weight: bold;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	/* Subtle shadow to define edge */
	/* background-color: #302984; */
}

.da-slide h2 {

	text-align: center;

	color: #302984 !important;
	/* Brand Blue */
	font-weight: bold;
	text-shadow: none;
	/* Clean look for dark text on light bg */
	/* background-color: #302984 !important; */

}

/* .da-slide h1 {

	color: black;
	background-color: #aaa;
	opacity: 50%;
	position: absolute;
} */
.herotxt span {
	border: 2px #e9e9e9;
	color: white;
	display: block;
	font-size: 35px;
	line-height: 45px;
	font-weight: normal;
	margin-bottom: 12px;
}

.herotxt p {
	margin-bottom: 0;
}

.herotxt .btn-download a {
	margin-top: 37px;
	text-align: center;
	display: inline-block;
	background: #fff;
	font-size: 18px;
	padding: 10px 25px;
	text-decoration: none;
	color: #222;
}

.herotxt .btn-download {
	text-align: center;
}

.highlight {
	margin-top: 40px;
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.highlight:first-child {
	border: none;
}



.headroom {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.navbar-nav .dropdown-menu {
	left: 30px;
	font-size: 13px;
	background-color: #302984;
	padding: 10px;
}

.navbar-nav .dropdown-menu .dropdown-menu {
	left: 30px;
	font-size: 13px;
	background-color: #302984;
	padding: 10px;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>.open ul>a {
	color: #302984;
}

.navbar-inverse {
	background: transparent;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 14px;
	font-weight: 600;
	padding: 15px 20px;
	transition: color 0.3s ease;
}

.navbar-inverse {
	border: none !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-nav>li:hover>a {
	color: #f4b905 !important;
	background: transparent;
}

.navbar-brand {

	width: 230px;
	padding-right: 70px;
	font-weight: bold;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	z-index: 9999;
}

.center-item {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.navbar-fixed-top {
	position: absolute;
}

.btn {
	color: white !important;
	background: #302984;
	border-radius: 4px;
	padding: 10px 20px;
	transition: all 0.3s ease;
	border: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn:hover {
	color: #fff !important;
	background: #4a3fb8;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-action,
.btn-primary {
	color: #fff !important;
	background: #f4b905;
	border-radius: 4px;
	padding: 10px 20px;
	transition: all 0.3s ease;
	border: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-action:hover,
.btn-primary:hover {
	background: #ffc107;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.form-control {
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: none;
	padding: 10px 15px;
	height: auto;
	transition: all 0.3s ease;
}

.form-control:focus {
	border-color: #302984;
	box-shadow: 0 0 0 2px rgba(48, 41, 132, 0.1);
}

/* Header */

/* 
.da-slider .da-slide .da-img{
	background: #181015 url(../../3.jpg) no-repeat;
    width: auto;
	background-size: cover;
	

	min-height: 520px;
	text-align: center;
	padding-top: 240px;
	font-family: "Open sans", Helvetica, Arial;
	font-weight: 300;
} */

#head.secondary {
	height: 100px;
	min-height: 100px;
	padding-top: 0px;
}

#head .lead {
	font-family: "Open sans", Helvetica, Arial;
	font-size: 44px;
	margin-bottom: 6px;
	color: white;
	line-height: 1.15em;
}

#head .tagline {
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 25px;
}

#head .tagline a {
	color: #fff;
}

#head .btn {
	margin-bottom: 10px;
}

#head .btn-default {
	text-shadow: none;
	background: transparent;
	color: rgba(255, 255, 255, .5);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
	box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
	background: transparent;
}

#head .btn-default:hover,
#head .btn-default:focus {
	color: rgba(255, 255, 255, .8);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
	box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
	background: transparent;
}

#head .btn-default:active,
#head .btn-default.active {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff;
	box-shadow: inset 0px 0px 0px 3px #fff;
	background: transparent;
}

.panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-body {
	padding: 0px;
	color: #e2d3d3;
	font-size: 14px;
}

.sectionBox {
	/* background-image: url(../images/Transparent\ Badge.png) ;
	background-size: cover; */
	padding-top: 35px;
	padding-bottom: 40px;

}



.slideUp {
	top: -100px;
}

.headroom {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.serviceslist .btn {
	padding: 10px 38px;
	font-weight: bold;
	border: 0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Highlights*/
.highlight {
	margin-top: 40px;
}

.h-caption {
	text-align: center;
}

.h-caption i {
	display: block;
	font-size: 46px;
	color: #fff;
	float: left;
	margin-right: 9px;
}

.h-caption h4 {
	color: #888;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: left;
	height: 47px;
	line-height: 47px;
}

.jumbotron p {
	font-size: inherit;
	color: #080606;
	font-size: 16px;
	padding: 0px;
}

.jumbotron .fa {
	color: #302984;
}

.jumbotron .h4 {
	color: #302984;
}



.jumbotron {
	background: white;
	background-size: cover;
}

.page-title {
	margin-top: 20px;
	font-weight: 300;
	color: #000;
}


.text-muted {
	color: #888;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 30px 0 0px 0;
}

ul.list-spaces li {
	margin-bottom: 10px;
}

.bgColor1 {
	background-color: #323a47;
	color: #fff;
}

.bgColor1 .fa {
	color: #fff;
}

/* Helpers */
.container-full {
	margin: 0 auto;
	width: 100%;
}

.top-space {
	margin-top: 35px;
}

.top-margin {
	margin-top: 20px;
}

img {
	max-width: 100%;
}

img.pull-right {
	margin-left: 10px;
}

img.pull-left {
	margin-right: 10px;
}

#map {
	width: 100%;
	height: 280px;
}

#social {
	margin-top: 50px;
	margin-bottom: 50px;
}

#social .wrapper {
	width: 340px;
	margin: 0 auto;
}

.sidebar {
	padding-top: 36px;
	padding-bottom: 30px;
}

.sidebar .panel {
	margin-bottom: 20px;
}

.sidebar h1,
.sidebar .h1,
.sidebar h2,
.sidebar .h2,
.sidebar h3,
.sidebar .h3 {
	margin-top: 20px;
}

.glyphicon-lg {
	font-size: 3em
}

.blockquote-box {
	margin-bottom: 15px;
	overflow: hidden;
	/* Ensures the text doesn't overlap with the image */
}

.blockquote-box .square {
	width: 100px;
	min-height: 50px;
	margin-right: 22px;
	text-align: center !important;
	background-color: #302984;
	padding: 20px 0;
	float: left;
	/* Ensures the image stays to the left */
}

.blockquote-box.blockquote-primary {
	border-color: #357EBD;
}

.blockquote-box.blockquote-primary .square {
	/* background-color: #428BCA; */
	color: rgb(238, 186, 196);
}

.blockquote-box.blockquote-success {
	border-color: #4CAE4C;
}

.blockquote-box.blockquote-success .square {
	background-color: #302984;
	color: yellow;
}

.blockquote-box.blockquote-info {
	border-color: #46B8DA;
}

.blockquote-box.blockquote-info .square {
	background-color: #302984;
	color: yellow;
}

.blockquote-box.blockquote-warning {
	border-color: #EEA236;
}

.blockquote-box.blockquote-warning .square {
	background-color: #F0AD4E;
	color: #FFF;
}

.blockquote-box.blockquote-danger {
	border-color: #D43F3A;
}

.blockquote-box.blockquote-danger .square {
	background-color: #D9534F;
	color: #FFF;
}

.blockquote-box p {
	margin-left: 130px;
	/* Adjust this value to ensure the text doesn't overlap with the image */
}


/* Footer */
.footer1 {
	background: linear-gradient(135deg, #302984 0%, #1a1654 100%);
	padding: 50px 0 20px 0;
	font-size: 14px;
	color: #ffffff;
}

.footer1 a {
	color: #f4b905;
	transition: all 0.3s ease;
}

.footer1 a:hover {
	color: #fff;
	text-decoration: none;
}

.footer1 .panel {
	margin-bottom: 30px;
}

.footer1 .panel-title {
	font-size: 18px;
	font-weight: 700;
	color: #f4b905;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 10px;
}

.footer1 .panel-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #f4b905;
}

.footer1 .entry-meta {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}

.footer1 .entry-meta a {
	color: #ccc;
}

.footer1 .entry-meta .meta-in {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0;
}

.footer1 .panel-body p {
	line-height: 1.8;
	margin-bottom: 10px;
}

.footer1 .panel-body i {
	margin-right: 10px;
	color: #f4b905;
}

.follow-me-icons {
	font-size: 30px;
}

.follow-me-icons i {
	float: left;
	margin: 0 10px 0 0;
	font-size: 25px;
}

.footer_copy {
	background: rgba(0, 0, 0, 0.2);
	padding: 30px 0;
	margin-top: 20px;
}

.partner-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.partner-logos img {
	height: 45px;
	opacity: 0.8;
	transition: all 0.3s ease;
	border-radius: 4px;
	padding: 5px;
}

.partner-logos img:hover {
	opacity: 1;
	transform: scale(1.1);
}

.footer2 {
	background: #0a0a15;
	padding: 20px 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
}

.footer2 a {
	color: rgba(255, 255, 255, 0.7);
	padding: 0px 10px;
	font-size: 13px;
	transition: color 0.3s ease;
}

.footer2 a:hover {
	color: #f4b905;
	text-decoration: none;
}

.footer1 p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
}

.footer2 p {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
}

.simplenav a {
	position: relative;
}

.simplenav a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 10px;
	right: 10px;
	height: 1px;
	background: #f4b905;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.simplenav a:hover::after {
	transform: scaleX(1);
}

.panel-simplenav {
	margin-left: -5px;
}

.panel-simplenav a {
	margin: 0 5px;
}

/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px 0px 0px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}

.item p {
	font-size: 16px;
}

#quote-carousel .carousel-indicators .active {
	background: #333333;
}

#quote-carousel img {
	width: 250px;
	height: 100px;
}

/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}

.item blockquote img {
	margin-bottom: 10px;
}

.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}

.contact ul {
	padding: 0px;
}

.contact ul li {
	margin-bottom: 10px;
	list-style: none;
}

footer ul li {
	list-style: none;
}

#map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px
}

/* ------- */

.isotopeWrapper article {
	margin-bottom: 30px;
}



#portfolio img {
	width: 100%;
}

#portfolio article p {
	margin-bottom: 1.45em;
	/*set next row on the baseline*/
	;
}

nav#filter {
	margin-bottom: 1.5em;
}

nav#filter li {
	display: inline-block;
	margin: 0 0 0 5px;
}

nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	border: 1px solid #f4b905;
	text-decoration: none;
	color: #f4b905;
}

nav#filter a.current {
	background: #f4b905;
	color: #fff;
}

.iconColor .fa {
	color: #ee0c45;
}

.portfolio-items article img {
	width: 100%;
}

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio-item .portfolio-desc {
	display: block;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.64);
}

.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
	transition: all 200ms ease-in-out 0s;
	opacity: 1;
	background: rgba(244, 185, 5, 0.72);
}

.isotope-item {
	margin-bottom: 25px;
	display: inline-block;
	list-style: none;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
	text-align: center;
	display: block;
}

.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}

.portfolio-item .portfolio-desc .folio-info {
	top: -20px;
	padding: 30px;
	height: 0;
	opacity: 0;
	position: relative;
}

.portfolio-item:hover .folio-info {
	height: 100%;
	opacity: 1;
	transition: all 500ms ease-in-out 0s;
	top: 5px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}

.contact-details {
	padding: 20px;
	background: #fff;
	border: none;
	position: relative;
}

/**
  MEDIA QUERIES
*/
@media (max-width: 767px) {
	#head {
		min-height: 420px;
		padding-top: 160px;
	}

	#head::before {
		content: '';
		position: absolute;
		max-height: 580px;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(255, 251, 251, 0.664);
		z-index: 0;

	}

	#head .lead {
		font-size: 34px;
	}

	.navbar-collapse {
		background: rgba(142, 163, 219, 0.8);
	}

	.sectionBox {

		padding: 5px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#quote-carousel {
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
		margin-top: 30px;
	}

	#head::before {
		content: '';
		position: absolute;
		max-height: 660px;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(255, 251, 251, 0.664);
		z-index: 0;

	}

	.da-slide P {

		text-align: center;

		color: #302984;
		font-weight: bold;
		/* background-color: #302984; */
	}

	.da-slide h2 {

		text-align: center;

		color: #302984;
		/* font-weight: bold; */
		/* background-color: #302984 !important; */

	}
}

@media (max-width: 767px) {
	.navbar-collapse ul {
		text-align: right;
		margin-right: 0px;
	}

	.da-slide P {


		color: #302984;
		font-weight: bold;
		/* background-color: #302984; */
	}

	.da-slide h2 {


		color: #302984;
		font-weight: bold;
		/* background-color: #302984 !important; */

	}
}


.client-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px;
}

.client {
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 10px;
	padding: 20px;
	width: calc(33.333% - 40px);
	/* Adjust width for spacing */
	box-sizing: border-box;
	text-align: center;
}

.client-logo {
	width: 100px;
	height: auto;
	margin-bottom: 10px;
}

.log {
	display: none;
	background-color: #e9e9e9;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.client {
		width: calc(50% - 40px);
		/* 2 columns on tablets */
	}
}

@media (max-width: 480px) {
	.client {
		width: calc(100% - 40px);
		/* 1 column on mobile */
	}
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

	/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
	#quote-carousel .carousel-indicators {
		bottom: -20px !important;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: #302984;
		;
		overflow: hidden;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0px 5px;
		width: 15px;
		height: 15px;
	}

	#quote-carousel .carousel-indicators li.active {
		margin: 0px 5px;
		width: 20px;
		height: 20px;
	}
}

.media-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 10px;
	padding: 20px;
}

.media-item {
	position: relative;
	cursor: pointer;
}

.media-item img,
.media-item video {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.media-item .media-content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	border-radius: 8px;
	z-index: 1000;
	width: 80%;
	max-width: 800px;
	height: 80%;
	max-height: 600px;
	overflow: hidden;
}

.media-item .media-content img,
.media-item .media-content video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media-item .media-content .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.5em;
	color: #fff;
	cursor: pointer;
}

.media-time,
.media-description {
	color: #fff;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}


.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gallery-item {
	flex: 1 1 calc(33.333% - 20px);
	box-sizing: border-box;
	position: relative;
	border: 10px;
	padding: 5px;
	background-color: #302984;

}

.gallery-item img,
.gallery-item video {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.gallery-item .description {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #302984;
	color: white;
	padding: 5px;
	border-radius: 5px;
}

.large-view {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.large-view img,
.large-view video {
	max-width: 90%;
	max-height: 90%;
}

@media (max-width: 768px) {
	.gallery-item {
		flex: 1 1 calc(50% - 20px);
	}
}

@media (max-width: 480px) {
	.gallery-item {
		flex: 1 1 100%;
	}
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	table-layout: fixed;
}

th,
td {
	padding: 12px;
	border: 1px solid #ddd;
	text-align: left;
	word-wrap: break-word;
}

th {
	background-color: #f2f2f2;
}

@media (max-width: 600px) {
	table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	th,
	td {
		display: table-cell;
		max-width: 290px;
		white-space: normal;

	}
}

.icon-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.icon-item {
	flex: 1 1 calc(20% - 40px);
	max-width: calc(20% - 40px);
	box-sizing: border-box;
	text-align: center;
	transition: transform 0.3s, box-shadow 0.3s;
}

.icon-item img {
	width: 100%;
	height: auto;
}

.icon-item:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
	.icon-item {
		flex: 1 1 calc(33.333% - 40px);
		max-width: calc(33.333% - 40px);
	}
}

@media (max-width: 480px) {
	.icon-item {
		flex: 1 1 calc(50% - 40px);
		max-width: calc(50% - 40px);
	}
}


.tab {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-right: 2px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #302984;
	border-bottom: 2px solid white;
	color: white;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}


.container1 {
	position: relative;
	text-align: center;
	color: white;
}

.responsive-image {
	width: 100%;
	height: auto;
}

.text-block {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-50%, -50%);
	text-align: left;
}

/* h3 {
	margin: 0;
	font-size: 2vw; 
} */





.container2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
}

.row2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 10px 0;
}

.column2 {
	flex: 1 1 20%;
	max-width: 20%;
	padding: 10px;
	text-align: center;
}

.column2 img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.column2 p {
	margin-top: 8px;
	font-size: 16px;
	color: #333;
}

.column2 .title {
	margin-top: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.column2 .address,
.column2 .phone {
	margin-top: 4px;
	font-size: 14px;
	color: #666;
}

@media screen and (max-width: 800px) {
	.column2 {
		flex: 1 1 50%;
		max-width: 50%;
	}

	.CL {
		padding: 10px;
	}

	/* .da-slide  h2{
		max-width: ;width: 100%;
		overflow: hidden;
	} */
}

@media screen and (max-width: 600px) {
	.column2 {
		flex: 1 1 100%;
		max-width: 100%;
	}


}


/* .slider1 {
	position: relative;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
.slides1 {
	display: flex;
	transition: transform 0.5s ease-in-out;
}
.slide1 {
	min-width: 100%;
	transition: transform 0.5s ease-in-out;
}
.slide1 img {
	width: 100%;
	border: 0;
}
.navigation1 {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}
.navigation1 a {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
} */

.slider-container {
	/* max-width: 800px;
	position: relative;
	margin: auto;
	overflow: hidden; */


	width: 100%;
	/* Takes full width of parent */
	position: relative;
	margin: auto;
	overflow: hidden;
	border: #302984 solid;
}

.slide {
	flex: 0 0 100%;
	width: 100%;
	display: flex;
	flex-direction: column;

}

.slide img {
	width: 100%;
	height: auto;
}

.slide-text {
	background-color: #302984;
	opacity: .5;
	/* Solid blue background */
	color: white;
	padding: 15px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	/* color: white; */
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.8);
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.dots-container {
	text-align: center;
	padding: 10px;
}

.dot {
	cursor: pointer;
	height: 12px;
	width: 12px;
	margin: 0 5px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #717171;
}

.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* ========================================
   ENHANCED FEATURES SIDEBAR STYLES
   ======================================== */

/* Sidebar Container */
.features-sidebar {
	position: fixed;
	right: -400px;
	top: 50%;
	transform: translateY(-50%);
	width: 380px;
	max-height: 85vh;
	background: rgba(48, 41, 132, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 20px 0 0 20px;
	box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	overflow: hidden;
}

.features-sidebar.active {
	right: 0;
}

/* Sidebar Toggle Button */
.sidebar-toggle {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 120px;
	background: linear-gradient(135deg, #302984, #4a3fb8);
	border-radius: 10px 0 0 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: -3px 0 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.sidebar-toggle:hover {
	background: linear-gradient(135deg, #4a3fb8, #302984);
	left: -52px;
}

.sidebar-toggle i {
	color: white;
	font-size: 24px;
	animation: pulse 2s infinite;
}

.sidebar-toggle span {
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	letter-spacing: 2px;
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

/* Sidebar Content */
.sidebar-content {
	padding: 25px 20px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebar-content::-webkit-scrollbar {
	width: 6px;
}

.sidebar-content::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.sidebar-content::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
}

.sidebar-content::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.5);
}

/* Sidebar Header */
.sidebar-header {
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.sidebar-header h3 {
	color: white;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 8px 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.sidebar-header p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	margin: 0;
	line-height: 1.4;
}

/* V2X Platform Highlight Section */
.v2x-highlight {
	background: linear-gradient(135deg, #f4b905, #e9af00);
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 25px;
	box-shadow: 0 5px 20px rgba(244, 185, 5, 0.3);
	position: relative;
	overflow: hidden;
}

.v2x-highlight::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transform: rotate(45deg);
	animation: shine 3s infinite;
}

@keyframes shine {
	0% {
		transform: translateX(-100%) translateY(-100%) rotate(45deg);
	}

	100% {
		transform: translateX(100%) translateY(100%) rotate(45deg);
	}
}

.v2x-highlight h4 {
	color: #302984;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.v2x-highlight .v2x-badge {
	display: inline-block;
	background: #302984;
	color: white;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.v2x-highlight p {
	color: #302984;
	font-size: 13px;
	margin: 0 0 10px 0;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.v2x-highlight ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.v2x-highlight ul li {
	color: #302984;
	font-size: 12px;
	padding: 5px 0 5px 20px;
	position: relative;
	line-height: 1.4;
}

.v2x-highlight ul li::before {
	content: '✓';
	position: absolute;
	left: 0;
	font-weight: bold;
	color: #302984;
}

/* Features Section */
.features-section {
	margin-bottom: 20px;
}

.section-title {
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding-left: 10px;
	border-left: 4px solid #f4b905;
}

/* Feature Items */
.feature-item {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 12px 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-item:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateX(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	border-color: #f4b905;
}

.feature-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #f4b905, #e9af00);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	flex-shrink: 0;
	box-shadow: 0 3px 10px rgba(244, 185, 5, 0.3);
}

.feature-icon i {
	color: #302984;
	font-size: 18px;
}

.feature-content {
	flex: 1;
}

.feature-content h5 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	line-height: 1.3;
}

.feature-content p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 11px;
	margin: 0;
	line-height: 1.4;
}

/* Road Types Grid */
.road-types-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 15px;
}

.road-type-item {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.road-type-item:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: #f4b905;
}

.road-type-item i {
	color: #f4b905;
	font-size: 20px;
	margin-right: 12px;
}

.road-type-item span {
	color: white;
	font-size: 13px;
	font-weight: 500;
}

/* Platform Benefits */
.platform-benefits {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 15px;
	margin-top: 20px;
}

.benefit-item {
	display: flex;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.benefit-item:last-child {
	border-bottom: none;
}

.benefit-item i {
	color: #f4b905;
	font-size: 16px;
	margin-right: 10px;
}

.benefit-item span {
	color: white;
	font-size: 13px;
	font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
	.features-sidebar {
		width: 320px;
		right: -320px;
	}

	.sidebar-toggle {
		left: -45px;
		width: 45px;
		height: 100px;
	}

	.sidebar-header h3 {
		font-size: 18px;
	}

	.v2x-highlight h4 {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.features-sidebar {
		width: 280px;
		right: -280px;
		max-height: 90vh;
	}

	.sidebar-content {
		padding: 20px 15px;
	}
}

/* ========================================
   NAVBAR LOGO FIX
   ======================================== */

/* Fix navbar logo size on all screens */
.navbar-brand {
	max-width: 250px;
}

.navbar-brand img {
	max-width: 100%;
	height: auto;
}

/* ========================================
   RESPONSIVE IMAGE AND VIDEO IMPROVEMENTS
   ======================================== */

/* Ensure all images are responsive */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Responsive videos */
video {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Image containers */
.container img,
.container video {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

/* Slider images responsive */
.slider-container img {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-height: 600px;
}

.slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Fix footer images */
.footer_copy .copyright>div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	overflow-x: auto;
	/* Allow scrolling if screen is too narrow */
	padding-bottom: 5px;
	/* Space for scrollbar if needed */
}

.footer_copy img {
	width: auto !important;
	height: 45px !important;
	/* Enforce height */
	display: block !important;
	max-width: none !important;
	flex-shrink: 0;
	/* Prevent squishing */
}

/* Slider text centering fix */
.da-slide h2 {
	text-align: center !important;
	width: 80% !important;
	left: 10% !important;
}

.da-slide p {
	text-align: center !important;
	width: 80% !important;
	left: 10% !important;
}

/* Mobile optimizations */
@media (max-width: 768px) {

	/* Better spacing on mobile */
	.sectionBox {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* Smaller text on mobile */
	h1,
	.h1 {
		font-size: 28px;
	}

	h2,
	.h2 {
		font-size: 24px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	h4,
	.h4 {
		font-size: 18px;
	}

	/* Stack highlights vertically on mobile */
	.highlight {
		margin-top: 20px;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.13);
		padding-top: 20px;
	}

	.highlight:first-child {
		border-top: none;
		padding-top: 0;
	}

	/* Better button sizing on mobile */
	.btn {
		padding: 10px 20px;
		font-size: 14px;
	}

	/* Navbar improvements */
	.navbar-brand {
		width: 180px;
	}

	.navbar-brand img {
		max-width: 100%;
	}

	/* Footer improvements */
	.footer1 .panel {
		margin-bottom: 20px;
	}

	.footer_copy img {
		height: 35px !important;
		margin: 5px 2px !important;
		width: auto !important;
		display: inline-block !important;
	}

	/* Slider Mobile Fixes */
	.da-slide h2 {
		font-size: 24px !important;
		/* Smaller font for mobile */
		top: 10px !important;
		width: 90% !important;
		/* More width */
		left: 5% !important;
	}

	.da-slide p {
		top: 100px !important;
		/* Push description down */
		font-size: 14px !important;
		width: 90% !important;
		left: 5% !important;
		height: auto !important;
	}

	.da-slider {
		height: 300px !important;
		/* Adjust slider height for mobile */
	}

	.da-slide .da-img {
		display: none !important;
		/* Hide slider image on mobile to give text space */
	}
}

@media (max-width: 480px) {

	/* Extra small screens */
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}

	h1,
	.h1 {
		font-size: 24px;
	}

	h2,
	.h2 {
		font-size: 20px;
	}

	.navbar-brand {
		width: 150px;
	}

	/* Slider text improvements */
	.slide-text {
		font-size: 12px;
		padding: 8px;
	}

	/* Better spacing */
	.jumbotron {
		padding: 20px 15px;
	}

	.blockquote-box {
		margin-bottom: 10px;
	}

	.blockquote-box .square {
		width: 60px;
		min-height: 40px;
		margin-right: 15px;
		padding: 10px 0;
	}

	.blockquote-box .square i {
		font-size: 24px;
	}

	.blockquote-box p {
		margin-left: 80px;
		font-size: 13px;
	}

	.blockquote-box h4 {
		font-size: 16px;
	}
}

/* Print styles */
@media print {

	.navbar,
	.footer1,
	.footer2,
	.features-sidebar {
		display: none;
	}

	.container {
		width: 100%;
		max-width: none;
	}

	img {
		max-width: 100%;
		page-break-inside: avoid;
	}
}

/* New Content Sections */
.section-title-white {
	color: white;
	font-weight: bold;
	margin-bottom: 20px;
}

.feature-list {
	list-style: none;
	padding: 0;
}

.feature-list li {
	margin-bottom: 15px;
	font-size: 16px;
	display: flex;
	align-items: flex-start;
}

.feature-list li i {
	color: #302984;
	font-size: 20px;
	margin-right: 10px;
	margin-top: 3px;
}

.feature-box {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
	height: 100%;
}

.feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-box h4 {
	color: #302984;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.feature-box h4 i {
	margin-right: 10px;
	font-size: 24px;
}

.btn-lg {
	padding: 15px 30px;
	font-size: 18px;
}

/* Footer Images Mobile Fix */
.copyright div {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 5px;
	/* Reduced gap */
	width: 100%;
}

.copyright img {
	margin: 2px !important;
	/* Reduced margin */
	max-height: 40px;
	width: auto !important;
	max-width: 100%;
	flex: 0 1 auto;
}

/* Prevent horizontal scroll globally */
body,
html {
	overflow-x: hidden;
}

/* UI Enhancements */
.herotxt {
	background: linear-gradient(135deg, #302984 0%, #4a3fb8 100%);
	color: white;
	padding: 60px 0;
}

.herotxt .lead {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 25px;
	font-weight: 300;
	opacity: 0.95;
}

.herotxt p {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 20px;
	opacity: 0.9;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.section-title-white {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 42px;
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.feature-box {
	border-top: 4px solid #302984;
}

@media (max-width: 768px) {
	.copyright div {
		gap: 5px;
		justify-content: flex-start !important;
		/* Align left on mobile */
		padding-left: 10px;
	}

	.copyright img {
		max-height: 35px;
		margin: 2px !important;
	}

	.feature-box {
		margin-bottom: 15px;
	}
}

/* Equipment Table Styles */
.equipment-table-wrapper {
	overflow-x: auto;
	margin: 20px 0;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.equipment-table {
	width: 100%;
	border-collapse: collapse;
	background: white;
}

.equipment-table thead {
	background: #002142 !important;
	color: white !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.equipment-table thead th {
	padding: 20px 15px;
	text-align: left;
	font-weight: 700 !important;
	font-size: 16px !important;
	border: none;
	color: #ffffff !important;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.equipment-table tbody tr {
	border-bottom: 1px solid #e0e0e0;
	transition: background-color 0.3s ease;
	background-color: #ffffff;
}

.equipment-table tbody tr:nth-child(even) {
	background-color: #f8f9fa;
}

.equipment-table tbody tr:hover {
	background-color: #e3f2fd;
}

.equipment-table tbody tr:last-child {
	border-bottom: none;
}

.equipment-table tbody td {
	padding: 20px 15px;
	vertical-align: top;
	line-height: 1.6;
	color: #2c3e50;
	font-size: 15px;
}

.equipment-table tbody td strong {
	color: #302984;
	font-size: 16px;
}

.equipment-thumbnail {
	text-align: center;
	padding: 15px;
	background: #ffffff;
	border-radius: 8px;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #f0f0f0;
	transition: all 0.3s ease;
}

.equipment-thumbnail:hover {
	border-color: #302984;
	box-shadow: 0 4px 12px rgba(48, 41, 132, 0.15);
	transform: scale(1.05);
}

.equipment-img {
	max-width: 100%;
	max-height: 100px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.equipment-subtitle {
	color: #666;
	font-size: 14px;
	font-style: italic;
	display: block;
	margin-top: 5px;
}

/* Mobile Responsive Table */
@media (max-width: 768px) {
	.equipment-table thead {
		display: none;
	}

	.equipment-table tbody tr {
		display: block;
		margin-bottom: 20px;
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		overflow: hidden;
	}

	.equipment-table tbody td {
		display: block;
		text-align: left;
		padding: 15px;
		border-bottom: 1px solid #f0f0f0;
	}

	.equipment-table tbody td:last-child {
		border-bottom: none;
	}

	.equipment-table tbody td:before {
		content: attr(data-label);
		font-weight: bold;
		display: block;
		margin-bottom: 8px;
		color: #302984;
		font-size: 14px;
		text-transform: uppercase;
	}

	.equipment-thumbnail {
		margin: 0 auto;
		max-width: 200px;
	}
}

/* Image Lightbox Styles */
.equipment-img {
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.equipment-img:hover {
	opacity: 0.8;
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	justify-content: center;
	align-items: center;
}

.lightbox.active {
	display: flex;
}

.lightbox-content {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	animation: zoomIn 0.3s ease;
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 40px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.3s ease;
}

.lightbox-close:hover {
	color: #ccc;
}

@keyframes zoomIn {
	from {
		transform: scale(0.5);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/* Floating Theme Toggle Button */
.floating-theme-toggle {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #302984;
	color: white;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 4px 15px rgba(48, 41, 132, 0.4);
	z-index: 9999;
	transition: all 0.3s ease;
}

.floating-theme-toggle:hover {
	background: #4a3fb8;
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(48, 41, 132, 0.5);
}

.floating-theme-toggle:active {
	transform: scale(0.95);
}

.floating-theme-toggle i {
	color: white;
}

/* Dark mode styles for floating toggle */
html.dark-mode .floating-theme-toggle {
	background: #f4b905;
	box-shadow: 0 4px 15px rgba(244, 185, 5, 0.4);
}

html.dark-mode .floating-theme-toggle:hover {
	background: #ffc107;
	box-shadow: 0 6px 20px rgba(244, 185, 5, 0.5);
}

html.dark-mode .floating-theme-toggle i {
	color: #1a1a2e;
}