@media only screen and (max-width: 1920px) and (min-width: 1500px) {
	.container {
		max-width: 1535px;
	}
}

@media only screen and (max-width: 1600px) {
	.main-slider {
		height: 620px;
	}
}

@media only screen and (max-width: 1445px) {
	.main-slider {
		height: 580px;
	}

	.navbar-nav {
		gap: 2rem;
	}
}

@media only screen and (max-width: 1366px) {
	html {
		font-size: 15px;
	}
}

/* ============================================================
   1199px — Small desktops / large tablets (landscape)
   ============================================================ */
@media (max-width: 1199.98px) {
	html {
		font-size: 14px;
	}

	/* Sections side margins reduced */
	.main-slider {
		margin: 0 2rem;
		height: 540px;
	}

	.services-sec {
		margin: 0 2rem;
	}

	.contact-sec {
		margin: 0 2rem;
	}

	footer {
		margin: 0 2rem 2rem 2rem;
	}

	.inner-banner {
		margin: 0 2rem;
		height: 440px;
	}

	.market-sec {
		margin: 0 2rem;
	}

	.process-section {
		margin: 0 2rem;
		width: auto;
	}

	.offer-page {
		margin: 2rem 2rem 0 2rem;
	}

	.contact-page {
		margin: 2rem 2rem 2rem 2rem;
	}

	.curriculum-section {
		margin: 0 2rem 2rem;
	}

	/* Navbar */
	.navbar-nav {
		gap: 1.5rem;
	}

	.form-inline .themeBtn {
		margin: 0 0 0 1.5rem;
	}

	/* Typography */
	.mainHead {
		font-size: 3rem;
	}

	.what-you-will-learn .section-title {
		font-size: 3rem;
	}

	.curriculum-main-title {
		font-size: 3rem;
	}

	.personalized-advice .section-title {
		font-size: 2.5rem;
	}

	.strategic-heading {
		font-size: 2.5rem;
		margin-right: 0;
	}

	.wrapblg h2 {
		font-size: 3rem;
		width: 80%;
	}

	.wrapblg h5,
	.wrapblg h3 {
		font-size: 2.5rem;
	}

	#process-section .section-title {
		font-size: 3rem;
	}

	.pricing-section .section-header h2,
	.process-section .section-header h2 {
		font-size: 3rem !important;
	}

	.upcoming-title {
		font-size: 3rem;
	}

	.section-titlebg1 {
		font-size: 2.5rem;
	}

	.training-cta-title {
		font-size: 2rem;
	}

	.training-cta-desc {
		font-size: 1.125rem;
	}

	/* Footer info icons slight reduce */
	.footer-info li a i {
		height: 3.25rem;
		width: 3.25rem;
	}
}

/* ============================================================
   991px — Tablets / navbar collapse breakpoint
   ============================================================ */
