/*
Theme Name: DevOps Cloud Master
Theme URI: https://example.com/devops-cloud-master
Author: Amit Kumar Mishra
Author URI: https://example.com
Description: A custom WordPress theme for DevOps & Cloud learning platform 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devops-cloud-master
Tags: devops, cloud, education, e-learning
*/

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
.ui-datepicker .ui-datepicker-next:before {
	display: none !important;
}
/* booking form */
.two-columnss p {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

.two-columnss p label {
	flex: 1;
}
.payment-methods h3{
	text-align: left;
}
.pay-div{
	display:flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.payment-options{
	width: 500px;
}
.payment-options p {
	gap: 10px;
	border: 2px solid #ccc;
	background-color: #fff;
	padding: 15px;
	margin-top: 10px;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	transition: border-color 0.3s, background 0.3s;
}
.payment-options:hover {
	border-color: #007bff;
	background: #e8f0fe;
}
.payment-icon {
	font-size: 20px;
}
.booking-summary {
	border: 2px solid #007cba;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 20px;
	border-radius: 8px;
	margin: 20px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.booking-summary h4 {
	color: #007cba;
	margin: 0 0 10px 0;
}

.payment-btn {
	background: #28a745 !important;
	color: white !important;
	padding: 12px 30px ;
	font-size: 16px ;
	border-radius: 5px !important;
	border: none !important;
	cursor: pointer !important;
	transition: background 0.3s !important;
}

.payment-btn:hover {
	background: #218838 !important;
}

.terms-checkboxx p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}

@media (max-width: 768px) {
	.two-columnss p {
		flex-direction: column;
		gap: 10px;
	}
}
@media (max-width: 480px) {
	.payment-methods h3{
		font-size: 16px !important;
	}
	.pay-div{
		flex-wrap: wrap;
	}
	.payment-options p{
		padding: 5px 15px;
	}

}
/* =================================== */
.terms-checkbox input[type="checkbox"] {
	margin-top: 10px;
	margin-right: 8px;
	vertical-align: middle;
	transform: scale(1.2); /* Make checkbox slightly larger */
	cursor: pointer;
}

/* Reset CSS */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #333;
	line-height: 1.6;
	overflow-x: hidden;
}
::selection {
	background:  #F7931D;
	color: #000; 
}

a {
	text-decoration: none;
	color: #0d6efd;
	transition: all 0.3s ease;
}

a:hover {
	color: #0a58ca;
}
.terms-checkbox a {
	color: #ff7900;
	font-weight: 600;
}
.terms-checkbox a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.hero-main-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* Header Styles */
.site-header {
	padding: 20px 0;
	background-color: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.site-logo {
	font-size: 24px;
	font-weight: 700;
	width: 220px;
}

.site-logo a {
	color: #333;
}
nav.main-navigation {
	display: flex;
	align-items: center;
}

.main-navigation ul {
	display: flex;
	list-style: none;
}

.main-navigation li {
	margin-left: 30px;
}

.main-navigation a {
	color: #333;
	font-weight: 500;
}

.main-navigation a:hover {
	color: #F7931D;
}

.main-navigation .auth-links {
	display: flex;
	gap: 10px;
	margin-left: 30px;
	align-items: center;
}
.main-navigation .auth-links .profile-btn {
	background-color: transparent;
	color: white;
	background-image: linear-gradient(180deg, #F7931D 0%, #F7931D 100%);
	display: inline-block;
	padding: 12px 24px;
	border-radius: 50px;
	font-weight: 500;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.main-navigation .auth-links .profile-btn:hover {
	background-color: transparent;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(247, 147, 29, 0.4);
}

.main-navigation .profile-initials {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-image: linear-gradient(180deg, #F7931D 0%, #F7931D 100%);
	color: #fff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.main-navigation .profile-initials:hover {
	color: #fff;
}

/* Hero Section */
.hero-slider {
	position: relative;
	min-height: 400px;
	overflow: hidden;
}

.hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-slide.active {
	opacity: 1;
}

.hero-slide:nth-child(1) {
	background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
}

.hero-slide:nth-child(2) {
	background: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.hero-slide:nth-child(3) {
	background: linear-gradient(120deg, #4facfe 0%, #00f2fe 100%);
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 80px 0;
}

.hero-content {
	max-width: 1000px;
	position: relative;
	z-index: 2;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease 0.3s;
	text-align: left;
}

.hero-slide.active .hero-content {
	opacity: 1;
	transform: translateY(0);
}

.hero-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.2;
	color: #fff;
}

.hero-title span {
	display: block;
	font-size: 64px;
	color: #F7931D;
}

.hero-subtitle {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
/* .hero-stats {
display: flex;
gap: 30px;
} */
.btn-icon{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.stat-item {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	margin: 10px;
}

.stat-item:hover {
	transform: translateY(-5px);
}

.stat-item-main .stat-icon {
	width: 40px;
	height: 20px;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stat-icon .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.stat-number {
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

.stat-label {
	font-size: 14px;
	color: #666;
}

/* Buttons */
.btn {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 50px;
	font-weight: 500;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-primary {
	background-color: transparent;
	color: white;
	background-image: linear-gradient(180deg, #F7931D 0%, #F7931D 100%);
}

.btn-primary:hover {
	background-color: transparent;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(247, 147, 29, 0.4);
}

/* Slider Navigation */
.slider-nav {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 15px;
	z-index: 10;
}

.nav-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s ease;
}

.nav-dot.active {
	background-color: #F7931D;
	transform: scale(1.2);
}

/* Slider Arrows */
.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.2);
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 20px;
	transition: all 0.3s ease;
}

.slider-arrow:hover {
	background-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
	left: 30px;
}

.slider-arrow.next {
	right: 30px;
}
/* Section Styles */
.section {
	padding: 20px 0;
}

.section-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}

/* Bootcamps Section */
.bootcamps-section {
	position: relative;
	padding: 80px 0;
	background-color: #f7f8ff;
}

.bootcamps-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}

.bootcamp-card {
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
	border: 1px solid #d1d2e0;
	display: flex;
	flex-direction: column;
	height: 100%; 
}

.bootcamp-card:hover {
	transform: translateY(-5px);
}

.bootcamp-image {
	height: 200px;
	background-size: cover;
	background-position: center;
}

.bootcamp-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1; 
	justify-content: space-between;
}

.bootcamp-tag {
	display: inline-block;
	padding: 5px 10px;
	background-color: #4caf50;
	color: white;
	border-radius: 20px;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
}

.bootcamp-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.bootcamp-description {
	color: #595c73;
	font-size: 14px;
	margin-bottom: 5px;
}

.bootcamp-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eee;
	padding-top: 15px;
}
.bootcamp-footer .btn{
	border-radius: 5px;
}
.bootcamp-price-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #007cba;
	color: white;
	padding: 5px 12px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 14px;
	z-index: 2;
}

.bootcamp-price {
	margin: 15px 0;
	padding: 10px;
/* 	background: #f8f9fa; */
/* 	border-radius: 5px; */
/* 	border-left: 4px solid #007cba; */
}

.price-label {
	font-weight: 600;
	color: #666;
	margin-right: 8px;
}

.price-amount {
	font-size: 18px;
	font-weight: bold;
	color:#2a2b3f;
}

/* Courses Section */
.courses-section {
	padding: 20px 0 !important;
	background-color: #fff !important;
}

.courses-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}

.course-card {
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.course-card:hover {
	transform: translateY(-5px);
}

.course-image {
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.course-instructor {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid white;
	overflow: hidden;
}

.course-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1; 
	justify-content: space-between;
}

.course-tag {
	display: inline-block;
	padding: 5px 10px;
	background-color: #4caf50;
	color: white;
	border-radius: 20px;
	font-size: 12px;
	margin-bottom: 10px;
	width: fit-content;
}
.course-tag-offer{
	display: inline-block;
	padding: 5px 10px;
	background-color: #eb2323;
	color: white;
	border-radius: 20px;
	font-size: 12px;
	margin-bottom: 10px;
	width: fit-content;
}
.course-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.3;
}

.course-description {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.course-rating {
	color: #ffc107;
	margin-bottom: 10px;
}

/* Testimonials Section */
.testimonials-section {
	padding: 80px 0;
	position: relative;
}

.testimonials-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.testimonials-title h2 {
	margin-right: 15px;
	font-size: 36px;
	font-weight: 700;
}

.testimonials-icon {
	font-size: 24px;
	color: #0d6efd;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}

.testimonial-card {
	background-color: white;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.testimonial-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}

.testimonial-info h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.testimonial-info span {
	font-size: 14px;
	color: #666;
}

.testimonial-verify {
	color: #0d6efd;
	margin-left: auto;
	font-size: 16px;
}

.testimonial-content {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.testimonial-footer a {
	font-size: 14px;
	font-weight: 500;
}

/* Call to Action Section */
.cta-section {
	padding: 80px 0;
	background: #ffffff;
	position: relative;
}

.cta-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cta-content {
	flex: 0 0 55%;
	max-width: 55%;
	padding-left: 20px;
}
.cta-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.cta-title {
	font-size: 32px;
	font-weight: 700;
	color: #0e64af;
	margin-bottom: 15px;
	line-height: 1.2;
}
.cta-heading {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 20px;
	line-height: 1.5;
}
.cta-subtitle {
	margin: 4px 0;
	font-size: 16px;
	color: #555555;
	line-height: 1.6;
}
.cta-image {
	flex: 0 0 45%;
	max-width: 45%;
	border-radius: 8px;
	overflow: hidden;
}
.cta-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
.btn.btn-primary.cat-btn {
	display: inline-block;
	background-color: #f5910f;
	color: white;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 25px;
	border-radius: 4px;
	text-decoration: none;
	margin-top: 25px;
	letter-spacing: 0.5px;
	border: none;
	transition: background-color 0.3s ease;
}
.btn.btn-primary.cat-btn:hover {
	background-color: #e08000;
}

/* Footer */
.site-footer {
	padding: 60px 0 30px;
	background-color: #fffaf6;
}

.footer-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.footer-column h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}

.footer-column h3::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 2px;
	background-color:  #F7931D;
}

.footer-column .widget_nav_menu ul.menu {
	list-style: none;
}
.footer-column .widget_nav_menu ul.menu li {
	margin-bottom: 10px;
}

.footer-links {
	list-style: none;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a, .footer-column .widget_nav_menu ul.menu li a {
	color: #000;
	transition: color 0.3s ease;
}

.footer-links a:hover, .footer-column .widget_nav_menu ul.menu li a:hover {
	color: #F7931D;
}

.footer-bottom {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid rgb(0 0 0 / 10%);
	text-align: center;
	font-size: 14px;
	color: #000;
}

.social-icons {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.social-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #e3dfda;
	color: #F7931D;
	transition: all 0.3s ease;
}

.social-icons a:hover {
	background-color:#0072bb;
	color: #fff;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
	display: none;
	cursor: pointer;
	font-size: 24px;
	color: #333;
}

/* Add this if missing in your existing CSS */
.sub-menu {
	display: none;
	padding-left: 15px;
	margin-top: 10px;
}

.submenu-toggle {
	cursor: pointer;
	margin-left: 5px;
	display: inline-block;
	padding: 0 5px;
}

/* For floating decorations */
.decoration {
	position: absolute;
	z-index: 1;
}

.decoration.rocket {
	animation: float 6s ease-in-out infinite;
}

.decoration.cloud {
	animation: float 8s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}




/**
* Terms and Conditions Stylesheet
* This stylesheet provides responsive styling for the Terms and Conditions page
*/

/* Variables */
:root {
	--tc-primary-color: #ed7c31;
	--tc-secondary-color: #f5f5f5;
	--tc-accent-color: #00cc99;
	--tc-text-color: #333;
	--tc-light-text: #666;
	--tc-border-color: #ddd;
	--tc-note-bg: #fffbea;
	--tc-note-border: #f0c000;
	--tc-toc-bg: #f8f9fa;
	--tc-toc-highlight: #edf2f7;
	--tc-toc-link: #3498db;
	--tc-toc-hover: #2980b9;
}

/* Main Container */
.tc-wrapper {
	width: 100%;
	padding: 20px 0;
	background-color: #f9f9f9;
}

.tc-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	overflow: hidden;
}

/* Header */
.tc-header {
	text-align: center;
	padding: 40px 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--tc-border-color);
	background-color: var(--tc-secondary-color);
}
.tc-header:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: var(--tc-primary-color);
}
.tc-header h1 {
	color: var(--tc-primary-color);
	margin: 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}

.tc-header p {
	color: var(--tc-light-text);
	font-size: 18px;
	margin: 10px 0 0;
}
/* Table of Contents */

.tc-toc {
	margin: 0 30px 50px;
	background-color: var(--tc-toc-bg);
	border-radius: 12px;
	padding: 25px;
	border: 1px solid #eaeaea;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
	position: relative;
}

.tc-toc-container {
	position: relative;
}

.tc-toc-title {
	font-size: 22px;
	margin-bottom: 20px;
	color: var(--tc-primary-color);
	padding-bottom: 12px;
	border-bottom: 2px solid #eaeaea;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.tc-toc-title:before {
	content: '📋';
	margin-right: 10px;
	font-size: 22px;
}

.tc-toc-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 15px;
}

.tc-toc-list li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.tc-toc-list li:before {
	content: '→';
	position: absolute;
	left: 0;
	color: var(--tc-primary-color);
}

.tc-toc-list a {
	color: var(--tc-toc-link);
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 6px 10px;
	border-radius: 6px;
	display: inline-block;
	font-weight: 500;
	position: relative;
	line-height: 1.4;
	overflow: hidden;
}

.tc-toc-list a:hover {
	color: var(--tc-toc-hover);
	background-color: var(--tc-toc-highlight);
	transform: translateX(3px);
}

/* Content Area */
.tc-content {
	padding: 0 30px;
}

/* Sections */
.tc-section {
	margin-bottom: 40px;
	line-height: 1.6;
}

.tc-section h2 {
	color: var(--tc-primary-color);
	border-bottom: 2px solid var(--tc-accent-color);
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 600;
}

.tc-section h3 {
	color: var(--tc-primary-color);
	margin-top: 25px;
	font-size: 20px;
	font-weight: 500;
}

.tc-section p {
	margin-bottom: 15px;
	font-size: 16px;
	color: var(--tc-text-color);
}

.tc-section ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.tc-section li {
	margin-bottom: 10px;
	line-height: 1.5;
}

/* Important Notes */
.tc-important-note {
	background-color: var(--tc-note-bg);
	border-left: 4px solid var(--tc-note-border);
	padding: 15px 20px;
	margin: 20px 0;
	border-radius: 0 4px 4px 0;
}

.tc-important-note p {
	margin: 0;
}

/* Dividers */
.tc-divider {
	height: 1px;
	background-color: var(--tc-border-color);
	margin: 40px 0;
}

/* Signature Section */
.tc-signature-section {
	margin-top: 60px;
	padding: 30px 0;
	border-top: 1px solid var(--tc-border-color);
}

.tc-signature-box {
	border: 1px dashed var(--tc-border-color);
	padding: 30px;
	margin-top: 30px;
	text-align: center;
	background-color: #fbfbfb;
	border-radius: 4px;
}

.tc-signature-box p {
	margin: 15px 0;
	font-size: 16px;
}
.tc-signature-box h3 {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	color: var(--tc-primary-color);
	width: 100%;
}

.tc-signature-box h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 2px;
	background-color: var(--tc-primary-color);
}
/* service */
/* Hero Section Styles */
/* Hero Slider Styles */
.server-hero-slider {
	position: relative;
	overflow: hidden;
	height: 436px;
}

