/*
Template Name: WpF Degree
Author: WpFreeware
Author URI: http://wpfreeware.com/
Description: Ultra Responsive Bootstrap Educational Html5 Template.
License: GPL V3 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/


/* Table of Content
==================================================
	#BASIC TYPOGRAPHY
	#HOME HEADER
	#HOME SLIDER SECTION
	#HOME ABOUT US
	#HOME WHY US SECTION
	#HOME COURSE SECTION
	#HOME OUR TUTORS SECTION
	#HOME STUDENTS TESTIMONIAL SECTION
  #FOOTER 
  #COURSE ARCHIVE PAGE
  #COURSE SINGLE PAGE
  #BLOG PAGE
  #EVENTS
  #GALLERY
  #CONTACT
  #404 page
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #1f2933;
  background: #ffffff;
}
.slider img {
  width: 100%;
  height: auto;
  display: block;
}
.header {
  text-align: center;
  background: #186e99;
  color: #c9d1d3;
  padding: 20px 0;
}
.header h1 {
  font-size: 2.5rem;
  margin: 0;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  color: #186e99;
  font-size: 2rem;
  border-bottom: 2px solid #42b9f4;
  display: inline-block;
  padding-bottom: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.col-sm-6,
.col-md-4 {
  flex: 1 1 45%;
  margin-bottom: 20px;
}
a:focus, .btn:focus {
    outline: 3px solid #42b9f4; /* Accessible outline for focus */
}
.logo-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
:root {
    --primary-color: #186e99;
    --secondary-color: #42b9f4;
    --text-color: #333;
    --background-color: #f9f9f9;
}

h4, .btn-primary {
    color: var(--primary-color);
}
h1, h2, h3, p, ul {
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
}
ul {
    padding-left: 20px;
}
a {
    text-decoration: none;
    color: #007BFF;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #007BFF;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}
.btn:hover {
    background-color: #0056b3;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.section {
    padding: 40px 0;
}
.sidebar {
    background: #333;
    color: white;
    padding: 20px;
}
.sidebar a {
    color: #f1f1f1;
}

img {
    border: none;
    max-width: 100%; /* Ensures images are responsive */
    height: auto;
    display: block;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9); /* Semi-transparent black for better UX */
    z-index: 99999; /* Stays above all content */
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.5s ease-in-out;
}

#status {
    background: url("img/status.webp") center/contain no-repeat; /* Faster loading */
}

/* Scroll-to-Top Button */
.scrollToTop {
    background: none; /* Remove image */
    background-color: #ffffff;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: none;
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.scrollToTop::before {
    content: 'â¬†'; /* Add an up arrow */
    font-size: 1.5rem;
    color: #ccc;
}

.scrollToTop:hover {
    background-color: #f7f7f7;
    transform: translateY(-5px) scale(1.1); /* Lifts and enlarges slightly */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Show button on scroll */
.scrollToTop.active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}
@media (max-width: 768px) {
    .header h1 {
        font-size: 1.8rem;
    }

    .btn-primary {
        font-size: 0.9rem;
        padding: 8px 15px;
    }
}
/*--------------------*/
/* HOME HEADER */
/*--------------------*/

#header {
    display: flex; /* Modern layout approach */
    width: 100%;
    background-color: #313b3d;
    align-items: center;
}

/* Menu Area */
.menu_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Handles responsiveness */
}

/* Navbar Brand */
.navbar-default .navbar-brand {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ddd;
    background-color: transparent;
}

/* Navbar */
.navbar-default {
    background-color: #313b3d;
    border: none; /* Removes border for a clean look */
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

body {
    padding-top: 60px; /* Adjust based on navbar height */
}

#navbar {
    overflow-x: hidden;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: color 0.3s ease, transform 0.3s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ddd;
    transform: translateY(-2px); /* Subtle hover effect */
}

.navbar-default .navbar-nav > .active > a {
    color: #ddd;
}

/* Dropdown Menu */

.navbar-nav > li > .dropdown-menu {
    background-color: #48575a;
    border-radius: 5px; /* Adds a rounded edge */
    margin-top: 10px;
    padding: 10px 0;
}

.navbar-nav > li > .dropdown-menu:before {
    border-bottom: 15px solid #48575a;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    position: absolute;
    right: 20px;
    top: -15px;
}

.navbar-nav > li > .dropdown-menu li a {
    color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease;
}

.navbar-nav > li > .dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ddd;
    background-color: transparent;
}

/* Mobile Toggle */
.navbar-default .navbar-toggle {
    border: none;
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #414a4c;
}

/* Open State */
.navbar-default .navbar-nav > .open > a {
    color: #ddd;
}
.dropdown-menu {
    z-index: 1050; /* or higher */
}
.navbar {
    position: relative;
    z-index: 10;
}
/*--------------------*/
/* HOME SLIDER SECTION */
/*--------------------*/
#slider {
    width: 100%; /* Full width */
    height: auto; /* Adjust height based on content */
    overflow: hidden; /* Prevent scrollbars for oversized content */
}

