/*!
Theme Name: innovators
Theme URI: http://underscores.me/
Author: hussein khalil
Author URI: mailto:husseinkhalil420@gmail.com
Description: Fully Customized Responsive Theme
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: innovators
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.

innovators 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 instructor-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
	 ========================================================================== */

/**
 * 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;
    background-color: #eee;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */


:root {

    --red-color: #e94d10;
    --blue-color: #364e58;
    --gray-color: rgba(182, 186, 189, 0.8);
    --white-color: rgba(232, 232, 234, 0.5);

    --primary-color: #A91D3A;
    --secondary-color: #151515;
    --accent-color: #C73659;

    /* Text Colors */
    --text-light: #ffffff;
    --text-dark: #151515;
    --text-muted: rgba(255, 255, 255, 0.9);

    /* Background Colors */
    --nav-bg: #A91D3A;
    --card-bg: #A91D3A;
    --overlay-bg: rgba(21, 21, 21, 0.6);

    /* Border & Effects */
    --border-radius: 0;
    --transition-speed: 0.3s;


    --green-color: #89ffa6;
}

textarea{
    resize: none;
}

input{
    line-height: unset !important;
}

.bg-blue{
    background-color: var(--blue-color) !important;
    color: var(--white-color) !important;
}

.text-blue{
    color: var(--blue-color) !important;
}

.text-orange{
    color: #e94d10;
}

.text-green{
    color: #7cf19a;
}

.bg-red{
    background-color: var(--red-color) !important;
    color: white !important;
}

/* bootstrap override */


.nav-link:focus-visible,
.nav-link:focus{
    outline: none !important;
    box-shadow: none !important;
}

.btn{
    border-radius: 0 10px 0 10px;
}

.btn-primary{
    background-color: var(--blue-color);
    outline: var(--blue-color);
    border-color: var(--blue-color);
}

.btn-primary:hover{
    background-color: var(--blue-color);
    outline: var(--blue-color);
    border-color: var(--blue-color);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible{
    background-color: var(--gray-color) !important;
    outline: var(--gray-color) !important;
    border-color: var(--gray-color) !important;
}



.btn-info{
    background-color: #43839e;
    outline: #43839e;
    border-color: #43839e;
    color: white !important;
}

.btn-info:hover{
    background-color: #43839e;
    outline: #43839e;
    border-color: #43839e;
}

.btn-info:active,
.btn-info:focus,
.btn-info:focus-visible{
    background-color: var(--gray-color) !important;
    outline: var(--gray-color) !important;
    border-color: var(--gray-color) !important;
}

/* Telephone field */
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text]{
    margin-left: 50px !important;
}


.acf-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}


/*Instructor end date (it should not be present in the instructor profile) */
#instructor-active{
    display: none !important;
}

.acf-fields>.acf-field{
    border: none !important;
}

