*,
h1,
h2,
h3,
h4,
h5,
h6,
div {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}

body {
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}
p{
	color: black;
}
h2 {
	font-size: 4.8rem;
	font-weight: 700;
	color: #005c46;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #0F5132;
	margin-bottom: 20px;
}
h4 {
	font-size: 2.8rem;
	margin: 35px 0;
	color: #333;
}
h5 {
	font-size: 2rem;
	color: black;
	margin-bottom: 5px;
}
section {
	margin-bottom: 70px;
}
.primary-btn {
	background-color: #0F5132;
	border: 1px solid #0F5132;
	color: white;
	padding: 12px 28px;
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
}
.primary-btn:hover,  .primary-btn:focus{
	background-color: white;
	color: #0F5132;
	text-decoration: none;
}

.secondary-btn {
	background-color: white;
	color: #0F5132;
	border: 1px solid #fff;
	padding: 12px 28px;
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
}
.secondary-btn:hover {
	background-color: #0F5132;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}





a.navbar-brand img {
	width: 200px;
	height: 55px;
	object-fit: cover;
}
header nav {
	min-height: 70px !important;
}
.navbar-brand {
	padding: 7px 15px;
}
ul.nav.navbar-nav {
	margin-left: 30px;
}
.nav>li>a {
	padding: 10px 25px;
	color: black;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
header {
	height: 70px;
	background: white;
}
.nav>li>a:focus, .nav>li>a:hover{
	text-decoration: none;
	background-color: #0F5132;
	color: white;
}
li.active a {
	background-color: #0F5132;
	color: white;
}
.nav>li {
	margin-right: 3px;
}
ul.nav.navbar-nav.navbar-right>li>a {
	background: #0F5132;
	margin: 15px;
	height: 0px;
	color: white;
	border: none;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 31px;
}

.banner-section .row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.banner-caption {
	padding: 0 40px;
}
.banner-img {
	text-align: center;
	padding: 0 40px;
}

.banner-img img {
	max-width: 100%;
	height: auto;
	max-height: 500px;
}
.apply-method-card {
	text-align: center;
	padding: 20px;
	border: 1px solid #005c46;
	border-radius: 10px;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}
.apply-method-card img {
	width: 70%;
}
.section-caption {
	text-align: center;
	padding: 20px 15% 35px;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}

.category-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: 0.9;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	margin: 0;
	border-radius: 0 0 10px 10px;
}

.evisa-category-card:hover .category-name {
	height: 25%;
}

.category-description {
	color: white;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: left;
	padding: 20px;
}
.evisa-category-card {
	position: relative;
	width: 100%;
	height: 320px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
	margin: 15px auto;
	border-radius: 15px;
}
.evisa-category-card img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 15px;
}
.evisa-category-card h3 {
	position: absolute;
	top: 10px;
	background: white;
	padding: 10px 15px;
}
a.category-description h4 {
	margin: 0;
}
a.category-description:hover {
	text-decoration: none;
}
.eligible-countries {
	background-image: url('../images/light-grey-background.jpg'); /* background image */
	background-size: cover;        /* image covers whole area */
	background-position: center;   /* stays centered on resize */
	background-repeat: no-repeat;  /* no tiling */
	min-height: 400px;             /* ensures some visible height */
	position: relative;            /* allows for overlays/absolute children */
	padding: 70px 0;
	background-color: rgba(255,255,255,0.5); /* layer of color */
	background-blend-mode: overlay;
}


#myInput {
	background-image: url('../images/searchicon.png');
	background-position: 10px 12px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

.gap-3 {
	gap: .75rem;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid {
	display: grid;
}
.item-country {
	width: 100% !important;
	height: 60px !important;
	margin: 10px 0;
	color: black;
	border-radius: 5px;
	border: 1px solid white;
	background-color: rgb(255 255 255 / 1);
	box-shadow: 0 1px 7px #0000006e;
	padding: 10px 20px;
	text-align: center;
}
.item-country:hover {
	transform: scale(1.1);           /* zoom in */
	box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* optional shadow on hover */
	transition: transform 0.3s ease;
}
.btn-div {
	text-align: center;
	margin: 40px 0 0;
}

.country-list {
	overflow: hidden;       /* baaki chhupao */
	transition: height 0.5s ease; /* animation */
}

.country-list.expanded {
	height: auto;           /* expand hone par sab dikhao */
}
.contact-us{
	background-image: url('../images/bg-apply.jpg');
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	padding: 120px 0;
	background-color: #005c46;
	background-blend-mode: overlay;
}

section.eligible-countries {
	margin-bottom: 0;
}
.div-catipn h6 {
	font-size: 2rem;
	color: white;
	margin-bottom: 15px;
}
.div-catipn h2 {
	color: white;
}
.h-12 {
	height: 5rem;
}

.w-12 {
	width: 5rem;
}
.reason-card path {
	stroke: #005c46;
	stroke-width: 2px;
}
.reason-card {
	text-align: center;
	padding: 70px 10px;
	border: 2px solid #005c46;
	margin-bottom: 20px;
	border-radius: 10px;
}
.reason-card svg {
	margin-bottom: 10px;
	transition: transform 0.3s ease; /* smooth animation */

}
.reason-card h5 {
	font-size: 1.6rem;
	font-weight: bold;
}
.reason-card:hover {
	background: #005c4659;
}
.reason-card:hover svg {
	transform: scale(1.2); /* zoom effect on hover */
}

.client-sayings{
	background-image: url('../images/testimonials-bg.jpg');
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	padding: 70px 0;
	background-color: #005c46;
	background-blend-mode: overlay;
}
section.client-sayings h2 {
	color: white;
}
section.client-sayings p {
	color: white;
}
.slideshow-container {
	width: 80%;
	position: relative;
	background: #005c46;
	margin: 0 auto;
	border-radius: 10px;
	color: white;
}
.myclient {
	display: none;
	padding: 80px;
	text-align: center;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 16px;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	color: white;
}
.next {
	position: absolute;
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	color: white;
}
.dot-container {
	text-align: center;
	padding: 20px;
}
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: white;
}

