.mindset-logo img {
    width: 200px !important;
}

.banner-title-text {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.banner-sub-text {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
}

.banner-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.welcome-text {
    margin-bottom: 15px !important;
}

.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
}

.feature-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #5e5e5e;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.quote-text {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

.services-title {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.services-title::after {
    content: '';
    display: block;
    width: 100%;
    text-align: center;
    height: 2px;
    background-color: #ffffff;
    margin-top: 10px;
}

.feature-box:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-box {
    height: 295px;
}

.contact-text {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    text-align: left;
    margin-bottom: 20px;
}


/* Large screen styling (above 1200px) */

@media (min-width: 1200px) {
    .contact-box {
        height: 360px;
    }
    .contact-text {
        font-size: 28px;
    }
}


/* Contact Page Styling */

.contact-form-section {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-info-section {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: fit-content;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(45deg, #647f94, #3498db);
    margin: 10px auto;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 16px;
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
}


/* Contact Form Styling */

.contact-form {
    margin-top: 20px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fff;
}

.contact-form .form-control:focus {
    border-color: #647f94;
    box-shadow: 0 0 0 0.2rem rgba(100, 127, 148, 0.25);
    outline: none;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form .btn-primary {
    background: linear-gradient(45deg, #647f94, #3498db);
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100, 127, 148, 0.4);
    background: linear-gradient(45deg, #5a6b7c, #2980b9);
}


/* Contact Methods Styling */

.contact-method {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.contact-method:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #647f94, #3498db);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

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

.contact-details h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.contact-details p {
    margin-bottom: 5px;
    font-size: 16px;
}

.contact-details a {
    color: #647f94;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #3498db;
    text-decoration: none;
}

.contact-details small {
    color: #7f8c8d;
    font-size: 13px;
    font-style: italic;
}

.booking-link {
    color: #e74c3c !important;
    font-weight: 600 !important;
}

.booking-link:hover {
    color: #c0392b !important;
}


/* Social Links Styling */

.social-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.social-icon {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    text-decoration: none;
    color: #647f94;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.social-icon:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.social-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: #bc1888;
}

.social-icon.linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
}

.social-icon i {
    margin-right: 8px;
    font-size: 16px;
}


/* Footer Social Links Styling */


/* Right content row - displays social links and "To Top" in a row */

.right-content-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-social-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.footer-social-links .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-social-links .social-icon i {
    margin-right: 0;
    font-size: 18px;
}

.footer-social-links .social-icon:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.footer-social-links .social-icon.whatsapp:hover {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}

.footer-social-links .social-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: #bc1888;
    color: #fff;
}


/* Contact Note Styling */

.contact-note {
    background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
    padding: 25px;
    border-radius: 12px;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

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

.note-icon i {
    color: #fff;
    font-size: 16px;
}

.note-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 8px;
}

.note-content p {
    font-size: 14px;
    color: #636e72;
    margin: 0;
    line-height: 1.5;
}


/* Form Status Styling */

.form-status {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
}

.form-status.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-status.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media (max-width: 768px) {
    .banner-title-text {
        font-size: 22px !important;
    }
    .banner-sub-text {
        font-size: 18px !important;
    }
    .feature-box h3 {
        font-size: 18px;
    }
    .quote-text {
        font-size: 20px;
    }
    .services-title {
        font-size: 28px;
    }
    .feature-box {
        margin-bottom: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .mindset-header {
        background-color: #647f94 !important;
    }
    .contact-text {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        font-family: 'Times New Roman', Times, serif;
        font-style: italic;
        text-align: left;
        margin-bottom: 10px;
    }
    /* Mobile Contact Page Styling */
    .contact-form-section {
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    .contact-info-section {
        padding: 20px;
        margin-top: 20px;
    }
    .section-title {
        font-size: 24px;
    }
    .contact-method {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    .contact-icon {
        margin: 0 auto 15px auto;
    }
    .social-links {
        justify-content: center;
        flex-wrap: wrap;
    }
    .contact-note {
        flex-direction: column;
        text-align: center;
    }
    .note-icon {
        margin: 0 auto 15px auto;
    }
}


/* About Page Styling */

.about-content {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}

.about-content p {
    margin-bottom: 15px;
}

.about-content h1,
.about-content h2,
.about-content h3,
.about-content h4,
.about-content h5,
.about-content h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2c3e50;
}

.about-content ul,
.about-content ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.about-content li {
    margin-bottom: 5px;
}

.about-content blockquote {
    border-left: 4px solid #647f94;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #666;
}

.about-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

.about-content a {
    color: #647f94;
    text-decoration: none;
}

.about-content a:hover {
    color: #3498db;
    text-decoration: underline;
}


/* Remove extra spacing from CKEditor content */

.about-content br {
    line-height: 1.2;
}


/* Resources Dropdown Menu Styling */

.navigation .main-nav nav ul li.dropdown {
    position: relative;
}

.navigation .main-nav nav ul li.dropdown .dropdown-toggle {
    position: relative;
    padding-right: 20px;
}

.navigation .main-nav nav ul li.dropdown .caret {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    transition: transform 0.3s ease;
}

.navigation .main-nav nav ul li.dropdown:hover .caret {
    transform: translateY(-50%) rotate(180deg);
}

.navigation .main-nav nav ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 8px 0;
    margin-top: 5px;
}

.navigation .main-nav nav ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navigation .main-nav nav ul li.dropdown .dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.navigation .main-nav nav ul li.dropdown .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0;
    font-size: 14px;
}

.navigation .main-nav nav ul li.dropdown .dropdown-menu li a:hover {
    background: #647f94;
    color: #fff;
    text-decoration: none;
}

.navigation .main-nav nav ul li.dropdown .dropdown-menu li.active a {
    background: #647f94;
    color: #fff;
}


/* Mobile dropdown styling */

@media (max-width: 768px) {
    .navigation .main-nav nav ul li.dropdown .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: #f8f9fa;
        margin: 0;
        padding: 0;
        display: none;
    }
    .navigation .main-nav nav ul li.dropdown:hover .dropdown-menu {
        display: block;
    }
    .navigation .main-nav nav ul li.dropdown .dropdown-menu li a {
        padding: 8px 30px;
        border-bottom: 1px solid #e9ecef;
    }
}