/*!
Theme Name: Classic Language Academy
Theme URI: http://underscores.me/
Author: Web Emporium
Author URI: https://webemporium.in/
Description: Classic Language Academy\'s Official Website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: classic-language-academy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Classic Language Academy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/* Imports */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Inter", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Inter", sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* WE Custom */

/* Default */

.container {
	max-width: 1366px;
	padding: 0 20px;
	margin: 0 auto;
}

.d-flex {
	display: flex;
}


/* Master Header */

.outer-master-header {
    background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
	padding: 8px 0;
}
.outer-master-header i {
	color: #fff;
	margin-right:5px;
	font-size: 14px;
}
.outer-master-header a {
    color: #fff;
    text-decoration: none;
	font-size: 14px;
}

.outer-master-header .contact {
	gap: 20px;
}

.inner-master-header .contact-social {
    justify-content: space-between;
    align-items: center;
}
.inner-master-header .social ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
	gap: 14px;
}
.inner-header {
    padding: 15px 20px;
}

.inner-header .logo-nav-button .logo img {
    width: 250px;
}

.inner-header .logo-nav-button {
	align-items: center;
	justify-content: space-between;
}

.inner-header .logo-nav-button .button a {
    padding: 12px 24px;
    background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: block;
}

.inner-header ul#primary-menu {
    justify-content: center;
    gap: 30px;
}

.inner-header ul#primary-menu a {
    color: #1b3253;
}

.inner-header ul#primary-menu li.current-menu-item a {
    position: relative;
}

.inner-header ul#primary-menu > li.current-menu-item > a::after {content: "";position: absolute;width: 100%;height: 2px;background: #1b3253;left: 0;bottom: -5px;right: 0;margin: 0 auto;}
li.menu-item-has-children {
    position: relative;
    transition: 0.4s;
	margin-right: 10px;
}

.inner-header li.menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    right: -16px;
    top: 4px;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: bold;
}
.inner-header ul.sub-menu li {
    padding: 8px 0;
    border-bottom: 1px solid #1b32535c;
}

.inner-header ul.sub-menu {
    border-bottom: 3px solid #1b3253;
    flex-direction: column;
    padding: 10px 20px;
	background: #fff;
}

.inner-header ul.sub-menu li:last-child {border-bottom: 0;}
.inner-header ul#primary-menu li ul.sub-menu li.current-menu-item a::after {
    content: none;
}
.inner-header .menu-item-has-children:has(.sub-menu a[aria-current="page"]) > a::after,
.inner-header .menu-item-has-children:has(.sub-menu .current-menu-item) > a::after {
  content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1b3253;
    left: 0;
    bottom: -5px;
    right: 0;
    margin: 0 auto;
}

.main-navigation ul ul,
.inner-header ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  pointer-events: none; 
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus-within > ul,
.inner-header ul#primary-menu > li:hover > .sub-menu,
.inner-header ul#primary-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.inner-header ul.sub-menu {
  border-bottom: 3px solid #1b3253;
  flex-direction: column;
  padding: 10px 20px;
  background: #fff;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
}
/* Always show underline on active */
.inner-header ul#primary-menu > li.current-menu-item > a {
    position: relative;
}
.inner-header ul#primary-menu > li.current-menu-item > a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1b3253;
    left: 0;
    bottom: -5px;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    transition: opacity 0.2s;
}

/* Show underline on hover, ONLY for non-active menu items */
.inner-header ul#primary-menu > li:not(.current-menu-item) > a {
    position: relative;
}
.inner-header ul#primary-menu > li:not(.current-menu-item) > a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1b3253;
    left: 0;
    bottom: -5px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.2s;
}
.inner-header ul#primary-menu > li:not(.current-menu-item) > a:hover::after {
    opacity: 1;
}


/*Inner Hero*/