.slider-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #2c3e50 0%, #1e5799 100%);
	color: #ffffff;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-slide.active {
	opacity: 1;
	z-index: 2;
}

/* Add a subtle pattern overlay to all slides */
.hero-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
	z-index: -1;
}

.hero-slide::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9'%3E%3C/path%3E%3Cpolyline points='13 11 9 17 15 17 11 23'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: space;
	opacity: 0.05;
	z-index: -1;
	animation: float 6s ease-in-out infinite;
}

.slide-content {
	max-width: 1000px;
	padding: 0 20px;
	position: relative;
	z-index: 3;
}

.main-title {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	letter-spacing: -0.5px;
}

.subtitle {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 2rem;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.9;
}

.slide-indicators {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 10px;
	z-index: 10;
}

.indicator {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
}

.indicator.active {
	background-color: #ffffff;
	transform: scale(1.2);
}

/* Hero slide variations - optional styles for different slides */
.hero-slide:nth-child(2) {
	background: linear-gradient(135deg, #1a2c38 0%, #2c80b9 100%);
}

.hero-slide:nth-child(3) {
	background: linear-gradient(135deg, #2c3e50 0%, #4a69bd 100%);
}

/* Animation for floating elements */
@keyframes float {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
	100% { transform: translateY(0px); }
}


.service-title-contact{
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	color: var(--tc-primary-color);
	width: 100%;
}
.service-title-contact:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 2px;
	background-color: var(--tc-primary-color);
}
/* Responsive CSS for Contact Form 7 - Weekend Class Booking Form */
/* Main form container */
.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.two-columns label {
	width: 100%;
	display: block;
}

.wpcf7-form {
	max-width: 800px;
	margin: 0 auto;
	padding: 25px;
	border-radius: 8px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	transition: all 0.3s ease;
}

/* Form title styling */
.wpcf7-form h2 {
	text-align: center;
	color: #333;
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 1.3;
}

/* Form grid layout for desktop */
.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

/* Full width items */
.form-full-width {
	grid-column: 1 / -1;
}

/* Label styling */
.wpcf7-form label {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	color: #444;
	font-weight: 500;
	font-size: 16px;
}

/* Input fields styling - ensures all inputs have equal width */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 15px;
	margin-top: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	font-size: 16px;
	transition: border-color 0.3s, box-shadow 0.3s;
	-webkit-appearance: none; /* Removes default styling on iOS */
}

