/* Preloader styling */
.preloader {
    background-color: var(--primary-color) !important; /* Main purple color */
}

/* Adjust preloader text color for better visibility on purple background */
.loaderO span {
    color: #ffffff !important; /* White text for better contrast */
}

:root {
    --primary-color: #5019a9; /* Updated Purple */
    --secondary-color: #5F4B8B; /* Medium Purple */
    --accent-color: #FF8C00; /* Dark Orange */
    --text-color: #333333;
    --light-text: #ffffff;
    --light-bg: #f8f9fa;
    --dark-bg: #343a40;
    --border-color: #dee2e6;
    --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* General Styling */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--accent-color);
    text-decoration: none;
}

/* Section Padding */
body:not(.home-page):not(.about-page) section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

body:not(.home-page):not(.about-page) section.noPaddingSection {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* About Page Specific Styling */
.about-page section {
    display: block !important;
}

.about-page .aboutSection {
    background: url(../images/bg/20.jpg) no-repeat right top #fafafa !important;
    padding: 139px 0 15px !important;
}

/* Navigation Styling */
.header01 {
    background-color: var(--primary-color) !important;
}

.mainMenu {
    margin-right: 20px !important;
}

.mainMenu ul li a {
    font-size: 15px !important;
}

.cwcInfo i {
    font-size: 17px;
    color: #f13127;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 1px;
    color: #f13127 !important;
}

.logo {
    padding: 0px 0 !important;
}

.logo img {
    height: 150px !important;
    max-width: 100% !important;
    max-height: 100px !important;
    width: 400px !important;
    object-fit: contain !important;
}

.accessNav {
    padding-left: 10px !important;
}

/* Button Styling */
.lab_btn {
    background-color: var(--primary-color) !important;
    color: var(--light-text) !important;
}

.lab_btn:hover {
    background-color: var(--accent-color) !important;
    color: var(--light-text) !important;
}

/* Page Banner Styling */
.pageBanner {
    background-position: center !important;
    background-size: cover !important;
    display: none !important;
}

.pageBanner::before {
    background-color: rgba(72, 61, 139, 0.8) !important; /* Dark Slate Blue with opacity */
}

/* Section Title Styling */
.secTitle {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    margin-top: 100px;
}

.secSubTitle {
    color: var(--accent-color) !important;
}

/* Flip Box Styling for Target Audience Pages */
.flip_box .flipper .front,
.flip_box .flipper .back {
    background-color: var(--primary-color) !important;
}

.flip_box .flipper .front h3,
.flip_box .flipper .back h3 {
    color: #fff !important;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.professional-icon, 
.gov-icon, 
.ngo-icon, 
.private-icon,
.audience-icon,
.oil-gas-icon,
.policy-icon,
.me-icon,
.leadership-icon,
.pm-icon,
.cpa-icon {
    color: #fff !important;
    font-size: 48px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Institution Box Styling for Target Audience Pages */
.institution_box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
}

.institution_box:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.institution_icon {
    margin-bottom: 20px;
}

.institution_icon i {
    font-size: 48px;
    color: var(--primary-color);
}

.institution_box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}

.institution_box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.institution_box ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.institution_box ul li:last-child {
    border-bottom: none;
}

/* Service Box Styling for Target Audience Pages */
.service_box_3 {
    background: #fff;
    padding: 40px 30px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: all 0.4s ease;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.service_box_3:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.service_box_3 .ico_div {
    margin-bottom: 24px;
}

.service_box_3 .ico_div i {
    font-size: 48px;
    color: var(--primary-color);
}

.service_box_3 h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.service_box_3:hover h3 {
    color: var(--primary-color);
}

.service_box_3 p {
    margin-bottom: 0;
}

/* Benefits Section Styling */
.benefits_img img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.benefits_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.icon_list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.icon_list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.icon_list li i {
    color: var(--primary-color);
    margin-right: 10px;
    min-width: 20px;
    margin-top: 3px;
}

.icon_list li p {
    margin: 0;
}

/* Case Study Box Styling */
.case_study_box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.case_study_box:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.case_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.case_content {
    padding: 30px;
}

.case_content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.case_content p {
    margin-bottom: 20px;
}

.case_results h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.case_results ul {
    padding-left: 20px;
    margin: 0;
}

.case_results ul li {
    margin-bottom: 5px;
}

/* Program Box Styling for Professionals Page */
.program_box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.4s ease;
}

.program_box:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.program_date {
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    padding: 15px;
}

.program_date span {
    font-size: 18px;
    font-weight: 600;
}

.program_content {
    padding: 25px;
}

.program_content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.program_details {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.program_details li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.program_details li:last-child {
    border-bottom: none;
}

.program_details li i {
    color: var(--primary-color);
    margin-right: 10px;
}

.learn_more {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.learn_more:hover {
    color: var(--accent-color);
    text-decoration: none;
}

/* CTA Section Styling */
.ctaSection {
    background-color: var(--primary-color) !important;
}

.ctaSection .secTitle {
    color: #fff !important;
}

.ctaSection .secSubTitle2 {
    color: var(--accent-color) !important;
}

/* Icon Styling */
[class^="laf-"], [class*=" laf-"] {
    color: var(--primary-color);
}

.singleService01 .ss01Content i {
    font-size: 48px;
}

.fact01 i {
    font-size: 48px;
}

.iconBox01 i {
    font-size: 48px;
}

.testCatItem i {
    font-size: 48px;
}

/* Responsive Menu Styling */
@media (max-width: 1199px) {
    .mainMenu ul li a {
        padding: 34px 10px !important;
        font-size: 14px !important;
    }

    .requestBTN {
        padding: 12px 15px !important;
    }
}

/* Media Queries */
@media (max-width: 991px) {
    .benefits_content {
        padding-left: 0 !important;
        margin-top: 40px;
    }
}

/* Audience Grid Styling */
.service_box_2 .service_content {
    background: rgba(72, 61, 139, 0.95) !important; /* Primary color with higher opacity */
    z-index: 10;
    text-align: center;
}

.service_box_2:hover .service_content {
    background: rgba(255, 140, 0, 0.95) !important; /* Accent color with higher opacity */
}

.service_box_2 .service_content i {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
    display: block;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Add text shadow for better visibility */
}

.service_box_2 .service_content h3 {
    font-size: 20px;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Add text shadow for better visibility */
    color: #fff !important; /* Force white color for better contrast */
    font-weight: 600;
}

.service_box_2 .service_content h3 a {
    color: #fff !important; /* Force white color for better contrast */
    text-decoration: none;
    font-weight: 600;
}

/* Target Audience Overview Page Styling */
.audience-icon {
    color: var(--primary-color) !important;
    font-size: 48px !important;
}

/* Why Choose Us Section Styling */
.whyChooseUsImg {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.whyChooseUsImg img {
    max-width: 100%;
    width: 500px;
    height: 700px;
    border-radius: 10px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.whyChooseUsImg img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .whyChooseUsImg {
        margin-bottom: 30px;
    }
}
.testimonial_item {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.testimonial_item:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.testimonial_content i {
    color: var(--primary-color);
    font-size: 30px;
    opacity: 0.3;
    margin-bottom: 15px;
}

.testimonial_author h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--text-color);
}

.testimonial_author h6 {
    font-size: 14px;
    color: #666;
    margin: 0;
}
