html,
body {
	font-family: "Quicksand", sans-serif;
	background-color: #fff;
	overflow-x: hidden;
}

/* common styles */
.green_bg {
	background-color: #24648c;
}

.dark_grey_bg {
	background-color: #151417;
	margin-top: 20px;
}

.blue_bg {
	background-color: #24648c;
}

.text_white {
	color: #fff;
}

.text_green {
	color: #156D77;
}

.common_top_padding {
	padding-top: 80px;
}

.common_bottom_padding {
	padding-bottom: 80px;
}

p {
	font-size: 16px;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 26px;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
}

.common_btn {
	text-decoration: none;
	padding: 10px 20px;
	position: relative;
	transition: all .5s linear;
}

.common_btn span {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	z-index: 99;
	transition: all .5s linear;
	letter-spacing: 1px;
	font-weight: 600;
}

.common_btn::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: .5px;
	background: #fff;
	left: 0;
	transition: all .5s linear;
	color: #24648c;
}

.common_btn:hover span {
	transition: all .5s linear;
	color: #24648c;
}

.common_btn:hover::after {
	height: 100%;
	transition: all .5s linear;
}

.inner_banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background-color: #24648c;
}

.inner_banner {
	position: relative;
}

.inner_banner img {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 70px;
}

.inner_bannercvr {
	position: relative;
}

.inner_bannercvr img {
	border-radius: 10px;
}

.breadcrumb {
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px 20px;
	border-radius: 15px 15px 0px 0px;
	color: #fff;
	display: flex;
	align-items: center;
}

.breadcrumb a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
}

.breadcrumb_txt {
	font-weight: 600;
	font-size: 15px;
}

.logo {
	width: 150px;
	/* background-color: #fff; */
	/* padding: 5px; */
	/* border-radius: 5px; */
}

.logo img {
	width: 100%;
}

.ic--round-double-arrow::after {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -3px;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m20.08 11.42l-4.04-5.65c-.34-.48-.89-.77-1.48-.77c-1.49 0-2.35 1.68-1.49 2.89L16 12l-2.93 4.11c-.87 1.21 0 2.89 1.49 2.89c.59 0 1.15-.29 1.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16'/%3E%3Cpath fill='%23fff' d='M13.08 11.42L9.05 5.77C8.7 5.29 8.15 5 7.56 5C6.07 5 5.2 6.68 6.07 7.89L9 12l-2.93 4.11C5.2 17.32 6.07 19 7.56 19c.59 0 1.15-.29 1.49-.77l4.04-5.65c.24-.35.24-.81-.01-1.16'/%3E%3C/svg%3E");
}

/* slider section styles */
.banner_inner {
	position: relative;
}

.banner_inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background-color: #24648c;
	z-index: 1;
}

.slider {
	position: relative;
	/* border-radius: 10px; */
}

.text-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px 60px;
	z-index: 2;
	color: #fff;
	/* background: linear-gradient(to right, rgba(42, 72, 66, 0.8), transparent); */
	background-color: rgba(0, 0, 0, 0.4);
	/* border-radius: 10px; */
}

.text-overlay h2 {
	margin-bottom: 10px;
}

.text-overlay p {
	margin: 0;
}

.bannerslider .slider .item img {
	display: block;
	max-width: 100%;
	/* Ensure images don't overflow the slider */
	height: auto;
}

/* Adjusted banner slider heading style */
.bannerslider .slider .item h2 {
	font-weight: bold;
	width: 600px;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 25px;
}


/* about section styles */
.aboutsection a {
	display: inline-block;
	margin-top: 30px;
}