.slider img {
    width: 100%; /* Fill the container */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensures the image covers the container nicely */
}
.slider_area {
    background-color: #ccc;
    display: flex;
    flex-direction: column; /* Align captions vertically */
    margin-top: 80px;
    width: 100%;
    position: relative;
}

.slider_caption {
    width: 40%; /* Adjust to smaller size for less overlap */
    left: 5%; /* Keep consistent spacing from the left edge */
    top: 20%; /* Adjust positioning */
}
.slider_caption h2 {
    font-size: 28px; /* Slightly smaller header text */
}
.slider_caption p {
    font-size: 14px; /* Smaller paragraph text */
}
.slider_caption {
    z-index: 2; /* Higher than background but lower than potential modals */
}
.slider_btn {
    padding: 8px 16px; /* Smaller padding */
    font-size: 14px; /* Adjust font size */
}
.slider_btn:hover,
.slider_btn:focus {
    background-color: #fff;
    color: #313b3d;
    border-color: #313b3d;
}
.learn-more-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-family: "Varela", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #0073e6; /* Primary color */
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.learn-more-btn:hover,
.learn-more-btn:focus {
  background-color: #005bb5; /* Darker shade for hover effect */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
/* Navigation Controls */
.next,
.prev {
    display: none;
}

.slider_area:hover .next,
.slider_area:hover .prev {
    display: block; /* Visible on hover */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.next {
    right: 10px;
}

.prev {
    left: 10px;
}
/*--------------------*/
/* HOME ABOUT US */
/*--------------------*/
#aboutUs {
    padding: 60px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutus_area {
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.aboutus_area p {
    line-height: 1.6;
    font-size: 16px;
}

.titile {
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
}

.titile:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 5px;
    background-color: #313b3d;
}

/* Newsfeed Section */
.newsfeed_area {
    padding: 15px;
    width: 100%;
}

.feed_tabs li {
    margin-bottom: -2px;
}

.feed_tabs li a {
    font-family: "Varela", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.feed_tabs li a:hover {
    color: #313b3d;
}

.news_tab {
    margin-top: 15px;
}

.news_tab li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 15px;
}

.news_tab li:last-child {
    border-bottom: none;
}

.news_img {
    width: 100px;
    height: 70px;
    overflow: hidden;
    margin-right: 15px;
}

.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_tab .media-body > a {
    font-size: 15px;
    font-weight: bold;
    color: #313b3d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news_tab .media-body > a:hover {
    color: #555;
}

.feed_date {
    color: #aaa;
    font-style: italic;
    font-size: 14px;
}

.see_all {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #313b3d;
    transition: all 0.3s ease;
    float: right;
}

.see_all:hover,
.see_all:focus {
    color: #555;
}

/* Notices Section */
.single_notice_pane {
    width: 100%;
    display: flex;
    justify-content: center;
}

.single_notice_pane .slick-prev,
.single_notice_pane .slick-next {
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.single_notice_pane .slick-prev {
    background-image: url("img/nav-prev.png");
    left: 10px;
}

.single_notice_pane .slick-next {
    background-image: url("img/nav-next.png");
    right: 10px;
}
/*--------------------*/
/* HOME WHY US SECTION */
/*--------------------*/
:root {
  --primary-color: #186e99; /* Primary color matching the HTML */
  --secondary-color: #f6f6f6;
  --highlight-color: #ffffff;
  --text-primary: #0d5a87;
  --text-secondary: #66696b;
  --hover-scale: 1.1; /* Slight hover scale for better interaction */
  --font-base: 'Arial', sans-serif;
  --font-size-base: 16px;
}

body {
  font-family: var(--font-base);
  font-size: var(--font-size-base);
  margin: 0;
  padding: 0;
}
 body, html {
    overflow: visible;
}


#whyUs {
  width: 100%;
}

.whyus_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--secondary-color);
  padding: 60px 20px;
  text-align: center;
}

.title_area {
  margin-bottom: 40px;
}

