div.ccm-page.theme-atomik {
    padding-top: 0px !important;
}

div.theme-atomik footer {
    display: none;
}

.xw-timeline-slider-module img {
    max-width: 100%;
    height: auto;
}

body .timeline__slider-tabs {
  padding-left:var(--xw-timeline-slider-item-content-px,0px);
  padding-right:var(--xw-timeline-slider-item-content-px,0px);
  padding-bottom:1rem;
  margin-bottom:1rem
}

body .timeline__slider-item-headline {
    font-size: var(--xw-timeline-slider-item-headline,28px);
    font-family: Montserrat;
    line-height: 1.3;
    padding-bottom: var(--xw-timeline-slider-item-headline-pb,4px);
    color: #23A0FF;
}

body .timeline__slider-item-subline {
    font-size: var(--xw-timeline-slider-item-subline,20px);
    font-family: Montserrat;
    line-height: 1.3;
    color: #fff;
}

body .xw-timeline-cv__item-description {
    font-size: var(--xw-timeline-slider-item-subline,24px);
    font-family: Montserrat;
    text-transform: uppercase;
    line-height: 1.3;
}

body .xw-timeline-cv__item-date {
    font-size: var(--xw-timeline-slider-item-subline,24px);
    font-family: Montserrat;
    text-transform: uppercase;
}


body .xw-timeline-cv__rounded-icon:before {
    border: 2px solid #fff;
}

body .timeline__slider-arrow--prev {
    background: transparent !important;  /* Adds more specificity */
    left: 0 !important;
}


body .timeline__slider-arrow {
    background: transparent !important;  /* Adds more specificity */
    color: var(--xw-timeline-slider-item-arrow-color,#fff);
}

body .timeline__slider-item.slick-current .timeline__slider-item-bubble {
    background-color: var(--xw-timeline-slider-item-active-bubble-color, #23A0FF);
}

div.ccm-page .sa-simple-accordion h2 {
    font-size: 30px !important;
    font-weight: 500;
    line-height: 1.1;
}

@media (max-width: 768px) {
    div.ccm-page h1  {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.16;
}

div.ccm-page h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.637;
}

div.ccm-page h3  {
font-size: 22px;
font-weight: 400;
line-height: 1.167;
}

div.ccm-page h6  {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
}
@media (min-width: 768px) {
    div.ccm-page h1  {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.16;
}

div.ccm-page h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
}

div.ccm-page h3  {
font-size: 24px;
font-weight: 400;
line-height: 1.167;
}

div.ccm-page h6  {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
}
}

.theme-atomik div.stripe.one-column div.stripe-title h1,.theme-atomik div.stripe.one-column div.stripe-title .h1,.theme-atomik div.stripe.one-column div.stripe-title h2,.theme-atomik div.stripe.one-column div.stripe-title .h2,.theme-atomik div.stripe.one-column div.stripe-title h3,.theme-atomik div.stripe.one-column div.stripe-title .h3,.theme-atomik div.stripe.one-column div.stripe-title h4,.theme-atomik div.stripe.one-column div.stripe-title .h4,.theme-atomik div.stripe.one-column div.stripe-title div.theme-atomik .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-name,div.theme-atomik .ccm-block-testimonial .ccm-block-testimonial-text .theme-atomik div.stripe.one-column div.stripe-title .ccm-block-testimonial-name,.theme-atomik div.stripe.one-column div.stripe-title div.theme-atomik .ccm-image-slider .ccm-image-slider-text .ccm-image-slider-title,div.theme-atomik .ccm-image-slider .ccm-image-slider-text .theme-atomik div.stripe.one-column div.stripe-title .ccm-image-slider-title,.theme-atomik div.stripe.one-column div.stripe-title h5,.theme-atomik div.stripe.one-column div.stripe-title .h5,.theme-atomik div.stripe.one-column div.stripe-title h6,.theme-atomik div.stripe.one-column div.stripe-title .h6,.theme-atomik div.stripe.one-column div.stripe-title div.theme-atomik div.ccm-block-next-previous .ccm-block-next-previous-previous-link,div.theme-atomik div.ccm-block-next-previous .theme-atomik div.stripe.one-column div.stripe-title .ccm-block-next-previous-previous-link,.theme-atomik div.stripe.one-column div.stripe-title div.theme-atomik div.ccm-block-next-previous .ccm-block-next-previous-next-link,div.theme-atomik div.ccm-block-next-previous .theme-atomik div.stripe.one-column div.stripe-title .ccm-block-next-previous-next-link,.theme-atomik div.stripe.one-column div.stripe-title div.theme-atomik .ccm-block-testimonial-circle .ccm-block-testimonial-position,div.theme-atomik .ccm-block-testimonial-circle .theme-atomik div.stripe.one-column div.stripe-title .ccm-block-testimonial-position {
    margin-bottom: 1rem;
}

.container {
  padding-right: calc(var(--bs-gutter-x)*.95);
  padding-left: calc(var(--bs-gutter-x)*.95);
}

/* Grand Gallery block */
body .ccm-page .gg-container {
    margin-left: 0; /* Remove margins for full-width display */
    margin-right: 0;
    position: relative; /* Ensure z-index applies */
}

/* Additional Grand Gallery template classes for safety */
.ccm-block-grand-gallery,
.grand-gallery-masonry,
.grand-gallery-slider,
.grand-gallery-grid,
.grand-gallery-circles,
.grand-gallery-masonry-cards {
    position: relative;
}

/* Bottom-left overlay */
.bottom-left-overlay {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000; /* Below Grand Gallery */
    opacity: 0.35;
    transition: opacity 0.5s ease; /* Smooth fade effect */
}

.bottom-left-overlay img {
    max-width: 600px;
    height: auto;
    display: block;
}

@media (max-width: 1600px) {
    .bottom-left-overlay img {
        max-width: 250px;
    }
    .bottom-left-overlay {
        bottom: 0px;
        left: 0px;
        opacity: 0.35;
    }
}

@media (max-width: 768px) {
        .content-editor-image-center img {
            width: 115px !important; /* 50% of 230px */
            height: 115px !important; /* 50% of 230px */
        }
    }
    
 div.ccm-page .btn-primary {
    font-size: 24px;
    background-color: #23A0FF !important;
}


.hw-back-to-top {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    display: block;
    z-index: 6000 !important;
    display: none;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: transparent !important;
}
}