/* =================================
------------------------------------
  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: #00A57D;
	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 #f44336;
		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 #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		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 #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
    Header section
-----------------------*/

.header-section {
    padding: 10px 0;
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

/* Container alignment */
.header-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* Logo - aligned to the very left */
.site-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 0;
    padding-left: 0;
    height: 100px;
}

/* Increased logo size and removed any hover effect */
.site-logo img {
    max-height: 100px;
    width: auto;
    display: block;
}

.site-logo:hover,
.site-logo img:hover,
.site-logo a:hover {
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Header info (right side) */
.header-info {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-info .hf-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.header-info .hf-item i {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #00A57D;
    font-size: 17px;
    line-height: 45px;
    margin-right: 15px;
}

.header-info .hf-item i:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #d2d2db;
    transform: rotate(45deg);
    border-radius: 2px;
}

.header-info .hf-item p {
    margin: 0;
    line-height: 1.4;
}

.header-info .hf-item p span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #020031;
    font-weight: 500;
}

/* Nav Switch (mobile menu icon) */
.nav-switch {
    display: none; /* Show via media query if needed */
}

/* Navigation Bar */
.nav-section {
    background: #020031;
}

.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;
    margin: 0;
    padding: 0;
}

.main-menu li {
    display: inline-block;
}

.main-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 25px 20px;
    margin-right: -5px;
    transition: all 0.4s ease;
}

.main-menu li a:hover {
    background: #00A57D;
}

.main-menu li.active a {
    background: #00A57D;
}


/*---------------------
	Hero Section
-----------------------*/

.hs-item {
	min-height: 760px;
	position: relative;
	display: table;
	width: 100%;
}

.hs-item .hs-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}

.hs-item .hs-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	color: #00A57D;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 25px;
	position: relative;
	left: 150px;
	opacity: 0;
	text-transform: uppercase;
}

.hs-item .hs-des {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
	left: 150px;
	opacity: 0;
}

.hs-item .site-btn {
	margin-top: 30px;
	opacity: 0;
	top: 50px;
}

.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: #00A57D;
}

/*---------------------
	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: #00A57D;
}

.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: #00A57D;
	margin-right: 10px;
}

/*---------------------
	Who We Are Section
-----------------------*/

.who-we-are {
	padding: 80px 0;
	background: linear-gradient(180deg, #f9f9f9 0%, #ffffff 100%);
	/* soft gradient background */
}

.who-we-are .who-image img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.who-we-are .who-image img:hover {
	transform: scale(1.03);
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.who-we-are .section-title {
	padding-left: 30px;
}

.who-we-are .section-title h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #222;
	position: relative;
}

.who-we-are .section-title h3::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #007bff;
	/* accent color */
	margin-top: 10px;
	border-radius: 2px;
}

.who-we-are .section-title p {
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 18px;
	transition: color 0.3s ease;
}

.who-we-are .section-title p:hover {
	color: #222;
	/* darkens slightly on hover for interactivity */
}

/* Responsive adjustments */
@media (max-width: 991px) {
	.who-we-are .section-title {
		padding-left: 0;
		margin-top: 30px;
		text-align: center;
	}

	.who-we-are .section-title h3::after {
		margin-left: auto;
		margin-right: auto;
	}
}



/*---------------------
	Enroll Section
-----------------------*/

.enroll-section {
	position: relative;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
}

.enroll-section .section-title {
	margin-bottom: 40px;
}

/* White color for section titles */
.enroll-section .section-title h2,
.enroll-section .section-title h3,
.enroll-section .section-title h4,
.why-title {
	color: #fff;
}

.enroll-list-item {
	padding-left: 70px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.enroll-list-item span {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50px;
	background: #00A57D;
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
	color: #fff;
}

.enroll-list-item h5 {
	font-weight: 400;
	margin-bottom: 10px;
	color: #fff;
	/* white for visibility */
}

.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 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.enroll-list-item:last-child:after {
	display: none;
}

a:hover {
	background: #033d50;
	border-color: #043241;
	color: #fff;
}

.why-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #fff;
	/* ensure white */
}