.title_area h2.title_two {
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.title_area span {
  height: 5px;
  width: 50px;
  background-color: var(--primary-color);
  display: block;
  margin: 10px auto;
  border-radius: 2.5px;
}

.single_whyus_top {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single_whyus_top:hover {
  transform: scale(var(--hover-scale));
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.whyus_icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--highlight-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin: 0 auto 15px auto;
}

.single_whyus_top h3 {
  font-size: 1.25rem;
  color: var(--text-primary);
  font-weight: bold;
  margin-bottom: 10px;
}

.single_whyus_top p {
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.whyus-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.whyus-item .single_whyus_top {
  max-width: 250px;
}

.whyus_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  background: url('img/skills_bg.jpg') center/cover no-repeat;
  position: relative;
  padding: 85px 20px;
}

.slider_overlay {
  background-color: rgba(36, 36, 52, 0.8);
  position: absolute;
  inset: 0;
}

.skills {
  z-index: 1;
  color: var(--highlight-color);
  text-align: center;
}

.skills h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.single_skill h4 {
  font-size: 1.25rem;
}
/*--------------------*/
/* HOME COURSE SECTION */
/*--------------------*/
#ourCourses {
  background-color: var(--secondary-color);
  padding: 60px 20px;
}

.course_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.single_course {
  background-color: var(--highlight-color);
  border: 1px solid #efefef;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 300px;
}

.single_course:hover {
  transform: scale(var(--hover-scale));
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.singCourse_imgarea {
  position: relative;
  overflow: hidden;
}

.singCourse_imgarea img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.singCourse_imgarea:hover img {
  transform: scale(1.1);
}

.singCourse_content {
  padding: 15px;
}

.singCourse_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.singCourse_price span {
  font-weight: bold;
  color: var(--primary-color);
}

.singCourse_author {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
}

.singCourse_author img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
/*--------------------*/
/* HOME OUR TUTORS SECTION */
/*--------------------*/

#ourTutors {
  background-color: #f9f9f9;
  padding: 60px 0;
  width: 100%;
}

.ourTutors_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.tutors_nav {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.tutors_nav > li {
  flex: 1 1 30%;
  max-width: 300px;
}

.single_tutors {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.single_tutors:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.tutors_thumb {
  border-radius: 50%;
  overflow: hidden;
  height: 120px;
  width: 120px;
  margin-bottom: 15px;
}

.tutors_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.single_tutors:hover .tutors_thumb img {
  transform: scale(1.1);
}

.singTutors_content {
  text-align: center;
}

.tutors_name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
  text-transform: capitalize;
}

.singTutors_content > span {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  display: block;
  font-style: italic;
}

.singTutors_content > p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.singTutors_social {
  margin-top: 10px;
}

.tutors_socnav {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.tutors_socnav li {
  display: inline-block;
}

.tutors_socnav li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #888;
  background: #fff;
  transition: all 0.3s ease;
}

.tutors_socnav li a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.tutors_nav .slick-dots li {
  border: 2px solid #ddd;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}

.tutors_nav .slick-dots li.slick-active button:before,
.tutors_nav .slick-dots li button:before {
  color: #333;
}

/*--------------------*/
/* HOME STUDENTS TESTIMONIAL SECTION */
/*--------------------*/

#studentsTestimonial{
  background-color: #f6f6f6;
  float: left;
  display: inline;
  width: 100%;  
  padding: 60px 0px;
}
.studentsTestimonial_content{
  float: left;
  display: inline;
  width: 100%;
}
.single_stsTestimonial{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.stsTestimonial_msgbox {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  display: inline;
  float: left;
  margin-bottom: 25px;
  padding: 13px;
  width: 100%;
  position: relative;
}
.stsTestimonial_msgbox:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  bottom: -15px;
  content: "";
  height: 0;
  left: 46%;
  position: absolute;
  width: 0;
}
.stsTesti_img {
  border: 5px solid #dbe2e9;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.stsTestimonial_content{
  float: left;
  display: inline;
  width: 100%;
}

/*--------------------*/
/* FOOTER SECTION */
/*--------------------*/
* ================= FOOTER PROTECTION ================= */

#footer,
.footer_top,
.single_footer_widget,
.footer_widget_nav,
.footer_social {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.footer_top h3 {
  font-size: 18px;
  font-weight: 600;
}

.footer_top p,
.footer_top li,
.footer_top a {
  font-size: 13px;
  color: #777;
}

.footer_top a:hover {
  color: #0d5a87;
}

/* Social Icons â€“ SAFE */
.footer_social li a {
  color: #777;
  font-size: 16px;
}

.footer_social li a:hover {
  color: #0d5a87;
}

/* ===== FIX FOOTER SOCIAL ICON ALIGNMENT ===== */

.footer_social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_social li {
  display: inline-block;   /* ðŸ‘ˆ THIS IS THE KEY */
  margin-right: 10px;
}

.footer_social li:last-child {
  margin-right: 0;
}

.footer_social li a {
  display: inline-block;
  color: #777;
  font-size: 16px;
}

.footer_social li a:hover {
  color: #0d5a87;
}


/*--------------------*/
/* COURSE ARCHIVE PAGE */
/*--------------------*/

#imgBanner {
  background-image: url("img/banner.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  float: left;
  height: 300px;
  margin-top: 77px;
  padding: 118px 0;
  text-align: center;
  width: 100%;
}
#imgBanner h2 {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#courseArchive{
  float: left;
  display: inline;
  width: 100%;
  background-color: #f6f6f6;
  padding: 60px 0px;
  min-height: 500px;
}
.courseArchive_content{
  float: left;
  display: inline;
  width: 100%;
}
.courseArchive_content .single_course {
  margin-bottom: 50px;
}
.pagination li a{
  -webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination li a:hover,.pagination li a:focus{
  color: #fff;
}
.single_sidebar {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

 .single_sidebar {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  float: none;              /* IMPORTANT */
  clear: both;              /* SAFE RESET */
}

.single_sidebar > h2 {
  color: #333;
  font-size: 22px;
  margin-bottom: 15px;
  border-bottom: 2px solid #0d5a87;
  padding-bottom: 6px;
}

.single_sidebar > h2 span{
  font-size: 24px;
}
.single_sidebar .news_tab .media-body > a {
  margin-top: 0;
}
.single_sidebar > ul > li>a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single_sidebar > ul > li>a:hover,.single_sidebar > ul > li>a:focus{
  text-decoration: none;
  outline: none;
}

/*------------------------*/
/* COURSE SINGLE PAGE CSS */
/*------------------------*/

/* ================= HERO ================= */
.course-hero {
  background: linear-gradient(135deg, #0f172a, #1e40af);
  color: #ffffff;
  padding: 90px 0;
}

.course-hero h1 {
  font-size: 42px;
  font-weight: 700;
}

.course-hero h2 {
  font-size: 24px;
  margin-top: 10px;
  color: #c7d2fe;
}

.hero-meta {
  margin-top: 15px;
  opacity: 0.9;
}

.hero-cta {
  margin-top: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.btn.primary {
  background: #2563eb;
  color: #fff;
  margin-right: 10px;
}

.btn.secondary {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* ================= MORE COURSES FIX ================= */

.more-courses {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.course-slide {
  padding: 0 10px;
}

.course-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  background: #fff;
}

.course-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.course-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.course-card .caption {
  padding: 15px;
  text-align: center;
}

.course-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.course-card p {
  font-size: 13px;
  color: #666;
  min-height: 36px;
}

.slick-prev:before,
.slick-next:before {
  color: #186e99;
  font-size: 28px;
}

/* ================= TRUST STRIP ================= */
.trust-strip {
  background: #f8fafc;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
}

/* ================= CONTENT ================= */
section {
  padding: 70px 0;
}

section h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.course-overview p {
  margin-bottom: 15px;
}

/* ================= WHY ================= */
.why-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}

/* ================= STRUCTURE ================= */
.module {
  background: #f8fafc;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

/* ================= ENTERPRISE ================= */
.enterprise-context {
  background: #0f172a;
  color: #ffffff;
  text-align: center;
}
.enterprise-hero .container,
.enterprise-contact .container,
.enterprise-stats .container {
  max-width: 1100px;
}

.enterprise-hero h1,
.enterprise-hero h2,
.enterprise-contact h2 {
  font-size: inherit;
}



/*--------------------*/
/* BLOG PAGE */
/*--------------------*/

.single_blog_archive {
  background-color: #fff;
  display: inline;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 15px;
  width: 100%;
}
.blogimg_container {
    width:100%;    
    overflow: hidden;
    margin-bottom: 8px;
}
.blog_img img {
  height: 100%;
  width:100%;
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -ms-transition: all 1s ease; /* IE 9 */
  -o-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
  transform: translate3d(0px, 0px, 0px);
}
.blog_img:hover img {
  opacity: 0.8;
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);
}
.blog_title {
  display: block;
  margin-bottom: 7px;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 0 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_title a:hover{
  text-decoration: none;
  outline: none;
}
.blog_commentbox{
  float: left;
  display: inline;
  width: 100%;
  padding: 0px 15px;
}

.blog_commentbox > p {
  color: #888;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin-right: 5px;
  border-right: 2px solid #ccc;
  padding-right: 5px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_commentbox :last-child{
  border-right: none;
}
.blog_commentbox > p i{
  margin-right: 5px;
}
.blog_commentbox>a{
  color: #888;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_commentbox>a i{
  margin-right: 5px;
}
.blog_summary {
  color: #9b9b9b;
  line-height: 18px;
  margin: 10px 5px 10px 0;
  padding: 0 15px;
}
.blog_readmore{
  position: relative;
  display: inline-block;
  margin: 15px 25px;
  outline: none;
  color: #9b9b9b;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 15px;
  float: right;
}
.blog_readmore:hover,.blog_readmore:focus{
  text-decoration: none;
  outline: none;
}
.blog_readmore::before,
.blog_readmore::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.blog_readmore::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.blog_readmore::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.blog_readmore:hover::before,
.blog_readmore:hover::after,
.blog_readmore:focus::before,
.blog_readmore:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.tags_nav li{
  display: inline-block;
}
.tags_nav li a {
  display: inline-block;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  color: #666;
}
.tags_nav li a:hover,.tags_nav li a:focus{
  color: #ffffff !important;
}
.tags_nav li a>i{
  margin-right: 5px;
}
.single_blog{
  float: left;
  display: inline;
  width: 100%;
}
.single_blog .blog_title{
  padding-left: 0px;
}
.single_blog .blog_commentbox{
  padding-left: 0px;
}
.single_blog p {
  line-height: 25px;
  font-size: 15px;
}
.single_blog blockquote{
  border-left: none;
}
.single_blog blockquote>span{
  font-size: 25px;
}
.single_blog ul li {
  line-height: 25px;
}
.single_blog ul li > span {
  margin-right: 5px;
}
.single_blog_prevnext {
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
}
.prev_post{
  display: inline-block;
  float: left;
  padding: 8px 16px;
  color: #ccc;
  border:2px solid #ccc;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.prev_post:hover{
  text-decoration: none;
  outline: none;
}
.prev_post>i{
  font-size: 20px;
  margin-right: 5px;
}
.next_post{
  display: inline-block;
  float: right;
  padding: 8px 16px;
  color: #ccc;
  border:2px solid #ccc;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.next_post:hover{
  text-decoration: none;
  outline: none;
}
.next_post>i{
  font-size: 20px;
  margin-left: 5px;
}
.related_post{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 40px;
}
.related_post > h2 {
  background-color: #fff;
  border-left: 5px solid;
  font-size: 25px;
  margin-bottom: 20px;
  padding: 10px;
}

/*--------------------*/
/* EVENTS */
/*--------------------*/

.events_slider_area{
  float: left;
  display: inline;
  width: 100%;
}
.events_slider{
  float: left;
  display: inline;
  width: 100%;
}
.events_slider .slick-prev {  
  background-image: url("img/nav-prev.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center;
}
.events_slider .slick-next {  
  background-image: url("img/nav-next.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center;
}
.events_slider .slick-prev,.events_slider .slick-next {
  height: 45px;
}
.events_slider .slick-slide img {
  display: block;
  width: 100%;
}

/*--------------------*/
/* GALLERY */
/*--------------------*/

#gallery {
  display: inline;
  float: left;
  padding: 60px 0;
  width: 100%;
}
.gallery_area{
  float: left;
  display: inline;
  width: 100%;
}
.gallery_area a {  
  display: inline-block;
  height: 100px;
  margin: 0 9px 18px;
  width: 23%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;  
}
.gallery_area a>img{
  width: 100%;
  height: 100%;  
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery_area a:hover .gallery_img{
  transform: scale(2.2);
}
.view_btn {
  display: none;
  left: -100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;  
}
.gallery_area a:hover .view_btn{
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  left:0;
  padding-top: 34%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tos-caption-0{ 
  font-family: 'Varela', sans-serif;
  font-size: 22px;
}

/*--------------------*/
/* CONTACT */
/*--------------------*/
/* ================= CONTACT FORM – EBEESCORP ================= */

.contact-section-modern {
  background: #f7f9fb;
  padding: 60px 15px;
}

.contact-card {
  background: #ffffff;
  max-width: 900px;
  margin: auto;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-header h2 {
  font-size: 28px;
  color: #0d5a87;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-header p {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
}

/* FORM GRID */
.contact-form .form-row {
  display: flex;
  gap: 20px;
}

.contact-form .form-group {
  flex: 1;
  margin-bottom: 20px;
}

/* LABELS */
.contact-form label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

/* INPUTS */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dcdfe3;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-form textarea {
  resize: vertical;
}

/* FOCUS */
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0d5a87;
  box-shadow: 0 0 0 2px rgba(13,90,135,0.1);
  outline: none;
}

/* BUTTON */
.contact-form button {
  background: #0d5a87;
  color: #fff;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  background: #083e5f;
  transform: translateY(-1px);
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-card {
    padding: 25px;
  }

  .contact-form .form-row {
    flex-direction: column;
  }

  .contact-header h2 {
    font-size: 22px;
  }
}

/*--------------------*/
/* 404 page */
/*--------------------*/

#errorpage{
  float: left;
  display: inline;
  width: 100%;
  padding: 60px 0;
}
.error_page_content {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;  
}
.error_page_content h1 {
  display: inline-block;  
  font-size: 300px;
  font-weight: 400;
  position: relative;
  vertical-align: middle;  
}
.error_page_content h1:after, .error_page_content h1:before {
  background: none repeat scroll 0 0 #fff;  
  content: "";  
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -mz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); 
  transform: rotate(45deg);
  width: 20px;
}
.error_page_content h1:after {
  right: -60px;
}
.error_page_content h1:before {
  left: -60px;
}
.error_page_content h2 {
  color: #c1c0b4;
  font-size: 60px;
  font-weight: 400;
}
.error_page_content h3 {
  font-size: 24px;
  margin-top: 35px;
}
.error_page_content p { 
  font-size: 23px;
  line-height: 31px;
  margin: 36px auto 0;
  max-width: 630px;
  padding: 9px 0 8px;
  position: relative;
}
.error_page_content p:before {  
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}
.error_page_content p:after {  
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.error_page_content p>a{
  color: #798992;
  text-decoration: none;
}
	
	/* Hero Section */
.hero {
    background: url('hero-background.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 100px 0;
}

.hero .btn {
    background: #ff6600;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.hero .btn:hover {
    background: #e65c00;
}

/* Features Section */
.features {
    background: #f9f9f9;
    padding: 50px 0;
    text-align: center;
}

.features h2 {
    margin-bottom: 20px;
}

.feature-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.feature-item {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    flex: 1;
    min-width: 250px;
    transition: box-shadow 0.3s;
}

.feature-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Testimonials Section */
.testimonials {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

.testimonials h2 {
    margin-bottom: 20px;
}

.testimonial-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonial-item {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    flex: 1;
    min-width: 250px;
}

.testimonial-item p {
    font-style: italic;
}

/* FAQ Section Styles */
.faq {
    margin: 50px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq h2 {
    font-size: 32px;
    font-weight: bold;
    color: #313b3d;
    text-align: center;
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Align question and icon */
    cursor: pointer;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #313b3d;
    margin: 0;
    flex: 1; /* Allow the question to take remaining space */
    transition: color 0.3s ease;
}

.faq-item h3:hover {
    color: #007bff;
}

.faq-item .icon {
    font-size: 20px;
    color: #313b3d;
    margin-left: 10px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item.active .icon {
    transform: rotate(45deg); /* Rotate to form a minus sign */
    color: #007bff;
}

.faq-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    display: none;
    margin: 10px 0 0 0;
}

.faq-item.active p {
    display: block;
}

/* Media Queries */
@media (max-width: 768px) {
    .faq {
        padding: 15px;
    }

    .faq h2 {
        font-size: 28px;
    }

    .faq-item h3 {
        font-size: 18px;
    }

    .faq-item p {
        font-size: 14px;
    }
}

.enterprise-hero {
  background: linear-gradient(135deg, #0d5a87, #0a3d5c);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.enterprise-hero h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.enterprise-hero h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.enterprise-hero .hero-sub {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.hero-cta .btn {
  padding: 12px 26px;
  margin: 0 8px;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
}

.hero-cta .primary {
  background: #ffffff;
  color: #0d5a87;
}

.hero-cta .secondary {
  border: 1px solid #fff;
  color: #fff;
}

.enterprise-trust {
  background: #f4f7fb;
  padding: 14px 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #0d5a87;
}

.enterprise-about {
  padding: 70px 0;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
/* ================= ENTERPRISE STATS ================= */
.enterprise-stats {
  background: #0d5a87;
  padding: 60px 20px;
  color: #fff;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-box {
  background: rgba(255,255,255,0.08);
  padding: 30px 20px;
  border-radius: 10px;
}

.stat-number {
  display: block;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.stat-label {
  font-size: 14px;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

/* Tablet */
@media (max-width: 991px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
    .slider_caption {
        width: 80%; /* Take up more width for smaller screens */
        left: 10%; /* Center captions */
        top: 15%; /* Position captions higher */
    }
    .slider_caption h2 {
        font-size: 20px; /* Smaller headings */
    }
    .slider_caption p {
        font-size: 12px; /* Adjust paragraph text */
    }
    .slider_btn {
        font-size: 12px; /* Smaller button text */
        padding: 6px 12px; /* Reduced padding */
    }
}
/*THEME STYLE SWITCHER*/

.theme_style_switcher {
	background-color: rgba(0, 0, 0, 0.75);
	border-bottom-right-radius: 4px;
	height: auto;
	left: -250px;
	padding: 15px;
	position: fixed;
	top: 140px;
	width: 250px;
	z-index: 1000;
	text-align: center;
	-webkit-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.theme_style_switcher a {
  display: inline-block;
  float: none;
  height: 40px;
  margin: 5px;
  width: 40px;
}
.theme_style_switcher > h4 {
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
}
.style-switch-button {
  background-color: rgba(0, 0, 0, 0.75);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  height: 50px;
  left:250px;
  text-align:left;
  position: absolute;
  top: 50px;
  width: 50px;
  z-index: 1000;
}
.style-switch-active{
	left: 0;
}
.style-switch-button i {
  color: #fff;
  font-size: 20px;
  left: 15px;
  line-height: 1;
  position: relative;
  top: 15px;  
}
#default{
  background-color: #78adc9;
}
#yellow{
  background-color: #ffd133;
}
#red{
  background-color: #ee4532;
}
#bridge{
  background-color: #a5d549;
}
#green{
  background-color: #3fc35f;
}
#liteBlue{
 background-color: #37c6f5; 
}
#orange{
  background-color: #ff871c;
}
#pink{
  background-color: #ff2851;
}
#darkRed{
  background-color: #970001;
}
#purple{
  background-color: #c762cb;
}

/*Star Rating*/
   .rating {
            text-align: left;
            position: relative;
            margin-top: 20px;
        }

        .rating input {
            display: none;
        }

        .rating label {
            display: inline-block;
            padding: 5px;
            font-size: 24px;
            cursor: pointer;
        }

        .rating label:before {
            content: '\2605';
            font-size: 24px;
            color: #ddd;
        }

        .rating input:checked ~ label:before,
        .rating label:hover:before,
        .rating label:hover ~ label:before {
            content: '\2605';
            color: #FFD700;
        }

        #result {
            font-size: 18px;
            margin-top: 10px;
        }
/* Hero Section */
.hero {
    background: url('images/hero_bg.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

/* Downloads Section */
downloads {
    padding: 50px 0;
    background: #f9f9f9;
}

.downloads-gallery {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.download-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    flex: 1 1 30%;
    transition: box-shadow 0.3s ease;
}

.download-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.download-item h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.download-item p {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

.download-item .btn {
    padding: 10px 20px;
    background-color: #186e99;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.download-item .btn:hover {
    background-color: #145a7b;
}

/* Chatbot Section */
#chatbot {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

#chatbot-container {
    display: none;
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#chatbot-header {
    background: #186e99;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chatbot-messages {
    height: 200px;
    overflow-y: auto;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#chatbot-messages .chatbot-message {
    margin: 5px 0;
    font-size: 14px;
}

#chatbot-input {
    display: flex;
    padding: 10px;
}

#chatbot-text {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
}

#chatbot-send {
    background: #186e99;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

#chatbot-send:hover {
    background: #145a7b;
}

#open-chatbot {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.hidden {
    display: none;
}



#google_translate_element {
            position: fixed;
            top: 10px;
            right: 10px;
            z-index: 9999;
            background: #fff;
            padding: 5px 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
		
		/* Voice Search Container */
.voice-search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 20px auto;
    max-width: 500px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Search Input */
.voice-search input[type="text"] {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    border-radius: 30px;
    font-size: 16px;
    background-color: transparent;
}

/* Microphone Button */
.voice-search button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Microphone Icon */
.voice-search button i {
    font-size: 18px;
}

/* Hover Effects */
.voice-search button:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}

/* Focus Effects */
.voice-search input[type="text"]:focus {
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.8);
}

/* Responsive Design */
@media (max-width: 600px) {
    .voice-search {
        flex-direction: column;
        padding: 15px;
    }
    .voice-search button {
        margin-left: 0;
        margin-top: 10px;
    }
}

.recommendations, .adaptive-content {
    padding: 20px;
    margin: 20px auto;
    background-color: #e9ecef;
    border-radius: 10px;
}
/* Translator Container */
/* Language Tools Button */
#language-tools-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#language-tools-button:hover {
    background-color: #0056b3;
}

/* Translator Modal */
#translator-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    z-index: 1000;
    display: none;
}

#translator-modal h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

#translator-modal label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#translator-modal textarea,
#translator-modal select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#translator-modal .btn {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#translator-modal .btn.close-btn {
    background-color: #ff4d4d;
    color: white;
    margin-left: 10px;
}