.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select{
    padding: 9px 7px !important;
    display: block;
    width: 100%;
    /* .form-control bootstrap */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.acf-field .acf-label{
    color: var(--blue-color);
}

/* Style the submit button */
.acf-form .acf-button {
    background-color: var(--blue-color);
    color: var(--white-color);
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 10px;
    border: none;
    margin-left: 13px;
    font-size: 15px;
}

/* Style specific fields, for example, a text field named "text_field" */
.acf-form .acf-field-text_field .acf-input input {
    border: 2px solid #ddd;
    padding: 15px !important;
}

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

/* 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;
    text-decoration: none;
}

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

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

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: #56e7c3;
}

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

a:focus {
    outline: thin dotted;
}

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


select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.btn-danger {
    background-color: var(--accent-color) !important;
}

/*--------------------------------------------------------------
# Single Post Title
--------------------------------------------------------------*/

.entry-date{
    color: var(--red-color);
}

.entry-title{
    text-align: center;
    color: var(--blue-color);
}

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

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

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


/* My Styles */

footer .social-links a{
    color: var(--white-color);
}

footer .social-links a:hover{
    color: var(--red-color);
}


.navbar-sp {
    background-color: var(--secondary-color) !important;
    margin-bottom: 20px;
}

.navbar-sp a {
    color: var(--accent-color) !important;
}

@keyframes pulse {
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}


.ctas{
    display: flex;
    width: 100%;
    margin: auto;
    height: 100px;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 10px 20px;
    background-color: var(--red-color);
    color: var(--white-color);
    animation: pulse 1s ease-in-out forwards;
    transition: .3s;
}

.cta-btn:hover{
    background-color: var(--red-color);
}

.cta-btn-single {
    padding: 10px 20px;
    background-color: var(--blue-color);
    color: var(--white-color);
    animation: pulse 1s ease-in-out forwards;
    transition: .3s;
}

.cta-btn-single:hover{
    background-color: var(--blue-color);
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0s !important;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.navbar {
    background-color: var(--nav-bg);
    padding: 1rem 0;
    position: relative;
    z-index: 1000;
}

.navbar-brand {
    font-size: 1.5rem;
    color: var(--text-light);
}

.brand-icon {
    background-color: var(--text-light);
    color: var(--primary-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.nav-link {
    color: var(--text-light) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: opacity var(--transition-speed);
}

.nav-link:hover {
    opacity: 0.8;
}

.dropdown-menu {
    background-color: var(--nav-bg);
    border: none;
    border-radius: var(--border-radius);
}

.dropdown-item {
    color: var(--text-light);
    transition: background-color var(--transition-speed);
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--text-light);
}

.social-icons a {
    color: var(--text-light);
    font-size: 0.9rem;
    transition: opacity var(--transition-speed);
}

.social-icons a:hover {
    opacity: 0.7;
}

.language-selector {
    color: var(--text-light);
    font-size: 0.95rem;
}

.btn-search {
    background: transparent;
    border: none;
    color: var(--text-light);
    font-size: 1.1rem;
    cursor: pointer;
    transition: opacity var(--transition-speed);
}

.btn-search:hover {
    opacity: 0.7;
}

/* ============================
   HERO SECTION
   ============================ */
.hero-section {
    position: relative;
    background-image: url('assets/hero-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--overlay-bg);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    color: var(--text-light);
}

.hero-subtitle {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--text-light);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-light);
}

.hero-title .highlight {
    background-color: var(--primary-color);
    padding: 5px;
    display: inline-block;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    color: var(--text-muted);
}

/* ============================
   ACTION CARDS
   ============================ */
.action-cards {
    padding-bottom: 2rem;
}

.action-card {
    background-color: var(--card-bg);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--text-light);
    transition: all var(--transition-speed);
    border-radius: var(--border-radius);
}

.action-card:hover {
    background-color: var(--accent-color);
    transform: translateY(-5px);
    color: var(--text-light);
}

.action-card .card-text {
    font-size: 1.25rem;
    font-weight: 600;
}

.action-card i {
    font-size: 1.5rem;
}

/* ============================
   BRANCH LOCATIONS
   ============================ */
.branch-locations {
    max-width: 700px;
}

.branch-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    transition: all var(--transition-speed);
}

.branch-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.branch-link {
    text-decoration: none;
}

.branch-item i {
    color: var(--primary-color);
    font-size: 1rem;
    background-color: var(--text-light);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 1rem 2rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-radius: var(--border-radius);
    transition: all var(--transition-speed);
}

.btn-primary:hover {
    background-color: var(--accent-color);
    transform: translateY(-2px);
    color: var(--text-light);
}

/* ============================
   RESPONSIVE DESIGN
   ============================ */

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

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

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .action-card {
        padding: 1.5rem;
    }

    .action-card .card-text {
        font-size: 1.1rem;
    }
}

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

    .hero-subtitle {
        font-size: 0.85rem;
    }

    .btn-primary {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
}


/* ============================
   TRUST SIGNALS SECTION
   ============================ */
.trust-signals-section {
    background-color: #f8f9fa;
}

.section-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--text-dark);
}

.trust-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-logo-item {
    opacity: 0.7;
    transition: opacity var(--transition-speed);
}

.trust-logo-item:hover {
    opacity: 1;
}