/* Input focus effects */
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	outline: none;
	border-color: #4a90e2;
	box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
}

/* Textarea height */
.wpcf7-form textarea {
	height: 120px;
	resize: vertical;
}

/* Submit button styling */
.wpcf7-form input[type="submit"] {
	width: 100%;
	background-color: #4a90e2;
	color: white;
	border: none;
	padding: 14px 20px;
	margin-top: 15px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	-webkit-appearance: none; 
	box-sizing: border-box;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #3a7bc8;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.wpcf7-form input[type="submit"]:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Disabled button state */
.wpcf7-form input[type="submit"]:disabled {
	background-color: #cccccc;
	cursor: not-allowed;
	opacity: 0.7;
}

/* Placeholder styling */
.wpcf7-form ::placeholder {
	color: #aaa;
	opacity: 1;
}

/* Error messages */
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px 15px;
	border-radius: 4px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
}

/* Success message */
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background-color: rgba(70, 180, 80, 0.1);
	color: #2e7d32;
}

/* Error message */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
	border-color: #dc3232;
	background-color: rgba(220, 50, 50, 0.1);
	color: #c62828;
}

/* Custom styling for date field */
.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0.7;
	cursor: pointer;
}

/* Required field indicator */
.wpcf7-form .required {
	color: #dc3232;
}