#translator-modal .btn.close-btn:hover {
    background-color: #cc0000;
}

/* Hidden Class */
.hidden {
    display: none;
}

/* Overlay for Background Blur */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

/* ================= PMC HERO ================= */
.page-hero-pmc {
  position: relative;
  background: url("img/infra-hero.jpg") center center / cover no-repeat;
  padding: 120px 15px;
  color: #fff;
}

.page-hero-pmc .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.page-hero-pmc .hero-content {
  position: relative;
  text-align: center;
  z-index: 2;
}

.page-hero-pmc h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-hero-pmc p {
  font-size: 18px;
  letter-spacing: 0.5px;
}

/* ================= SERVICES ================= */
.services-section {
  padding: 60px 15px;
}

.service-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.service-img {
  width: 100%;
  height: 180px; /* FIXED HEIGHT */
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* KEY FIX */
}

.service-card h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  margin: 0;
}

.service-card h3 a {
  color: #186e99;
  text-decoration: none;
}

.service-card h3 a:hover {
  color: #42b9f4;
}

/* ===============================
   THANK YOU PAGE – EBEESCORP
   =============================== */
/* ===============================
   THANK YOU PAGE – EBEESCORP
   =============================== */

body {
  font-family: "Varela", Arial, sans-serif;
  background: #f4f7fb;
  margin: 0;
  padding: 0;
  color: #333;
}