.trust-logo-item img {
    max-width: 150px;
    height: auto;
    filter: grayscale(100%);
    transition: filter var(--transition-speed);
}

.trust-logo-item:hover img {
    filter: grayscale(0%);
}

/* ============================
   FEATURES SECTION
   ============================ */
.features-section {
    background-color: #ffffff;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.feature-card {
    padding: 2rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: all var(--transition-speed);
    height: 100%;
}

.feature-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: all var(--transition-speed);
}

.feature-card:hover .feature-icon {
    background-color: var(--accent-color);
    transform: scale(1.1);
}

.feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.feature-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ============================
   PROGRAMS SECTION
   ============================ */
.programs-section {
    background-color: #f8f9fa;
}

.program-card {
    background-color: #ffffff;
    overflow: hidden;
    transition: all var(--transition-speed);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.program-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-speed);
}

.program-card:hover .program-image img {
    transform: scale(1.1);
}

.program-content {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.program-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.program-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.program-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all var(--transition-speed);
}

.program-link:hover {
    color: var(--accent-color);
    gap: 1rem;
}

/* ============================
   STATS SECTION
   ============================ */
.stats-section {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.stat-card {
    text-align: center;
    padding: 2rem;
}

.stat-icon {
    font-size: 3rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* ============================
   TESTIMONIALS SECTION
   ============================ */
.testimonials-section {
    background-color: #ffffff;
}

.testimonial-card {
    background-color: #f8f9fa;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all var(--transition-speed);
}

.testimonial-card:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.testimonial-rating {
    color: #ffc107;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.testimonial-rating i {
    margin-right: 0.2rem;
}

.testimonial-text {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.author-degree,
.author-position {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* ============================
   BLOG SECTION
   ============================ */
.blog-section {
    background-color: #f8f9fa;
}

.blog-card {
    background-color: #ffffff;
    overflow: hidden;
    transition: all var(--transition-speed);
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.blog-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-speed);
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: #666;
}

.blog-meta i {
    margin-right: 0.3rem;
}

.blog-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog-excerpt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.blog-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all var(--transition-speed);
}

.blog-link:hover {
    color: var(--accent-color);
    gap: 1rem;
}

/* ============================
   WHY CHOOSE SECTION
   ============================ */
.why-choose-section {
    background-color: #ffffff;
}

.why-choose-image {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.why-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.why-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.why-content {
    flex-grow: 1;
}

.why-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.why-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ============================
   CTA BANNER SECTION
   ============================ */
.cta-banner-section {
    background-color: #f8f9fa;
}

.cta-banner {
    background-color: var(--primary-color);
    padding: 3rem 2rem;
    color: var(--text-light);
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.cta-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.btn-cta {
    background-color: var(--text-light);
    color: var(--primary-color);
    padding: 1rem 2.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all var(--transition-speed);
}

.btn-cta:hover {
    background-color: var(--secondary-color);
    color: var(--text-light);
    transform: translateY(-2px);
}

/* ============================
   FAQ SECTION
   ============================ */
.faq-section {
    background-color: #ffffff;
}

.faq-item {
    border: 1px solid #e0e0e0;
    margin-bottom: 1rem;
    border-radius: 0;
}

.accordion-button {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    background-color: #ffffff;
    padding: 1.5rem;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.accordion-button::after {
    filter: brightness(0);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
}

/* ============================
   RESPONSIVE ADJUSTMENTS FOR NEW SECTIONS
   ============================ */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 2rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

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

    .why-choose-image {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.75rem;
    }

    .trust-logos {
        gap: 2rem;
    }

    .trust-logo-item img {
        max-width: 100px;
    }

    .feature-card,
    .program-content,
    .blog-content {
        padding: 1.5rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-icon {
        font-size: 2rem;
    }

    .cta-banner {
        padding: 2rem 1.5rem;
        text-align: center;
    }

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

    .why-item {
        gap: 1rem;
    }

    .why-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .section-title {
        font-size: 1.5rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .feature-title {
        font-size: 1.2rem;
    }

    .program-title {
        font-size: 1.3rem;
    }

    .blog-title {
        font-size: 1.1rem;
    }
}




/* ============================
   FOOTER NEWSLETTER SECTION
   ============================ */
.footer-newsletter {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    color: var(--text-light);
}

.newsletter-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.newsletter-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.newsletter-form {
    max-width: 600px;
    margin-left: auto;
}

.newsletter-input {
    padding: 1rem 1.5rem;
    border: none;
    font-size: 1rem;
    border-radius: 0;
}

.newsletter-input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.btn-newsletter {
    background-color: var(--secondary-color);
    color: var(--text-light);
    padding: 1rem 2rem;
    border: none;
    font-weight: 600;
    white-space: nowrap;
    transition: all var(--transition-speed);
}

.btn-newsletter:hover {
    background-color: #000000;
    color: var(--text-light);
}

/* ============================
   FOOTER MAIN SECTION
   ============================ */
.footer-main {
    background-color: var(--secondary-color);
    color: rgba(255, 255, 255, 0.8);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo .brand-icon {
    color: var(--text-light);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.footer-logo .brand-name {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-light);
}

.footer-about {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-speed);
    text-decoration: none;
}

.social-link:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-3px);
}

.footer-widget-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all var(--transition-speed);
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
}

.footer-links li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--primary-color);
    transition: all var(--transition-speed);
}

.footer-links li a:hover {
    color: var(--text-light);
    padding-left: 2rem;
}

.footer-links li a:hover::before {
    left: 0.5rem;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
}

.contact-item i {
    color: var(--primary-color);
    font-size: 1.1rem;
    width: 20px;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.contact-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color var(--transition-speed);
}

.contact-item a:hover {
    color: var(--text-light);
}

/* ============================
   FOOTER LOCATIONS SECTION
   ============================ */
.footer-locations {
    background-color: #1a1a1a;
}

.locations-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-light);
}