/* Add spacing between form sections */
.wpcf7-form .form-section {
	margin-bottom: 30px;
}

/* Conditional field styling */
.conditional-field {
	display: none;
	transition: all 0.3s ease;
}

.conditional-field.active {
	display: block;
	animation: fadeIn 0.5s;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Terms checkbox styling */
.terms-checkbox {
	margin: 20px 0;
	display: flex;
	align-items: flex-start;
}

.terms-checkbox .wpcf7-list-item {
	margin: 0;
}

.terms-checkbox input[type="checkbox"] {
	margin-right: 10px;
	min-width: 18px;
	height: 18px;
}

.terms-checkbox .wpcf7-list-item-label {
	font-size: 14px;
	line-height: 1.4;
}

/* Custom select dropdown styling */
.wpcf7-form select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 16px;
	padding-right: 40px; /* Space for the arrow */
}

/* Custom loading indicator for form submission */
.submitting .ajax-loader {
	width: 20px;
	height: 20px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	animation: spinner 1s infinite linear;
}

@keyframes spinner {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Highlight effect for the active field */
.wpcf7-form input:focus + .focus-border,
.wpcf7-form select:focus + .focus-border,
.wpcf7-form textarea:focus + .focus-border {
	transform: scaleX(1);
	opacity: 1;
}
.auth-required-notice {
	text-align: center;
	padding: 20px;
}

.auth-notice-content {
	max-width: 500px;
	margin: 0 auto;
}

.auth-icon {
	font-size: 3rem;
	margin-bottom: 20px;
}

.auth-required-notice h3 {
	color: #333;
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.auth-required-notice > p {
	color: #666;
	margin-bottom: 30px;
	font-size: 1.1rem;
}

.auth-benefits {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 10px;
	margin: 30px 0;
	text-align: left;
}

.auth-benefits h4 {
	color: #333;
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.2rem;
}

.auth-benefits ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.auth-benefits li {
	padding: 8px 0;
	color: #555;
	font-size: 0.95rem;
}

.auth-actions {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin: 30px 0;
	flex-wrap: wrap;
}
.btn-outline {
	background: transparent;
	color: #007cba;
	border: 2px solid #007cba;
}

.btn-outline:hover {
	background: #007cba;
	color: white;
	text-decoration: none;
	transform: translateY(-2px);
}

.auth-note {
	margin-top: 20px;
	color: #666;
	font-style: italic;
}

/* Contact Section Styling */
.contact-section {
	padding: 60px 20px;
	background-color: #ffffff;
}

.contact-form-container {
	text-align: center;
	background: #ffffff;
	border-radius: 10px;
}

.contact-form-box {
	margin-top: 20px;
	border-radius: 8px;
}

.contact-form-container h2,
.contact-form-box h3 {
	font-weight: 700;
	font-size: 24px;
}

.contact-form-container p {
	font-size: 16px;
	color: #333;
}

/* Form Inputs Styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	padding: 12px 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
	font-family: inherit;
	box-sizing: border-box;
}

/* Button Style */
.wpcf7 input[type="submit"],
.devops-btn {
	background-color: #ff7900;
	color: #fff;
	border: none;
	padding: 12px 25px;
	font-size: 16px;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.devops-btn:hover {
	background-color: #e66800;
}

/* Contact Page Styles */
.contact-page-wrapper {
	padding: 60px 0;
}

.contact-header {
	text-align: center;
	margin-bottom: 50px;
}

.page-title {
	margin-bottom: 20px;
	color: #333;
	font-size: 36px;
	font-weight: 700;
}

.contact-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 60px;
}
.form-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.form-group.half {
	flex: 1 1 48%;
}
.contact-info {
	flex: 1;
	min-width: 300px;
}

.info-card {
	background-color: #f8f9fa;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: flex-start;
	transition: all 0.3s ease;
}

.info-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.info-icon {
	margin-right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ff7900;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.info-icon i {
	color: #fff;
	font-size: 20px;
}

.info-content h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
}

.info-content p {
	margin: 0;
	color: #666;
}

.info-content a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s ease;
}

.info-content a:hover {
	color: #0072bb;
}

.contact-form {
	flex: 1;
	min-width: 60%;
}

.form-wrapper {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-wrapper h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	color: #333;
}

.form-wrapper p {
	margin-bottom: 20px;
	color: #666;
}

/* Contact Form 7 Contact page Styling */
.wpcf7-form label {
	font-weight: 500;
	color: #333;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	transition: border-color 0.3s ease;
}

.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-textarea:focus {
	border-color: #0072bb;
	outline: none;
}

.wpcf7-form .wpcf7-textarea {
	height: 150px;
	resize: vertical;
}

.wpcf7-form .wpcf7-submit {
	background-color: #0072bb;
	color: #fff;
	border: none;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.wpcf7-form .wpcf7-submit:hover {
	background-color: #005b94;
}

.wpcf7-not-valid-tip {
	color: #e74c3c;
	font-size: 14px;
	margin-top: -15px;
	margin-bottom: 15px;
}

.wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 12px 15px !important;
	border-radius: 5px;
	font-size: 14px;
}

.cf7-notice {
	background-color: #ffecb3;
	padding: 15px;
	border-radius: 5px;
	color: #6b5900;
}

/* Map Section */
.map-section {
	margin-bottom: 60px;
}

.map-container {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* FAQ Section */
.faq-section {
	margin-bottom: 60px;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 32px;
	color: #333;
}

.faq-container {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 15px;
	background-color: #fff;
}

.faq-question {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.faq-question h3 {
	margin: 0;
	font-size: 18px;
	color: #333;
}

.toggle-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.faq-item.active .toggle-icon {
	transform: rotate(45deg);
}

.faq-answer {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
	padding: 0 20px 20px;
	max-height: 500px;
}
/* ///////////about */
/* About Page Styles */

/* Hero Section */
.about-hero {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/about-hero-bg.jpg');
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 50px 0;
	text-align: center;
	margin-bottom: 60px;
}

.about-hero-content {
	max-width: 1000px;
	margin: 0 auto;
}

.about-hero h1 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.about-hero-subtitle {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 30px;
}

/* Company Overview Section */
.about-overview {
	padding: 60px 0;
}

.about-overview-grid {
	display: flex;
	align-items: center;
	gap: 50px;
}

.about-overview-content {
	flex: 1;
}

.about-overview-content h2 {
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px;
}

.about-overview-content h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background-color: #F7931D;
}

.about-overview-content p {
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	margin-bottom: 20px;
}

.about-overview-image {
	flex: 1;
	position: relative;
}

.about-feature-image {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Mission & Vision Section */
.about-mission-vision {
	background-color: #f8f9fa;
	padding: 80px 0;
}

.mission-vision-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.mission-box,
.vision-box,
.values-box {
	background-color: #fff;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-box:hover,
.vision-box:hover,
.values-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.icon-box {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #F7931D;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.icon-box i {
	font-size: 28px;
	color: #fff;
}

.mission-box h3,
.vision-box h3,
.values-box h3 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #333;
}

.mission-box p,
.vision-box p,
.values-box p {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
}

/* Team Section */
.about-team {
	padding: 80px 0;
}

.section-header {
	margin-bottom: 50px;
}

.section-header h2 {
	font-size: 32px;
	color: #333;
	margin-bottom: 15px;
}

.section-header p {
	font-size: 16px;
	color: #666;
	max-width: 1000px;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.team-member {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

.team-member:hover {
	transform: translateY(-10px);
}

.team-image {
	position: relative;
	overflow: hidden;
}

.team-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}

.team-member:hover .team-image img {
	transform: scale(1.1);
}

.team-social {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	background: #F7931D;
	padding: 15px 0;
	transition: bottom 0.3s ease;
}

.team-member:hover .team-social {
	bottom: 0;
}

.team-social a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	color: #F7931D;
	transition: all 0.3s ease;
}

.team-social a:hover {
	background: #f8f9fa;
	color: #005b94;
}

.team-info {
	padding: 20px;
	text-align: center;
}

.team-info h3 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #333;
}

.team-position {
	font-size: 14px;
	color: #F7931D;
	margin-bottom: 10px;
	font-weight: 600;
}

.team-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

/* Why Choose Us Section */
.about-why-us {
	background-color: #f8f9fa;
	padding: 80px 0;
}

.why-us-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.why-us-item {
	background-color: #fff;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

.why-us-item:hover {
	transform: translateY(-10px);
}

.why-us-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #faf6e6;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.why-us-icon i {
	font-size: 24px;
	color: #F7931D;
}

.why-us-item h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #333;
}

.why-us-item p {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}

/* Partners Section */
.about-partners {
	padding: 80px 0;
}

.partners-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-top: 50px;
}