.myclient q {
	font-size: 1.5rem;
}

.author {color: cornflowerblue;}
.client-img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}
.client-img {
	width: 160px;
	height: 160px;
	margin: 0 auto 20px;
	border: 2px solid white;
	border-radius: 50%;
	padding: 3px;
}
.myclient p {
	font-size: 3rem;
	font-weight: bold;
}
.swiper {
	width: 100%;
	padding: 20px 0;
}
.swiper-slide {
	background: #eee;
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px; /* adjust height */
}
.swiper-slide {
	padding: 30px 15px;
	border-radius: 10px;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}
.rating i {
	color: #005c46;
}
.client-name h6 {
	font-size: 2rem;
	font-weight: bold;
	margin: 10px 0;
}
.review-date p {
	font-size: 1.3rem;
}
.client-review p {
	font-size: 1.7rem;
}

/* make all swiper slides same height */
.swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: flex-start; /* top se start */
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	height: auto !important; /* sab boxes same height */

}
.swiper-wrapper {
	margin-bottom: 20px;
}

/* force client-review to show only 2 lines with ellipsis */
.client-review p {
	display: -webkit-box;
	-webkit-line-clamp: 2;       /* show 2 lines only */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3em;             /* line-height x 2 */
	line-height: 1.5em;          /* adjust spacing */
}
.client-review {
	width: 100%;
	/* force 2 line clamp */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5em; /* same line height */
	min-height: 3em; /* 1.5em x 2 line = 3em to keep area reserved */
}
.swiper-button-next, .swiper-button-prev {
	color: #005c46 !important;
}



footer {
	background: #005c46;
}
.footer-nav ul {
	display: flex;
	list-style: none;
	text-align: center;
	align-items: center;
}
.footer-nav {
	display: flex;
	justify-content: center; /* center horizontally */
	align-items: center;     /* center vertically if height is set */
	width: 100%;
	padding: 50px 0 20px;
}