@media (max-width: 991.98px) {
	html {
		font-size: 13px;
	}

	/* ── Sections side margins ── */
	.main-slider {
		margin: 0 1rem;
		height: 460px;
	}

	.main-slider h1 {
		font-size: 2.5rem;
	}

	.main-slider p {
		font-size: 1.2rem;
	}

	.services-sec {
		margin: 0 1rem;
	}

	.contact-sec {
		margin: 0 1rem;
	}

	footer {
		margin: 0 1rem 1.5rem 1rem;
	}

	.inner-banner {
		margin: 0 1rem;
		height: 360px;
	}

	.inner-banner h2 {
		font-size: 2.5rem;
	}

	.market-sec {
		margin: 0 1rem;
	}

	.process-section {
		margin: 0 1rem;
		width: auto;
	}

	.offer-page {
		margin: 1.5rem 1rem 0 1rem;
	}

	.contact-page {
		margin: 1.5rem 1rem 1.5rem 1rem;
	}

	.curriculum-section {
		margin: 0 1rem 1rem;
	}

	/* ── Typography ── */
	.mainHead {
		font-size: 2.5rem;
	}

	.wrapblg h2 {
		font-size: 2.2rem;
		width: 90%;
	}

	.wrapblg h5,
	.wrapblg h3 {
		font-size: 2rem;
	}

	.curriculum-main-title {
		font-size: 2.5rem;
	}

	.what-you-will-learn .section-title {
		font-size: 2.5rem;
	}

	.personalized-advice .section-title {
		font-size: 2rem;
	}

	.strategic-heading {
		font-size: 2rem;
		margin-right: 0;
	}

	.section-titlebg1 {
		font-size: 2rem;
	}

	#process-section .section-title {
		font-size: 2.5rem;
	}

	.pricing-section .section-header h2,
	.process-section .section-header h2 {
		font-size: 2.5rem !important;
	}

	.upcoming-title {
		font-size: 2.5rem;
	}

	.training-cta-title {
		font-size: 1.8rem;
	}

	.training-cta-desc {
		font-size: 1rem;
	}

	/* ── Mobile Navbar — Modern Style ── */
	.navbar-toggler {
		border: 2px solid var(--primary, #0277FF);
		border-radius: 8px;
		padding: 6px 12px;
		color: var(--primary, #0277FF);
		background: transparent;
		font-size: 1.1rem;
		outline: none;
		box-shadow: none;
	}

	.navbar-toggler:focus {
		outline: none;
		box-shadow: 0 0 0 3px rgba(2, 119, 255, 0.15);
	}

	.navbar-collapse {
		background: #ffffff;
		border-radius: 14px;
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.13);
		padding: 1.25rem 1.5rem 1.5rem;
		margin-top: 0.75rem;
		border: 1px solid #eaeaea;
	}

	.navbar-nav {
		gap: 0;
		align-items: flex-start;
		padding: 0;
		width: 100%;
	}

	.navbar-nav .nav-item {
		width: 100%;
		border-bottom: 1px solid #f0f0f0;
	}

	.navbar-nav .nav-item:last-child {
		border-bottom: none;
	}

	.navbar-nav .nav-item .nav-link {
		padding: 0.9rem 0.25rem;
		font-size: 0.95rem;
		display: block;
		width: 100%;
		letter-spacing: 0.03em;
	}

	.navbar-nav .nav-item .nav-link:hover {
		color: var(--primary, #0277FF);
		padding-left: 0.5rem;
		transition: all 0.25s ease;
	}

	.form-inline {
		flex-direction: column;
		align-items: stretch;
		padding: 1rem 0 0;
		gap: 0.6rem;
		width: 100%;
	}

	.form-inline .themeBtn {
		margin: 0;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0.9rem;
		padding: 0.85rem 1.5rem;
	}

	/* ── Blog / Services / Contact widths ── */
	.blog-top p {
		width: 85%;
	}

	.contact-top p {
		width: 90%;
	}

	.services-top p {
		width: 85%;
	}

	/* ── Course banner list ── */
	ul.coursebaner-list {
		gap: 20px;
		flex-wrap: wrap;
	}

	ul.coursebaner-list li {
		font-size: 1.3rem;
	}

	/* ── Floating card ── */
	.floating-card {
		position: relative;
		bottom: auto;
		left: auto;
		max-width: 100%;
		margin-top: 1.5rem;
	}

	/* ── Component badges ── */
	.componentflex {
		flex-wrap: wrap;
		gap: 10px;
	}

	.component-badge {
		font-size: 1rem;
		padding: 12px 18px;
	}

	/* ── Session card ── */
	.session-card {
		padding: 30px 25px;
		margin-top: 1.5rem;
	}

	.session-heading {
		font-size: 2rem;
	}

	/* ── Strategic content ── */
	.strategic-content {
		padding-left: 0;
		margin-top: 1.5rem;
	}

	/* ── Training CTA ── */
	.training-cta-container {
		padding: 50px 20px;
	}

	/* ── cc-courses-grid — 2 columns ── */
	.cc-courses-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	/* ── Footer info icons ── */
	.footer-info li a i {
		height: 2.8rem;
		width: 2.8rem;
		font-size: 0.9rem;
	}

	/* ── Section padding reduce ── */
	section {
		padding: 5rem 0;
	}

	.what-you-will-learn {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.upcoming-workshops-section {
		padding: 60px 0;
	}

	/* ── Workshop season filter ── */
	#seasonFilter {
		width: 100%;
		max-width: 220px;
	}
}

/* ============================================================
   767px — Mobile landscape / small tablets
   ============================================================ */
@media (max-width: 767.98px) {
	html {
		font-size: 12px;
	}

	/* ── Remove all side margins on mobile ── */
	.main-slider {
		margin: 0;
		height: 400px;
	}

	.main-slider h1 {
		font-size: 2rem;
	}

	.main-slider p {
		font-size: 1rem;
		margin: 1rem 0;
	}

	.services-sec {
		margin: 0;
	}

	.contact-sec {
		margin: 0;
	}

	footer {
		margin: 0;
		padding: 3rem 0 0 0;
	}

	.inner-banner {
		margin: 0;
		height: 280px;
	}

	.inner-banner h2 {
		font-size: 2rem;
	}

	.market-sec {
		margin: 0;
	}

	.process-section {
		margin: 0;
		width: auto;
	}

	.offer-page {
		margin: 1rem 0 0 0;
	}

	.contact-page {
		margin: 0;
	}

	.curriculum-section {
		margin: 0 0 1rem;
	}

	/* ── Typography ── */
	.mainHead {
		font-size: 2rem;
	}

	.wrapblg h2 {
		font-size: 1.8rem;
		width: 100%;
		margin-bottom: 2rem;
	}

	.wrapblg h5,
	.wrapblg h3 {
		font-size: 1.5rem;
	}

	.curriculum-main-title {
		font-size: 2rem;
	}

	.what-you-will-learn .section-title {
		font-size: 2rem;
	}

	.personalized-advice .section-title {
		font-size: 1.8rem;
	}

	.strategic-heading {
		font-size: 1.8rem;
		margin-right: 0;
	}

	.section-titlebg1 {
		font-size: 1.8rem;
	}

	#process-section .section-title {
		font-size: 2rem;
	}

	.pricing-section .section-header h2,
	.process-section .section-header h2 {
		font-size: 2rem !important;
	}

	.pricing-section .section-header p {
		font-size: 1rem;
		white-space: normal;
	}

	.upcoming-title {
		font-size: 2rem;
	}

	.training-cta-title {
		font-size: 1.5rem;
	}

	.training-cta-container {
		padding: 40px 15px;
	}

	/* ── Logo ── */
	header .navbar > .container > a > img {
		width: 200px !important;
	}

	/* ── Blog / Services / Contact widths ── */
	.blog-top p {
		width: 100%;
	}

	.contact-top p {
		width: 100%;
	}

	.services-top p {
		width: 100%;
	}

	/* ── Investors section ── */
	.investors-content {
		padding: 2.5rem 1.5rem;
	}

	.investors-content h3 {
		font-size: 1.5rem;
	}

	/* ── About section ── */
	.about-img {
		text-align: center;
		margin-top: 2rem;
	}

	.about-content .btn-group {
		flex-direction: column;
		gap: 1rem;
	}

	/* ── Market items ── */
	.market-items li {
		font-size: 1.1rem;
	}

	/* ── Form group wrapper ── */
	.form-group-wrapper {
		column-count: 2;
	}

	/* ── Course banner list ── */
	ul.coursebaner-list {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}

	ul.coursebaner-list li {
		font-size: 1.1rem;
	}

	/* ── Session ── */
	.session-card {
		padding: 25px 20px;
	}

	.session-heading {
		font-size: 1.8rem;
	}

	.session-image {
		min-height: 220px;
	}

	/* ── Component badges ── */
	.component-badge {
		font-size: 0.9rem;
		padding: 10px 14px;
	}

	/* ── Footer ── */
	.footer-bottom {
		margin-top: 2rem;
	}

	.footer-bottom p {
		font-size: 0.9rem;
	}

	footer p {
		width: 100%;
	}

	/* ── Footer columns spacing on stack ── */
	footer .col-md-3,
	footer .col-md-2 {
		margin-bottom: 2rem;
	}

	/* ── Footer info icons ── */
	.footer-info li a i {
		height: 2.4rem;
		width: 2.4rem;
		font-size: 0.8rem;
	}

	/* ── homeSlider pagination ── */
	.homeSlider .swiper-pagination {
		right: 0.5rem;
	}

	/* ── Slider buttons ── */
	.homeSlider .swiper-button-prev,
	.homeSlider .swiper-button-next {
		width: 3rem;
		height: 3rem;
	}

	/* ── Contact overlay ── */
	.contact-overlay {
		padding: 3rem 1rem;
	}

	/* ── cc-courses-grid — 1 column ── */
	.cc-courses-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	/* ── Section padding ── */
	section {
		padding: 4.5rem 0;
	}

	.what-you-will-learn {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.upcoming-workshops-section {
		padding: 50px 0;
	}

	/* ── Workshop season filter full width ── */
	#seasonFilter {
		width: 100%;
		max-width: 100%;
	}

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

/* ============================================================
   575px — Mobile portrait
   ============================================================ */
@media (max-width: 575.98px) {
	/* ── cc-courses-grid ── */
	.cc-courses-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	/* ── Main slider ── */
	.main-slider {
		height: 320px;
	}

	.main-slider h1 {
		font-size: 1.6rem;
	}

	.main-slider p {
		font-size: 0.9rem;
	}

	/* ── Inner banner ── */
	.inner-banner {
		height: 230px;
	}

	.inner-banner h2 {
		font-size: 1.6rem;
	}

	/* ── Typography ── */
	.mainHead {
		font-size: 1.6rem;
	}

	.wrapblg h2 {
		font-size: 1.5rem;
	}

	.wrapblg h5,
	.wrapblg h3 {
		font-size: 1.3rem;
	}

	.section-titlebg1 {
		font-size: 1.4rem;
	}

	.curriculum-main-title {
		font-size: 1.6rem;
	}

	.what-you-will-learn .section-title {
		font-size: 1.6rem;
	}

	.strategic-heading {
		font-size: 1.5rem;
	}

	.personalized-advice .section-title {
		font-size: 1.5rem;
	}

	.session-heading {
		font-size: 1.5rem;
	}

	#process-section .section-title {
		font-size: 1.6rem;
	}

	.pricing-section .section-header h2 {
		font-size: 1.6rem !important;
	}

	.plan-price .currency,
	.plan-price .amount {
		font-size: 2rem;
	}

	.upcoming-title {
		font-size: 1.6rem;
	}

	.training-cta-title {
		font-size: 1.3rem;
	}

	.training-cta-container {
		padding: 30px 15px;
	}

	.training-cta-desc {
		font-size: 0.95rem;
	}

	/* ── Logo ── */
	header .navbar > .container > a > img {
		width: 160px !important;
	}

	/* ── Form group wrapper ── */
	.form-group-wrapper {
		column-count: 1;
	}

	/* ── Component badges ── */
	.componentflex {
		flex-direction: column;
	}

	.component-badge {
		font-size: 0.85rem;
		padding: 8px 14px;
	}

	/* ── Section padding ── */
	section {
		padding: 4rem 0;
	}

	.what-you-will-learn {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.upcoming-workshops-section {
		padding: 40px 0;
	}

	/* ── Investors content ── */
	.investors-content {
		padding: 2rem 1rem;
	}

	/* ── About content ── */
	.about-content h4 {
		font-size: 1.4rem;
	}

	/* ── Market items ── */
	.market-items li {
		font-size: 1rem;
	}

	/* ── Course banner list ── */
	ul.coursebaner-list li {
		font-size: 1rem;
	}

	/* ── Session card ── */
	.session-card {
		padding: 20px 16px;
	}

	/* ── Blog top ── */
	.blog-top h4 {
		font-size: 1.1rem;
	}

	/* ── Footer info icons ── */
	.footer-info li a i {
		height: 2.2rem;
		width: 2.2rem;
		font-size: 0.75rem;
	}

	/* ── Footer bottom ── */
	.footer-bottom .col-md-6 span {
		justify-content: flex-start;
		margin-top: 0.5rem;
	}

	/* ── themeBtn ── */
	.themeBtn {
		font-size: 0.95rem;
		padding: 0.85rem 1.75rem;
	}

	/* ── Contact form buttons ── */
	.contact-form button {
		padding: 1rem 2rem;
	}

	/* ── Process card ── */
	.process-card {
		padding: 30px 22px;
	}

	/* ── Pricing card ── */
	.pricing-card {
		padding: 28px 22px;
	}

	/* ── Workshop card ── */
	.workshop-card {
		padding: 12px;
	}

	/* ── Blog wrap spacing ── */
	.blog-wrap {
		margin-bottom: 1.5rem;
	}

	/* ── Services wrap ── */
	.services-wrap {
		padding: 1.75rem;
	}

	.services-content h4 {
		min-height: auto;
	}

	.services-content p {
		min-height: auto;
	}
}

/* ============================================================
   320px — Very small phones
   ============================================================ */
@media (max-width: 320.98px) {
	/* ── Main slider ── */
	.main-slider {
		height: 280px;
	}

	.main-slider h1 {
		font-size: 1.4rem;
	}

	/* ── Inner banner ── */
	.inner-banner {
		height: 200px;
	}

	.inner-banner h2 {
		font-size: 1.3rem;
	}

	/* ── Typography ── */
	.mainHead {
		font-size: 1.3rem;
	}

	.curriculum-main-title {
		font-size: 1.3rem;
	}

	.what-you-will-learn .section-title {
		font-size: 1.3rem;
	}

	.wrapblg h2 {
		font-size: 1.3rem;
	}

	/* ── Logo ── */
	header .navbar > .container > a > img {
		width: 130px !important;
	}

	/* ── themeBtn ── */
	.themeBtn {
		font-size: 0.85rem;
		padding: 0.75rem 1.25rem;
	}

	/* ── Footer info icons ── */
	.footer-info li a i {
		height: 2rem;
		width: 2rem;
		font-size: 0.7rem;
	}

	/* ── cc-courses-grid ── */
	.cc-courses-grid {
		gap: 10px;
	}

	.cc-course-card {
		padding: 20px 16px;
	}
}
