body {
    -webkit-print-color-adjust: exact !important;
}

.theme_mailChimp2 form {
    grid-template-columns: auto max-content;
}

.subscribe_message {
    background: #FF5170;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 13px 28px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
}


.single_instractor .instractor_info .instractor_social p {
    color: #fff;
    background: #FF5170;
    padding: 5px;
    border-radius: 3px;
    transition: .3s;
}

#back-top {
  display: none;
}

.theme_mailChimp2 .form-control {
	border: 1px solid #FFF;
}
footer.home_three_footer .copyright_area .footer_border {
	border-top: 1px solid #fff;
}
.primary_input::placeholder {
	color: rgba(240, 240, 240, 0.8);
}
.primary_textarea::placeholder {
	color: rgba(240, 240, 240, 0.8);
}
.slicknav_btn {
	top: -3px;
}
.theme_btn {
	padding: 20px 28px;
}
.theme_line_btn {
	padding: 20px 28px;
}

.dark-theme .header_area .header_topbar_area {
	background: #1f2025;
}
.theme_dropdown .btn svg path {
	fill: #FFF !important;
}
.dark-theme  footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a {
	background: #292B36;
}
.dark-theme  .dark-theme .slicknav_menu .slicknav_icon-bar {
	background-color: var(--yellow) !important;
}
@media (max-width: 767.98px) {
	.banner_area .banner_text h3 {
	  font-size: 34px;
	}
}

.ck-ditor-img img {
    width: 100% !important;
}

.ck-ditor-img p,
.ck-ditor-img h1,
.ck-ditor-img h2,
.ck-ditor-img h3,
.ck-ditor-img h4,
.ck-ditor-img h5,
.ck-ditor-img h6,
.ck-ditor-img span,
.dark-theme .ck-ditor-img p,
.dark-theme .ck-ditor-img h1,
.dark-theme .ck-ditor-img h2,
.dark-theme .ck-ditor-img h3,
.dark-theme .ck-ditor-img h4,
.dark-theme .ck-ditor-img h5,
.dark-theme .ck-ditor-img h6,
.dark-theme .ck-ditor-img span {
    color: #555555;
}

.dark-theme .ck-ditor-img p,
.dark-theme .ck-ditor-img h1,
.dark-theme .ck-ditor-img h2,
.dark-theme .ck-ditor-img h3,
.dark-theme .ck-ditor-img h4,
.dark-theme .ck-ditor-img h5,
.dark-theme .ck-ditor-img h6,
.dark-theme .ck-ditor-img span {
    color: #FFFFFF !important;
}

.dark-theme p, .dark-theme .statement_info .statement_lists p, .dark-theme .explorer_tab_content .explorer_tab_description {
    color: #FFFFFF !important;
}
.ck-ditor-img img{
    margin-bottom: 20px;
}

.ck-ditor-img ul li{
    list-style-type: disc;
    margin-left: 15px !important;
}

.ck-ditor-img ul {
    margin: 13px;
    padding: 0px;
}

.ck-ditor-img ol li {
    list-style: block;
}

/* About Page Gallery Images & Layout */
.about_gallery_wrapper {
    padding: 60px 0;
}
.about_gallery_wrapper .single_about_gallery {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
}
.about_gallery_wrapper .single_about_gallery_thumb {
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #f8f9fa;
}
.about_gallery_wrapper .single_about_gallery_thumb img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 16px;
    transition: transform 0.4s ease;
}
.about_gallery_wrapper .single_about_gallery_thumb:hover img {
    transform: scale(1.03);
}
.about_gallery_wrapper .single_about_content {
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
    padding: 10px 0;
}
.about_gallery_wrapper .single_about_content .iconImg {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.about_gallery_wrapper .single_about_content .iconImg img {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}
@media (max-width: 991.98px) {
    .about_gallery_wrapper .single_about_gallery {
        flex-direction: column !important;
        gap: 25px;
        margin-bottom: 45px;
    }
    .about_gallery_wrapper .single_about_gallery_thumb,
    .about_gallery_wrapper .single_about_content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about_gallery_wrapper .single_about_gallery_thumb img {
        height: 260px;
    }
}

/* Home / Dashboard Explore & Statement Image Sizes */
.explorer_area .row {
    align-items: center;
}
.explorer_imgs {
    width: 100%;
}
.explorer_thumb {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    background: #f8f9fa;
    max-height: 420px;
}
.explorer_thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 18px;
    transition: transform 0.4s ease;
}
.explorer_thumb:hover img {
    transform: scale(1.03);
}

.accreditation_wrapper .thumb {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    background: #f8f9fa;
    max-height: 420px;
}
.accreditation_wrapper .thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 18px;
    transition: transform 0.4s ease;
}
.accreditation_wrapper .thumb:hover img {
    transform: scale(1.03);
}


/* Fix Blog/News Carousel Card Layout & Alignment */
.blog_area {
    padding-bottom: 90px;
}
.blog_area .blog_widget {
    flex-direction: row;
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden;
    height: 310px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.blog_area .blog_widget .thumb {
    flex: 0 0 48%;
    max-width: 48%;
    width: 48%;
    max-height: 100%;
    height: 100%;
}
.blog_area .blog_widget .thumb img {
    height: 100% !important;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog_area .blog_widget .blog_meta {
    flex: 0 0 52%;
    max-width: 52%;
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 20px;
    height: 100%;
}
.blog_area .blog_widget .blog_meta p {
    margin-bottom: auto;
}

/* Fix Owl Carousel Dots position - place neatly below cards */
.blog_area .owl-carousel {
    position: relative;
    padding-bottom: 50px;
}
.blog_area .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .blog_area .blog_widget {
        flex-direction: column;
    }
    .blog_area .blog_widget .thumb,
    .blog_area .blog_widget .blog_meta {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .blog_area .blog_widget .thumb img {
        height: 220px !important;
        min-height: auto;
    }
}