.location-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all var(--transition-speed);
    text-align: center;
}

.location-card:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-3px);
}

.location-card i {
    font-size: 1.5rem;
}

.location-card span {
    font-size: 0.9rem;
    font-weight: 500;
}

.location-card.view-all {
    background-color: rgba(255, 255, 255, 0.1);
}

.location-card.view-all:hover {
    background-color: var(--accent-color);
}

/* ============================
   FOOTER ACCREDITATION SECTION
   ============================ */
.footer-accreditation {
    background-color: #0f0f0f;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accreditation-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.accreditation-logos {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.accreditation-logos img {
    height: 50px;
    width: auto;
    opacity: 0.5;
    /*filter: brightness(0) invert(1);*/
    transition: all var(--transition-speed);
}

.accreditation-logos img:hover {
    opacity: 1;
}

/* ============================
   FOOTER BOTTOM SECTION
   ============================ */
.footer-bottom {
    background-color: #000000;
}

.copyright-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

.copyright-text a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color var(--transition-speed);
}

.copyright-text a:hover {
    color: var(--primary-color);
}

.footer-badges {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.badge-item {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.badge-item i {
    color: var(--primary-color);
}

/* ============================
   BACK TO TOP BUTTON
   ============================ */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: var(--text-light);
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all var(--transition-speed);
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background-color: var(--accent-color);
    transform: translateY(-5px);
}

/* ============================
   FOOTER RESPONSIVE DESIGN
   ============================ */
@media (max-width: 991.98px) {
    .newsletter-title {
        font-size: 1.5rem;
    }

    .newsletter-form {
        margin-left: 0;
    }

    .footer-badges {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .newsletter-title {
        font-size: 1.3rem;
        text-align: center;
    }

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

    .btn-newsletter {
        padding: 1rem 1.5rem;
        font-size: 0.9rem;
    }

    .footer-widget {
        margin-bottom: 2rem;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-logo {
        justify-content: center;
    }

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

    .locations-title {
        font-size: 1.1rem;
    }

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

    .accreditation-logos {
        justify-content: center;
        gap: 1.5rem;
    }

    .accreditation-logos img {
        height: 40px;
    }

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

    .footer-badges {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .newsletter-title {
        font-size: 1.2rem;
    }

    .newsletter-input {
        font-size: 0.9rem;
        padding: 0.875rem 1rem;
    }

    .btn-newsletter {
        padding: 0.875rem 1.25rem;
    }

    .footer-logo .brand-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .footer-logo .brand-name {
        font-size: 1.5rem;
    }

    .location-card {
        padding: 0.75rem;
    }

    .location-card i {
        font-size: 1.2rem;
    }

    .location-card span {
        font-size: 0.8rem;
    }

    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
        font-size: 1rem;
    }

    .footer-badges {
        gap: 1rem;
    }

    .badge-item {
        font-size: 0.75rem;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--blue-color);
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: var(--white-color);
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--red-color);
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/

#partners{
    padding: 10px 0 !important;
    background-color: var(--white-color);
}


#partners .section-title {
    padding-bottom: 10px !important;
}

#partners .section-title h2 {
    margin-bottom: unset !important;
    padding-bottom: unset !important;
}