.why-choose-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #fff;
	/* make text white */
}

.why-choose-list li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-weight: 400;
}

.why-choose-list li span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 12px;
	background: linear-gradient(135deg, #00bfff, #4facfe);
	transition: 0.3s ease;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.why-choose-list li:hover span {
	box-shadow: 0 0 6px #00bfff;
	transform: scale(1.1);
}

.why-choose-btn {
	display: inline-block;
	margin-top: 25px;
	padding: 10px 24px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	transition: 0.3s ease;
}

.why-choose-btn:hover {
	background: #00bfff;
	border-color: #00bfff;
	color: #fff;
}

/*---------------------
	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: #020031;
	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: #00A57D;
	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: #00A57D;
}

.course-item .course-info .cource-price span {
	font-size: 14px;
	font-weight: 500;
	color: #b7b7b7;
}

.view-all-btn {
	display: inline-block;
	background: #020031;
	color: #fff;
	padding: 12px 30px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 50px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	text-decoration: none;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.view-all-btn:hover {
	background: #00A57D;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.25);
}

/* ===============================
   Courses Section Custom Styles
   =============================== */

.courses-wrapper {
	padding: 20px 0;
}

.courses-wrapper .courses-title {
	margin-bottom: 70px;
	text-align: center;
}

.courses-wrapper .courses-title h3 {
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 600;
}

.courses-wrapper .courses-title p {
	margin: 0;
	font-size: 15px;
	color: #636363;
}

/* Grid Layout */
.courses-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

/* Course Card as Link */
a.course-card {
	display: flex;
	flex-direction: column;
	flex: 0 1 calc(33.333% - 30px);
	max-width: calc(33.333% - 30px);
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	text-decoration: none;
	/* remove underline */
	color: inherit;
	/* keep text color */
	cursor: pointer;
	/* pointer on hover */
}

a.course-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Thumbnail */
.course-card .course-thumb {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.course-card .course-thumb img {
	width: 100%;
	display: block;
	border-radius: 12px 12px 0 0;
	transition: transform 0.4s ease;
}

.course-card:hover .course-thumb img {
	transform: scale(1.05);
}

/* Category Tag (if you use it later) */
.course-card .course-category {
	margin: 15px 0 8px;
	display: inline-block;
	padding: 6px 16px;
	background: #00A57D;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border-radius: 30px;
	text-transform: uppercase;
}

/* Course Info */
.course-card h5 {
	font-size: 20px;
	margin: 10px 0 12px;
	color: #111;
	font-weight: 600;
	padding: 0 10px;
}

.course-card p {
	font-size: 14px;
	color: #636363;
	margin: 0 15px 20px;
	line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
	a.course-card {
		flex: 0 1 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}

@media (max-width: 575px) {
	a.course-card {
		flex: 0 1 100%;
		max-width: 100%;
	}
}

/* ===============================
   Course Detail Section
================================= */

.course-detail-section {
	padding: 20px 0;
}

.course-info {
	padding-right: 30px;
}

.course-info h3 {
	font-size: 28px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;
}

.course-info h6 {
	font-size: 16px;
	color: #888;
	margin-bottom: 15px;
}

.course-info p {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	text-align: justify;
}

.course-thumb img {
	border-radius: 10px;
	width: 100%;
}

/* Enquiry Form Box */
.enquiry-form-box {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.enquiry-form-box h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}

.enquiry-form .form-group {
	margin-bottom: 18px;
}

.enquiry-form label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

.enquiry-form label span {
	color: red;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	transition: all 0.3s ease;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
	border-color: #00A57D;
	box-shadow: 0 0 6px rgba(246, 120, 58, 0.3);
}

.enquiry-form button {
	width: 100%;
	margin-top: 10px;
}


/* 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 {
	margin-bottom: 30px;
}

.fact-icon {
	font-size: 48px;
	color: #00A57D;
	margin-bottom: 15px;
}

.fact-text h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.fact-text p {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}



/*---------------------  	
Features Section  
-----------------------*/
.features-section {
	background: #fff;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.features-grid {
	display: flex;
	gap: 30px;
}

.feature-item {
	flex: 1;
	background: #fff;
	padding: 30px 20px;
	text-align: center;
}

.feature-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	padding: 10px;
}

.feature-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%);
}