.footer-nav ul {
	display: flex;           /* make list items flex row */
	gap: 20px;               /* space between links */
	list-style: none;        /* remove bullets */
	margin: 0;
	padding: 0;
}
.footer-nav li a {
	text-decoration: none;
	color: white;
	font-size: 16px;
	transition: color 0.3s;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-nav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer-body {
	padding: 0 100px;
	margin-bottom: 30px;
}
.footer-body p {
	color: white;
}
.footer-bottom {
	border-top: 1px solid white;
	padding: 15px;
	text-align: center;
}
.footer-bottom p {
	color: white;
	margin-bottom: 0;
}


section.itinerary-form-section {
	padding: 0 15px;
}

.date-wrapper {
	margin: 20px auto;
}

/* initially hidden */
.info-box {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.4s ease;
	opacity: 0;
	background: #f3f3f3;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

/* when active */
.info-box.show {
	max-height: 350px; /* enough space for text */
	opacity: 1;
	padding: 15px;
	margin-top: 15px;
}
.itinerary-form-summery, .order-summery {
	padding: 30px;
	border: 1px solid;
}
.summary-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.summary-item h6 {
	font-size: 1.5rem;
	font-weight: bold;
}

.text-radio-box {
	width: 100%;
	padding: 10px;
	text-align: left;
}

.text-display {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.radio-buttons {
	display: block;
}

.radio-buttons label {
	cursor: pointer;
	font-size: 14px;
	width: 100%;
	font-weight: 500;
}
.mb-3 {
	margin: 20px 0 0;
}
.transportation-method {
	display: flex;
	align-items: center;
}
.transportation-btn label {
	justify-content: center;
	align-items: center;
	font-weight: 500;
	margin-right: 20px;
}
.transportation-btn{
	display: flex;
	margin-left: 5%;
}
.transportation-btn label input {
	margin-right: 5px;
}
.form-step {
	display: none;
}

.form-step.active {
	display: block;
}

.navigation-buttons {
	margin-top: 20px;
}
.person-count {
	border-bottom: 1px solid #005c46;
}
.person-count span{
	border: 1px solid #005c46;
	text-align: center;
	padding: 5px 12px;
	background: #005c46;
	color: white;
	font-size: 3rem;
	margin-bottom: 20px;
}
.person-block span {
	margin-bottom: 0;
}
.personal-details h3 {
	margin: 40px 0 20px;
}
.personal-details h4 {
	margin-bottom: 10px;
}
.input-group {
	display: flex;
}
.input-group select {
	margin-right: 10px;
}
.new-person-details {
	margin: 30px -15px;
}
.navigation-buttons {
	border-top: 1px solid #005c46;
	margin-top: 20px;
	padding-top: 5px;
	width: 100%;
	text-align: right;
}
.custom-radio-img input[type="radio"] {
	display: none; /* Hide the default radio button */
}

.custom-radio-img img {
	cursor: pointer;
	transition: 0.3s;
	border-radius: 8px;
	object-fit: contain;
	height: 50px;
	width: 150px;
	border: 1px solid lightgrey;
	padding: 5px;
}

.custom-radio-img input[type="radio"]:checked + img {
	border: 2px solid #005c46; /* Highlight selected image */
	box-shadow: 0 0 5px rgba(0,123,255,0.5);
}

.custom-radio-img label {
	margin-right: 15px;
}
.payment-method {
	border-bottom: 1px solid #005c46;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.order-summery h4 {
	margin: 0 0 10px;
}
.general-selection {
	margin-bottom: 15px;
}
.billing-info {
	margin-bottom: 15px;
}
.inner-page-banner {
	background-image: url('../images/inner-banner.PNG'); /* background image */
	background-size: cover; /* image covers whole area */
	background-position: center; /* stays centered on resize */
	background-repeat: no-repeat; /* no tiling */
	min-height: 400px; /* ensures some visible height */
	position: relative; /* allows for overlays/absolute children */
	padding: 70px 0;
	background-color: #082921;
	background-blend-mode: overlay;
	display: flex;
	justify-content: center; /* horizontal center */
	align-items: center;     /* vertical center */
	text-align: center;
}
section.inner-page-banner h2 {
	color: white;
}
section.contact-form-scetion {
	padding: 20px 15px;
}
.contact-form-card {
	background-color: #f3f4f6;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 15px;
}
.custom-service-card {
	background: #005c46;
	padding: 50px 30px;
	border-radius: 15px;
	text-align: center;
}
.custom-service-card h3, .custom-service-card p, .custom-service-card ul li,.custom-service-card ul li a {
	color: white;
}
.custom-service-card h3{
	text-align: center;
}
.custom-service-card ul {
	list-style: none;
}
.custom-service-card ul li i {
	margin-right: 10px;
	font-size: 20px;
}
.custom-service-card ul li a {
	font-size: 16px;
}
.custom-service-card h6 {
	font-size: 2rem;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 20px 30px 0;
}
.about-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: 30px;
}

.about-us-section {
	margin-bottom: 30px;
}

/* Container: flex wrap */
.buttons-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px; /* space between buttons */
}

/* Buttons Style */
.country-btn {
	flex: 0 0 calc(20% - 15px); /* 5 buttons per row */
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	transition: 0.3s;
}

.country-btn:hover {
	background: #f7f7f7;
}

.country-btn img {
	width: 30px;
	height: 20px;
	border-radius: 3px;
}

/* Content Boxes */
.country-content {
	display: none;
	flex: 0 0 100%; /* full row width */
	width: 100%;
	margin: 15px 0;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fafafa;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
section.pricing-section {
	padding: 20px 15px;
}
.pricing-section .search-bar input {
	margin: 0px 10% 50px !important;
	width: 80% !important;
}
.country-content ul {
	margin-left: 40px;
}
.visa-info {
	margin: 20px 0;
}

.visa-info h5 {
	margin-bottom: 10px;
}
.faq-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	transition: 0.3s ease;
}
.faq-card h4 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 10px 0;
}
.faq-card p {
	font-size: 14px;
	color: #555;
	margin-bottom: 15px;
}
.faq-card .primary-btn {
	padding: 8px 28px;
	font-size: 16px;
}
.faq-container{
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2 columns */
	gap: 20px; /* space between cards */
}
.faq-detail ul {
	margin-left: 20px;
}
.related-faq {
	margin: 50px 15px 0;
}
.related-faq ul {
	margin-left: 20px;
}

.related-faq ul li {
	margin: 15px 0;
	border-bottom: 1px solid #005c46;
}
.related-faq ul li a {
	color: black;
}
.related-faq ul li a:hover {
	color: #005c46;
	text-decoration: none;
}