.outer-banner {
    background: url('https://wordpress-1448135-5655732.cloudwaysapps.com/wp-content/uploads/2025/10/banner.jpg');
    padding: 130px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.overlay {
    position: absolute;
    content: "";
    background: linear-gradient(320deg, #1b325378 0%, #2d5a8bc2 100%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.inner-banner {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 3;
}
.inner-banner h2 {
    font-size: 30px !important;
    color: #fff !important;
    padding-left: 20px !important;
}
.inner-banner h2::before {
    background: #fff !important;
    width: 5px !important;
}
/*Home Page*/

section.about .image-box img {
    border-radius: 20px;
}
section.about .inner-about h3.sub-title {
        margin-bottom: 10px;
}
.inner-about {
    align-items: center;
    gap: 40px;
}

.inner-about > * {
    flex: 1;
}
a.read-more {
    background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(27, 50, 83, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.inner-about h3.sub-title, .inner-exam-desc .title h3, .inner-why-us .top .content-box h3, .inner-testimonials .content-video h3.heading-title, .inner-faq h3.heading-title, .inner-blog.container h3.heading-title, h2.widget-title, .inner-contact-form .contact-details .heading-box h2, .inner-banner h2, .outer-course-detail h3.sub-title {
font-size: 14px;
    color: #1b3154;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding-left: 10px;
}

.inner-about h4.title, .inner-why-us .top .content-box h4, .inner-testimonials .content-video h4.heading-sub-title {
    font-size: 32px;
    margin: 0;
}
h3.heading-title {
    font-size: 36px;
    color: #1a202c;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}
.inner-testimonials .content-video h4.heading-sub-title , .inner-faq h4.heading-sub-title, .inner-blog.container h4.heading-sub-title{
    text-align: left;
    margin-top: 10px;
    font-weight: bold;
    color: #404040;
    font-size: 32px;
}
h4.heading-sub-title {
    font-size: 16px;
    color: #4a5568;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}
.inner-about h3.sub-title::after, .inner-exam-desc .title h3:after, .inner-why-us .top .content-box h3:after,.inner-testimonials .content-video h3.heading-title::before, .inner-faq h3.heading-title::before, .inner-blog.container h3.heading-title::before, h2.widget-title::before, .inner-contact-form .contact-details .heading-box h2::before, .outer-course-detail h3.sub-title::before, .inner-banner h2::before {
    content: "";
    position: absolute;
    background: #1b3154;
    width: 3PX;
    height: 100%;
    left: 0;
    bottom: 0;
}
.outer-about {
    margin: 60px 0;
}
.inner-exam-desc .title h4 {
font-size: 40px;
    margin: 0;
    color: #1b3154;
}

.inner-exam-desc .content {
    align-items: center;
    padding: 30px 82px 48px 82px;
}
.inner-exam-desc .content .description {
    padding-top: 24px;
}
.inner-exam-desc .content .title {
    width: 100%;
}
.outer-exam-desc {
    background: url(https://wordpress-1448135-5655732.cloudwaysapps.com/wp-content/uploads/2025/07/large-square-blue-right-crp.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.logo-swiper {
  padding: 30px 0;
}

.logo-item {
  position: relative;
  width: 120px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.logo-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.logo-item .logo-white {
  opacity: 1;
  z-index: 1;
}

.logo-item .logo-color {
  opacity: 0;
  z-index: 2;
}


.outer-exams {
    background: #1b3253;
    padding: 50px 0;
    background-image: url(https://wordpress-1448135-5655732.cloudwaysapps.com/wp-content/uploads/2025/07/image.png);
    background-size: contain;
}
.course-card a {
    background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(27, 50, 83, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.course-card img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.courses {
    gap: 40px;
	flex-wrap: wrap;
}
.outer-courses {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
.course-card {
    background: #fff;
	width: 31%;
	border-radius: 8px;
    padding-bottom: 30px;
	position: relative;

}
.course-card::before {
    content: "";
    position: absolute;
    width: 87%;
    height: 69%;
    background: url('https://wordpress-1448135-5655732.cloudwaysapps.com/wp-content/uploads/2025/07/large-square-white-right.png');
    top: 0;
    left: -1px;
    right: 0;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: 20%;
}
.course-card p {
    padding: 0 30px;
    margin: 0;
}

.course-card h3 {
    margin-bottom: 0;
}
.course-card h4 {
    font-size: 16px;
    font-weight: normal;
}

.course-card h3 {
    color: #1b3154;
    text-transform: uppercase;
}
.course-card h3, .course-card h4 {
    padding: 0 30px;
}
.outer-courses, section.testimonials {
    background: #ecf0f5;
    padding: 120px 0 220px 0;
    background-image: url(https://wordpress-1448135-5655732.cloudwaysapps.com/wp-content/uploads/2025/07/large-square-blue-left-flip.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.outer-why-us .top {
    align-items: center;
    gap: 30px;
}

.outer-why-us .content-box {
background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
    color: #fff;
    padding: 64px 40px;
    border-radius: 15px;
	    min-height: 420px;
    max-height: 420px;
}

.outer-why-us .top > * {
    width: 50%;
}
.inner-why-us .top .content-box h3 {
    color: #fff;
}

.inner-why-us .top .content-box h3:after {
    background: #fff !important;
}
.inner-why-us .top .content-box h4 {
    font-size: 50px;
    margin: 0;
    margin-top: 24px;
    line-height: 1;
    margin-bottom: 40px;
}
.inner-why-us .top .content-box p {
    font-size: 15px;
}

.inner-why-us .image-box img {
    border-radius: 15px;
}

.inner-why-us {
    position: absolute;
    margin: 0 auto;
    top: -150px;
    left: 0;
    right: 0;
    margin-bottom: 60px;
}

.outer-why-us {
    position: relative;
}
.outer-why-us .bottom > * {
    width: 49%;
    background: #ecf0f5;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 15px;
}

.outer-why-us .bottom {
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
	margin-top: 50px;
}
.outer-why-us .image-box {
    min-height: 420px;
    max-height: 420px;
}
.outer-why-us  .icon {
    padding: 20px;
    color: #fff;
    border-radius: 10px;
	background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
}

.why-us-card .content h4 {
    font-size: 20px;
    font-weight: 500;
	margin: 0;
}
.why-us-card .content p {
    margin: 0;
	margin-top: 10px;
	font-size: 15px;
}
.icon i {
    font-size: 18px;
}
section.testimonials {
    padding-top: 150px;
}
body.home section.testimonials {
    padding-top: 0px;
    background-image: none;
}
section.courses.testimonial .outer-courses {
    padding-bottom: 10px;
}
video.testimonial-video {
    width: 280px;
    border: 1px solid #1b3253;
    border-radius: 10px;
}
.inner-testimonials .content-video h3.heading-title, .inner-faq h3.heading-title {
	text-align: left;
}
section.exam-desc.partner .inner-exam-desc .content {
    gap: 20px;
}
section.exam-desc.partner .inner-exam-desc .content .title {
    width: 800px;
}
.testimonial-card {
    color: #fff;
    align-items: center;
    padding: 40px 21px 40px 120px;
    position: relative;
    border-radius: 10px;
    min-width: 560px;
	background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
}
.inner-testimonials .content-video .videos {
    gap: 30px;
    justify-content: space-between;
}
.inner-testimonials {
    justify-content: space-between;
}
.inner-testimonials .content-video p {
    font-size: 14px;
    max-width: 580px;
}

.testimonial-card .left img {
    display: block;
    width: 100%;
    max-width: 100%;
	border-radius: 10px;
}
.text-testimonial {
    max-width: 570px;
    display: flex;
    flex-direction: column;
    gap: 30px;

}
.testimonial-card .left {
    position: absolute;
    left: -90px;
}
.testimonial-card .right h3.title {font-weight: 600;margin: 5px 0 10px 0;}

.testimonial-card .right .rating i {
    font-size: 12px;
}

.testimonial-card .right p {
    font-size: 14px;
}

.testimonial-card .right h4.name {
    margin: 0;
}

.testimonial-card .right h5.location {
    margin: 0;
    font-weight: 200;
}
section.exam-desc.partner {
    padding-top: 675px;
}

.faq-container {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

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

.faq-question {
    background-color: #ecf0f5;
    color: #333;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #f9f9f9;
}

.faq-question .icon {
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.faq-answer {
    background-color: #ecf0f5;
    /* Collapse the element completely */
    max-height: 0;
    overflow: hidden; /* Crucial to hide the content when collapsed */
    padding-left: 1rem;
    padding-right: 1rem;

    /* Define the smooth transition */
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.faq-answer p {
    padding-bottom: 0;
    margin: 0;
    line-height: 1.6;
}


/* This class gets toggled by JavaScript */
.faq-item.active .faq-answer {
    /* Set a max-height large enough to fit any answer */
    max-height: 300px; /* Adjust if you have very long answers */
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.faq-item.active .faq-question .icon {
    transform: rotate(45deg);
}
.inner-faq h4.heading-sub-title {
    font-size: 40px;
    margin-bottom: 30px;
}
.inner-faq .left-box {
    background: #ecf0f5;
    padding: 30px;
    border-radius: 15px;
}
.outer-faq {
    margin: 80px 0;
}
.inner-faq > * {
    width: 50%;
}
.inner-faq {
    gap: 40px;
}
.inner-faq .right-box img {
    display: block;
    width: 100%;
    border-radius: 15px;
}
.blog-posts-container {
    padding: 20px;
    margin-top: 30px;
}

.blog-posts-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.blog-post-col {
    flex: 31%;
    box-sizing: border-box;
}

.blog-post-col .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog-post-col h2 a {
    text-decoration: none;
    color: #1b3253;
}
.blog-post-col h2 {
        text-align: center;
    background: #ecf0f5;
    margin: 0;
    padding: 35px 20px 0 20px;
    font-size: 20px;
}

.blog-post-col .entry-content {
       font-size: 0.9em;
    color: #555;
    background: #ecf0f5;
    margin: 0;
    text-align: center;
    padding: 20px 30px 50px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.inner-blog.container h3.heading-title::before {
    left: -50px;
    margin: 0 auto;
    right: 0;
}
.inner-blog.container h4.heading-sub-title, .inner-blog.container p {
    text-align: center;
}
.inner-blog.container p {
    font-size: 14px;
    width: 600px;
    margin: 0 auto;
}
.inner-blog.container h4.heading-sub-title {
    margin-bottom: 20px;
}

/*Footer*/
.sidebars {
    justify-content: space-between;
}
.sidebars > * {
    width: 24%;
}

footer#colophon {
    background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
    color:#fff
}
footer#colophon a, footer#colophon i {
    color:#fff;
    text-decoration:none;
}
.sidebar img {
    filter: brightness(0) invert(1);
}
section.sidebar {
    padding: 60px 0;
}
h2.widget-title {
    color: #fff;
        font-size: 18px;
    margin-bottom: 28px;
}
h2.widget-title::before {
    background: #fff;
}
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar:first-child {
    align-self: center;
}
.sidebar .menu li {
    padding: 6px 0;
    border-bottom: 1px solid #ffffff1f;
}
.social-icons ul i {
    font-size: 22px;
}

.social-icons ul {
    display: flex;
    gap: 30px;
}
.sidebar .contact-cards .detail {font-size: 16px;}

.sidebar .contact-cards .card {
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    padding: 15px 0;
}
.inner-copyright h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin: 0;
}

.inner-copyright hr {
    margin: 0 0 30px 0;
}
section.copyright {
    padding: 0 0 30px 0;
}
body {
    margin: 0 !important;
    padding: 0;
}
.sidebar .menu li:last-child {
    border-bottom: 0;
}
footer#colophon a 
{
    font-size: 15px;
}
body.page-template-page-faq .inner-faq > * {
    margin: 0 auto;
}


/*About Page*/

section.why-us.about-page .inner-why-us {
    position: unset;
}

.outer-why-us.about-page {
    padding: 40px 0;
}
section.why-us.about-page {
    padding: 120px 0 0 0;
    background-image: url(https://wordpress-1448135-5655732.cloudwaysapps.com/wp-content/uploads/2025/07/large-square-blue-left-flip.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}

/*Contact Page*/

.inner-contact-form .contact-details .heading-box h3 {
    line-height: 1;
    color: #000;
    padding: 0;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 15px;
	margin-left: 0;
    font-size: 36px;
}
 .inner-contact-form .contact-details h2 {
	 font-size: 16px;
 }
 .outer-contact-form .heading-box {
    text-align: left;
    padding: 0;
}
.inner-contact-form .wpcf7 input[type="submit"] {
    background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
    cursor: pointer;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 30px;
    transition: 0.4s;
    color: #fff;
	transition: 0.4s;
}

 .inner-contact-form .social-icons ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
	 justify-content: flex-start;
 }
 .inner-contact-form {
	 gap: 100px;
 }
 .inner-contact-form .contact-cards i {
	 background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
	 color: #fff !important;
	 font-size: 24px !important;
	 padding: 20px;
	     border-radius: 14px;
 }
 .inner-contact-form .contact-cards h5 {
	 font-size: 18px;
	 color: #000;
	 margin: 0 0 0 24px;
 }
 .inner-contact-form .contact-cards h6 {
	 color: #62646A;
	 font-weight: normal;
	 font-size: 16px;
	 margin: 0 0 0 24px;
 }
 .inner-contact-form .contact-cards h5 a {
	 color: #000;
	 text-decoration: none;
	 margin: 0;
	 font-size: 18px;
 }
 .inner-contact-form .contact-card-rl {
	 justify-content: space-between;
 }
 .inner-contact-form .contact-cards .icon {
	 height: 70px;
	 width: 70px;
	background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
	 text-align: center;
	 flex: none;
	 border-radius: 14px;
 }
 .inner-contact-form > * {
	 flex: 1;
 }
 .inner-contact-form .contact-cards .card {
	 margin-bottom: 20px;
	 align-items: center;
	 justify-content: flex-start;
 }
.inner-contact-form textarea {
    max-height: 160px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 12px;
}
.wpcf7-form p:empty { display: none; }
.outer-contact-form {
    padding: 80px 0;
}
.exam-slider > * {
    background: #ecf0f5;
    padding: 30px 20px;
    border-radius: 15px;
    color: #1b3352;
        text-align: center;
}
body.home .exam-slider > * {
    background: #ecf0f5;
}
.exam-slider {
    gap: 30px;
}
.exam-slider i {
    font-size: 40px;
}

.exam-slider h3 {
    font-size: 22px;
}
body.page-template-page-about-php .outer-exams {
    padding: 80px 0;
}

/*Course List Page*/
body.page-template-page-course-list-php .outer-courses
 {
    background-image: none;
    padding: 80px 0 100px 0;
}

/*Course Single Page*/


/* Benefits Section */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}
.section-header p {
    font-size: 16px;
    color: #4a5568;
    max-width: 1000px;
    margin: 0 auto;
}
.benefits {
    padding: 6rem 0;
    background: #f8fafc;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 2rem;
}

.benefit-card {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(27, 50, 83, 0.1);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.benefit-card {
    animation: fadeInUp 0.6s ease-out;
}
.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.benefit-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 1rem;
}

.benefit-card p {
    color: #4a5568;
    line-height: 1.6;
}
.outer-about.how-cla .inner-about {
    flex-direction: row-reverse;
}
.outer-about.how-cla .inner-about .inner-about h4.title {
    font-size: 28px;
    margin-top: 10px;
}

/* Course Levels Section */

.courses {
    padding: 0;
    background: transparent;
}
.course-levels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(385px, 1fr));
    gap: 1.5rem;
}
.course-card .buttons {
    justify-content: space-between;
    padding: 0 28px;
    margin-top: 40px;
}
.level-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.level-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
}

.level-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.level-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.level-header h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a202c;
}

.level-badge {
    background: linear-gradient(135deg, #1b3253 0%, #2d5a8b 100%);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
        text-align: center;
}
section.course-detail.b .outer-course-detail, section.course-detail.c .outer-course-detail
 {
    padding: 25px 0;
}
.level-features {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.page-template-page-single-course .outer-courses {
background: #f8fafc;
padding-bottom: 100px;
}
.level-features li {
    padding: 0.5rem 0;
    color: #4a5568;
    position: relative;
    padding-left: 1.5rem;
}

.level-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1b3253;
    font-weight: bold;
}

.level-duration {
    color: #1b3253;
    font-weight: 600;
    font-size: 0.9rem;
}
ul.level-features a {
    color: #4a5568;
    text-decoration: none;
}

        /* Accordion styles - minimal to avoid conflicts */
        .curriculum-accordion {
            width: 100%;
        }
        
        .curriculum-accordion-item {
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid #eee;
        }
        
        .curriculum-accordion-header {
            background: #fff;
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            font-size: 1.2rem;
            color: #333;
            transition: background 0.3s ease;
        }
        
        .curriculum-accordion-header:hover {
            background: #f8f9fa;
        }
        
        .curriculum-accordion-header i {
            transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
            color: #4a6cf7;
            font-size: 1.4rem;
        }
        
        .curriculum-accordion-content {
            background: #f8f9fa;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), 
                        padding 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        }
        
        .curriculum-accordion-content p {
            padding: 0 20px 20px;
            color: #555;
            line-height: 1.7;
        }
        
        .curriculum-accordion-item.active .curriculum-accordion-content {
            max-height: 500px;
        }
        
        .curriculum-accordion-item.active .curriculum-accordion-header i {
            transform: rotate(90deg);
        }
        .outer-course-detail {
    background: #f8fafc;
    padding: 96px 0;
}
/*Blog Page*/

body.page-template-page-blog-php section.blog {
    padding: 80px 0;
}
.post-thumbnail img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}
body.single-post article.type-post {
    max-width: 60%;
    margin: 0 auto;
        margin-top: 60px;
    margin-bottom: 60px;
}

/* === Responsive Styles === */

/* Mobile & Tablet Breakpoints */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
.inner-testimonials {
    flex-direction: column;
}
    /* Header */
    .inner-header .logo-nav-button .logo img {
        width: 200px;
    }

    .inner-header .logo-nav-button {
        flex-direction: column;
        gap: 15px;
    }

    .inner-header ul#primary-menu {
        gap: 15px;
        font-size: 14px;
    }

    .inner-header ul#primary-menu li.menu-item-has-children::after {
        right: -12px;
        top: 6px;
        font-size: 10px;
    }

    .inner-header ul.sub-menu {
        padding: 10px;
        font-size: 14px;
    }

    .inner-header ul.sub-menu li {
        padding: 6px 0;
    }

    /* Hero Banner */
    .outer-banner {
        padding: 100px 0;
    }

    .inner-banner h2 {
        font-size: 24px !important;
        padding-left: 15px !important;
    }

    /* About Section */
    .inner-about {
        flex-direction: column;
        text-align: center;
    }

    .inner-about > * {
        width: 100%;
        flex: none;
    }

    /* Exam Description */
    .inner-exam-desc .content {
        padding: 20px;
        flex-direction: column;
    }

    .inner-exam-desc .content .title {
        width: 100%;
        text-align: center;
    }

    .inner-exam-desc .content .description {
        padding-top: 16px;
    }

    /* Courses */
    .course-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .courses {
        justify-content: center;
    }

    /* Why Us */
    .outer-why-us .top,
    .outer-why-us .bottom {
        flex-direction: column;
    }

    .outer-why-us .top > *,
    .outer-why-us .bottom > * {
        width: 100%;
    }

    .outer-why-us .content-box,
    .outer-why-us .image-box {
        min-height: auto;
        max-height: none;
    }

    .inner-why-us {
        position: relative;
        top: 0;
        margin-top: 40px;
    }

    /* Testimonials */
    .testimonial-card {
        min-width: 100%;
        padding: 30px 20px 30px 20px;
    }

    .testimonial-card .left {
        position: relative;
        left: 0;
        margin-bottom: 15px;
    }

    .text-testimonial {
        max-width: 100%;
    }

    .inner-testimonials .content-video .videos {
        flex-direction: column;
        align-items: center;
    }

    video.testimonial-video {
        width: 100%;
        max-width: 320px;
    }

    /* FAQ */
    .inner-faq {
        flex-direction: column;
    }

    .inner-faq > * {
        width: 100%;
    }

    .faq-container {
        font-size: 14px;
    }

    .faq-question {
        padding: 0.9rem;
    }

    .faq-answer {
        padding: 0 0.9rem 0.9rem;
    }

    /* Blog */
    .blog-posts-row {
        gap: 20px;
    }

    .blog-post-col {
        flex: 100%;
    }

    .inner-blog.container p {
        width: 100%;
        font-size: 14px;
    }

    /* Footer */
    .sidebars > * {
        width: 100%;
        margin-bottom: 30px;
    }

    .sidebars {
        flex-direction: column;
    }

    /* Contact Page */
    .inner-contact-form {
        flex-direction: column;
        gap: 40px;
    }

    .inner-contact-form > * {
        width: 100%;
    }

    /* Course Levels */
    .course-levels {
        grid-template-columns: 1fr;
    }

    /* Benefits */
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    /* Exam Slider */
    .exam-slider {
        gap: 15px;
        flex-direction: column;
    }

    .exam-slider > * {
        padding: 20px 15px;
    }

    .exam-slider h3 {
        font-size: 20px;
    }
    .inner-about h3.sub-title::after, .inner-exam-desc .title h3:after, .inner-why-us .top .content-box h3:after, .inner-testimonials .content-video h3.heading-title::before, .inner-faq h3.heading-title::before, .inner-blog.container h3.heading-title::before, h2.widget-title::before, .inner-contact-form .contact-details .heading-box h2::before, .outer-course-detail h3.sub-title::before, .inner-banner h2::before
{
    content: none;
}
}

/* Extra Small Devices (Mobile Phones) */
@media (max-width: 480px) {
    .inner-header .logo-nav-button .logo img {
        width: 180px;
    }

    .inner-header ul#primary-menu {
        gap: 10px;
        font-size: 13px;
    }

    .inner-header ul.sub-menu {
        font-size: 13px;
    }

    .inner-banner h2 {
        font-size: 20px !important;
        padding-left: 10px !important;
    }

    .outer-banner {
        padding: 80px 0;
    }

    h3.heading-title {
        font-size: 28px;
    }

    .inner-why-us .top .content-box h4 {
        font-size: 36px;
    }

    .testimonial-card .right h3.title {
        font-size: 16px;
    }

    .testimonial-card .right p,
    .testimonial-card .right h5.location,
    .testimonial-card .right h4.name {
        font-size: 13px;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-question .icon {
        font-size: 1.2rem;
    }

    .blog-post-col h2 {
        font-size: 18px;
        padding: 25px 15px 0;
    }

    .blog-post-col .entry-content {
        padding: 15px;
        font-size: 0.85em;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    textarea {
        padding: 10px;
        font-size: 14px;
    }

    .inner-contact-form .wpcf7 input[type="submit"] {
        padding: 10px 20px;
        font-size: 14px;
    }

    .inner-exam-desc .title h4 {
        font-size: 28px;
    }

    .section-header h2 {
        font-size: 24px;
    }

    .benefit-card h3 {
        font-size: 16px;
    }

    .benefit-card p {
        font-size: 14px;
    }

    .level-header h3 {
        font-size: 1.1rem;
    }

    .level-badge {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
    }

    .level-features li {
        font-size: 14px;
    }

    .inner-faq h4.heading-sub-title {
        font-size: 28px;
    }

    .outer-course-detail {
        padding: 60px 0;
    }

    .outer-courses,
    section.testimonials {
        padding: 80px 0 150px 0;
    }

    section.exam-desc.partner {
        padding-top: 500px;
    }

    .logo-swiper {
        padding: 20px 0;
    }

    .logo-item {
        width: 100px;
        height: 50px;
    }
}