/* Responsive Styles */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.hero-title {
		font-size: 42px;
	}

	.hero-title span {
		font-size: 56px;
	}
	.team-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.slider-arrow {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.tc-container {
		max-width: 95%;
	}

	.tc-content {
		padding: 0 25px;
	}

	.tc-header {
		padding: 30px 15px;
	}

	.tc-header h1 {
		font-size: 28px;
	}
	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.hero-title {
		font-size: 36px;
	}

	.hero-title span {
		font-size: 48px;
	}



	.bootcamps-grid,
	.courses-grid,
	.testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.cta-wrapper {
		flex-direction: column-reverse;
	}

	.cta-image,
	.cta-content {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}

	.cta-image {
		margin-top: 30px;
	}
	.contact-info {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-overview-grid {
		flex-direction: column;
	}

	.mission-vision-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.team-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.why-us-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.partner-logo {
		flex: 0 0 calc(33.333% - 40px);
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.hero-slider{
		min-height: 470px;
	}
	.hero-main-content{
		display: block;
	}
	.header-container {
		position: relative;
	}

	.mobile-menu-toggle {
		display: block;
	}

	.main-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: white;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		padding: 20px;
		transform: scaleY(0);
		transform-origin: top;
		transition: transform 0.3s ease;
		z-index: 1000;
	}

	.main-navigation.active {
		transform: scaleY(1);
		display: block;
	}

	.main-navigation ul {
		flex-direction: column;
		padding: 0;
		margin: 0;
	}

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

	.hero-title {
		font-size: 32px;
		text-align: left;
	}

	.hero-title span {
		font-size: 42px;
	}

	.hero-subtitle {
		text-align: center;
		font-size: 16px;
	}

	.hero-content {
		margin: 0 auto;
		text-align: center;
	}

	.hero-stats {
		justify-content: center;
		display: flex;
	}


	.stat-item {
		width: 100px;
		height: 100px;
	}

	.stat-number {
		font-size: 20px;
	}



	.bootcamps-grid,
	.courses-grid,
	.testimonials-grid {
		grid-template-columns: 1fr;
	}

	.section-title {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.stat-number {
		font-size: 18px;
	}

	.stat-label {
		font-size: 12px;
	}
	.tc-header {
		padding: 25px 15px;
	}

	.tc-header h1 {
		font-size: 24px;
	}

	.tc-header p {
		font-size: 16px;
	}

	.tc-content {
		padding: 0 20px;
	}

	.tc-section h2 {
		font-size: 22px;
	}

	.tc-section h3 {
		font-size: 18px;
	}

	.tc-signature-box {
		padding: 20px;
	}
	/* 	    .contact-form-container {
	padding: 20px 15px;
} */

	.contact-form-box h3 {
		font-size: 20px;
	}

	.contact-section {
		padding: 40px 10px;
	}
	/* 	///////////////contact */
	.contact-page-wrapper {
		padding: 40px 0;
	}

	.page-title {
		font-size: 30px;
	}

	.contact-header {
		margin-bottom: 30px;
	}

	.contact-container {
		flex-direction: column;
	}

	.contact-info {
		grid-template-columns: 1fr;
	}

	.faq-question h3 {
		font-size: 16px;
	}

	.section-title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.form-group.half {
		flex: 1 1 100%;
	}
	.main-title {
		font-size: 2.5rem;
	}

	.subtitle {
		font-size: 1rem;
	}

	.server-hero-slider {
		height: 450px;
	}
	.about-hero {
		padding: 60px 0;
	}

	.about-hero h1 {
		font-size: 32px;
	}

	.about-hero-subtitle {
		font-size: 18px;
	}

	.section-header h2,
	.about-overview-content h2,
	.about-cta-content h2 {
		font-size: 28px;
	}

	.team-grid {
		grid-template-columns: 1fr;
	}

	.why-us-grid {
		grid-template-columns: 1fr;
	}

	.partner-logo {
		flex: 0 0 calc(50% - 40px);
	}
	.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;
	}
	/* 	booking from */
	.wpcf7-form {
		padding: 20px 15px;
	}

	.wpcf7-form h2 {
		font-size: 24px;
	}
	.two-columns {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.auth-actions {
		flex-direction: column;
		align-items: center;
	}

	.btn-lg {
		width: 100%;
		max-width: 250px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.container {
		padding: 0 10px;
	}
	.hero-title {
		font-size: 28px;
	}

	.hero-title span {
		font-size: 36px;
	}
	.hero-subtitle {
		text-align: left;
	}

	.hero-buttons {
		flex-direction: column;
		align-items: center;
	}

	.hero-buttons .btn {
		width: 100%;
		margin-bottom: 15px;
	}

	.hero-stats {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}

	.footer-container {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 60px 0;
	}

	.cta-section {
		padding: 50px 0;
	}

	.cta-title {
		font-size: 28px;
	}

	.cta-heading {
		font-size: 16px;
	}
	.main-title {
		font-size: 2rem;
	}

	.server-hero-slider {
		min-height: 500px;
	}
	.partner-logo {
		flex: 0 0 calc(100% - 40px);
	}

	.about-overview-content h2:after {
		left: 50%;
		transform: translateX(-50%);
	}

	.about-overview-content {
		text-align: center;
	}

	.btn-lg {
		padding: 12px 30px;
		font-size: 16px;
	}
	.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%;
	}
	.form-row{
		gap: 0px;
	}
	.form-wrapper h2 {
		text-align: center;
	}
	.form-wrapper p {
		text-align: center;
	}
	.wpcf7 input[type="text"], .wpcf7-form .wpcf7-text, .wpcf7 input[type="email"]{
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 480px) {
	.payment-btn {
		font-size: 12px !important;
	}
	/* 	booking from */
	.wpcf7-form {
		padding: 10px;
	}
	.container {
		padding: 0 10px;
	}

	.hero-overlay {
		padding: 30px 0;
	}

	.hero-title {
		font-size: 24px;
		line-height: 1.3;
	}

	.hero-title span {
		font-size: 32px;
	}

	.hero-subtitle {
		font-size: 13px;
		margin-bottom: 20px;
	}


	.stat-item {
		width: 80px;
		height: 80px;
	}

	.stat-icon {
		width: 30px;
		height: 30px;
		margin-bottom: 5px;
	}

	.stat-icon .icon {
		width: 20px;
		height: 20px;
	}

	.stat-number {
		font-size: 14px;
	}

	.stat-label {
		font-size: 10px;
	}


	.slider-nav {
		bottom: 15px;
		gap: 10px;
	}

	.nav-dot {
		width: 8px;
		height: 8px;
	}


	.main-navigation a {
		font-size: 14px;
	}
	.hero-slider {
		min-height: 450px;
	}
	.btn-icon {
		display: block;
		align-items: center;
	}
	.hero-stats {
		margin-top: 5px;
	}
	.tc-container {
		max-width: 100%;
		border-radius: 0;
	}

	.tc-wrapper {
		padding: 0;
	}

	.tc-header {
		padding: 20px 10px;
	}

	.tc-header h1 {
		font-size: 22px;
	}

	.tc-content {
		padding: 0 15px;
	}

	.tc-section {
		margin-bottom: 30px;
	}

	.tc-section h2 {
		font-size: 20px;
		padding-bottom: 8px;
	}

	.tc-section h3 {
		font-size: 17px;
	}

	.tc-section p, .tc-section li {
		font-size: 15px;
	}

	.tc-important-note {
		padding: 12px 15px;
	}

	.tc-signature-box {
		padding: 15px;
	}
	.info-card {
		padding: 20px;
	}

	.info-icon {
		width: 40px;
		height: 40px;
	}

	.info-icon i {
		font-size: 16px;
	}

	.form-wrapper {
		padding: 5px;
	}

	.faq-question {
		padding: 15px;
	}

	.faq-item.active .faq-answer {
		padding: 0 15px 15px;
	}
	/* 	booking from */
	.wpcf7-form {
		padding: 15px;
	}

	.wpcf7-form h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.wpcf7-form label {
		/*         margin-bottom: 15px; */
		font-size: 14px;
	}

	.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 {
		padding: 10px;
		font-size: 14px;
	}

	/* 	.wpcf7-form input[type="submit"] {
	padding: 12px 15px;
	font-size: 14px;
} */
	.auth-benefits {
		padding: 20px 15px;
	}

	.auth-icon {
		font-size: 2.5rem;
	}
}
@media only screen and (max-width: 380px) {
	.hero-slider {
		min-height: 510px;
	}
	.hero-stats{
		gap: 0px;
	}
	.payment-btn {
		font-size: 8px !important ;
	}
}