.partner-logo {
	flex: 0 0 calc(16.666% - 40px);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
	transition: all 0.3s ease;
}

.partner-logo:hover {
	filter: grayscale(0);
	opacity: 1;
}

.partner-logo img {
	max-width: 100%;
	height: auto;
}

/* CTA Section */
.about-cta {
	background: linear-gradient(rgba(0, 114, 187, 0.9), rgba(0, 114, 187, 0.9));
	padding: 80px 0;
	color: #fff;
}

.about-cta-content h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

.about-cta-content p {
	font-size: 18px;
	margin-bottom: 30px;
	max-width: 894px;
	margin-left: auto;
	margin-right: auto;
}


/* Blog Page Styles */

/* Main Blog Container */


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

/* Page Header */
.page-header {
	margin-bottom: 40px;
	text-align: center;
}

.page-title {
	font-size: 32px;
	margin-bottom: 20px;
	color: #333;
	font-weight: 700;
}

.breadcrumbs {
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
}

.breadcrumbs a {
	color: #0056b3;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/* Blog Filters */
.blog-filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding: 15px;
	background-color: #f5f8fa;
	border-radius: 6px;
}

.search-form-container {
	flex: 1;
	max-width: 400px;
}

.search-form {
	display: flex;
	position: relative;
}

