.navbar {
	margin-bottom: 0px;
}

.navbar .form-control {
	background-color: #f2f7ff;
	height: 40px;
	width: 250px;
	border-radius: 30px;
}

.secondary-navbar .navbar-nav {
	display: flex;
    justify-content: space-around;
    width: 100vw;
}

.secondary-navbar img {
	height: 30px;
}

.secondary-navbar .nav-item {
	display: flex;
    align-items: center;
}

.btn-round {
	height: 48px;
	width: 48px;
	border-radius: 50%;
}

.bg-blue .nav-link {
	color: var(--white);
}

.floating-category {
	position: absolute;
	font-size: 3.59vw;
	line-height: 1;
	z-index: 1;
	font-weight: 700;
	height: calc(100vh - 184px);
	display: flex;
	align-items: center;
}

#dynamicCategories {
	width: 400px;
}

.v2 .landing-section {
	background-image: url('../img/abstract-bg.png');
	background-size: cover;
	width: 100%;
}

.v2 .landing-section + hr {
	border-top: var(--bs-border-width) solid var(--light-grey);
	margin: 54px 54px;
}

.v2 nav + div {
	margin-top: 0px;
}

.floating-btn-container {
	height: calc(100vh - 184px);
    position: absolute;
    display: flex;
    align-items: end;
    padding-bottom: 24px;
}

.floating-btn {
	background-color: var(--secondary-color);
	color: var(--white);
	height: 54px;
	width: 200px;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 30px;
	border: 3px solid rgb(255 172 154 / 100%);
	position: relative;
	z-index: 1;
}

#floatingImage img {
	width: 600px;
}

.floating-img {
	width: 600px;
    height: 100vh;
    overflow: hidden;
	display: flex;
    align-items: center;
}

.floating-img-container {
	display: flex;
    justify-content: center;
	position: absolute;
    z-index: 0;
	width: 100%;
}

.v2 .card {
	width: 320px;
	border: none;
}

.v2 .card-body{
	height: 320px;
	width: 320px;
}

.v2 .card img {
	border: 1px solid rgb(205 202 221 / 22%);
}

.v2 .section-header {
	margin-bottom: 108px;
}

#popularProducts {
	padding-top: 0px !important;
	padding-left: 54px;
	padding-right: 54px;
}

.v2 .card-img {
	height: 318px;
	overflow: hidden;
}

.v2 .card-footer {
	background-color: white;
	border-top: 1px solid rgb(205 202 221 / 22%);
}

.v2 .card .product-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -.025em;
}

.v2 .card .category-text {
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
}

#categories {
	margin-left: 54px;
	margin-right: 54px;
	margin-bottom: 54px;
}

.v2-category {
	border: 1px solid #e8eef9;
	text-transform: uppercase;
	text-align: center;
	padding: 24px;
	font-weight: bold;
}

.v2-category img {
	height: 54px;
	max-width: 80px;
	padding-right: 8px;
}

.card.product:hover {
	box-shadow: none;
}

#social_gallery {
	color: white;
	height: 240px;
	padding: 0px;
	display: flex;
}

.social-banner a {
	color: #9BAAC9;
}

.social-banner h2 {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 600;
}

.social-banner {
	min-width: 420px;
	height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	background-color: #062A78;
}

.social-banner svg {
	font-size: 54px;
}

.social-text {
	display: inline-block;
    margin-left: 16px;
}

.gallery-container {
	width: 240px;
	height: 240px;
	overflow: hidden;
	height: 100%; /* Ensure each item takes full height of the gallery */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; /* Remove any padding */
    margin: 0; /* Remove any margin */

}

.gallery-container img {
	width: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.gallery {
	display: flex;
	width: 100%;
	max-width: 100%;
	height: 240px;
}

.gallery-container img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 42, 120, 0.75);
    transition: background 0.3s ease;
}

.gallery-container:hover .overlay {
    background: rgba(6, 42, 120, 0);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #062A78;
}


.category-info {
	width: 100%;
    text-align: center;
}

.category img {
	width: 160px !important;
}

#hotels, #residentials {
    min-height: calc(100vh - 300px);
}

#owlPartners .owl-item {
	display: flex;
	justify-content: center;
}

@media (min-width: 1800px){
	.floating-category {
		height: calc(100vh - 400px);
	}

	.floating-btn-container {
		height: calc(100vh - 500px);
	}

	.floating-img {
		height: calc(100vh - 400px);
	}

	.v2 .landing-section + hr {
		margin: 108px 54px;
	}

	.v2 .landing-section {
		height: calc(100vh - 500px);
	}
}

@media (min-width: 769px) and (max-width: 1300px) {
	
	#floatingImage img {
		width: 500px;
	}

	.floating-img {
		width: 500px;
	}
}


@media (max-width: 576px){
	.primary-nav {
		z-index: 5;
		width: 100vw;
	}

	.landing-section {
		height: 100vh;
	}

	#dynamicCategories {
		text-align: center !important;
	}

	.floating-category {
		top: unset;
        margin-left: unset;
        font-size: 24px;
        justify-content: center;
        display: flex;
        width: 100vw;
		align-items: flex-end;
	}

	#floatingImage .owl-item {
		text-align: -webkit-center;
	}

	#floatingImage img {
		width: 350px;
	}

	.floating-img {
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		display: flex;
		align-items: center;
	}

	.v2 .landing-section {
		padding: 0px;
		height: 100vh;
		width: 100vw;
		background-size: cover;
	}

	.floating-btn-container {
		height: 100vh;
		width: 100vw;
	}

	.floating-btn {
		top: unset;
		bottom: 240px;
		margin-right: auto;
		margin-left: auto;
		position: unset;
	}

	.v2 .landing-section + hr {
		margin: 54px 54px;
	}

	.category-icon {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-left: 24px;
        margin-right: 24px;
	}

	.secondary-navbar {
		background-color: var(--blue) !important;
		margin-top: 92px;
		z-index: 2;
		width: 100vw;
	}

	.secondary-navbar .nav-item {
		display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
	}

	.secondary-navbar .navbar-nav {
		display: flex;
        width: 100%;
        justify-content: space-around;
		flex-direction: row;
	}

	.social-banner {
		width: 100vw !important;
	}

	#social_gallery {
		display: inline-block;
	}
}