#partners .section-title h2::before {
    content: unset !important;
}

#partners .section-title h2::after {
    content: unset !important;
}

#partners img,
#branches img{
    width: 120px;
    height: 120px;
    border-radius: 10px;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #272829;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #e14e1a;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #d7dce1;
    border-left: 3px solid #d7dce1;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #d7dce1;
    border-right: 3px solid #d7dce1;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #45505b;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #45505b;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #45505b;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e14e1a;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e14e1a;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services .icon-box h4 a {
    color: #45505b;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
    color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
    color: #fff;
}

.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.services .iconbox-orange i {
    color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
    color: #fff;
}

.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.services .iconbox-pink i {
    color: #e80368;
}

.services .iconbox-pink:hover .icon i {
    color: #fff;
}

.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.services .iconbox-yellow i {
    color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
    color: #fff;
}

.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.services .iconbox-red i {
    color: #ff5828;
}

.services .iconbox-red:hover .icon i {
    color: #fff;
}

.services .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.services .iconbox-teal i {
    color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
    color: #fff;
}

.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}













/* --------------------------------------------------------------
Profile Builder Plugin
-------------------------------------------------------------- */


/* --------------------------------------------------------------
1.0 Reset
-------------------------------------------------------------- */
.wppb-user-forms,
.wppb-user-forms * {
    box-sizing: border-box !important;
}

/* --------------------------------------------------------------
2.0 Forms
-------------------------------------------------------------- */

.form-check-input:checked ~ .form-check-label .off-text {
    display: none;
}

.form-check-input:not(:checked) ~ .form-check-label .on-text {
    display: none;
}


.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"],
.wppb-user-forms select,
.wppb-user-forms textarea {
    color: var(--blue-color);
    border: 1px solid var(--gray-color);
    border-radius: 0.375rem; /* Bootstrap rounded */
    padding: 0.5rem;
    width: 100%;
}

.wppb-user-forms input:focus,
.wppb-user-forms textarea:focus,
.wppb-user-forms select:focus {
    color: var(--blue-color);
    border-color: var(--red-color);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(233, 77, 16, 0.25); /* red-color focus ring */
}

.wppb-user-forms button,
.wppb-user-forms input[type="submit"] {
    background-color: var(--red-color);
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease-in-out;
}

.wppb-user-forms button:hover,
.wppb-user-forms input[type="submit"]:hover {
    background-color: var(--blue-color);
}

/* Disabled buttons */
.wppb-user-forms .login-submit #wppb-submit:disabled,
.wppb-user-forms .form-submit #wppb-recover-password-button:disabled,
.wppb-user-forms .form-submit #register:disabled,
.wppb-user-forms .form-submit #edit_profile:disabled {
    background: var(--gray-color);
    opacity: 0.6;
    cursor: not-allowed;
}