.search-field {
	width: 100%;
	padding: 10px 40px 10px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
}

.search-submit {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #666;
	cursor: pointer;
}

.category-filter {
	margin-left: 20px;
}

#category-select {
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	background-color: #fff;
	cursor: pointer;
}

/* Blog Content Layout */
.blog-content {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.posts-container {
	flex: 1;
	min-width: 0; /* Fix for flexbox overflow in some browsers */
}

.blog-sidebar {
	width: 300px;
	flex-shrink: 0;
}

/* Posts Grid */
.posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 50px;
}

/* Blog Card */
.blog-card {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background-color: #fff;
	height: 100%;
}

.blog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.post-thumbnail {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.blog-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.blog-card:hover .blog-thumbnail {
	transform: scale(1.05);
}

.post-categories {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}

.post-categories a {
	display: inline-block;
	padding: 5px 10px;
	background-color: #0056b3;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: none;
}

.post-content {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.entry-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.entry-title a:hover {
	color: #0056b3;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 12px;
	color: #777;
	margin-bottom: 15px;
}

.entry-meta i {
	margin-right: 5px;
}

.entry-summary {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 15px;
}

.read-more {
	margin-top: auto;
}

.read-more-link {
	display: inline-flex;
	align-items: center;
	color: #0056b3;
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
}

.read-more-link i {
	margin-left: 5px;
	transition: transform 0.3s ease;
}

.read-more-link:hover i {
	transform: translateX(3px);
}

/* Pagination */
.pagination {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 3px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.pagination .page-numbers.current {
	background-color: #0056b3;
	color: white;
	border-color: #0056b3;
}

.pagination .page-numbers:hover:not(.current) {
	background-color: #f5f5f5;
}

/* No Results */
.no-results {
	text-align: center;
	padding: 50px 20px;
	background-color: #f9f9f9;
	border-radius: 8px;
}

.no-results h2 {
	color: #333;
	margin-bottom: 15px;
}

.no-results p {
	color: #666;
}

/* Newsletter Section */
.newsletter-section {
	margin-top: 60px;
	padding: 40px 0;
	background-color: #f5f8fa;
	border-radius: 8px;
}

.newsletter-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

.newsletter-content {
	flex: 1;
	min-width: 300px;
	margin-bottom: 20px;
}

.newsletter-content h3 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #333;
}

.newsletter-content p {
	color: #666;
	margin-bottom: 0;
}

.newsletter-form {
	flex: 1;
	min-width: 300px;
}

.newsletter-form-container {
	display: flex;
	max-width: 400px;
	margin-left: auto;
}

.newsletter-form-container input[type="email"] {
	flex: 1;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px 0 0 4px;
	font-size: 14px;
}

.newsletter-form-container button {
	padding: 12px 20px;
	background-color: #0056b3;
	color: white;
	border: none;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.newsletter-form-container button:hover {
	background-color: #004494;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.blog-content {
		flex-direction: column;
	}

	.blog-sidebar {
		width: 100%;
		margin-top: 40px;
	}

	.blog-filters {
		flex-direction: column;
		gap: 15px;
	}

	.search-form-container {
		max-width: 100%;
	}

	.category-filter {
		margin-left: 0;
		width: 100%;
	}

	#category-select {
		width: 100%;
	}

	.newsletter-container {
		flex-direction: column;
		text-align: center;
	}

	.newsletter-form-container {
		margin: 0 auto;
	}
}

@media screen and (max-width: 576px) {
	.posts-grid {
		grid-template-columns: 1fr;
	}

	.entry-meta {
		flex-direction: column;
		gap: 10px;
	}

	.pagination .page-numbers {
		padding: 6px 10px;
		margin: 0 2px;
	}

	.newsletter-form-container {
		flex-direction: column;
	}

	.newsletter-form-container input[type="email"] {
		border-radius: 4px;
		margin-bottom: 10px;
	}

	.newsletter-form-container button {
		border-radius: 4px;
		width: 100%;
	}
}
.page-subtitle {
	font-size: 1.2rem;
	color: #666;
	margin-top: -10px;
	margin-bottom: 20px;
	font-weight: normal;
}