/* ===== HEADER ===== */
.site-header {
  background: #0d5a87;
  padding: 15px 0;
}

.site-header .logo {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

/* ===== MAIN WRAPPER ===== */
.thankyou-wrapper {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
}

/* ===== CARD ===== */
.thankyou-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ===== ICON ===== */
.success-icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 20px;
}

/* ===== TEXT ===== */
.thankyou-card h1 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #0d5a87;
}

.thankyou-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.services-note {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
}

/* ===== BUTTONS ===== */
.thankyou-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.btn {
  padding: 12px 22px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn-whatsapp {
  background: #25d366;
  color: #ffffff;
}

.btn-email {
  background: #0d5a87;
  color: #ffffff;
}

.btn-home {
  background: #f1f1f1;
  color: #333333;
}

.btn:hover {
  opacity: 0.9;
  text-decoration: none;
}

/* ===== FOOTER ===== */
.site-footer {
  background: #0d5a87;
  color: #ffffff;
  padding: 25px 0;
  text-align: center;
  font-size: 13px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 480px) {
  .thankyou-card h1 {
    font-size: 24px;
  }
}


/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media (max-width: 1199px) {
  .slider_caption {
    width: 60%;
    padding: 10px; /* Added padding for better spacing */
  }

  .slider_caption h2 {
    font-size: 30px;
    margin-bottom: 15px; /* Additional spacing */
  }

  .slider_right_caption {
    left: 35%;
    transform: translateX(-50%); /* Centers better */
  }

  .singCourse_author > p {
    font-size: 15px;
    line-height: 1.4; /* Improves readability */
  }

  .side_add {
    display: block;
    width: 100%;
    margin: 10px 0; /* Adds vertical spacing */
  }

  .side_add > img {
    width: 100%;
    height: auto; /* Maintains aspect ratio */
  }

  .gallery_area a {
    width: 22.5%;
    margin: 5px; /* Adds spacing between gallery items */
  }
}
  
@media(max-width:991px ){
  .navbar-default .navbar-brand {font-size: 18px;}
  .navbar-default .navbar-nav > li > a {font-size: 12px;padding: 30px 9px;}
  .navbar-nav > li > .dropdown-menu li a {font-size: 12px;}
  .navbar-brand{width: 160px;}
  .navbar-brand img{max-width: 100%;}
  .slider_caption {width: 80%;}
  .slider_right_caption {left: 15%;}
  .course_nav { padding-left: 15px;}
  .course_nav .slick-prev {left: -20px;}
  .singCourse_title {font-size: 18px;}
  .singCourse_author > p {font-size: 10px;}
  .single_sidebar > h2 {font-size: 20px;}
  .news_tab .media-body > a {font-size: 12px;}
  .gallery_area a {width: 30.3%;}  

  
}


@media(max-width:767px ){
(max-width: 768px) {
    .menu_area {
        flex-direction: column; /* Stacks elements on small screens */
    }

    .navbar-default .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
    }
.slider_caption {
        top: 20%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .slider_caption h2 {
        font-size: 28px;
    }

    .slider_caption p {
        font-size: 14px;
    }

    #aboutUs {
        padding: 40px 0;
    }

    .aboutus_area {
        padding: 0 15px;
    }

    .feed_tabs li a {
        font-size: 16px;
    }

    .news_tab .media-body > a {
        font-size: 14px;
    }
.single_whyus_top {margin-bottom: 30px;}
.single_skill {margin-bottom: 30px;}
.single_stsTestimonial { margin-bottom: 30px;}

#imgBanner {margin-top: 65px;}
#imgBanner h2 {font-size: 50px;}
.courseArchive_content {margin-bottom: 65px;}
.gallery_area a {width: 28.5%;}
.contact_address {margin-top: 50px;text-align: center;}

}



@media(max-width:480px ){	
  .slider_right_caption {top: 15%;}
	.slider_caption h2 {font-size: 20px;line-height: 30px;}
  .slider_caption p { font-size: 13px;}
  .slider_btn {font-size: 13px;padding: 5px 10px;}
  .error_page_content h1 {font-size: 100px;}
  #imgBanner h2 {font-size: 40px;}
  #imgBanner {height: 100px;padding: 80px 0;}
  .gallery_area a {width: 100%;margin-right: 0;margin-left: 0;height: 250px;}
   
 
}

@media(max-width:360px ){
  .error_page_content h1 {font-size: 70px;}
  .error_page_content h2 {font-size: 40px;}
  .error_page_content p {font-size: 17px;}
  .error_page_content h1:after, .error_page_content h1:before {height: 15px;width: 15px;}
  .error_page_content h1:after {right: -30px;}
  .error_page_content h1:before {left: -30px;}
  .feed_tabs li a {font-size: 14px;}
  #imgBanner h2 {font-size: 30px;}
  .blog_title {font-size: 20px;line-height: 30px;}
  .gallery_area a {width: 100%;margin-right: 0;margin-left: 0;height: 200px;}
 }

@media(max-width:320px ){

	
}
@media (max-width: 768px) {
    .hero {
        padding: 30px 10px;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero p {
        font-size: 1rem;
    }
}

/* ===== RESPONSIVE FOOTER (CORRECT CLASSES) ===== */

@media (max-width: 991px) {
  .footer_top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .single_footer_widget {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_social {
    margin-top: 15px;
    text-align: center;
  }

  .footer_social li {
    display: inline-block;
    margin: 0 8px;
  }
}

/* ================= PRIMAVERA TRAINING PAGE ================= */

.primavera-training-page .course-intro-strip {
  background: #f5f8fb;
  padding: 40px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.primavera-training-page .course-intro-strip h1 {
  font-size: 32px;
  color: #0d5a87;
  margin-bottom: 10px;
}

.primavera-training-page .course-intro-strip p {
  font-size: 16px;
  max-width: 800px;
  color: #555;
}

/* Reduce consultancy-heavy feel */
.primavera-training-page .singlecourse_bottom h4 {
  font-size: 16px;
  color: #444;
}

/* Sidebar stays intact */
.primavera-training-page .courseArchive_sidebar {
  position: sticky;
  top: 100px;
}

.course-highlights {
  background: #eef5fb;
  padding: 20px;
  margin: 25px 0;
  border-left: 4px solid #0d5a87;
}

.course-highlights li {
  margin-bottom: 8px;
  font-size: 14px;
}

.course-hero {
  background: linear-gradient(135deg,#0b1e33,#123a63);
  color:#fff;
  padding:80px 0;
}
.course-hero h1 {font-size:42px;font-weight:700;}
.course-hero h2 {font-size:22px;font-weight:400;color:#cfe3ff;}
.hero-meta {margin:15px 0;color:#b8d4ff;}
.hero-cta .btn {margin:5px 10px;}

.trust-strip{
  background:#f5f7fa;
  padding:12px 0;
  font-weight:600;
  color:#0d5a87;
}
