/* =================================
------------------------------------
  Unica - University Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111111;
	margin: 0;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #636363;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Helper CSS
-----------------------*/

.spad {
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-title {
	margin-bottom: 70px;
}

.section-title h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background: #34dc93;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 50px;
	min-width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
}

/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #34dc93;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #34dc93;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #34dc93;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #34dc93;
		border-left-color: transparent;
	}
}

/*---------------------
	Header section
-----------------------*/

.header-section {
	padding: 20px 0;
	overflow: hidden;
}

.site-logo {
	display: inline-block;
	margin-right: 50px;
	padding-top: 20px;
}

.header-info {
	display: inline-block;
	float: right;
}

.header-info .hf-item {
	display: inline-block;
	margin-left: 35px;
}

.header-info .hf-item i {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #3cdb79;
	font-size: 17px;
	padding-top: 13px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-info .hf-item i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #d2d2db;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 2px;
}

.header-info .hf-item p {
	display: inline-block;
	position: relative;
	top: 10px;
	margin-bottom: 0;
}

.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 500;
}

.nav-switch {
	display: none;
}

.nav-section {
	background: #333767;
}

.nav-section .nav-right {
	float: right;
	padding-top: 23px;
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 16px;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline;
}

.main-menu li a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 25px 20px;
	margin-right: -5px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.main-menu li a:hover {
	background: #34dc93;
}

.main-menu li.active a {
	background: #34dc93;
}

/*---------------------
   Logo Section
-----------------------*/
/* Define the rotation animation */
@keyframes rotateLogo {
    0% {
        transform: rotate(0deg); /* Initial position */
    }
    100% {
        transform: rotate(360deg); /* Full rotation */
    }
}

/* Apply the rotation animation to the logo */
.circularMotion {
    animation: rotateLogo 3s linear infinite; /* Duration, timing, and looping */
    display: inline-block; /* Ensure the element behaves properly */
}



/*---------------------
	Hero Section
-----------------------*/

.hs-item {
	min-height: 760px;
	position: relative;
	display: table;
	width: 100%;
}
.already-submitted {
    margin-top: 10px; /* Adds space above the link */
    text-align: center; /* Centers the link */
    font-size: 14px; /* Adjust the text size */
}

.already-submitted a {
    color: #007bff; /* Matches the default Bootstrap link color */
    text-decoration: underline; /* Adds an underline for clarity */
}

.already-submitted a:hover {
    color: #0056b3; /* Darker shade for hover state */
}


.hs-item .hs-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}

.hs-item .hs-subtitle {
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 50px;
	background-color: transparent;
}

.hs-item .hs-title {
	color: #fff;
	font-size: 38px;
	margin-bottom: 25px;
	position: relative;
	font-style: italic;
	left: 150px;
	opacity: 0;
	text-transform: uppercase;
}

.hs-item .hs-des {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	font-style: italic;
	position: relative;
	left: 150px;
	opacity: 0;
}

.hs-item .site-btn {
	margin-top: 30px;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-subtitle,
.hs-item .hs-title,
.hs-item .hs-des {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(255, 255, 255, 0.8);
}


.owl-item.active .hs-item .hs-title,
.owl-item.active .hs-item .hs-des,
.owl-item.active .hs-item .hs-subtitle,
.owl-item.active .hs-item .site-btn {
	left: 0;
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item .hs-subtitle {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-title {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .hs-des {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.hero-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 1;
	text-align: center;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #43f63a;
}

/*---------------------
	Counter Section
-----------------------*/

.counter-section {
	background: #020031;
	padding: 40px 0;
}

.counter-section .big-icon {
	display: block;
	float: left;
	width: 71px;
	height: 71px;
	border-radius: 70px;
	background: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 15px;
}

.counter-section .big-icon i {
	font-size: 30px;
	color: #f6783a;
}

.counter-section .counter {
	padding-left: 40px;
}

.counter-section .counter .counter-item {
	min-width: 100px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #35335a;
	text-align: center;
	display: inline-block;
}

.counter-section .counter .counter-item:last-child {
	border-right: none;
}

.counter-section .counter .counter-item h4 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 4px;
}

.counter-content {
	padding-left: 90px;
}

.counter-content h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}

.counter-content p {
	text-transform: uppercase;
	color: #fff;
}

.counter-content p i {
	color: #f6783a;
	margin-right: 10px;
}

/*---------------------
	Service Section
-----------------------*/

.service-section {
	padding: 60px 0;
	background-color: #f7f7f7;
}

.service-section .container {
	max-width: 100%;
	/* Full width to eliminate side spaces */
	padding-left: 15px;
	padding-right: 15px;
}

.section-title {
	margin-bottom: 40px;
}

.section-title h3 {
	font-size: 32px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 auto;
}

.section-title p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	margin: 0 auto;

}

.service-section .row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 15px;
	/* Ensures alignment without extra space */
}

.service-section p {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	max-width: 100%;
	/* Removes horizontal constraints */
	text-align: justify;
	margin: 0 auto;
}