/* --------------------------------------------------------------
3.0 Layout & Alignment (Bootstrap-based)
-------------------------------------------------------------- */
.wppb-user-forms > ul {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.wppb-user-forms > .form-submit {
    max-width: 900px;
    margin: auto;
    padding: 20px 0;
}

/* Use Bootstrap grid instead of floats */
.wppb-form-field {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.wppb-form-field label {
    width: 100%;
    font-weight: 500;
    color: var(--blue-color);
    padding-top: 0.5rem;
}

.wppb-form-field input,
.wppb-form-field select,
.wppb-form-field textarea {
    width: 100%;
}

.wppb-form-field.login-remember{
    width: fit-content;
    align-items: center;
    justify-content: center;
}


.wppb-password-field-container{
    width: 100%;
}

.wppb-form-field input[name="rememberme"]{
    width: fit-content;
    padding: 0;
}

.wppb-form-field label[for="rememberme"]{
    width: fit-content;
    padding: 0;
}

/* Mobile: stack labels & inputs */
@media (max-width: 768px) {
}

/* --------------------------------------------------------------
4.0 Alerts
-------------------------------------------------------------- */
.wppb-error,
.wppb-warning,
.wppb-notice,
.wppb-success {
    padding: 0.75rem 1rem;
    margin: 1rem auto;
    border-radius: 0.375rem;
    max-width: 900px;
}


.wppb-form-error{
    color: var(--red-color);
}

/* Error */
.wppb-error,
.wppb-warning {
    background: rgba(233, 77, 16, 0.1); /* light red */
    border: 1px solid var(--red-color);
    color: var(--red-color);
}

/* Success */
.wppb-success {
    background: rgba(54, 78, 88, 0.1); /* light blue */
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
}

/* Notice */
.wppb-notice {
    background: var(--white-color);
    border: 1px solid var(--gray-color);
    color: var(--blue-color);
}

/* --------------------------------------------------------------
5.0 Tables (Responsive)
-------------------------------------------------------------- */
.wppb-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.wppb-table th {
    background: var(--white-color);
    color: var(--blue-color);
    font-weight: 600;
    padding: 0.75rem;
    border: 1px solid var(--gray-color);
}

.wppb-table td {
    padding: 0.75rem;
    border: 1px solid var(--gray-color);
}

/* Responsive table like Bootstrap 5 */
@media (max-width: 720px) {
    .wppb-table,
    .wppb-table thead,
    .wppb-table tbody,
    .wppb-table th,
    .wppb-table td,
    .wppb-table tr {
        display: block;
        width: 100%;
    }

    .wppb-table tr {
        margin-bottom: 1rem;
        border: 1px solid var(--gray-color);
        border-radius: 0.375rem;
        padding: 0.5rem;
    }

    .wppb-table td {
        border: none;
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
    }

    .wppb-table td:before {
        content: attr(data-label);
        font-weight: 600;
        color: var(--blue-color);
    }
}




/* --------------------------------------------------------------
Single Post Styles
 */

/* ============================
   BREADCRUMBS SECTION
   ============================ */
.breadcrumb-section {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    font-size: 0.9rem;
    color: #666;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color var(--transition-speed);
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
}

.breadcrumb-item.active {
    color: var(--primary-color);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #999;
}

/* ============================
   ARTICLE HERO SECTION
   ============================ */
.article-hero {
    background-color: #ffffff;
}

.article-category {
    display: flex;
    gap: 0.5rem;
}

.category-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: var(--primary-color);
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all var(--transition-speed);
}

.category-badge:hover {
    background-color: var(--accent-color);
    color: var(--text-light);
}

.article-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    font-size: 0.95rem;
    color: #666;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.meta-item i {
    color: var(--primary-color);
}

.meta-item a {
    color: #666;
    text-decoration: none;
    transition: color var(--transition-speed);
}

.meta-item a:hover {
    color: var(--primary-color);
}

/* ============================
   FEATURED IMAGE SECTION
   ============================ */
.featured-image-section {
    background-color: #f8f9fa;
    padding: 2rem 0;
}

.featured-image-wrapper {
    width: 100%;
    overflow: hidden;
}

.featured-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================
   ARTICLE CONTENT SECTION
   ============================ */
.article-content-section {
    background-color: #ffffff;
}

