body {
	font-family:"Public Sans",sans-serif;
}
/* Slider container */
.slider-container-fluid {
	/*width: 100%;*/
	height: auto;
   /* Fixed height */
	position: relative;
	overflow: hidden;
   /* Ensures images don't overflow the container */
}
/* Slider */
.slider {
	display: flex;
	height: 100%;
	transition: transform 0.5s ease-in-out;
}
/* Images */

/* Navigation Buttons */
.slider-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	z-index: 10;
}
.slider-nav button {
	background-color: rgba(0, 0, 0, 0.6);
	border: none;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 50%;
	font-size: 20px;
	transition: background-color 0.3s;
}
.slider-nav button:hover {
	background-color: #313e87;
}
.tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}
.tablinks {
	padding: 5px;
	background: none;
	border: none;
	cursor: pointer;
	flex: 1 1 calc(25% - 0.5rem);
	display: flex;
	justify-content: center;
	align-items: center;
}
.tablinks .squares-box {
	width: 100%;
	height: 55px;
	color: white;
	padding: 3px;
	background-color:red;
	border: 1px solid #1e4e7e ;
	border-radius: 8px;
	transition: background-color 0.3s;
}
.squares-box h4 {
	font-size: 20px;
}
.tablinks .squares-box:hover {
	background-color: #fff;
	color: #1e4e7e;
	border: 1px solid #0c0ce8;
}
.tabcontent {
	display: none;
	padding: 0px 5px;
	border-radius: 8px;
   /* margin-top: 0.5rem;
	*/
}
.tabcontent.active {
	display: block;
}
@media (max-width: 768px) {
	.tablinks {
		flex: 1 1 calc(50% - 0.4rem);
   }
}
@media (max-width: 576px) {
	.tablinks {
		flex: 1 1 100%;
   }
}
.image-slider-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}
/* Slider track for holding images in a row */
.image-slider-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
   /* Smooth sliding transition */
}
/* Individual slider images */
.image-slider-item {
	width: 19%;
	height: 100%;
	flex-shrink: 0;
	object-fit: cover;
	margin-right: 5px;
}
.image-slider-item:last-child {
	margin-right: 0;
}
@media (max-width: 768px) {
	.image-slider-item {
		width: 50%;
		margin-right: 1%;
   }
}
.image-slider-container {
	max-width: 100%;
}
.second-custom-slider-container {
	width: 100%;
	margin-top: 2rem;
}
.second-custom-slider-wrapper {
	width: 100%;
	margin: 0 auto;
}
/* Styling for the individual slider images */
.slider-image {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.me-1 {
	margin-right: 1rem;
}
.slick-slider {
	overflow: hidden;
}
.buttonIcon{
	font-size: 30px;
	margin-right: 10px;
	color:#057dd6;
}
@media (max-width: 768px) {
	.buttonIcon{
		font-size: 20px;
   }
	.tablinks .squares-box h4 {
		font-size: 11px;
   }
	.tab-icon {
		width: 30px !important;
		height: 30px !important;
		padding: 5px !important;
   }
}
.view-btn{
	padding-top:10px !important;
}
.tab-icon {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 20%;
	padding: 10px;
	object-fit: contain;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s;
}
.slider-container {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.slider1 {
	display: flex;
	transition: transform 0.5s ease-in-out;
}
.slide {
	width: 20%;
	margin-right: 10px;
}
@media (max-width: 768px) {
	.slide {
		width: 50%;
   }
}

@media (max-width: 769px) {
	.slider-container {
		width: 100%;
		margin: 0;
   }
	.slide {
		width: 50%;
   }
	/*.main-slider-section{*/
	/*	margin-top:100px !important;*/
 /*  }*/
	.tablinks .squares-box{
		height: 55px !important;
   }
	.image-row img{
		width: 240px !important;
   }
	.view-btn{
		padding-top:17px;
		font-size: 11px;
		height: 48px !important;
   }
	.left-btn{
		font-size: 11px;
		height: 48px !important;
   }
	.search-button{
		right: 5px !important;
   }
}
.multi-image-slider {
	display: flex;
	animation: autoSlide 15s linear infinite;
	gap: 10px;
}
.multi-image-slider-wrapper {
	overflow: hidden;
	width: 100%;
}
.slider-image {
	width: 150px;
	flex-shrink: 0;
}
@keyframes autoSlide {
	0% {
		transform: translateX(0);
   }
	100% {
		transform: translateX(-100%);
   }
}
.image-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	overflow-x: auto;
}
.image-row img {
	width: 205px;
	height: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.container-sub {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: thin;
	scrollbar-color: #1e4e7e #f1f1f1;
}
.container-sub::-webkit-scrollbar {
	height: 10px;
}
.container-sub::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 5px;
}
.container-sub::-webkit-scrollbar-thumb {
	background: #1e4e7e;
	border-radius: 5px;
}
.container-sub::-webkit-scrollbar-thumb:hover {
	background: #3c8efc;
}
.serch-form {
	width: 310px;
	margin-left: 15px !important;
}
.search-input {
	padding-right: 50px;
	padding-left: 5px;
	width: 100%;
	border: 2px solid #3c8efc;
}
.search-input::placeholder {
	font-size: 11px;
   /* Adjust font size as needed */
	color: red !important;
   /* Optional: Set a color for the placeholder */
}
.search-button {
	right: 20px;
	padding: 0;
}
/*.main-slider-section{*/
/*	margin-top:80px;*/
/*}*/
/* home end */
.navbar {
	height: 80px;
	background-color: white;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.logo {
	max-height: 79px;
	/*width: 100px;*/
	margin: 0;
	display: block;
}
.navbar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.navbar-nav .nav-link {
	color: #3c8efc;
   /* Light color for text */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	margin-left: 5px;
	padding: 12px 20px;
   /* Increase clickable area */
	position: relative;
	transition: color 0.3s, background-color 0.3s;
   /* Smooth transitions */
}
.navbar-nav .nav-link:hover {
	color: black ;
	border-radius: 4px;
}
.navbar-nav .nav-link::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #3c8efc;
   /* Underline color */
	transition: width 0.3s;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.navbar-nav .nav-link:hover::after {
	width: 100%;
}
/* Register/Login */
.register-login a {
	text-decoration: none;
	color: #007bff;
	font-weight: 700;
	font-size: 17px;
}
.register-login a:hover {
	color: #0056b3;
	transform: scale(1.1);
}
.register-login span {
	color: #6c757d;
}
@media (max-width: 768px) {
	.register-login a {
		font-size: 14px;
   }
}
/* Phone View */
@media (max-width: 767px) {
	.navbar {
		flex-wrap: wrap;
		justify-content: center;
		height: 100px;
	   /* Adjust for smaller screens */
		padding: 10px;
   }
	.logo {
		max-height: 80px;
	   /* Slightly smaller for phone view */
		margin: 0 auto;
		/*width: 125px;*/
	   /* Center the logo */
   }
	.navbar-nav {
		flex-direction: column;
		align-items: center;
   }
	.navbar-nav .nav-link {
		margin: 10px 0;
   }
   .serch-form {
		width: 140px !important;
		margin-left: unset !important;
    }
}
.icon-wrapper {
	display: inline-flex;
	gap: 8px;
   /* space between plus and minus icons */
}
.icon-wrapper i {
	font-size: 14px;
	cursor: pointer;
}
/* Base Styles */
.slider-container-fluid {
	/*width: 100%;*/
	/*max-width: 100%;*/
	/* height: 320px; */
   /* Default height for larger screens */
   /* margin: 10px auto;
	*/
	position: relative;
	overflow: hidden;
}
.slider {
	display: flex;
	position: relative;
	height: 100%;
	transition: transform 1s ease-in-out;
}
.slider img {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	object-fit: cover;
	display: block;
}
/* Navigation Buttons */
.slider-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	z-index: 10;
}
.slider-nav button {
	background-color: rgba(0, 0, 0, 0.6);
	border: none;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 50%;
	font-size: 20px;
	transition: background-color 0.3s;
}
.slider-nav button:hover {
	background-color: #313e87;
}
/* Responsive Styles */
@media (max-width: 768px) {
	.slider-container-fluid {
		max-width: 100%;
		height: auto;
   }
   /* Hide navigation buttons on phone view */
	.slider-nav {
		display: none;
   }
   /* Apply border radius to images */
	.slider img {
		border-radius: 10px;
		height: auto;
		border: 4px solid white;
   }
	.slider-nav button {
		padding: 8px 16px;
		font-size: 16px;
   }
}
.square-boxes {
	padding: 10px;
	height: 50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #00204a;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}
.card {
	border-radius: 10px;
	overflow: hidden;
	background-color: #f3f6ff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.card-title {
	font-size: 1rem;
	font-weight: 600;
}
.card-text {
	font-size: 0.9rem;
}
.card-body {
	background-color: #057dd6;
	font-size: larger;
	color: white;
}
.bi-heart {
	font-size: 1.5rem;
	transition: color 0.3s ease;
}
.card-img-top:hover {
	background-color: rgba(0, 0, 255, 0.3);
	cursor: pointer;
}
.step-card {
	transition: transform 0.3s;
	height: 280px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	background-color: #eaf0ff;
	border-radius: 10px;
}
.step-card:hover {
	transform: scale(1.05);
}
.step-card-image {
	width: 150px;
	height: auto;
	margin-bottom: 20px;
}
@media (max-width: 576px) {
	.stp {
		row-gap: 20px;
	   /* Adds a gap between rows in phone view */
   }
}
/* Square Box Styling */
.square-box {
	padding: 20px;
	height: 180px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: white;
	box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}
/* Image Styling */
.square-box-image {
	width: 80px;
	height: 60px;
	margin-bottom: 15px;
}
/* Heading Styling */
.square-box h5 {
	font-size: 1rem;
	color: #333;
}
/* Responsive Styling for PC Mode */
@media (min-width: 1200px) {
	.square-box {
		padding: 30px;
		height: 180px;
   }
	.square-box h5 {
		font-size: 1.25rem;
   }
	.square-box-image {
		width: 100px;
   }
}
/* Responsive Styling for Tablet and Small Screens */
@media (max-width: 768px) {
	.square-box {
		padding: 15px;
   }
	.square-box h5 {
		font-size: 0.9rem;
   }
	.square-box-image {
		width: 70px;
   }
}
.brand-section {
	width: 90%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.text-container {
	margin-bottom: 2rem;
}
.text-container h2 {
	color: #2a2a72;
	margin-bottom: 0.5rem;
}
.text-container h3 {
	color: #000080;
	margin: 0;
}
.image-container {
	flex: 1;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
   /* Show 5 images per row */
	gap: 1rem;
}
.brand-logo {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: none;
   /* Hide all logos initially */
}
.brand-logo.active {
	display: block;
   /* Show only active logos */
}
.footer {
	background-color: #00204a;
	color: white;
	padding: 20px 50px;
	font-family: Arial, sans-serif;
}
.footer-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-left, .footer-middle, .footer-right {
	flex: 1;
	margin: 10px;
}
.footer-logo {
	font-size: 24px;
	font-weight: bold;
}
.social-icons {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}
.social-icon {
	width: 40px;
	height: 40px;
	background-color: white;
	color: #00204a;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}
.social-icon:hover {
	background-color: #f1c40f;
	color: #00204a;
}
.app-links img {
	width: 120px;
	margin: 5px;
}
.footer-middle ul {
	list-style: none;
	padding: 0;
}
.footer-middle ul li a {
	color: white;
	text-decoration: none;
	margin: 5px 0;
	display: inline-block;
	transition: color 0.3s ease;
}
.footer-middle ul li a:hover {
	color: #f1c40f;
}
.footer-right input {
	width: 100%;
	padding: 8px;
	margin: 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.footer-right button {
	width: 100%;
	padding: 10px;
	background-color: #f1c40f;
	border: none;
	border-radius: 5px;
	color: #00204a;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.footer-right button:hover {
	background-color: #e67e22;
}
.footer-bottom {
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	font-size: 14px;
	color: #aaa;
}
.footer-container .col-md-1, .footer-container .footer-left, .footer-container .col-md-4, .footer-container .footer-right {
	height: 300px;
}
/* Media Query for smaller screens (tablets and phones) */
@media (max-width: 767px) {
	.footer-container .col-12 {
		height: 200px;
	   /* Allow sections to stack and adjust height automatically */
   }
	.footer-container .footer-left, .footer-container .footer-right, .footer-container .col-md-4 {
		height: 200px;
	   /* Sections should adapt to content */
   }
	.footer-container .col-md-1 {
		display: none;
	   /* Hide the left and right margins on small screens */
   }
}
@media (max-width: 768px) {
	.qr-code {
		display: none;
   }
}
@media (max-width: 768px) {
	.hidecard {
		display: none;
   }
}
.brand-logo {
	height: 100px;
	margin: 0 6px;
}
@media (max-width: 768px) {
	.navbar-brand1 {
		width: 66% !important;
   }
}
.whatsapp-icon {
	position: fixed;
	height: 70px;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
.whatsapp-icon img {
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.brand-section {
	width: 90%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.text-container {
	margin-bottom: 2rem;
}
.text-container h2 {
	color: #2a2a72;
	margin-bottom: 0.5rem;
}
.text-container h3 {
	color: #000080;
	margin: 0;
}
.image-container {
	flex: 1;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
   /* Show 5 images per row */
	gap: 1rem;
}
.brand-logo {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: none;
   /* Hide all logos initially */
}
.brand-logo.active {
	display: block;
   /* Show only active logos */
}
/* subscricption */
.subscription-form {
	max-width: 400px;
	margin: 50px auto;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
.subscription-form h2 {
	text-align: center;
	margin-bottom: 20px;
}
.form-group {
	margin-bottom: 15px;
}
.form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.form-group input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.form-group input:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.submit-btn {
	width: 100%;
	padding: 10px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}
.submit-btn:hover {
	background-color: #0056b3;
}
/* about us */
.section {
	background-color: gainsboro;
	padding: 50px 20px;
}
.section-title {
	text-align: center;
	font-size: 2rem;
	color: #1e4e7e;
	margin-bottom: 30px;
}
.card-container {
	display: flex;
	justify-content: space-around;
	gap: 20px;
	flex-wrap: wrap;
}
.about-card {
	background-color: #f5f5f5;
   /* Updated background for cards */
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	color:gainsboro;
	width: 300px;
	position: relative;
	text-align: left;
}
.about-card .gradient-bar {
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 25%;
	background: linear-gradient(to bottom, #ff6b6b, #f9a8d4);
}
.about-card h3 {
	color: #121970;
	font-size: 1.2rem;
	margin-left: 20px;
}
.about-card p {
	color: #666;
	font-size: 0.95rem;
	margin-left: 20px;
}
/* Unique card styles */
.about-card-accessibility .gradient-bar {
	background: linear-gradient(to bottom, #ff6b6b, #f9a8d4);
}
.about-card-transparency .gradient-bar {
	background: linear-gradient(to bottom, #6bc1ff, #8ed3ff);
}
.about-card-growth .gradient-bar {
	background: linear-gradient(to bottom, #81c784, #a5d6a7);
}
@media (max-width: 768px) {
	.card-container {
		flex-direction: column;
		align-items: center;
   }
}
/* Enquriy */
.form-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	min-height: 50vh;
	padding: 20px;
	box-sizing: border-box;
}
.form-container {
   /* width: 50%;
	*/
	background-color: #fff;
	padding: 20px;
	font-weight: 500;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-container h2 {
	text-align: center;
	color: #1e4e7e;
	margin-bottom: 20px;
}
.form-label {
	font-weight: bold;
}
input[type="text"], input[type="email"], textarea {
	border: 1px solid grey;
	border-radius: 4px;
	padding: 8px 10px;
	width: 100%;
	box-sizing: border-box;
}
.submit-btn {
	width: auto;
	padding: 10px 20px;
	background-color: #3c8efc;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.submit-btn:hover {
	background-color: #1e4e7e;
}
.button-container {
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	.form-container {
		width: 90%;
   }
	.row .col-12 {
		margin-bottom: 15px;
   }
}
@media (max-width: 480px) {
	.form-wrapper {
		padding: 10px;
   }
	.form-container {
		padding: 15px;
   }
	.submit-btn {
		width: 100%;
   }
}
/* blog */
.blog-banner {
	background-size: 100% 100%;
}
.pagination {
	display: flex;
	gap: 10px;
   /* Adjust gap as needed */
}
.pagination .form-control {
	display: inline-block;
	height: auto;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	text-align: center;
}
.pagination .page-link {
	color: #007bff;
	border-radius: 10px;
}
.pagination .page-item.active .page-link {
	background-color: #f0f8ff;
	border-radius: 10px;
	border-color: #007bff;
	color: #007bff;
}
/*become a settler */

.timeline-container {
	max-width: 500px;
	margin: 50px auto;
	padding: 30px;
	position: relative;
}
.timeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: #ddd;
	transform: translateX(-50%);
	z-index: 1;
}
.timeline-item {
	position: relative;
	margin: 30px 0;
	display: flex;
	align-items: center;
}
.timeline-item .icon {
	width: 50px;
	height: 50px;
	background: #ff5722;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	z-index: 2;
	flex-shrink: 0;
	transform: translateX(-50%);
}
.timeline-item:nth-child(odd) .icon {
	left: 45%;
}
.timeline-item:nth-child(even) .icon {
	left: 55%;
}
.timeline-item .content {
	flex: 1;
	position: relative;
	z-index: 2;
}
.timeline-item:nth-child(odd) .content {
	margin-left: 60%;
	text-align: left;
}
.timeline-item:nth-child(even) .content {
	margin-right: 60%;
	text-align: right;
}
.active-dot {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	height: 15px;
	background-color: #ff5722;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
   /* Ensure the dot is visible */
	z-index: 3;
	transition: top 0.3s ease;
}
.content{
	color:#1e4e7e ;
	font-size: 15px;
}
.contact {
	padding: 30px;
	border-radius: 8px;
	max-width: 800px;
	width: 100%;
}
.contact h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #495057;
}
.contact label {
	font-weight: 500;
}
.contact input, .contact select, .contact textarea {
	border: 1px solid #ced4da;
	border-radius: 5px;
	padding: 10px;
}
.contact textarea {
	resize: none;
}
.contact button {
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 15px;
}
.contact button:hover {
	background-color: #0056b3;
}
/* category */
.card-body {
	background-color:#230070;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	color: #ffffff;
	font-size: 0.9rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
/* Container */
/* Profile Card */
.profile-card {
	background-color: #230070;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
   /* Center the name and profile image */
	padding: 15px;
	width: 200px;
   /* Consistent card size */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.profile-card:hover {
	transform: scale(1.05);
   /* Adds a slight zoom effect on hover */
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
/* Profile Image */
.profile-card img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-bottom: 10px;
	border: 2px solid #ddd;
   /* Optional border for style */
}
/* Name (Centered) */
.profile-card h5 {
	margin: 10px 0;
	font-size: 1rem;
	font-weight: bold;
	color: white;
}
/* Contact Information (Aligned Left) */
.profile-card .details {
	text-align: left;
   /* Aligns content to the left */
	font-size: 0.9rem;
	color: white;
   /* Subtle color for secondary text */
	margin-top: 10px;
}
.profile-card .details p {
	margin: 5px 0;
}
/* Responsiveness */
@media (max-width: 768px) {
	.profile-card {
		width: 100%;
		max-width: 300px;
	   /* Ensures a max width on smaller screens */
   }
}
.navbar-toggler-icon{
	height: 25px !important;
}
/* home */
.tab-container {
	display: flex;
	overflow-x: auto;
	gap: 5px;
   /* padding: 5px;
	*/
	scrollbar-width: thin;
}
@media (max-width: 600px) {
	.tablinks {
		min-width: 120px;
		padding: 5px;
   }
}
.center-button {
	display: flex;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}
.center-button button {
	width: auto;
	min-width: 120px;
}
.tabcontent {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
/* Media Query for Phone View */
@media (max-width: 768px) {
	.center-button {
		flex-direction: column;
		justify-content: center;
		gap: 5px;
   }
	.center-button button {
		width: 100%;
		min-width: 0;
   }
	.tabcontent {
		padding: 5px;
   }
}
@media (min-width: 769px) and (max-width: 1024px) {
	.center-button {
		justify-content: space-evenly;
		gap: 5px;
   }
	.center-button button {
		width: auto;
   }
}
@media (min-width: 1025px) {
	.center-button {
		justify-content: center;
		gap: 100px;
   }
	.center-button button {
		width: auto;
   }
}
.container-sub {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}
/* Flexbox layout for images */
.image-slider {
	display: flex;
	animation: slide-left-to-right 10s linear infinite;
}
.image-container {
	flex: 0 0 16.666%;
   /* 6 images per row */
	padding: 5px;
}
.image-container img {
	width: 100%;
	height: auto;
	display: block;
}
@keyframes slide-left-to-right {
	0% {
		transform: translateX(-100%);
   }
	100% {
		transform: translateX(0);
   }
}
/* Media query for smaller screens */
@media (max-width: 768px) {
	.image-container {
		flex: 0 0 50%;
	   /* 2 images per row */
   }
}
/* Animation for sliding */
@keyframes slide-left-to-right {
	0% {
		transform: translateX(-100%);
   }
	100% {
		transform: translateX(0);
   }
}
/* blog inner */
.bg-section {
	height: 200px;
	position: relative;
	text-align:left;
}
.bg-image-blogin {
   /* First Page */
	background-size: cover;
	filter: brightness(50%);
	position: absolute;
	border-radius:10px;
	width: 100%;
	height: 100%;
}
.bg-image-blogin2 {
   /* second page */
	background-size: cover;
	background-position: center;
   /* Ensures the image is centered */
	filter: brightness(50%);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
   /* Push behind other content if needed */
}
.bg-image-blogin3 {
   /* second page */
	background-size: cover;
	background-position: center;
   /* Ensures the image is centered */
	filter: brightness(50%);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-image-blogin3 {
   /* second page */
	background-size: cover;
	background-position: center;
   /* Ensures the image is centered */
	filter: brightness(50%);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-image-contact {
   /* second page */
	background-size: cover;
	background-position: center;
   /* Ensures the image is centered */
	filter: brightness(40%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-image-about{
   /* second page */
	background-size: cover;
	background-position: center;
   /* Ensures the image is centered */
	filter: brightness(40%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-image-blog{
   /* second page */
	background-size: cover;
	background-position: center;
   /* Ensures the image is centered */
	filter: brightness(40%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-image-privacypolicy {
   /* second page */
	background-size: cover;
	background-position: center;
   /* Ensures the image is centered */
	filter: brightness(50%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.overlay-text {
	position: relative;
	/*padding-top: 80px;*/
	text-align: center;
	color: white;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
/* Style for breadcrumb */
.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.breadcrumb-item a {
	color: white;
	text-decoration: none;
}
.breadcrumb-item a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.breadcrumb-item {
	color: #0077B5;
	font-size: 1.2rem;
	font-weight: normal;
}
/* Optional: Adjust the spacing between breadcrumb items */
.breadcrumb-item + .breadcrumb-item::before {
	content: '/';
	color: white;
	padding: 0 8px;
}
/* Media query for responsiveness */
@media (max-width: 768px) {
	.bg-section {
		height: 200px;
   }
	.overlay-text {
		font-size: 1.5rem;
   }
	.square-boxes {
		font-size: 14px;
		margin-left: unset !important;
   }
	.view-btn{
		width: 130px !important;
   }
}
/* navbar scrrol */
/* .navbar {
	transition: border-bottom 0.4s ease;
	border-bottom: none;
	box-shadow: none;
}
.navbar.scrolled {
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
	width: 100vw;
	left: 0;
	right: 0;
}
*/
/* icon */
.heart-icon {
	font-size: 24px;
	cursor: pointer;
	transition: color 0.3s ease;
}
.heart-icon.liked {
	color: red;
   /* Changes the icon color when liked */
}
/* social icon */
.social-links-vertical {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid lightgray;
}
.social-icon {
	margin: 10px 0;
	color: #4267B2;
	font-size: 20px;
	transition: transform 0.3s, color 0.3s;
}
.social-icon:nth-child(2) {
	color: #FF0000;
}
.social-icon:nth-child(3) {
	color: #0077B5;
}
.social-icon:nth-child(4) {
	color: #1DA1F2;
}
.social-icon:nth-child(5) {
	color: #E1306C;
}
.social-icon:hover {
	transform: scale(1.2);
}
@media (max-width: 576px) {
	.social-links-vertical {
		align-items: center;
   }
}
/* inner slider */
.carousel-item img {
	max-height: 300px;
	object-fit: contain;
}
#subSlider3 img {
	max-height: 300px;
	object-fit: cover;
}
#subSlider3 .carousel-control-prev-icon, #subSlider3 .carousel-control-next-icon {
	background-color: #007bff;
	border-radius: 50%;
	padding: 10px;
}
/* contact us */
.contact {
	padding: 30px;
	border-radius: 8px;
	max-width: 800px;
	width: 100%;
}
.contact h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #495057;
}
.contact label {
	font-weight: 500;
}
.contact input, .contact select, .contact textarea {
	border: 1px solid #ced4da;
	border-radius: 5px;
	padding: 10px;
}
.contact textarea {
	resize: none;
}
.contact button {
	background-color: #020070;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 15px;
}
.contact button:hover {
	background-color: #0056b3;
}
/* faqs */
.faq-container {
	width: 100%;
	max-width: 900px;
	padding: 20px 0;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}
.faq-title {
	font-size: 35px;
	color: #230070;
   /* Purple tone */
	margin-bottom: 20px;
}
.accordion-item {
	margin-bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 10px;
	border-radius: 20px;
	background-color: #fbfbfb;
	transition: border-color 0.1s ease, box-shadow 0.3s ease;
	overflow: hidden;
	position: relative;
}
.accordion-item:hover {
	border: 1px solid #230070;
}
.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	height: 82px;
	font-size: 20px;
	font-weight: bold;
	color:#00204a;
	font-size: large;
	background-color: #fbfbfb;
	cursor: pointer;
	transition: background-color 0.3s ease;
	position: relative;
}
.accordion-content {
	display: none;
	padding: 15px;
	text-align: left;
	background-color:#f6f5ff;
	border-top: 1px solid #e0e0e0;
}
.accordion-icon {
	background: none;
	border: none;
	font-size: 25px;
	color: #230070;
	cursor: pointer;
	background-color: #f7f5ff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
	border-radius: 50%;
	position: absolute;
	bottom: 25px;
	right: 15px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.accordion-item:hover .accordion-icon {
	background-color: #230070;
	color: white;
}
/* free registraion */
.form-container-free {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px 30px;
}
.form-title--free {
	color: #230070;
	font-weight: bold;
}
.form-label-free {
	font-weight: 500;
	color: #495057;
}
.btn-primary {
	background-color: #230070;
	border-color: #007bff;
	font-weight: bold;
}
.btn-primary:hover {
	background-color: #230070;
}
.btn-success {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #230070;
}
.form-control, .form-select {
	border: 1px solid #ced4da;
	border-radius: 5px;
	padding: 10px;
}
textarea {
	resize: none;
}
@media (max-width: 576px) {
	.btn-primary {
		margin-top: 10px;
   }
}
.menu-link {
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}
.menu-link:hover {
	color: #1e4e7e;
	text-decoration: none;
}
.menu-link:active {
	background-color: #0056b3;
	color: #fff;
}
@media (max-width: 768px) {
	.menu-link {
		font-size: 14px;
   }
}
@media (max-width: 769px) {
	.slider-container-fluid{
		height:auto !important;
   }
   /* Hide navigation buttons on phone view */
	.slider-nav {
		display: none;
   }
   /* Apply border radius to images */
	.slider img {
		border-radius: 10px !important;
		height: auto !important;
		border: 4px solid white;
   }
	.slider-nav button {
		padding: 8px 16px;
		font-size: 16px;
   }
	.slider-container {
		width: 100%;
		margin: 0;
   }
	.slide {
		width: 50%;
   }
	/*.main-slider-section{*/
	/*	margin-top:100px !important;*/
 /*  }*/
	.tablinks .squares-box{
		height: 55px !important;
   }
	.image-row img{
		width: 240px !important;
   }
	.hidecard {
		display: none;
   }
	.qr-code {
		display: none;
   }
	.square-box {
		padding: 15px;
   }
	.square-box h5 {
		font-size: 0.9rem;
   }
	.square-box-image {
		width: 70px;
   }
	.view-btn{
		padding-top:14px !important;
		font-size: 14px !important;
		height: 48px !important;
   }
	.left-btn{
		font-size: 14px !important;
		height: 48px !important;
   }
	.search-button{
		right: 5px !important;
   }
	.menu-link {
		font-size: 14px;
   }
	.register-login a {
		font-size: 14px;
   }
	.slide {
		width: 50%;
   }
	.image-container {
		flex: 0 0 50%;
	   /* 2 images per row */
   }
	.center-button {
		flex-direction: column;
		justify-content: center;
		gap: 5px;
   }
	.center-button button {
		width: 100%;
		min-width: 0;
   }
	.tabcontent {
		padding: 5px;
   }
	.profile-card {
		width: 100%;
		max-width: 300px;
	   /* Ensures a max width on smaller screens */
   }
	.form-container {
		width: 90%;
   }
	.row .col-12 {
		margin-bottom: 15px;
   }
	.card-container {
		flex-direction: column;
		align-items: center;
   }
	.navbar-brand1 {
		width: 66% !important;
   }
	.search-input::placeholder {
		font-size: 11px;
	   /* Adjust font size as needed */
		color: red !important;
	   /* Optional: Set a color for the placeholder */
   }
   .bi-search{
		font-size: 13px !important;
   }
   
}
.custom-me-3 {
	margin-right: 5px !important;
}
@media (max-width: 520px) {
    .serch-form {
		
		padding: 0px !important;
        width: 160px !important;
    }
	.search-input::placeholder {
        content: "Product name,city name/pin code no.";
        white-space: pre-line; /* Allows line breaks */
		line-height: 1;
    }
    .search-input{
	   line-height: 25px !important;
        padding-bottom: 20px !important;
	}
	
}
@media (max-width: 320px) {
	.view-btn{
		padding-top:24px;
		font-size: 11px;
		height: 48px !important;
   }
	.left-btn{
		font-size: 11px;
		height: 48px !important;
   }
	.image-row img{
		width: 225px !important;
   }
    .serch-form {
        width: 120px !important;
    }
}