.aboutsection {
	background-image: linear-gradient(to bottom, #26292f, #24648c);
}

.aboutsection h1 {
	text-align: left;
}

.about_cvr {
	width: 100%;
	/* background-image: linear-gradient(to bottom, #26292f, #24648c); */
	height: 600px;
}

.aboutleft {
	overflow: hidden;
	height: 500px;
}

.aboutleft img {
	max-width: 100%;
	object-fit: cover;
}

.small_head {
	font-size: 16px;
}

.pad {
	padding: 40px;
}

.pad2 {
	padding: 40px 40px 40px 0px;
}

.aboutright {
	overflow: hidden;
	color: #fff;
	align-items: center;
	display: flex;
	height: 500px;
}


/* testimonials section styles */
.testi_section h1 {
	margin-bottom: 30px;
}

.sub-testitxt {
	font-size: 22px;
	line-height: 32px;
}

.testimonialssec {
	margin-top: 35px;
}

.testimonialssec .item {
	text-align: center;
}

.testimonialssec .item img {
	width: 80px !important;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 10px;
}

.testimonialssec .item h4 {
	font-size: 16px;
	font-weight: 700;
	color: #156D77;
}

.testimonialssec .item h6 {
	font-size: 14px;
	font-weight: 400;
	color: #707070;
	font-weight: 600;
}

.testimonialssec .item p {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
}

.test_titlesec {
	position: relative;
	width: 500px;
	margin: 0 auto;
}

.test_titlesec img.quote1 {
	position: absolute;
	left: 30px;
	width: 60px;
	top: 0px;
}

.test_titlesec img.quote2 {
	position: absolute;
	right: 30px;
	width: 60px;
	top: 0px;
}

.testimonialssec .owl-nav {
	position: absolute;
	top: 0;
	width: 70px;
	right: 40px;
}

.testimonialssec .owl-nav button.owl-prev span {
	color: #ffffff75;
	font-size: 27px;
}

.testimonialssec .owl-nav button.owl-next span {
	color: #ffffff75;
	font-size: 27px;
}

.testimonialssec .owl-nav button.owl-next {
	position: absolute;
	right: -40px;
	top: 50%;
}

.testimonialssec .owl-nav button.owl-prev {
	position: absolute;
	left: 40px;
	top: 50%;
}

.testimonialssec .owl-nav button {
	border: 1px solid #156D77;
	color: #156D77;
	background: transparent;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* highlight section styles */
.highlight_section a {
	display: inline-block;
	margin-top: 30px;
}

.highlight_section h1 {
	text-align: left;
}

.highlight_cvr {
	width: 100%;
	height: 600px;
	display: flex;
	overflow: hidden;
	/* Hides overflowing content */
}

.highlight_left,
.highlight_right {
	width: 50%;
	overflow: hidden;
	height: 600px;
	display: flex;
	align-items: center;
}

.image-container {
	display: inline-block;
	width: 300px;
	box-sizing: border-box;
	padding: 10px;
	object-fit: cover;
	position: relative;
	/* Required for absolute positioning of images */
	animation: slide 5s infinite alternate;
	/* Animation applied to slide class */
}

.image-container img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	object-fit: cover;
}

.up-down {
	animation: up-down linear 4s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: up-down linear 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: up-down linear 4s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: up-down linear 4s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: up-down linear 4s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes up-down {
	0% {
		transform: translate(1px, 30px);
	}

	24% {
		transform: translate(1px, 40px);
	}

	50% {
		transform: translate(1px, 12px);
	}

	74% {
		transform: translate(1px, 22px);
	}

	100% {
		transform: translate(1px, 22px);
	}
}

@-moz-keyframes up-down {
	0% {
		-moz-transform: translate(1px, 30px);
	}

	24% {
		-moz-transform: translate(1px, 34px);
	}

	50% {
		-moz-transform: translate(1px, 12px);
	}

	74% {
		-moz-transform: translate(1px, 22px);
	}

	100% {
		-moz-transform: translate(1px, 22px);
	}
}

@-webkit-keyframes up-down {
	0% {
		-webkit-transform: translate(1px, 30px);
	}

	24% {
		-webkit-transform: translate(1px, 40px);
	}

	50% {
		-webkit-transform: translate(1px, 12px);
	}

	74% {
		-webkit-transform: translate(1px, 22px);
	}

	100% {
		-webkit-transform: translate(1px, 22px);
	}
}

@-o-keyframes up-down {
	0% {
		-o-transform: translate(1px, 30px);
	}

	24% {
		-o-transform: translate(1px, 40px);
	}

	50% {
		-o-transform: translate(1px, 12px);
	}

	74% {
		-o-transform: translate(1px, 22px);
	}

	100% {
		-o-transform: translate(1px, 22px);
	}
}

@-ms-keyframes up-down {
	0% {
		-ms-transform: translate(1px, 30px);
	}

	24% {
		-ms-transform: translate(1px, 40px);
	}

	50% {
		-ms-transform: translate(1px, 12px);
	}

	74% {
		-ms-transform: translate(1px, 22px);
	}

	100% {
		-ms-transform: translate(1px, 22px);
	}
}

/* CSS animation for sliding */
@keyframes slide {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}


/* faq section styles */
.accordion {
	display: flex;
	flex-direction: column;
	max-width: 991px;
	min-width: 320px;
	margin: 40px auto;
	padding: 0 50px;
}

.faq_section h1 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.accordion-item {
	margin-top: 20px;
	border: 1px solid #fcfcfc !important;
	border-radius: 6px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.09) 0 3px 12px;
	outline: none !important;
}

.accordion-item .accordion-item-title {
	position: relative;
	margin: 0;
	display: flex;
	width: 100%;
	font-size: 15px;
	cursor: pointer;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 14px 20px;
	box-sizing: border-box;
	align-items: center;
	font-size: 17px;
	font-weight: 600;
}

.accordion-item .accordion-item-desc {
	display: none;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #666;
	border-top: 1px dashed #ddd;
	padding: 10px 20px 20px;
	box-sizing: border-box;
	text-align: justify;
}

button.accordion-button:not(.collapsed) {
	background-color: #24648c;
	color: #fff;
	outline: none !important;
}

button.accordion-button.collapsed {
    font-weight: 700;
    outline: none !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

button.accordion-button:focus {
    border-color: none !important;
}

.accordion-item input[type="checkbox"] {
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
	display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
	content: "-";
	font-size: 20px;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
	content: "+";
	font-size: 20px;
}

.accordion-item:first-child {
	margin-top: 0;
}

.accordion-item .icon {
	margin-left: 14px;
}


/* footer section styles */
.ftr_section {
	background-color: #000;
	position: relative;
}

.round_box {
	background-color: #151417;
	padding: 40px 20px;
	border-radius: 15px;
	margin-bottom: 10px;
}

.ftr_div {
	margin: 30px 0px;
}

.ftr_head {
	color: #24648c;
	font-size: 18px;
	font-weight: 600;
}

.ftr_menu a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 5px 0;
	line-height: 25px;
}

.ftr_menu p {
	font-size: 15px;
	color: #fff;
	padding: 5px 0;
	padding-right: 70px;
	line-height: 25px;
	text-align: left;
}

.ftr_social_media {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.circle a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border: 2px solid #333;
	border-radius: 50%;
	margin-right: 10px;
	transition: #fff .3s ease;
	color: #fff;
	float: left;
}

.circle a:hover {
	background-color: #333;
}

.copy_txt {
	display: flex;
	align-items: center;
	padding: 15px 0px;
	justify-content: space-between;
	width: 100%;
	color: #9E9E9E;
}

.copy_txt_left p {
	flex: 1;
	/* Take up all available space */
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;
}

.copy_txt_right p {
	flex: 1;
	/* Take up all available space */
	text-align: right;
	font-size: 14px;
	margin-bottom: 0;
}

.copy_link {
	text-decoration: none;
	color: #fff;
	transition: ease-in-out .4s;
}

.copy_link:hover {
	color: #24648d;
}


/* contact page banner styles */
.contact_section h1 {
	text-align: left;
}

form {
	padding: 50px;
	background-color: #24648c;
	color: #fff;
}

input[type=text],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	background: transparent;
	color: #fff;
}

