/* common styles for all blocks */

.title-md {
    font-size: 24px
}

.title-lg {
    font-size: 32px
}

.title-xl {
    font-size: 50px;
}


/* text_logos block */

.txtlogos {
    background-color: #ffc34d;
    font-family: 'Arial', sans-serif;
}

.txtlogos .header-section {
    padding: 60px 0 30px;
    text-align: center;
}

.txtlogos .header-section h1 {
    font-size: 52px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.txtlogos .header-section p {
    color: white;
    max-width: 430px;
    margin: 0 auto;
}

.txtlogos .logo-container {
    position: relative;
    padding: 20px 0;
    padding-left: 65px;
    padding-right: 65px;
    max-height: 500px;
}

.txtlogos .logo-item {
    box-sizing: border-box;
    padding: 5px;
}

.txtlogos .logo-box {
    background-color: white;
    border-radius: 25px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.txtlogos .logo-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.txtlogos .logo-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.txtlogos .logo-box img {
    max-height: 85%;
    max-width: 85%;
    object-fit: contain;
}

.txtlogos .btn-custom {
    padding: 10px 120px 10px 20px;
    background-color: #f19171;
    border-radius: 11px;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.txtlogos .btn-custom:hover {
    color: #000;
    border: 1px solid #000;
    box-shadow: 0px 3px 6px #00000029;
}

    /* Swiper specific styles */
.txtlogos .swiper {
    width: 100%;
    padding: 10px;
}

.txtlogos .logo-slide {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Custom navigation arrows */
.txtlogos .swiper-custom-prev,
.txtlogos .swiper-custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
    margin-top: -30px; /* Half the height of the arrows to center them properly */
}

.txtlogos .swiper-custom-prev {
    left: -45px; /* Adjusted position for larger arrows */
}

.txtlogos .swiper-custom-next {
    right: -45px; /* Adjusted position for larger arrows */
}

@media (max-width: 992px) {
    .txtlogos .logo-slide {
        grid-template-columns: repeat(3, 1fr);
    }
}

.txtlogos .swiper-wrapper, .txtlogos .swiper-slide {
    max-height: 400px;
}


@media (max-width: 576px) {
    .txtlogos .logo-slide {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .txtlogos .logo-container {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .txtlogos .swiper-custom-prev {
        left: -10px;
    }
    
    .txtlogos .swiper-custom-next {
        right: -10px;
    }
}



/* accordion block */

    .accordion_block {
    background-color: #317E9E;
}

.accordion_block p {
    font-size:14px;
    line-height: 20px;
}


.accordion_block .card {
    border: 1px solid #852E36;
    border-radius:12px!important;
    box-shadow: 0px 3px 6px #00000029;
}

.accordion_block .card .card-header{
    border-radius:12px;
    margin-bottom:0;
    padding:0;
    padding-left: 20px;
    border:none
}

.accordion_block .card .card-header .triangle{
    transform: rotate(180deg);
    transition: 0.3s;
}

.accordion_block .card .card-header.active {
    border-bottom: 1px solid #852E36;
    transform: rotate(0deg)
}

.accordion_block .card .card-header.active .triangle {
    transform: rotate(0)
}

.accordion_block .card .card-header h3 button {
    font-size: 18px;
    color: #852E36;
    padding:0;
    display:block;
    border:none
}

.accordion_block .card .card-header h3 button:focus {
   outline:none;
   box-shadow:none
}

.accordion_block .card .card-header h3 button .icon_box {
    background-color: #F19171;
    padding: 10px 15px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.accordion_block .card .card-header h3 button .icon_box img {
    max-width: 35px;
}

.accordion_block .card .card-body{
    border-top: none;
}

.accordion_block .card-body span {
    font-size: 14px
}

.accordion_block .accordion_title {
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    color: #32A29C;
}

.accordion_block .accordion_title:hover {
    text-decoration: none;
    color:rgb(37, 113, 109);
}


/* infografica block */

.infografica .success-block {
    background-color: #32A29C;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 38px;
    color: white;
    padding: 30px;
}
.infografica .main-title {
    font-size: 50px;
    color: white;
    margin-bottom: 20px;
    text-align: left;
}
.infografica .stat-number {
    font-size: 52px;
    font-weight: bold;
    color: white;
    text-align: left;
}
.infografica .stat-description {
    font-size: 23px;
    color: white;
    margin-bottom: 20px;
    text-align: left;
}
.infografica .stats-container {
    text-align: left;
}
.infografica .chart-image {
    max-width: 265px;
    border-radius: 38px;
    margin-left: 0;
    display: block;
}
.infografica .col-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.infografica .chart-title {
    text-align: left;
    margin-top: 0;
    font-size: 32px;
}
.infografica .content-row {
    align-items: flex-start !important;
}


/* separator_arch block */

.separator_arch .content-box {
    background-color: #f19171;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.separator_arch .title {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    color: white;
    margin-bottom: 15px;
}

.separator_arch .content-box p {
    font-weight: normal;
    color: white;
}

.separator_arch .svg-container {
    width: 100%;
    line-height: 0;
    display: block;
}

.separator_arch .svg-container img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .separator_arch .title {
        font-size: 26px;
        line-height: 32px;
    }
}


/* text_cards block */

.textcards.container {
    background-color: #FFBE4D;
    font-family: Arial, sans-serif;
    color: white;
    max-width: 100%;
}

.textcards .main-heading {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
    color: white;
}

.textcards .subtext {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem auto;
}

.textcards .cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.textcards .card {
    max-width: 400px;
    width: 100%;
    border: none;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 400px;
    display: flex;
    flex-direction: column;
    border: none;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.textcards .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.textcards .card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.textcards .card-header {
    background-color: white;
    color: #3CB4B4;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
    border: none;
    text-align: center;
}

.textcards .card-body {
    flex-grow: 1;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.textcards .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.textcards .card:hover .card-img {
    transform: scale(1.05);
}

@media (max-width: 830px) {
    .textcards .cards-container {
        flex-direction: column;
        align-items: center;
    }
    
    .textcards .card {
        margin-bottom: 20px;
    }
}


/* text_circle block */

.txtcrclsection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #317e9e;
    opacity: 0.8;
    backdrop-filter: blur(4px);
}

.txtcrclsection .central-wrapper {
    position: relative;
    max-width: 820px;
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
}


@media only screen and (min-width: 992px) {
.txtcrclsection .central-wrapper {
    flex: 0 0 820px;
}

    .txtcrclsection .panel-top {
    height: 330px;          
}
}

.txtcrclsection .panel-top {
    position: relative;
    background: #0fa7a5;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; 
    padding-top: 0.25rem;
    overflow: hidden;
    z-index: 1;
}

.txtcrclsection .panel-top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;         
    background: #f29b7e;
    border-radius: 0%;
    z-index: -1;
}


@media only screen and (min-width: 992px) {
.txtcrclsection .panel-top::before {
    width: 840px;
    height: 840px;
    left: -10px;
    top: -510px;  
    border-radius: 50%;       
}
}


.txtcrclsection .decor-star {
    position: absolute;
    right: 50px;
    top: 195px;
    width: 182px;
    height: auto;
    pointer-events: none;
}


.txtcrclsection .text-box {
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.txtcrclsection .text-box h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 0.25rem;
    color: #fff;
}

.txtcrclsection .text-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #fff;
}

.txtcrclsection .text-box .main-text {
    max-width: 390px;
    margin: 0 auto;
}

.txtcrclsection .text-box p {
    font-size: 14px;
    color: #fff;
}


.txtcrclsection .panel-bottom {
    background: #0fa7a5;
    padding: 1.5rem 1rem;
}

.txtcrclsection .panel-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 0.3s ease;
}

.txtcrclsection .panel-bottom a:hover {
    transform: translateY(-5px);
}

.txtcrclsection .panel-bottom a:hover img {
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.25));
}

.txtcrclsection .panel-bottom img.small-logo {
    max-height: 70px;
    width: auto;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
    transition: filter 0.3s ease;
}


/* title_image block */

.title_image img {
    border-radius: 38px;
}


/* video_intro block */

.hero_video {
    height: calc(100vh - 74px);
    position: relative;
    overflow: hidden;
}
.hero_video .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero_video h1 {
    max-width:480px;
    font-size: 30px;
    text-shadow: 0px 3px 6px #00000029;
}
.hero_video h1 strong {
    background-color: #f09070;
}

.hero_video video {
    object-fit: cover;
}
.hero_video .banner-scrolling {
    position: absolute;
    bottom: 0;
    background-color: #32A29C;
}
.hero_video .bottom-bar-item {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 100vw;
    line-height: 0;
}
.hero_video .wrapper-scrolling-text {
    height: 3.5rem;
    display: flex;
    position: relative;
    text-decoration: none;
}
.hero_video .wrapper-scrolling-text .scrolling-text {
    display: flex;
    align-items: center;
    box-sizing: content-box;
    font-size: 15px;
    gap: 2.4rem;
    position: relative;
    white-space: nowrap;
    margin: 0;
    color: #fff;
    padding-right: 2.4rem;
    animation: scrollingtext 100s linear -1s infinite forwards;
}
.hero_video .wrapper-scrolling-text .scrolling-text p {
    font-size:16px;
    font-weight: 600;
    position: relative;
}

@media only screen and (min-width: 991px) {
    .hero_video h1 {
        font-size: 50px;
    }
    .wrapper-scrolling-text .scrolling-text p {
        font-size:22px;
    }
}
.hero_video .bottom-bar-item .wrapper-scrolling-text .scrolling-text p:after {
    content: "/";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}
@keyframes scrollingtext {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

/* video_slider block */

.video_slider .video-slider-container {
    position: relative;
    padding: 20px 0;
    /* Increase horizontal padding to make room for larger arrows */
    padding-left: 65px;
    padding-right: 65px;
}

.video_slider .video-wrapper {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 38px;
    overflow: hidden;
    position: relative;
    padding-top: 177.78%; /* 9:16 aspect ratio for vertical videos */
    background-color: #FFFFFF;
}

.video_slider .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 38px;
}

/* Swiper specific styles */
.video_slider .swiper {
    width: 100%;
    padding: 10px;
}

.video_slider .swiper-slide {
    padding: 5px;
}

/* Custom navigation arrows - increased by 50% */
.video_slider .swiper-custom-prev,
.video_slider .swiper-custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px; /* Increased from 40px to 60px (50% larger) */
    height: 60px; /* Increased from 40px to 60px (50% larger) */
    cursor: pointer;
    z-index: 10;
}

