/***********************************************************/ 
/*******************  RESPONSIVE STYLING *******************/
/********************** COLUMNS BLOCK **********************/
/***********************************************************/  


.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, rgb(46 45 98 / 60%), rgb(0 0 0 / 50%));
    transition: transform 0.3s ease-in-out;
    z-index: 2;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}



.dot {
    height: 10px;
    width: 10px;
    border: 1px solid #fff; /* White border */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px; /* Adjust spacing between dots */
    cursor: pointer;
}

.dot.active {
    background-color: #fff; /* Full white background for active dot */
    border: none; /* Remove border for active dot */
    height: 12px;
    width: 12px;
}

.dot:hover{
    background-color: #ff6900; /* Full white background for active dot */
    border: 0px solid;
    height: 12px;
    width: 12px;
}

.dot.active:hover {
    background-color: #ff6900; /* Full white background for active dot */
    border: 0px solid;
    height: 12px;
    width: 12px;
}



@media (min-width: 767px) {
    .widthnine{
      width: 90%;
    }
    }

/* Default layout */
.slide-image {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.slide-text-carousel {
    flex: 1;
    color: white;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}


@media (min-width: 1100px) {
/* 25%-image and 75%-text layout */
.split-slide .slide-image {
    width: 25%;
    flex: none;
}
}

@media (min-width: 1100px) {
.split-slide .slide-text-carousel {
    width: 75%;
    flex: none;
}
}

.slide-image img {
    width: 100%; /* Ensure image fills the entire width of the container */
    height: 100%; /* Fill the entire height of the container */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}



.slide {
    min-width: 100%;
}

.slides {
    display: flex;
    transition: transform 5s ease;
}

@media (min-width: 768px) {
.innercontainertext{
    width: 75%;
    padding-left: 8%;
    padding-right: 8%;
}
}

@media (min-width: 768px) {
.pagination {
    position: absolute;
bottom: 40px;
    left: 54%;
    z-index: 2; /* Ensure pagination dots appear above slides */
}
}

@media (max-width: 768px) {
    .pagination {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 2; /* Ensure pagination dots appear above slides */
        bottom: 30px; /* Adjust the distance from the bottom */
    }
    }

@media (max-width: 768px) {
    .innercontainertext{
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 70px;
        padding-top: 30px;
    }
    }

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
.slide-content {
    display: flex;
    height: 500px; /* Set the height to 300 pixels */
}
}

@media (max-width: 768px) {
    .slide-content {
        display: flex;
        flex-direction: column!important;
    }
    }


@media (min-width: 1200px) {
    .related-latest-posts-title-slide h1{
        padding-top: 70px;
    padding-bottom: 70px;
    font-size: 85px;
    font-family: 'Moderat Light', 'Roboto Light';
    margin: 0px;
    color: #002252;
    line-height: 1.2;
    text-align: center;
    }
}

.slide {
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-out;
}

.slide.active {
    display: block;
    opacity: 1;
}

.child-pageabout {
    position: relative;
    overflow: hidden;
    display: block;
    transition: transform 0.3s ease-in-out;
    z-index: 1; /* Set a higher z-index to ensure the text is above the gradient overlay */
}

.child-pageabout .gradient-overlay {
    z-index: 2; /* Set a z-index for the gradient overlay within the child-pageabout */
}

.child-pageabout:hover .gradient-overlay,
.child-pageabout:focus .gradient-overlay {
    transform: scale(1.1);
}

.rowabout span:hover {
    color: #FF6900;
}

.child-pageabout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
}

.child-pageabout:hover img,
.child-pageabout:focus img {
    transform: scale(1.1);
}

.child-pageabout span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 3; /* Set a higher z-index to ensure the text is above the gradient overlay and image */
}

.child-pageabout:hover span,
.child-pageabout:focus span {
    display: block; /* Show the text on hover/focus */
}
.container1simpleabout{
    margin: auto;
    text-align: center;
}

.rowabout{
    display: flex;
}

.rowabout:first-child{
    padding-top: 0px;
}

.rowabout a{
display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    color: white;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    font-size: 25px;
    font-family: 'Moderat Extended Bold', 'Roboto Bold';
    line-height: 1.2;
}

.rowabout a:hover{
    color: #FF6900;
    }

/* Default styles for child-pageabout */



.columnscontainerabout {
    display: flex;
    flex-wrap: wrap;
  }
  

  
.child-pageabout {
    position: relative;
}

.column1containerabout{
    display: flex;
}

.columnscontainerabout{
    background: url(/wp-content/uploads/pattern-background-blue.svg), linear-gradient(to right, #2e2d62, #090914);
  }

@media (min-width: 1200px) {
h2.block-titlescolumn{
    font-size: 36px;
    font-family: 'Moderat Extended Bold', 'Roboto Bold';
    line-height: 1.2;
    margin: 0px;
}
}

@media (min-width: 1200px) {
    h2.block-secondtitlesimpleabout{
        font-size: 36px;
    font-family: 'Moderat Extended Bold', 'Roboto Bold';
    line-height: 1.2;
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    color: #2e2d62;
}
    }

    @media (min-width: 900px) and (max-width: 1200px) {
        h2.block-secondtitlesimpleabout{
            font-size: 32px;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
        line-height: 1.2;
        padding-top: 20px;
        padding-left: 24px;
        padding-right: 24px;
        color: #2e2d62;
    }
        }

        @media (min-width: 220px) and (max-width: 900px) {
            h2.block-secondtitlesimpleabout{
                font-size: 24px;
            font-family: 'Moderat Extended Bold', 'Roboto Bold';
            line-height: 1.2;
            padding-top: 20px;
            padding-left: 24px;
            padding-right: 24px;
            color: #2e2d62;
        }
            }