input[type=submit] {
	background-color: #000;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: ease-in-out .4s;
	margin-top: 10px;
	font-weight: bold;
}

input[type=submit]:hover {
	background-color: #fff;
	color: #000;
}

input[type=text]:focus,
select:focus,
textarea:focus {
	outline: none;
	/* Remove default focus outline */
	border-color: #ccc;
	/* Change border color when focused */
}

input::placeholder,
textarea::placeholder {
	opacity: 0.5;
	color: #fff;
	font-size: 15px;
}

.contact_cvr {
	margin-top: 60px;
}

.contact_cvr ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact_cvr ul li {
	display: flex;
	margin-bottom: 40px;
}

.icon_cvr {
	border: 1px solid #24648c;
	width: 40px;
	height: 40px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 20px;
}

.icon_cvr iconify-icon {
	font-size: 20px;
	color: #24648c;
}

.icon_txt_cvr h6 {
	color: #24648c;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: capitalize;
}

.icon_txt_cvr a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
	line-height: 26px;
}


/* service innerpage banner styles */
.ser_section h3 {
	font-size: 20px;
	font-weight: 600;
}

.ser_section p {
	margin-bottom: 30px;
}

.ser_innerimg {
	margin-bottom: 35px;
}

.ser_innerimg img {
	width: 100%;
	border-radius: 5px;
}