.video_slider .swiper-custom-prev {
    left: -45px; /* Adjusted position for larger arrows */
}

.video_slider .swiper-custom-next {
    right: -45px; /* Adjusted position for larger arrows */
}

/* Adjust positions on smaller screens */
@media (max-width: 767px) {
    .video_slider .video-slider-container {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .video_slider .swiper-custom-prev {
        left: -10px;
    }
    
    .video_slider .swiper-custom-next {
        right: -10px;
    }
}

.video_slider .swiper-custom-prev img,
.video_slider .swiper-custom-next img {
    width: 100%;
    height: auto;
}

/* Lazy loading preloader styles */
.video_slider .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid #32A29C;
    border-radius: 50%;
    border-top-color: transparent;
    animation: swiper-preloader-spin 1s infinite linear;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* text_image block */

.text_image img {
    border-radius: 38px;
    box-shadow: 0px 3px 6px #00000029;
}

.text_image .btn-custom {
    padding: 10px 120px 10px 20px;
    background-color: #f19171;
    border-radius: 11px;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.text_image .btn-custom:hover {
    color: #000;
    border: 1px solid #000;
    box-shadow: 0px 3px 6px #00000029;
}


.text_image .rounded_image img {
    border-radius: 38px;
    box-shadow: 0px 3px 6px #00000029;
}