/* Social Share Top */
.social-share-top {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-left: 4px solid var(--primary-color);
}

.share-label {
    font-weight: 600;
    color: var(--text-dark);
    white-space: nowrap;
}

.share-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    text-decoration: none;
    transition: all var(--transition-speed);
}

.share-btn.facebook { background-color: #3b5998; }
.share-btn.twitter { background-color: #1da1f2; }
.share-btn.linkedin { background-color: #0077b5; }
.share-btn.pinterest { background-color: #bd081c; }
.share-btn.email { background-color: #666; }

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: var(--text-light);
}

/* Article Body */
.article-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.article-body h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.article-body h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-body h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.article-body p {
    margin-bottom: 1.5rem;
}

.article-body ul,
.article-body ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.article-body li {
    margin-bottom: 0.75rem;
}

.article-body a {
    color: var(--primary-color);
    text-decoration: underline;
    transition: color var(--transition-speed);
}

.article-body a:hover {
    color: var(--accent-color);
}

.article-body img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
    border-radius: 0;
}

.article-body blockquote {
    border-left: 4px solid var(--primary-color);
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    background-color: #f8f9fa;
    font-style: italic;
    font-size: 1.15rem;
}

/* Article Tags */
.article-tags {
    padding: 2rem;
    background-color: #f8f9fa;
}

.tags-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.tags-title i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tag-item {
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all var(--transition-speed);
}

.tag-item:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-light);
}

/* Author Bio */
.author-bio-section {
    border-top: 2px solid #e0e0e0;
    padding-top: 2rem;
}

.author-bio-card {
    display: flex;
    gap: 2rem;
    padding: 2rem;
    background-color: #f8f9fa;
}

.author-avatar {
    flex-shrink: 0;
}

.author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid var(--primary-color);
}

.author-info {
    flex-grow: 1;
}

.author-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.author-name a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color var(--transition-speed);
}

.author-name a:hover {
    color: var(--primary-color);
}

.author-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.author-social {
    display: flex;
    gap: 1rem;
}

.author-social a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--text-light);
    text-decoration: none;
    transition: all var(--transition-speed);
}

.author-social a:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
}

/* Post Navigation */
.post-navigation {
    border-top: 2px solid #e0e0e0;
    padding-top: 2rem;
}

.nav-post {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background-color: #f8f9fa;
    text-decoration: none;
    transition: all var(--transition-speed);
    height: 100%;
}

.nav-post:hover {
    background-color: var(--primary-color);
    transform: translateY(-5px);
}

.nav-label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-post:hover .nav-label {
    color: var(--text-light);
}

.nav-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
}

.nav-post:hover .nav-title {
    color: var(--text-light);
}

.next-post {
    text-align: right;
}

/* ============================
   SIDEBAR STYLES
   ============================ */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    margin-bottom: 2.5rem;
    padding: 2rem;
    background-color: #f8f9fa;
}

.widget-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--primary-color);
}

/* Search Widget */
.search-widget {
    background-color: #ffffff;
    border: 2px solid var(--primary-color);
}

.search-form .form-control {
    border: 1px solid #e0e0e0;
    padding: 0.875rem 1rem;
    font-size: 1rem;
}

.search-form .btn-search {
    background-color: var(--primary-color);
    color: var(--text-light);
    border: none;
    padding: 0.875rem 1.5rem;
}

.search-form .btn-search:hover {
    background-color: var(--accent-color);
}

/* Author Widget */
.author-mini {
    text-align: center;
}

.author-mini img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.author-mini-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.author-mini-bio {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.view-profile-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--primary-color);
    color: var(--text-light);
    text-decoration: none;
    font-weight: 600;
    transition: all var(--transition-speed);
}

.view-profile-btn:hover {
    background-color: var(--accent-color);
    color: var(--text-light);
}

/* Categories Widget */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 0.75rem;
}

.category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    color: #666;
    text-decoration: none;
    transition: all var(--transition-speed);
}

.category-list a:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding-left: 1.5rem;
}

.category-list i {
    margin-right: 0.5rem;
}

