/*
CTC Separate Stylesheet
Updated: 2024-11-02 12:54:21
*/




/* BODY */
/* Stop overflow */
html, body {
	width: 100% !important;
	overflow-x: hidden;
}
html {
    font-size: 62.5%;
}
/* Text widget bottom space */
p:last-child {
    margin-bottom: 0;
}
/* Remove focus outline on button, input, span */
button:focus, button:focus-visible, input:focus, input:focus-visible, span:focus, span:focus-visible {
    outline: none !important;
}
/* Menu dropdown background focus */
.elementor-item:focus {
    background-color: transparent !important;
}
/* Text select color */
::selection {
    background-color: #00418E;
    color: #FFC200;
}
/* Checkbox color */
input {
    accent-color: #FFC200;
}
/* Blue color text */
span.color-blue {
    color: #00418E;
    font-weight: 600;
}
/* Button with chevron */
.chevron-btn .elementor-button-icon .e-font-icon-svg {
	height: 0.7em;
	margin-top: 2px;
}
/* Button with chevron - blog loop */
.post-loop-btn {
    margin-top: auto;
}
.post-loop-btn .elementor-button-icon .e-font-icon-svg {
	height: 0.7em;
	margin-top: 2px;
}
.post-loop-btn .elementor-button .elementor-button-content-wrapper:hover {
	gap: 10px !important;
}
.post-loop-btn .elementor-button .elementor-button-content-wrapper {
	transition: all .3s;
}
/* Button with chevron - full width box button */
.chevron-btn-cat {
    margin-top: auto;
}
.chevron-btn-cat .elementor-button-icon .e-font-icon-svg {
	height: 0.7em;
	margin-top: 2px;
    margin-left: 2px;
}
.chevron-btn-cat .elementor-button-content-wrapper {
    justify-content: space-between;
}
.chevron-btn-cat:hover span.elementor-button-icon {
    background-color: #00418E;
    border-radius: 10px;
    width: 20px;
}
.chevron-btn-cat:hover .elementor-button-icon .e-font-icon-svg {
    fill: #FFFFFF !important;
}




/* HEADER */
/* Menu */
.my-menu .elementor-nav-menu--main .elementor-item {
    fill: #42A5F6 !important;
}
@media(max-width:880px) {
    .elementor-nav-menu--dropdown li:first-child a,
    .elementor-nav-menu--dropdown li:last-child a {
    border-radius: 0 !important;
    }
}
/* Menu contact */
.my-menu-contact .elementor-nav-menu--main .elementor-item {
    fill: #00418E !important;
}
/* Mobile menu & Start learning button */
@media(min-width:768px) {
    .start-learning a.elementor-item {
    display: none;
    }
}
.start-learning a.elementor-item {
    padding: 10px 20px !important;
    margin: 10px 0px 20px 30px;
    background: #00418E;
    color: #FFFFFF !important;
	  transition: all .3s;
}
.start-learning a.elementor-item:hover {
    background: #BBDEFA !important;
    color: #00418E !important;
}
.elementor-nav-menu--dropdown li.start-learning a {
	border-radius: 100px !important;
}
@media(max-width:767px) {
		li.start-learning.menu-item {
    display: flex;
    justify-content: flex-start;
	}
}




/* HOME */
/* Moving banner */
.news-banner .swiper-wrapper {
    transition-timing-function: linear !important; 
}
.news-banner .elementor-testimonial__text {
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
.news-banner-single {
    color: #FFFFFF;
    transition: all .3s;
}
/* Loop post - categories */
.post-loop-cat .elementor-heading-title {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.post-loop-cat {
    border-radius: 100px;
}
/* Affiliate section */
@media(max-width:767px) {
    .img-affiliate {
    position: static !important;
    }
}




/* SINGLE POST */
.my-post-content h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Figtree', Sans-Serif;
    line-height: 46px;
    color: #00418E;
    margin: 30px 0 20px 0;
}
.my-post-content h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Figtree', Sans-Serif;
    line-height: 30px;
    color: #00418E;
    margin: 20px 0 10px 0;
}
@media(max-width:1024px) {
    .my-post-content h2 {
    font-size: 26px;
    line-height: 32px;
    }
.my-post-content h3 {
    font-size: 22px;
    line-height: 28px;
    }
}
.my-post-content ul, .my-post-content ol {
	margin-bottom: 10px !important;
}
.my-post-content a {
	color: #FFC200;
	transition: all .3s;
}
.my-post-content a:hover {
	color: #00418E;
}
/* Author box */
.my-post-content .elementor-author-box {
    align-items: flex-start;
    display: flex;
}
/* Sidebar categories */
.post-sidebar-cat h5 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Figtree', Sans-Serif;
    line-height: 24px;
    color: #00418E;
    padding-bottom: 10px;
}
.post-sidebar-cat ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.post-sidebar-cat li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Figtree', Sans-Serif;
    line-height: 28px;
    color: #42A5F6;
    transition: color .3s;
}
.post-sidebar-cat li a:hover {
    color: #00418E;
}




/* CONTACT */
.my-contact-form a.terms {
    color: #00418E;
    font-weight: 500;
    text-decoration: underline;
    transition: color .3s;
}
.my-contact-form a.terms:hover {
    color: #42A5F6;
}
.my-contact-form .elementor-field-option label {
    color: #575C62 !important;
}
.my-contact-form span.elementor-field-option {
    display: flex;
    gap: 10px;
    align-items: baseline;
}




/* LEGAL PAGES */
.legal-pages a {
    color: #00418E;
    font-weight: 600;
}
.legal-pages h2 {
    font-size: 26px;
    font-weight: 700;
    color: #00418E;
    margin: 30px 0 10px 0;
}




/* CookieYes */
.cky-consent-container, .cky-preference-center {
	font-family: 'Figtree', sans-serif;
}
button.cky-btn {
    border-radius: 100px;
}
.cky-preference-header .cky-preference-title, .cky-accordion-btn {
	color: #00418e !important;
}
.cky-consent-container .cky-consent-bar, .cky-modal, .cky-preference-center {
	border-radius: 20px !important;
}