.service-item {
	margin-bottom: 50px;
	text-align: left;
	/* Aligns text left for a structured look */
}

.service-item .service-icon {
	width: 45px;
	float: left;
	margin-right: 20px;
}

.service-item .service-icon img {
	max-width: 100%;
}

.service-item .service-content {
	padding-left: 65px;
	text-align: left;
}

.service-item .service-content h4 {
	font-size: 20px;
	color: #333;
	font-weight: 400;
	margin-bottom: 15px;
}

.service-item .service-content p {
	font-size: 15px;
	color: #555;
	line-height: 1.6;
	margin: 0;
}


/*---------------------
	Enroll Section
-----------------------*/

.enroll-section {
	position: relative;
	padding: 60px 0;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	/* Dark overlay */
	z-index: 0;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
	/* Ensures content is above overlay */
}

.enroll-section .section-title {
	margin-bottom: 40px;
	color: #fff;
}

.enroll-section .section-title h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
}

.enroll-section .section-title p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #f1f1f1;
}

.enroll-list {
	color: #fff;
}

.enroll-list-item {
	padding-left: 70px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.enroll-list-item span {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50%;
	background: #3af67f;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.enroll-list-item h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}

.enroll-list-item p {
	font-size: 16px;
	line-height: 1.6;
	color: #ddd;
}

.enroll-list-item:after {
	position: absolute;
	content: '';
	height: calc(100% - 45px);
	left: 20px;
	top: 48px;
	border-left: 1px dashed #6c6e70;
}

.enroll-list-item:last-child:after {
	display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.enroll-section .row {
		flex-direction: column;
		text-align: center;
	}

	.enroll-section .col-lg-5 {
		margin-bottom: 20px;
	}

	.enroll-section .section-title,
	.enroll-list-item {
		text-align: center;
		padding-left: 0;
	}

	.enroll-list-item span {
		left: 50%;
		transform: translateX(-50%);
	}
}
/* Existing styles for reference */

/* Responsive adjustments for mobile */
@media (max-width: 767px) {
	.enroll-list-item {
		padding-left: 20px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.enroll-list-item span {
		width: 30px;
		height: 30px;
		font-size: 14px;
		left: -40px;
	}

	.enroll-list-item h5 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.enroll-list-item p {
		font-size: 14px;
		line-height: 1.5;
	}

	.enroll-list-item:after {
		left: 10px;
		height: calc(100% - 35px);
	}
}

/* Internship Form Section */
.internship-form-section {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 800px;
    margin: 50px auto;
    font-family: Arial, sans-serif;
}

.internship-form-section h2 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 16px;
    color: #555;
    display: block;
    margin-bottom: 8px;
}

.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
}

.form-group input:focus, 
.form-group textarea:focus {
    border-color: #00ff5e;
    outline: none;
}

.form-group textarea {
    resize: vertical;
}

button[type="submit"] {
    background-color: #00ff3c;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
    background-color: #00ff3c;
}

/* Container styling */
.container {
    width: 100%;
    padding: 0 15px;
}

/* Preloader styling (optional if used) */
#preloder .loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/*---------------------
	Courses Section
-----------------------*/

.courses-section .container {
	margin-bottom: -50px;
}

.course-item {
	margin-bottom: 50px;
}

.course-item .course-thumb {
	margin-bottom: 45px;
	position: relative;
}

.course-item .course-thumb img {
	min-width: 100%;
}

.course-item .course-thumb .course-cat {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.course-item .course-thumb .course-cat span {
	min-width: 150px;
	bottom: 0;
	background: #34dc93;
	padding: 10px 15px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.course-item .course-info {
	text-align: center;
	margin: 0 -15px;
}

.course-item .course-info .date {
	color: #34dc93;
	font-size: 14px;
	margin-bottom: 10px;
}

.course-item .course-info h4 {
	font-weight: 400;
	line-height: 1.3;
}

.course-item .course-info .cource-price {
	padding-top: 15px;
	color: #34dc93;
}

.course-item .course-info .cource-price span {
	font-size: 14px;
	font-weight: 500;
	color: #b7b7b7;
}

/*---------------------
	Fact Section
-----------------------*/

.fact-section {
	background-position: center center;
	position: relative;
}

.fact-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.fact-section .container {
	position: relative;
	z-index: 1;
}

.fact {
	text-align: center;
}

.fact-icon {
	font-size: 48px;
	color: #fff;
	width: 50px;
	display: inline-block;
}

.fact-text {
	padding-left: 20px;
	display: inline-block;
	text-align: left;
}

.fact-text h2 {
	color: #34dc93;
	font-weight: 400;
}

.fact-text p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
}

/*---------------------
	Event Section
-----------------------*/

.event-item {
	margin-bottom: 50px;
}

.event-item .event-thumb {
	margin-bottom: 45px;
	position: relative;
}

.event-item .event-thumb img {
	min-width: 100%;
}

.event-item .event-thumb .event-date {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.event-item .event-thumb .event-date span {
	min-width: 170px;
	bottom: 0;
	background: #34dc93;
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.event-item .event-info {
	text-align: center;
}

.event-item .event-info h4 {
	margin-bottom: 20px;
	font-weight: 400;
}

.event-item .event-info p {
	margin-bottom: 30px;
}

.event-item .event-info p i {
	color: #34dc93;
	padding-left: 13px;
	padding-right: 4px;
}

.event-item .event-info .event-readmore {
	font-size: 13px;
	text-transform: uppercase;
	color: #b7b7b7;
	letter-spacing: 2px;
	font-weight: 500;
}

.event-item .event-info .event-readmore i {
	color: #34dc93;
}

/*---------------------
	Gallery Section
-----------------------*/

.gallery .gallery-item {
	width: 12.5%;
	position: relative;
}

.gallery .gallery-item:after {
	content: '';
	display: block;
	clear: both;
}

.gallery .gallery-item:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item:hover:before {
	opacity: 0.3;
}

.gallery .gallery-item.gi-big,
.gallery .gallery-item.gi-long {
	width: 25%;
}

.gallery .gallery-item a {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(246, 120, 58, 0.9);
	color: #fff;
	left: 50%;
	top: 60%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item a i {
	font-size: 24px;
}

.gallery .gallery-item:hover a {
	opacity: 1;
	top: 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	-o-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}

.gallery .grid-sizer {
	width: 12.5%;
}

/*---------------------
	Blog Section
-----------------------*/

.rehab-section {
	padding: 60px 0;
	background-color: #f9f9f9;
}

.image-wrapper {
	max-width: 100%;
	/* Allows image to adapt within its container */
	overflow: hidden;
	border-radius: 8px;
}

.image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.content-wrapper h3 {
	font-size: 28px;
	color: #333;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.4;
	text-align: left;
}

.content-wrapper p {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
	text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.rehab-section .row {
		flex-direction: column;
		/* Stack image and content vertically on smaller screens */
	}
}


/*---------------------
	Newsletter Section
-----------------------*/

.newsletter-section {
	background: #f7f7f7;
	padding: 50px 0;
}

.newsletter-section .newsletter {
	position: relative;
	margin-top: 12px;
}

.newsletter-section .newsletter input {
	width: 100%;
	font-size: 14px;
	padding: 18px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 170px;
}

.newsletter-section .newsletter .site-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0px 50px 50px 0px;
	min-width: 150px;
}

/*---------------------
	Footer Section
-----------------------*/

.footer-section {
	background-color:#333767;
	background-image: url("../img/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center 75px;
}

.footer-section .footer-top {
	padding: 65px 15px;
}

.footer-section .copyright {
	border-top: 1px solid #312f56;
	padding: 27px 0;
	
}

.footer-section .copyright p {
	color: #b7b7b7;
	margin-bottom: 0;
}

.footer-section .copyright p a {
	color: #fff;
	font-weight: 500;
}

.footer-section .copyright p a:hover {
	color: #34dc93;
}

.footer-widget .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 10px;
}

.footer-widget p,
.footer-widget span {
	color: #b7b7b7;
}

.footer-widget ul {
	list-style: none;

}

.footer-widget .about-widget img {
	margin-bottom: 30px;
}

.footer-widget .about-widget p {
	margin-bottom: 35px;
}

.footer-widget .social a {
	color: #b7b7b7;
	margin-right: 15px;
}

.footer-widget .dobule-link ul {
	display: inline-block;
}

.footer-widget .dobule-link ul a {
	display: block;
	font-size: 14px;
	color: #b7b7b7;
	margin-bottom: 15px;
}

.footer-widget .dobule-link ul a:hover {
	color: #34dc93;
}

.footer-widget .dobule-link ul li:last-child a {
	margin-bottom: 0;
}

.footer-widget .dobule-link ul:last-child {
	margin-left: 50px;
}

.footer-widget .recent-post li {
	margin-bottom: 25px;
}

.footer-widget .recent-post p {
	margin-bottom: 5px;
}

.footer-widget .recent-post span {
	font-size: 12px;
}

.footer-widget .recent-post span i {
	color: #34dc93;
	margin-right: 5px;
}

.footer-widget .contact li {
	margin-bottom: 15px;
	display: block;
	text-align: right;
}

.footer-widget .contact li p {
	margin-bottom: 0;

}

.footer-widget .contact i {
	font-size: 12px;
}



/* Responsive adjustments for the footer section */
@media (max-width: 767px) {
	.footer-section .footer-top {
		padding: 40px 10px;
	}

	.footer-widget .fw-title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.footer-widget p,
	.footer-widget span {
		font-size: 14px;
	}

	.footer-widget ul {
		padding-left: 0;
	}

	.footer-widget .dobule-link ul {
		display: block;
		margin: 0 0 20px;
	}

	.footer-widget .dobule-link ul:last-child {
		margin-left: 0;
	}

	.footer-widget .dobule-link ul a {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.footer-widget .recent-post li {
		margin-bottom: 20px;
	}

	.footer-widget .contact li {
		font-size: 14px;
		margin-bottom: 10px;
		display: flex;
		align-items: flex-start;
	}
	.fw-title{
		text-align: center;
	}

	.footer-widget .contact i {
		font-size: 14px;
		margin-right: 10px;

	}

	.footer-widget .about-widget img {
		margin-bottom: 20px;
		max-width: 100%;
	}

	.copyright {
		padding: 20px 10px;
	}

	.footer-section .copyright p {
		font-size: 14px;
		text-align: center;
		margin: 0;
	}
}


/*---------------------
	Other Pages
----------------------
======================*/

.site-breadcrumb {
	padding: 60px 0;
	color: #b7b7b7;
	font-size: 18px;
}

.site-breadcrumb a {
	color: #111111;
}

.site-breadcrumb a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}


.pagination-green .page-item .page-link {
	background-color: green;
	border-color: green;
	color: white;
}

.pagination-green .page-item.active .page-link {
	background-color: darkgreen;
	border-color: darkgreen;
}

.pagination-green .page-item:hover .page-link {
	background-color: lightgreen;
	border-color: lightgreen;
}


/*---------------------
	About page
-----------------------*/

/* Styling for the about-section */
.about-section {
	background-color: #f9f9f9;
	/* Light background for contrast */
	padding: 40px 0;
	border-radius: 8px;
	/* Rounded corners */
}

.about-section .section-title h3 {
	font-size: 32px;
	color: #333;
	font-weight: 700;
	margin-bottom: 10px;
	padding-top: 35px;
}

.about-section .section-title p {
	font-size: 18px;
	color: #666;
	margin-bottom: 30px;


}

.about-text {
	color: #444;
	line-height: 1.6;
}

.about-text h5 {
	font-weight: 500;
	/* Slightly bolder for clarity */
	color: #333;
	/* Darker for readability */
	margin-bottom: 15px;
}

.about-text p {
	margin-bottom: 16px;
	/* Space between paragraphs */
	font-size: 17px;
	text-align: justify;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 0;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
}

.about-text .about-list li i {
	color: #34dc93;
	margin-right: 8px;
}

/* Flexbox adjustment to match image height to text height */
.about-section .row {
	display: flex;
	align-items: stretch;
}

.about-section img {
	width: 100%;
	/* Makes the image responsive */
	height: 100%;
	/* Ensures it matches the height of the text column */
	object-fit: cover;
	/* Keeps the image from distorting */
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	/* Subtle shadow for depth */
}


.testimonial-section {
	background: #f7f7f7;
}

.testimonial-slider .ts-author-pic {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 5px auto 0;
}

.testimonial-slider .ts-text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.testimonial-slider .ts-text h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.testimonial-slider .ts-text span {
	color: #34dc93;
	font-size: 14px;
}

.testimonial-slider .owl-nav {
	position: absolute;
	top: 35px;
	width: 180px;
	left: 40px;
}

.testimonial-slider .owl-prev {
	float: left;
}

.testimonial-slider .owl-next {
	float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
	font-size: 36px;
	color: #b7b7b7;
}

.testimonial-slider .owl-dots {
	position: absolute;
	left: -15px;
	bottom: -5px;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #b7b7b7;
	display: inline-block;
	margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #34dc93;
}

.member {
	text-align: center;
}

.member h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}

.member p {
	color: #010b01;
	margin-bottom: 0;
	font-weight: 14;
}

.member:hover .member-pic:after {
	opacity: 0.4;
}

.member:hover .member-social {
	opacity: 1;
}

.member:hover .member-social a {
	top: 0;
}

.member:hover .member-social a:nth-child(1) {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.member .member-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.member .member-pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a {
	padding: 0 5px;
	margin: auto 5px;
	color: #fff;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a:hover {
	color: #3af647;
}

/*---------------------
	Blog Page
-----------------------*/

.post-item {
	margin-bottom: 60px;
}

.post-item .post-thumb {
	height: 320px;
	margin-bottom: 40px;
}

.post-item .post-thumb-full {
	margin-bottom: 40px;
}

.post-item .post-content h3 {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-item .post-content h3 a {
	color: #111111;
}

.post-item .post-content p {
	margin-bottom: 0;
}

.post-item .post-meta {
	margin-bottom: 10px;
}

.post-item .post-meta span {
	margin-right: 10px;
	font-size: 14px;
	color: #b7b7b7;
}

.post-item .post-meta span i {
	color: #34dc93;
}

.post-item .tag {
	padding-top: 15px;
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
}

.post-item .tag i {
	color: #34dc93;
	margin-right: 5px;
}

.post-item .post-author {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.post-item .post-author .pa-thumb {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.post-item .post-author .pa-content {
	padding-left: 130px;
	padding-top: 5px;
}

.post-item .post-author .pa-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.comment-warp {
	padding-top: 40px;
	border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
	font-weight: 400;
	margin-bottom: 35px;
}

.comment-warp .comment-list {
	list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment-warp .comment {
	margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comment-warp .comment .comment-content {
	padding-left: 100px;
}

.comment-warp .comment .comment-content .c-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
	margin-bottom: 5px;
	display: block;
}

.comment-warp .comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.comment-warp .comment .comment-content p {
	margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	color: #111111;
	padding: 5px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
	border-color: #34dc93;
	background: #34dc93;
	color: #fff;
}

.comment-form-warp {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 18px 20px;
	margin-bottom: 30px;
	border-radius: 2px;
}

.comment-form textarea {
	height: 150px;
}

.comment-form.--contact input[type='text'],
.comment-form.--contact input[type='email'],
.comment-form.--contact textarea {
	border: 1px solid #e1e1e1;
}

.comment-form.--contact textarea {
	margin-bottom: 50px;
}

.widget {
	margin-bottom: 55px;
	margin-left: -19px;
}

.widget .widget-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	padding: 5px 0;
	display: inline-block;
}

.widget ul a:hover {
	color: #34dc93;
}

.widget .search-widget {
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 30px;
}

.widget .recent-post-widget .rp-content {
	padding-left: 100px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 12px;
	color: #b7b7b7;
	margin-bottom: 0;
}

.widget .recent-post-widget .rp-content p i {
	color: #34dc93;
}

.widget .recent-post-widget .rp-content h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}

.widget .tags a {
	min-width: 80px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	padding: 12px 15px;
	border: 1px solid #34dc93;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 2px;
}

.post-item.post-details {
	margin-bottom: 0;
}

.post-item.post-details p {
	margin-bottom: 15px;
}

.post-item.post-details blockquote {
	padding: 25px 30px;
	font-size: 16px;
	color: #111111;
	border-left: 3px solid #34dc93;
	-webkit-box-shadow: 0 0 40px #f2f2f2;
	box-shadow: 0 0 40px #f2f2f2;
	margin: 40px 0 35px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
	.team-section .col-lg-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	.team-section .col-lg-3, .team-section .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.team-section .member-pic {
		height: 200px;
	}

	.team-section h5 {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.team-section .member-pic {
		height: 180px;
	}
	
	.team-section h5 {
		font-size: 14px;
	}
	
	.team-section p {
		font-size: 12px;
	}
}

/*---------------------
   Service Page
----------------------*/

/* Styling for Paper Cover and Cake Cover section */
/* Styling for Paper Cover and Cake Cover section */
.service-page {
	padding: 40px 0;
}

.service-page .row {
	display: flex;
	align-items: center;
}

.service-page .col-lg-6 {
	padding: 20px;
}

.service-page img {
	max-width: 100%;
	height: auto;
}

/* Optional: Style for the heading */
.service-page h2 {
	font-size: 28px;
	margin-bottom: 20px;
	text-align: justify;
	/* Text will now be justified */
}

/* Styling for the service description text inside .service-page */
.service-page .col-lg-6 p {
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
	/* Justifies the paragraph text */
	color: #555;
	margin-bottom: 20px;
}

/* Optional: Adjust carousel image styles */
.carousel-item img {
	max-height: 500px;
	/* Set a fixed height for images in the carousel */
	object-fit: cover;
	/* Ensures the images cover the space without distortion */
	border-radius: 10px;
	/* Rounded corners for the images */
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	/* Soft shadow for depth */
}

/* Adjust the carousel controls (prev/next buttons) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: rgba(0, 0, 0, 0.5);
	/* Dark background for control buttons */
	border-radius: 50%;
	/* Make the controls round */
}

/* Change the color and appearance of the carousel control icons when hovered */
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
	background-color: rgba(0, 0, 0, 0.8);
	/* Darker shade on hover */
}

/* Add transition effect for carousel control icons */
.carousel-control-prev,
.carousel-control-next {
	transition: background-color 0.3s ease;
}

/* Adjust the caption or any additional content in the carousel (if needed) */
.carousel-caption {
	background-color: rgba(0, 0, 0, 0.6);
	/* Semi-transparent background for text */
	color: #fff;
	/* White text color */
	padding: 10px;
	border-radius: 5px;
}

/* Optional: Set carousel container's max-width */
#imageCarousel {
	max-width: 100%;
	margin: 0 auto;
	/* Centering the carousel */
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
	.carousel-item img {
		max-height: 350px;
		/* Adjust image height on mobile */
	}
}


/* General Styles for Service Section */
.service-section {
	padding: 60px 0;
	background-color: #f4f7fc;
	/* Soft background color */
}

.service-section .section-title h3 {
	font-size: 36px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.service-section .section-title p {
	font-size: 18px;
	color: #777;
	text-align: center;
}

/* Service Content Styles */
.service-content {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
	/* Soft shadow for depth */
}

.service-content p {
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 30px;
}

/* Image Styling */
.service-section .row .col-lg-4 {
	padding: 10px;
}

.service-section img {
	border-radius: 10px;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.service-section img:hover {
	transform: scale(1.05);
	/* Slight zoom effect */
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.service-section .section-title h3 {
		font-size: 28px;
	}

	.service-section .section-title p {
		font-size: 16px;
	}

	.service-content {
		padding: 20px;
	}

	.service-content p {
		font-size: 14px;
	}

	.service-section img {
		width: 100%;
	}
}

/* Hover Effects for Service Item */
.service-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
	transform: translateY(-10px);
	/* Lift effect */
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.service-item .service-content {
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
}

.service-item .service-icon img {
	max-width: 100%;
	border-radius: 8px;
}

.service-item .service-text {
	padding-right: 30px;
	text-align: left;
}

/* Service Title */
.service-item .service-content h4 {
	font-size: 22px;
	color: #333;
	font-weight: 700;
	margin-bottom: 15px;
}

/* Text Styles */
.service-item .service-content p {
	font-size: 16px;
	color: #555;
	line-height: 1.8;
}


/*---------------------
	Contact page
-----------------------*/

.map-section {
	height: 500px;
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 50%;
	height: 100%;
	background: rgba(9, 49, 0, 0.8);
	text-align: center;
	z-index: 1;
	padding-top: 70px;
}

.contact-info-warp .contact-info {
	margin-bottom: 40px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}

/* Default large screen styles */
.map-section {
	height: 500px;
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 400px;
	height: 100%;
	background: rgba(9, 49, 0, 0.8);
	text-align: center;
	z-index: 1;
	padding-top: 70px;
}

/* Contact info styles */
.contact-info-warp .contact-info {
	margin-bottom: 40px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}

/* Responsive styles for medium screens (tablets) */
@media (max-width: 991px) {
	.contact-info-warp {
		width: 300px; /* Reduce width */
		padding-top: 50px; /* Adjust padding */
	}
	.map-section {
		height: 400px; /* Adjust height */
	}
}

/* Responsive styles for small screens (mobile devices) */
@media (max-width: 767px) {
	.map-section {
		height: 300px; /* Smaller map height for mobile */
		
	}

	.contact-info-warp {
		width: 100%; /* Full width for contact info */
		height: auto;
		position: static; /* Positioning within the flow */
		padding: 20px; /* Add padding for readability */
		box-sizing: border-box; /* Include padding in width */
	}

	.contact-info-warp .contact-info {
		margin-bottom: 20px; /* Reduce spacing between sections */
	}

	.contact-info-warp .contact-info h4,
	.contact-info-warp .contact-info p {
		font-size: 16px; /* Reduce font size for readability on small screens */
	}
}

/* Responsive styles for very small screens (extra-small mobile) */
@media (max-width: 480px) {
	.map-section {
		height: 250px; /* Further reduce map height */
	}

	.contact-info-warp .contact-info h4 {
		font-size: 14px; /* Smaller heading font size */
	}

	.contact-info-warp .contact-info p {
		font-size: 12px; /* Smaller paragraph font size */
	}
}

/* Map container with responsive aspect ratio */
.map-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 aspect ratio (can adjust as needed) */
	height: 0;
	overflow: hidden;
}

/* Responsive iframe inside the container */
.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* General Section Styling */
.login-section {
	padding: 60px 0;
	background-color: #f7f7f7;
}

/* Title Styling - Reduce Bottom Margin */
.login-section .section-title h3 {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-bottom: 40px;
	/* Reduced from 40px to 20px */
}

/* Form Container Styling */
.login-form {
	background-color: #fff;
	padding: 30px;
	/* Reduced padding for a tighter layout */
	border-radius: 8px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/* Label Styling - Consistent with Registration Form */
.login-form .form-group label {
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}


/* Input Field Styling */
.login-form .form-group {
	margin-bottom: 20px;
}

.login-form .form-control {
	height: 45px;
	padding: 10px;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.login-form .form-control:focus {
	border-color: #34dc93;
	box-shadow: none;
}

/* Checkbox Styling */
.login-form .form-check-label {
	font-size: 14px;
	color: #555555;
}

/* Login Button Styling */
.login-form .btn-primary {
	background-color: #34dc93;
	border: none;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 4px;
	transition: background-color 0.3s;
}

.login-form .btn-primary:hover {
	background-color: #34dc93;
}

/* Forgot Password Link Styling */
.login-form .text-muted {
	font-size: 14px;
	color: #999;
	text-decoration: underline;
}

/* Sign up Link Styling */
.login-form .text-primary {
	color: #34dc93;
	font-weight: 600;
	text-decoration: none;
}

.login-form .text-primary:hover {
	color: #34dc93;
}

/* Registration Section Styling */
.registration-section {
	padding: 50px 0;
	background-color: #f9f9f9;
}

.registration-section .section-title h3 {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-bottom: 30px;
}

/* Form Container Styling */
.registration-form {
	background-color: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/* Input Field Styling */
.registration-form .form-group {
	margin-bottom: 20px;
}

.registration-form .form-control {
	height: 45px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	font-size: 16px;
	color: #495057;
	padding: 10px;
}

/* Label Styling */
.registration-form .form-group label {
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

/* Button Styling */
.registration-form .btn-primary {
	background-color: #34dc93;
	border-color: #34dc93;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.registration-form .btn-primary:hover {
	background-color: #34dc93;
	border-color: #34dc93;
}

/* Link Styling */
.registration-form .text-primary {
	color: #34dc93;
	font-weight: 600;
	text-decoration: none;
}

.registration-form .text-primary:hover {
	color: #34dc93;
	text-decoration: underline;
}

/* Spacing Adjustments */
.registration-form .text-center p {
	margin-top: 15px;
	font-size: 15px;
	color: #555;
}

/* Overall Container Styling */
/* Overall Container Styling */
.admission-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
}

/* Hover Effect on Container */
/* Header Styling */
.admission-container h2 {
    text-align: center;
    color: #2c3e50;
    font-size: 27px;
    margin-bottom: 20px;
    border-bottom: 2px solid #34dc93;
    padding-bottom: 10px;
}

.alert-info h4 {
    color: #40ec21;
    font-size: 18px; /* Font size for better readability */
    font-weight: bold;
    margin-bottom: 10px;
}


.admission-container h5 {
    text-align: center;
    color: #34495e;
    margin-bottom: 10px;
    
    font-size: 15px; /* Reduced font size */
}

.admission-container h6 {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 12px; /* Reduced font size */
}


/* Alert Box Styling */
.alert {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: bold;
}

.alert-info {
    background-color: #eaf7ff;
    color: #31708f;
    border: 1px solid #bde5f2;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* List Styling */
ul {
    list-style-type: circle;
    padding-left: 20px;
    color: #555;
    margin-top: 10px;
    font-size: 13px; /* Adjusted font size */
}
ul {
    list-style-type: circle;
    padding-left: 20px;
    color: #555;
    margin-top: 10px;
    font-size: 13px; /* Adjusted font size */
}

ul li {
    margin-bottom: 5px; /* Adds small spacing between list items */
}


/* Form Group Styling */
.form-group {
    margin-bottom: 25px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #2c3e50;
}

/* Input Fields Styling */
.form-control {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus {
    border-color: #34dc93;
    box-shadow: 0 0 5px rgba(3, 123, 5, 0.5);
    outline: none;
}

/* Button Styling */
.btn {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s, transform 0.3s;
}

.btn-info {
    background-color: #34dc93;
    color: #ffffff;
}

.btn-info:hover {
    background-color: #34dc93;
    transform: scale(1.05);
}

.btn-primary {
    background-color: #34dc93;
    color: #ffffff;
    width: 100%;
}

.btn-primary:hover {
    background-color: #34dc93;
    transform: scale(1.05);
}

/* File Input Styling */
input[type="file"] {
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: background-color 0.3s;
}

input[type="file"]:hover {
    background-color: #e9ecef;
}

/* Responsive Design */
@media (max-width: 600px) {
	.admission-container {
		padding: 20px;
		margin: 20px;
	}

	.admission-container h2 {
		font-size: 24px;
	}

	.btn {
		font-size: 14px;
	}
}

.whatsapp-button {
	position: fixed;
	/* Position fixed to keep it on the screen */
	bottom: 20px;
	/* Position from the bottom */
	right: 20px;
	/* Position from the right */
	z-index: 1000;
	/* Bring it to the front */
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	/* WhatsApp green */
	border-radius: 50%;
	/* Make it round */
	width: 50px;
	/* Width of the button */
	height: 50px;
	/* Height of the button */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	/* Shadow for depth */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	/* Smooth animation */
}

.whatsapp-button:hover {
	transform: scale(1.1);
	/* Scale up on hover */
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	/* Enhance shadow on hover */
}

.whatsapp-img {
	width: 60%;
	/* Size the image within the button */
	height: 60%;
	/* Size the image within the button */
	object-fit: contain;
	/* Ensure image fits well */
}

/* WhatsApp button responsiveness */
/* Default WhatsApp button size for larger screens */
.whatsapp-button {
	width: 60px;
	height: 60px;
	bottom: 25px;
	right: 25px;
}

.whatsapp-img {
	width: 65%;
	height: 65%;
}

/* Medium screens (tablets and small desktops) */
@media (max-width: 767px) {
	.whatsapp-button {
		width: 55px;
		height: 55px;
		bottom: 20px;
		right: 20px;
	}

	.whatsapp-img {
		width: 75%;
		height: 75%;
	}
}

/* Small screens (phones) */
@media (max-width: 480px) {
	.whatsapp-button {
		width: 50px;
		height: 50px;
		bottom: 15px;
		right: 15px;
	}

	.whatsapp-img {
		width: 80%;
		height: 80%;
	}
}





/*------------------
	Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-section .counter {
		padding-left: 20px;
	}

	.counter-section .counter .counter-item {
		min-width: 80px;
	}

	.counter-section .counter .counter-item h4 {
		font-size: 35px;
	}

	.widget {
		margin-left: 0;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-info .hf-item i {
		float: left;
	}

	.header-info .hf-item p {
		display: block;
	}

	.hs-item {
		height: auto;
		min-height: auto;
		padding: 140px 0;
	}

	.counter-section .counter {
		padding-top: 15px;
		padding-left: 0;
	}

	.counter-section .counter .counter-item {
		min-width: 70px;
	}

	.counter-section .counter .counter-item h4 {
		font-size: 27px;
	}

	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 25%;
	}

	.footer-widget {
		margin-bottom: 40px;
	}

	.testimonial-slider .owl-nav {
		left: -16px;
	}

	.member {
		margin-bottom: 40px;
	}

	.sidebar {
		padding-top: 80px;
	}

	.widget {
		margin-left: 0;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 1199px) {
	.header-info {
		display: none;
	}

	.site-logo {
		padding: 15px 0;
	}

	.nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: #111;
		top: 25px;
		display: block;
	}

	.nav-section .nav-right {
		display: block;
		float: none;
		text-align: right;
		padding-bottom: 20px;
	}

	.main-menu {
		display: none;
	}

	.main-menu li {
		display: block;
	}

	.main-menu li a {
		padding: 15px;
		display: block;
		border-top: 1px solid #212031;
	}

	.main-menu li a:hover {
		background-color: transparent;
		color: #34dc93;
	}

	.main-menu li.active a {
		background-color: transparent;
	}

	.hs-item {
		min-height: auto;
		padding: 100px 0;
	}

	.hs-item .hs-title {
		font-size: 40px;
	}

	.counter-section .counter {
		float: none;
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}

	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 50%;
	}

	.fact {
		text-align: left;
		margin-bottom: 15px;
	}

	.footer-widget {
		margin-bottom: 40px;
	}

	.testimonial-slider .owl-nav {
		left: 50%;
		margin-left: -90px;
	}

	.testimonial-slider .owl-dots {
		text-align: center;
		width: 100%;
		left: 0;
		bottom: 0;
	}

	.testimonial-slider .ts-author-pic {
		margin: 5px auto 30px;
	}

	.testimonial-slider .ts-item {
		text-align: center;
		padding-bottom: 50px;
	}

	.member {
		margin-bottom: 40px;
	}

	.sidebar {
		padding-top: 80px;
	}

	.widget {
		margin-left: 0;
	}

	.map-section {
		height: auto;
	}

	.contact-info-warp {
		position: relative;
		height: auto;
		display: block;
		width: 100%;
		padding-bottom: 70px;
	}

	.map-section .map {
		height: 300px;
	}
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hs-item .hs-title {
		font-size: 27px;
	}

	.counter-section .counter .counter-item {
		min-width: 65px;
	}

	.counter-section .counter .counter-item h4 {
		font-size: 25px;
	}

	.course-item .course-info {
		margin: 0;
	}

	.blog-item .blog-thumb {
		height: 230px;
		width: 100%;
		margin-bottom: 20px;
	}

	.blog-item .blog-content {
		padding-left: 0;
	}

	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 100%;
	}

	.newsletter-section .newsletter {
		text-align: center;
	}

	.newsletter-section .newsletter input {
		padding-right: 30px;
		margin-bottom: 20px;
		text-align-last: auto;
	}

	.newsletter-section .newsletter .site-btn {
		position: relative;
		border-radius: 50px;
	}

	.post-item .post-author .pa-thumb,
	.comment-warp .comment .comment-avator {
		float: none;
		margin-bottom: 15px;
	}

	.post-item .post-author .pa-content,
	.comment-warp .comment .comment-content {
		padding-left: 0;
	}
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-10px);
}

/* Image */
.category-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Custom Label on Left */
.custom-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background-color: rgb(250, 245, 245);
    clip-path: polygon(0 0, 150% 0, 0 150%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-label .category-name {
    color: rgb(8, 8, 8);
    font-size: 1rem;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    text-align: center;
}
.dropdown-menu li a{
	color:black;
}

.dropdown {
    position: relative; /* Ensure the dropdown menu is positioned relative to this container */
}

/* Main dropdown link style */
.dropdown > a {
    color: #fff; /* White text for the dropdown link */
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for the dropdown link */
.dropdown > a:hover {
    background-color: #555; /* Darken background on hover */
    color: #fff;
}

/* Dropdown menu container */
.dropdown-menu {
    display: none; /* Initially hidden */
    position: absolute;
    left: 0;
    top: 100%; /* Position it just below the parent "Services" link */
    background-color: #333; /* Dark background for the dropdown items */
    border-radius: 5px;
    padding: 10px 0;
    width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    z-index: 9999; /* Ensure it's above other content */
}

/* Show dropdown menu when hovering over the dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown item style */
.dropdown-menu li a {
    color: #fff; /* White text for the dropdown items */
    padding: 10px 20px;
    font-size: 13px;
    text-transform: none; /* Keep text in normal case */
    font-weight: normal; /* Lighter font weight */
    display: block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for dropdown items */
.dropdown-menu li a:hover {
    background-color: #555; /* Darken background on hover */
    color: #fff; 
}