.ser_greencvr {
	padding: 50px;
	background-color: #24648c;
	border-radius: 20px;
	color: #fff;
	margin-bottom: 35px;
}

.ser_greencvr h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}

.ser_greencvr ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ser_greencvr ul li {
	margin-bottom: 15px;
}

.ser_greencvr ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.ser_greencvr ul li a::before {
	width: 20px;
	height: 20px;
	content: "";
	background: url(../images/dot-img.svg) no-repeat;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	background-size: cover;
}

.ser_greencvr h6 {
	margin-left: 35px;
}

.ser_greencvr ul li a iconify-icon {
	transition: all 0.3s ease;
	/* Add transition for all properties */
}

.ser_greencvr ul li a:hover iconify-icon {
	transform: translateX(5px);
	/* Move the item up slightly on hover */
}


/* about innerpage banner styles */
.inner_about_imgcvr {
	object-fit: cover;
}

.inner_about_imgcvr img {
	max-width: 100%;
	border-radius: 5px;
}

.inner_about_sec h1 {
	text-align: left;
}

.inner_about_sec h3 {
	font-size: 22px;
}

.inner_sub_about {
	margin-top: 20px;
}

.inner_sub_about h3 {
	position: relative;
}

.inner_sub_about h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15%;
	height: 3px;
	background-color: #24648d;
	top: 35px;
	animation: moveUnderline 2s infinite alternate;
}

@keyframes moveUnderline {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(10%);
	}
}

.inner_sub_about ul {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}

.inner_sub_about ul li {
	margin-bottom: 15px;
}

.inner_sub_about ul li a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: #666666;
	text-decoration: none;
	position: relative;
}

.inner_sub_about p {
	margin-left: 30px;
	color: #666666;
	text-align: left;
}

.inner_sub_about ul li a::before {
	width: 20px;
	height: 20px;
	content: "";
	background: url(../images/dot-img2.svg) no-repeat;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	background-size: cover;
}

.grey_bg {
	background-color: #F4F6F5;
}

.step_box {
	background-color: #24648d;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	margin-top: 50px;
	color: #fff;
	min-height: 180px;
}

