.elementor-kit-5933{--e-global-color-primary:#CC3366;--e-global-color-secondary:#005E5F;--e-global-color-text:#1A1A1A;--e-global-color-accent:#EC8784;--e-global-color-54cfb1d:#EC84B5;--e-global-color-df93b29:#B5E1E0;--e-global-color-4a5eeb7:#FFFFFF;--e-global-color-8833165:#000000;--e-global-color-a032b72:#A67C00;--e-global-color-ed489af:#F4D068;--e-global-color-9c785da:#0080FF;--e-global-color-2be4116:#0059B2;--e-global-color-0b148da:#004142;--e-global-color-e5d0f6f:#808080;--e-global-color-8bc5143:#A32851;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5933 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */body { background-color: #F2F2F2; }

.elementor-heading-title, .cgh-card-title a, .cc-card-title a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.sidebar { background-color: #E5E5E5; }

/* Loader */
html::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 99999;
    background-color: #F2F2F2;
    transition: opacity 0.3s ease;
}
html.dark-mode::before {
    background-color: #1d2327;
}
html.page-ready::before {
    opacity: 0;
    pointer-events: none;
}

/* Spinner */
html::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #CC3366;
    border-radius: 50%;
    z-index: 100000;
    animation: page-spin 0.7s linear infinite;
    transition: opacity 0.3s ease;
}
html.dark-mode::after {
    border-color: rgba(255, 255, 255, 0.1);
    border-top-color: #EC84B5;
}
html.page-ready::after {
    opacity: 0;
    pointer-events: none;
}

@keyframes page-spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Dark Mode */
html.dark-mode body { background-color: #1d2327 !important; }
html.dark-mode .header-sticky {
  background-color: #333333 !important;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5) !important;
}
html.dark-mode .sidebar { background-color: #283036 !important; }
html.dark-mode .menu-page, html.dark-mode .menu-page a {
  color: #F4F4F4 !important;
  border-color: #F4F4F4 !important;
}
html.dark-mode .menu-page a:hover { color: #CC3366 !important; }
html.dark-mode .single-heading H2 { color: #EC84B5 !important; }
html.dark-mode .dialog-widget-content { background-color: #1d2327 !important; }
html.dark-mode .dialog-close-button i, html.dark-mode .dialog-close-button svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
html.dark-mode .dialog-widget-content .popup-menu-sulut .elementor-nav-menu a { color: #b5e1e0 !important; }
html.dark-mode .dialog-widget-content .popup-menu-main .elementor-nav-menu a { color: #ec84b5 !important; }
html.dark-mode .dialog-widget-content .popup-main-menu .elementor-nav-menu a:hover,
html.dark-mode .dialog-widget-content .popup-sulut-menu .elementor-nav-menu a:hover {
  color: var(--e-global-color-accent) !important;
}/* End custom CSS */