.feature-icon i {
	font-size: 2rem;
	color: #000;
}

.feature-content h4 {
	font-size: 20px;
	color: #111111;
	margin-bottom: 10px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.feature-content p {
	font-size: 14px;
	color: #636363;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.features-grid {
		flex-direction: column;
		gap: 20px;
	}

	.feature-item {
		padding: 20px 15px;
	}

	.feature-content h4 {
		font-size: 18px;
	}
}

/*---------------------
	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
-----------------------*/

.blog-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.blog-item .blog-thumb {
	width: 230px;
	height: 170px;
	float: left;
}

.blog-item .blog-content {
	padding-left: 258px;
}

.blog-item .blog-content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.4;
}

.blog-item .blog-meta {
	margin-bottom: 15px;
}

.blog-item .blog-meta span {
	margin-right: 10px;
	font-size: 12px;
	color: #b7b7b7;
}

.blog-item .blog-meta span i {
	color: #00A57D;
	margin-right: 3px;
}

/*---------------------
	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: #020031;
	background-image: url("../img/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center 75px;
	padding: 70px 0 30px;
	/* better spacing */
}

.footer-widget {
	margin-bottom: 40px;
}

.footer-widget .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
}

.footer-widget .fw-title::after {
	content: "";
	width: 40px;
	height: 2px;
	background: #00A57D;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 2px;
}

.footer-widget p,
.footer-widget span {
	color: #b7b7b7;
	font-size: 14px;
	line-height: 1.7;
}

.footer-widget ul {
	list-style: none;
	padding-left: 0;
}

.footer-widget ul li {
	margin-bottom: 12px;
}

.footer-widget ul li a {
	display: inline-block;
	font-size: 14px;
	color: #b7b7b7;
	transition: all 0.3s ease;
}

.footer-widget ul li a:hover {
	color: #00A57D;
	padding-left: 5px;
	/* subtle hover effect */
}

.footer-widget a.read-more-btn {
	color: #00A57D;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s ease;
}

.footer-widget a.read-more-btn:hover {
	color: #fff;
	text-decoration: underline;
}

/* Contact info */
.footer-widget p {
	margin-bottom: 10px;
}

.footer-widget p a {
	color: #b7b7b7;
	transition: 0.3s ease;
}

.footer-widget p a:hover {
	color: #00A57D;
}

/* Copyright */
.footer-section .copyright {
	border-top: 1px solid #312f56;
	padding: 20px 0;
	text-align: center;
	margin-top: 30px;
}

.footer-section .copyright p {
	color: #b7b7b7;
	margin: 0;
	font-size: 13px;
}

.footer-section .copyright p b {
	color: #fff;
	font-weight: 600;
}

.footer-section .copyright p b:hover {
	color: #00A57D;
	cursor: pointer;
}

/*---------------------
	Other Pages
----------------------
======================*/

.site-breadcrumb {
	padding: 60px 0;
	color: #b7b7b7;
	font-size: 18px;
}

.site-breadcrumb a {
	color: #111111;
	text-decoration: none;
	background: transparent;
	transition: color 0.3s ease;
	/* smooth hover effect */
}

.site-breadcrumb a:hover {
	color: #00A57D;
	/* change text color on hover */
	background: transparent;
	/* no background */
}

.site-breadcrumb a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}

.site-pageination {
	list-style: none;
}

.site-pageination li {
	display: inline;
	text-align: center;
}