.step_box h6{
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

.step_box p {
	background-color: #24648d;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.steps_cvr ul {
	padding: 0;
	margin: 50px auto 0;
	list-style: none;
	display: inline-block;
	width: 90%;
	position: relative;
}

.steps_cvr ul::after {
	position: absolute;
	content: '';
	width: 65%;
	top: 23px;
	left: 50%;
	background: #050505;
	height: 3px;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.steps_cvr ul li {
	width: 24.3%;
	float: left;
	margin: 0 4%;
}

.steps_cvr ul li span {
	width: 50px;
	height: 50px;
	background: #000;
	display: flex;
	border-radius: 50%;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin: auto;
}

.patient_journey_sec {
	text-align: center;
}

.highsec_imgcvr img {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
}

.highsec_txtcvr {
	display: flex;
	align-items: center;
	width: 100%;
	height: 300px;
}

.highsec_txtcvr h1 {
	text-align: left;
}

.highsec_txtcvr p {
	margin-right: 35px;
}

.highsec_txtcvr .common_btn {
	margin-top: 25px;
	float: left;
}

.home_highsec {
	padding: 80px 0px;
	background-color: #24648c13;
}

.highsec_txtcvr .common_btn {
	text-decoration: none;
	padding: 10px 20px;
	position: relative;
	transition: all .5s linear;
}

.highsec_txtcvr .common_btn span {
	color: #24648c;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	z-index: 99;
	transition: all .5s linear;
	letter-spacing: 1px;
	font-weight: 600;
}

.highsec_txtcvr .common_btn::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: .5px;
	background: #24648c;
	left: 0;
	transition: all .5s linear;
	color: #fff;
}

.highsec_txtcvr .common_btn:hover span {
	transition: all .5s linear;
	color: #fff;
}

.highsec_txtcvr .common_btn:hover::after {
	height: 100%;
	transition: all .5s linear;
}

.cta_section h1 {
	text-align: left;
}

.cta_round_box {
	background-color: #24648c;
	padding: 60px 40px;
	border-radius: 20px;
	margin-bottom: 10px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	width: 80%;
	position: relative;
	bottom: -100px;
	z-index: 9;
}

.cta_round_box .common_btn {
	float: right;
}

.cta_btn {
	padding: 10px 20px;
	background: #fff;
	transition: all .5s linear;
	color: #24648c;
	float: right;
	font-weight: bold;
	border-radius: 15px;
	text-decoration: none;
}

.cta_btn:hover {
	transition: all .5s linear;
	color: #2a7caf;
}

.ser_section ul {
	padding-bottom: 20px;
}

.desk-view {
	display: block;
}

.phone-view {
	display: none;
}










.blue-boxes {
	font-family: Arial, sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 150px;
}
.box {
	background-color: #f0f8ff;
	border: 2px solid #4169e1;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	width: calc(25% - 15px);
	box-sizing: border-box;
	text-align: center;
	transition: transform 0.3s ease;
}
.box:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(65, 105, 225, 0.3);
}
.box h2 {
	color: #4169e1;
	margin-top: 0;
}
.box p {
	color: #333;
	text-align:center;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.box a {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	background-color: #4169e1;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}
.box a:hover {
	background-color: #1e90ff;
}
@media (max-width: 1200px) {
	.box {
		width: calc(33.33% - 13.33px);
	}
}
@media (max-width: 900px) {
	.box {
		width: calc(50% - 10px);
	}
}
@media (max-width: 600px) {
	.box {
		width: 100%;
	}
}








.gallery_container {
	max-width: 1200px;
	margin: 100px auto;
	padding: 20px;
	background: #f8f9fa;
}

.gallery_heading {
	text-align: center;
	color: #2c3e50;
	font-size: 2.5rem;
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.gallery_heading::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: #3498db;
	transition: width 0.3s ease;
}

.gallery_heading:hover::after {
	width: 200px;
}

.video_wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	padding: 20px;
}

.video_item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video_item:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.video_frame {
	width: 100%;
	aspect-ratio: 16/9;
	border: none;
	display: block;
}

.video_overlay {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	padding: 15px;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	transition: bottom 0.3s ease;
}

.video_item:hover .video_overlay {
	bottom: 0;
}

.video_title {
	margin-bottom: 5px;
	font-size: 1.1rem;
	font-weight: 500;
}

.video_description {
	margin: 5px 0 0;
	font-size: 0.9rem;
	opacity: 0.8;
}

@media (max-width: 768px) {
	.video_wrapper {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}


.photoContainer {
	max-width: 1200px;
	margin: 100px auto;
	padding: 30px;
	background: linear-gradient(to bottom right, #f3f4f6, #ffffff);
}

.photoHeadline {
	text-align: center;
	color: #1a1a1a;
	font-size: 3rem;
	margin-bottom: 50px;
	position: relative;
	font-family: 'Arial', sans-serif;
}

.photoHeadline::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	border: 3px solid #ff6b6b;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.4s ease;
}

.photoHeadline:hover::before {
	opacity: 1;
	transform: translateX(-50%) rotate(45deg);
}

.imageGrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 25px;
	padding: 20px;
}

.imageBox {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	cursor: pointer;
	perspective: 1000px;
}

.imageWrapper {
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.imageBox:hover .imageWrapper {
	transform: rotateY(10deg) scale(1.05);
}

.actualImage {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
	transition: all 0.4s ease;
}

.imageOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 100%
	);
	opacity: 0;
	transition: opacity 0.4s ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
}

.imageBox:hover .imageOverlay {
	opacity: 1;
}

.imageCaption {
	color: white;
	font-size: 1.2rem;
	margin: 0;
	transform: translateY(20px);
	transition: transform 0.4s ease;
}

.imageDescription {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
	margin: 5px 0 0;
	transform: translateY(20px);
	transition: transform 0.4s ease 0.1s;
}

.imageBox:hover .imageCaption,
.imageBox:hover .imageDescription {
	transform: translateY(0);
}

.imageTags {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	gap: 8px;
	opacity: 0;
	transform: translateX(20px);
	transition: all 0.4s ease;
}

.imageTag {
	background: rgba(255, 255, 255, 0.9);
	color: #333;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 0.8rem;
}

.imageBox:hover .imageTags {
	opacity: 1;
	transform: translateX(0);
}

@media (max-width: 768px) {
	.imageGrid {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		gap: 15px;
	}
	
	.photoHeadline {
		font-size: 2rem;
	}
}

.expandButton {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.3s ease;
}

.imageBox:hover .expandButton {
	opacity: 1;
	transform: scale(1);
}
.actualImage {
    width: 400px;          /* Fixed width */
    height: 300px;         /* Fixed height */
    object-fit: cover;     /* or 'contain' if you don't want cropping */
}