/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1747657014
Updated: 2025-05-19 12:16:54

*/
h1,h2,h3,h4,h5,h6{
    padding:0px;
}
.blu{
    color: #3280A8;
}

.main_title h1{
    font-size: clamp(32px, 4.1vw, 42px);
    line-height: clamp(42px, 5.2vw, 52px);
}
.title_32 h4{
    font-size: clamp(24px, 3vw, 32px);
    line-height: clamp(26px, 3.8vw, 38px);  
}
.title_62 h3{
    font-size: clamp(30px, 4vw, 40px);
    line-height: clamp(40px, 3.75vw, 50px);  
}
@media(min-width: 981px){
    .main_title h1{
        font-size: clamp(46px, 4.1vw, 80px);
        line-height: clamp(56px, 4.6vw, 90px);
    }
    .title_62 h3{
        font-size: clamp(46px, 3.2vw, 62px);
        line-height: clamp(56px, 3.75vw, 72px);  
    }
    .title_32 h4{
        font-size: clamp(28px, 1.6vw, 32px);
        line-height: clamp(38px, 1.9vw, 38px);  
    }
}

/* home */
.home-hero-image-desktop img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.home-hero-button{
    display : flex;
    gap: 20px;
    align-items: center;
}

.home-hero-button a{
    transition: 300ms;
    display: flex;
    line-height: 1em;
    font-size: clamp(16px, 1vw, 20px);
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    border-radius: 30px;
    font-weight: bold;
}

.hero-paragraph p{
    font-size: clamp(16px, 2vw, 20px);
}
.primary{
    background: #3280A8;
    color: #fff;
    min-width: 120px;
    padding: 16px 25px;
}
.primary:hover{
    background: #0E384C;
    color: #fff;
    transition: 300ms;
}

.secondary{
    color: #0E384C;
    border: 2px solid #0E384C;
    padding: 14px 23px;
    min-width: 120px;
}

.secondary:hover{
    color: #fff;
    background: #0E384C;
    border: 2px solid #0E384C;
    transition: 300ms;
}
@media(min-width: 981px){
    .primary{
    min-width: 160px;
}
.secondary{
    min-width: 160px;
}
}

.home-grid-image {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.home-grid-image img {
    width: 100%;
    height: 100%;
}
.home-grid-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.home-grid-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 981px){
    .home-grid-image {
    border-radius: 50px;
}
}


.service-card-image {
    display: flex;
    overflow: hidden;
    border-radius: 30px;
    /*height: 100%;*/
    position: relative;
    z-index: 3;
}

.service-card-image img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.services-card-wrapper {
    position: relative;
}
.service-card-text {
    background: #B3D9E9;
    padding: 40px 20px;
    border-radius: 30px;
    text-wrap: balance;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    text-align: center;
    position: relative;
    top: -25px;
    z-index: 4;
}
.service-card-text h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-wrap: balance;
    text-align: center;
}
.carousel-pagination {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.carousel-pagination svg {
    transition: 300ms;
    cursor: pointer;
}
.carousel-pagination svg:hover g{
    fill: #F5F7F9;
    transition: 300ms;
}
.home-services-carousel-wrapper .splide__arrows {
    display: none;
}
.carousel-pagination svg {
    height: 30px;
    width: 30px;
}
.home-services-carousel-wrapper.services-page {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}
@media(min-width: 981px){
    .home-services-carousel-wrapper.services-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
    .carousel-pagination svg {
    height: unset;
    width: unset;
}
    .carousel-pagination {
    justify-content: flex-end;
}
    .service-card-text h5 {
    font-weight: bold;
    font-size: clamp(26px, 1.8vw, 36px);
    line-height: clamp(32px, 2vw, 46px);
    text-wrap: balance;
    max-width: 95%;
    text-align: center;
}
    .services-card-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}
   /*.service-card-image {
    height: 90%;
} */
*/.service-card-text {
    background: #B3D9E9;
    padding: 40px 20px;
    max-width: 500px;
    border-radius: 30px;
    position: absolute;
    z-index: 4;
    bottom: 0px;
    text-wrap: balance;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    text-align: left;
    top: unset;
}*/
.service-card-text {
    background: #B3D9E9;
    padding: 40px 20px;
    max-width: 500px;
    border-radius: 30px;
    position: relative;
    z-index: 4;
    bottom: 0px;
    text-wrap: balance;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    text-align: left;
    top: unset;
    bottom: 50px;
}
}

/* Header */
.wa__btn_popup_txt {
    display: none!important;
}
#header-mobile-smallheader svg{
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
div#header-mobile ul#mobile_menu2 {
    position: absolute!important;
    left: 0;
}

div#header-mobile .et_pb_row, div#header-mobile .et_pb_column, div#header-mobile .et_pb_module *,div#header-mobile .et_pb_module {
    position: unset!important;
}