.cat-count {
    color: var(--primary-color);
    font-weight: 600;
}

.category-list a:hover .cat-count {
    color: var(--text-light);
}

/* Popular Posts Widget */
.popular-post-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.popular-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popular-post-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.popular-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-speed);
}

.popular-post-thumb:hover img {
    transform: scale(1.1);
}

.popular-post-content {
    flex-grow: 1;
}

.popular-post-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.popular-post-title a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color var(--transition-speed);
}

.popular-post-title a:hover {
    color: var(--primary-color);
}

.popular-post-date {
    font-size: 0.85rem;
    color: #999;
}

.popular-post-date i {
    margin-right: 0.3rem;
}

/* Newsletter Widget */
.newsletter-widget {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.newsletter-widget .widget-title {
    color: var(--text-light);
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.newsletter-text {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.newsletter-sidebar-form .form-control {
    border: none;
    padding: 0.875rem 1rem;
    margin-bottom: 0.75rem;
}

.btn-subscribe {
    background-color: var(--secondary-color);
    color: var(--text-light);
    border: none;
    padding: 0.875rem 1.5rem;
    width: 100%;
    font-weight: 600;
    transition: all var(--transition-speed);
}

.btn-subscribe:hover {
    background-color: #000000;
    color: var(--text-light);
}

/* Tags Cloud Widget */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-cloud-item {
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    color: #666;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all var(--transition-speed);
}

.tag-cloud-item:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
}

/* ============================
   RELATED POSTS SECTION
   ============================ */
.related-posts-section {
    background-color: #f8f9fa;
}

.related-post-card {
    background-color: #ffffff;
    overflow: hidden;
    transition: all var(--transition-speed);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.related-post-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.related-post-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-speed);
}

.related-post-card:hover .related-post-image img {
    transform: scale(1.1);
}

.related-post-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.related-post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 0.85rem;
}

.related-category {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 0.25rem 0.75rem;
    text-decoration: none;
    font-weight: 600;
}

.related-date {
    color: #999;
}

.related-post-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.related-post-title a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color var(--transition-speed);
}

.related-post-title a:hover {
    color: var(--primary-color);
}

.related-post-excerpt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.read-more-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all var(--transition-speed);
}

.read-more-link:hover {
    color: var(--accent-color);
    gap: 1rem;
}

/* ============================
   BLOG CTA SECTION
   ============================ */
.blog-cta-section {
    background-color: #ffffff;
}

.blog-cta-card {
    background-color: var(--primary-color);
    padding: 3rem 2rem;
    color: var(--text-light);
}

.blog-cta-card .cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.blog-cta-card .cta-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.btn-cta-primary {
    background-color: var(--text-light);
    color: var(--primary-color);
    padding: 1rem 2.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all var(--transition-speed);
}

.btn-cta-primary:hover {
    background-color: var(--secondary-color);
    color: var(--text-light);
    transform: translateY(-2px);
}

/* ============================
   RESPONSIVE DESIGN
   ============================ */
@media (max-width: 991.98px) {
    .article-title {
        font-size: 2.25rem;
    }

    .blog-sidebar {
        position: static;
        margin-top: 3rem;
    }

    .author-bio-card {
        flex-direction: column;
        text-align: center;
    }

    .author-social {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .article-title {
        font-size: 1.75rem;
    }

    .article-meta {
        gap: 1rem;
        font-size: 0.85rem;
    }

    .social-share-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .article-body {
        font-size: 1rem;
    }

    .article-body h2 {
        font-size: 1.5rem;
    }

    .article-body h3 {
        font-size: 1.3rem;
    }

    .sidebar-widget {
        padding: 1.5rem;
    }

    .blog-cta-card {
        text-align: center;
        padding: 2rem 1.5rem;
    }

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

@media (max-width: 575.98px) {
    .article-title {
        font-size: 1.5rem;
    }

    .breadcrumb-item {
        font-size: 0.8rem;
    }

    .share-buttons {
        width: 100%;
    }

    .article-tags {
        padding: 1rem;
    }
}