.site-pageination li a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	color: #636363;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 14px;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.site-pageination li a:hover,
.site-pageination li a.active {
	background: #00A57D;
	border-color: #00A57D;
	color: #fff;
}


/*---------------------
	About page
-----------------------*/

.about-section {
	padding: 60px 0;
}

.section-title h3 {
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #222;
}

.section-title p {
	font-size: 16px;
	color: #666;
	margin-bottom: 40px;
}

.about-text p {
	font-size: 15px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 18px;
}

.about-text h5 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 12px;
	color: #222;
	position: relative;
	padding-bottom: 8px;
}

.about-text h5::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background: #00A57D;
	bottom: 0;
	left: 0;
	border-radius: 2px;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	padding-left: 24px;
	position: relative;
}

.about-text .about-list li i {
	color: #00A57D;
	position: absolute;
	left: 0;
	top: 3px;
}

.about-section img {
	border-radius: 12px;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
	max-width: 100%;
}


.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: #00A57D;
	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: #00A57D;
}

.member {
	text-align: center;
}

.member h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}

.member p {
	color: #00A57D;
	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: #00A57D;
}

/* ✅ Center team members */
.team-section .row {
	justify-content: center;
}

/*---------------------
	Blog Page
-----------------------*/

.post-list {
    margin-top: 36px;
}
.post-item {
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 36px;
}
.post-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
}
.post-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #111;
}
.post-meta {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}
.post-meta span {
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
}
.post-meta i {
    color: #00a57d;
    margin-right: 6px;
}
.post-content p {
    font-size: 17px;
    color: #444444;
    line-height: 1.6;
}
.post-item .tag {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #007a55;
}


/*---------------------
    Contact page
-----------------------*/

/* Remove map section height since map is gone */
.map-section {
    position: relative;
    height: auto;
}

/* Contact Info Wrapper */
.contact-info-warp {
    width: 100%;
    background: #020031;
    text-align: left;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 40px; /* 👈 Adds visual alignment with form */
}

/* Individual Info Blocks */
.contact-info-warp .contact-info {
    margin-bottom: 30px;
}

.contact-info-warp .contact-info h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-info-warp .contact-info p {
    color: #ddd;
    margin-bottom: 0;
    font-size: 15px;
}

/* Form box improvements for better balance */
.contact-form {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

/* Form fields spacing */
.contact-form .form-group {
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .contact-info-warp {
        margin-top: 20px;
        padding: 30px 20px;
    }

    .contact-form {
        padding: 30px 20px;
    }
}


/* ================================
   Career Section Styles
================================== */

.career-section {
	padding: 90px 0;
	background-color: #ffffff;
}

.career-section .section-title {
	margin-bottom: 50px;
}

.career-section .section-title h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	color: #111;
	margin-bottom: 10px;
}

.career-section .section-title p {
	font-size: 15px;
	color: #555;
	margin: 0 auto;
	max-width: 600px;
}

/* Left text content */
.career-section .about-text h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #222;
}

.career-section .about-text p {
	font-size: 15px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 20px;
}

.career-section .about-text h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 25px 0 15px;
	color: #333;
}

.career-section .about-text ul {
	padding-left: 18px;
	margin-bottom: 20px;
}

.career-section .about-text ul li {
	font-size: 15px;
	color: #444;
	margin-bottom: 8px;
	list-style: disc;
}

.career-section .about-text a {
	color: #00A57D;
	font-weight: 600;
	text-decoration: none;
}

.career-section .about-text a:hover {
	text-decoration: underline;
}

/* Right side image */
.career-section img {
	border-radius: 10px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
	max-width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
	.career-section .about-text {
		margin-bottom: 30px;
		text-align: center;
	}

	.career-section .about-text ul {
		display: inline-block;
		text-align: left;
	}
}

/*------------------
	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: 767px) {
	.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: #00A57D;
	}

	.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;
	}
}