
/*Gradient Button CSS*/

.btn-grad .elementor-button {
    background: linear-gradient(180deg, #1D7B88, #1D6C72, #16394C) !important;
    color: #ffffff !important;
    border: none;
}
.btn-grad .elementor-button svg{
    width: 24px !important;
}

.txt-y{
    color: #D7A94D;
}

.txt-grad h1.elementor-heading-title.elementor-size-default,
.txt-grad h2.elementor-heading-title.elementor-size-default {
    display: inline-block;
    background: linear-gradient(90deg, #D7A94D 0%, #FFE5B1 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* gradient clipping */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25) !important;
}

.sub_head{
    font-family: "Spectral", Sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 34px;
    line-height: 100%;
}

/* Homepage Carousel css*/

.serv_carousel .content_hide{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 40px !important;

}

.serv_carousel .serv_car_slide:hover .content_hide{
    opacity: 1;
    padding: 16px 0 32px !important;
    max-height: 400px;
}

/*.serv_carousel .content_hide{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out !important;
    margin: 0 !important;
    padding: 0 !important;
}
.serv_carousel .serv_car_slide:hover .content_hide{
    opacity:1;
    visibility: visible;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}*/


/*Blog*/

.after_slash{
    position: relative;
}

.after_slash::after{
    content: "/";
    height: 19px;
    width: 2px;
    position: absolute;
    right: -7px;
    top: -4px;
}

.b_point{
    position: relative;
}
.b_point::after{
    content: "";
    height: 10px;
    width: 10px;
    background: rgba(29, 29, 29, 1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 100px;
}

/*Pagination*/
.b_archive_pagi .page-numbers.prev {
    width: 50px;
    height: 50px;
    background-image: url(../img/pagination-right.svg);
    display: block;
    margin: 0 !important;
    background-repeat: no-repeat;
}

.b_archive_pagi .page-numbers.next {
    width: 50px;
    height: 50px;
    background-image: url(../img/pagination-left.svg);
    display: block;
    margin: 0 !important;
    background-repeat: no-repeat;
}

.b_archive_pagi .elementor-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 20px;
}
/*Hero Banner*/

.hero_ban::after{
    content: "";
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
    background: radial-gradient(41.9% 41.9% at 50% 50%, rgba(129, 129, 129, 0.592) 0%, rgba(0, 0, 0, 0.8) 100%) !important;

}

.hero_ban h1{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.37) !important;
}

.hero_ban .e-con-inner{
    position: revert;
    z-index: 1;
}
.serv_carousel .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #D7A94D !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    transition: all 0.3s ease-in-out;
    border-radius: 80px !important;

}

.serv_carousel .swiper-pagination-bullet-active{
    width: 46px !important;
    height: 12px !important;
    background: linear-gradient(90deg, #D7A94D 0%, #FFE6B3 100%) !important;
}

.serv_carousel .serv_car_slide .serv_car_img{
    display: flex;
    align-items: flex-end;
    transition: all 0.2s ease-in-out !important;
    margin-top: -50px;
    height: 100%;
}

.serv_carousel .serv_car_slide:hover .serv_car_img{
    margin-top: 0;
}
.serv_carousel .serv_car_slide .serv_car_img img{
    transition: all 0.2s ease-in-out !important;
    height: 100%;
}
.serv_carousel .serv_car_slide:hover .serv_car_img img{
    height:185px;
}
/*.serv_carousel .serv_car_slide:hover .serv_car_title{
    margin-bottom:0;
}
*/

.serv_carousel .swiper-slide .e-con-inner h3{
    min-height: 74px;
}


/*How Block and testimonial custom css*/

.myVerticalSwiper {
    width: 100%;
    max-width: 610px;
    margin: 40px auto;
    height: 340px;

}
.how_we_block .swiper-wrapper {
    max-width: calc(100% - 120px);
}


.how_we_block .swiper-slide {
    font-size: 28px;
    display: flex !important;
    align-items: center;
    justify-content: left;
}
.how_we_block .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    margin: 20px 0 !important;
/*    background: #114D55;*/
    font-size: 42px;
    color: #D7A94D;
    font-weight: 500;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1;
      font-family: "Spectral", Sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 64px;
    background: rgba(16, 76, 84, 0.37);
    backdrop-filter: blur(15px);
    border-radius: 8px;
}
.how_we_block .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(17, 77, 85, 1);

}


.how_we_block .swiper-slide .item {
    max-width: 485px;
    height: auto !important;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 50px 50px 16px;
    border-radius: 20px;
}

/*.how_we_block {
    width: 700px;
    margin: 0 auto;
    background: #000;
    border-radius: 18px;
    padding: 40px;
}
*/

.how_we_block .item h4{
    font-family: "Spectral", Sans-serif;
    font-style: normal;
    margin-right: 7px;
    font-weight: 500;
    font-size: 30px;
    line-height: 46px;
    text-transform: capitalize;
    color: #114D55;
    margin-top: 0;


}
.how_we_block .item p{
    font-family: "Inter", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1A1A1A;
}

.how_we_block .item{
    display: flex;
    align-items: flex-start;
}

.how_we_block .item h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    font-family: "Spectral", Sans-serif;
    line-height: 100px;
    color: #114D55;
    margin: 0 7px;
}

.how_we_block .swiper-vertical {
    display: flex;
    flex-direction: row-reverse;
}

.how_we_block .swiper-vertical .swiper-pagination {
    left: 0;
    right: inherit;
}


.how_we_block .item .swiper-slider-item{
    margin-top: 50px;
}
.how_we_block .title * {
    color: #fff;
}

.testimonial_slider .swiper-slide .item {
    background: #F4F4F4;
    min-height: 323px;
    border-radius: 10px;
    padding: 24px 20px 20px;
    border: 1px solid rgba(218, 218, 218, 1);

}

.testimonial_slider {
    display: flex;
    gap: 24px;
      height: 670px;
}


.testimonial_slider .swiper-container {
    width: 100%;
    border: 0px solid #333;
    overflow: hidden;
}



.swiper-wrapper{
  transition-timing-function: linear !important;
}
.swiper-two {
    transform: rotateX(180deg);
}
.swiper-two .item{
    transform: rotateX(180deg);
}


.testimonial_slider .item{
    text-align: left;

}

.testimonial_slider .item .icon img{
    height: 23px;
    width: 23px;

}

.testimonial_slider .swiper-wrapper{
    overflow: visible !important;
}

.testimonial_slider .swiper-slide {
    min-height: 323px;
    height: auto !important;
}



.testimonial_slider .item p{
    font-family: "Inter", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #202020;
}

.testimonial_slider .item .author .name h6{

    font-family: "Inter", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0;

    line-height: 26px;
    color: #353535;
}

.testimonial_slider .item .author img{
    height: 40px;
    width: 40px;
    border-radius: 100px;
    margin-right: 10px;
}

.testimonial_slider .item .author .name p{
    font-family: "Inter", Sans-serif;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    color: #969696;

}

.testimonial_slider .item .content{
    margin: 24px 0 14px 0;

}

.testimonial_slider .item .author {
    display: flex;
    align-items: center;
}


/*How Block and testimonial custom css*/

.form_sec  .e-child:before{
        backdrop-filter: blur(15px);
}

.con_form .elementor-form-fields-wrapper  .elementor-field-label, .elementor-form-fields-wrapper  .elementor-field-textual    {
    box-shadow: 0px 0px 50px 4px rgba(17, 77, 85, 0.2);
}

.con_form .elementor-form-fields-wrapper  .elementor-field-label::placeholder, .elementor-form-fields-wrapper .elementor-field-textual::placeholder {
    font-style: normal;
    font-family: "Inter", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #A1A1A1;
}

.con_form .elementor-form-fields-wrapper textarea.elementor-field-textual{
    padding: 37px 30px;
 }

/* .elementor-form-fields-wrapper textarea.elementor-field-textual::placeholder {
    padding: 27px 30px;
 }*/
.con_form .elementor-field-type-acceptance .elementor-field-option input{
    border:1px solid #4A4A4A !important;
    border-radius:4px !important;
    background-color:transparent !important;
    width:27px;
    height:27px;
}
.con_form .elementor-field-type-acceptance .elementor-field-option label{
    font-family: "Inter", Sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px;
    color: #4A4A4A !important;
}
.con_form .elementor-field-type-acceptance .elementor-field-option{
    display:flex;
    gap:14px;
    justify-content: center;
    align-items:center
}

/*.con_form .elementor-field-type-checkbox .elementor-field-option{
    display: flex;
    align-items: center;
    gap: 14px;
}


.con_form .elementor-field-type-checkbox .elementor-field-option input{
    width: 27px;
    height: 27px;
    border: 1px solid rgba(74, 74, 74, 1);
    background: transparent;
  accent-color: transparent; 

}*/
.con_form .elementor-button[type="submit"] {
    background: linear-gradient(180deg, #1D7B88, #1D6C72, #16394C) !important;
    color: #ffffff !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 26px !important;
    line-height: 31px !important;
    border: none;
}

.elementor-button[type="submit"] svg path{
    fill: transparent !important;
}

/*.con_form .elementor-field-type-checkbox .elementor-field-option label{
    font-family: "Inter", Sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px;
    color: #4A4A4A !important;
}
*/

.in_ban_overlay:before{
        background-image: radial-gradient(at center center, #404040B8 0%, #000000B0 100%) !important;
}

.con_form  input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1.5px solid #000;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    accent-color: transparent !important; /* STOP green */
}


.con_form  input[type="checkbox"]:checked::after {
    content: "";
    background-image: url(../img/check.svg);
    font-size: 14px;
    color: #000 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}


/*Blog Single*/

.post-single-pagi .elementor-post-navigation__prev  a, .post-single-pagi .elementor-post-navigation__next  a{
    position: relative;
}

.post-single-pagi .elementor-post-navigation__prev  a{
    padding-left: 60px;
    display: block;
}
.post-single-pagi .elementor-post-navigation__next  a{
    padding-right: 60px;
    display: block;
}
.post-single-pagi .elementor-post-navigation__prev  a::after {
    content: "";
    width: 35px;
    background-size: contain;
    height: 35px;
    background-size: contain;
    background-image: url(../img/pagination-right.svg);
    position: absolute;
    display: block;
    margin: 0 !important;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
}

.post-single-pagi .elementor-post-navigation__next a::after {
    content: "";
    width: 35px;
    background-size: contain;
    position: absolute;
    height: 35px;
    background-image: url(../img/pagination-left.svg);
    display: block;
    background-repeat: no-repeat;
    right: 0;
    margin: 0 !important;
    top: 50%;
    transform: translate(0, -50%);
}
.blog-single-form .elementor-field-textual {
    padding: 17px 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 50px 4px rgba(17, 77, 85, 0.2);
    border-radius: 12px;
    border: 0 !important;
}

.blog-single-form .elementor-field-textual::placeholder{
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #A1A1A1 !important;
}
.blog-single-form .elementor-button[type="submit"] {
    background: linear-gradient(180deg, #1D7B88, #1D6C72, #16394C) !important;
    color: #ffffff !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    border: none;
}
.blog-single-form .elementor-field-textual {
    padding: 20px !important;
}
.download-form .elementor-button[type="submit"]{
    background: linear-gradient(180deg, #1D7B88, #1D6C72, #16394C) !important;
    color: #ffffff !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    border: none;
}

/*Top to Scroll CSS*/

#scrollTopBtn {
    width: 87px;
    height: 87px;
}

#scrollTopBtn svg {
    width: 85%;
    height: 100%;
}
#scrollTopBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 87px;
    height: 87px;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#scrollTopBtn.show {
    opacity: 1;
    pointer-events: auto;
}

/* Progress ring animation styling */
.progress-ring__circle {
    transform: rotate(-90deg);
    transform-origin: center;
    stroke-dasharray: 267; /* JS will recalc but safe default */
    stroke-dashoffset: 267;
}

header .header_section.scrolled .header_container{
    background: #ffffff !important;
}
/*header .header_section.scrolled{
    top:10px !important;
    transition: background 0.3s ease-in-out;
}
*/
.cs_content h2{
    margin-top: 30px !important;
}
.cs_content h3{
    font-size: 30px !important;
    margin-top: 30px !important;
}
.blog_content h2{
    font-family: "Inter", Sans-serif !important;
    font-size:34px !important;
    line-height:1.2 !important;
    font-weight: 600 !important;
}

.blog_content h3{
    font-family: "Inter", Sans-serif !important;
    font-size:32px !important;
    line-height:1.2 !important;
    font-weight: 600 !important;
}

.blog_content p{
    font-family: "inter", Sans-serif !important;
    font-size:24px !important;
    line-height:1.4 !important;
    font-weight: 400 !important;
}
.cat_list ul.single-post-cat-list {
    list-style:none;
    padding-left:0px;
}
.cat_list ul.single-post-cat-list li{
    margin-bottom:16px;
}
.cat_list ul.single-post-cat-list a{
    display:flex;
    justify-content:space-between
}
.cat_list ul.single-post-cat-list a .cat_name{
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color:#000000 !important;
}
.cat_list ul.single-post-cat-list a .cat_num{
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color:#00000087;
}
/*============================= Media Query Start ===================================*/

@media(min-width: 991px){
    .con_form .elementor-button{
    margin-top: -50px;
}
}
@media (max-width: 1024px) {
    #scrollTopBtn {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 767px) {
    /*#scrollTopBtn {
        width: 55px;
        height: 55px;
    }*/
    #scrollTopBtn svg {
        width: 70%;
        height: 70%;
    }
    #scrollTopBtn {
        position: fixed;
        bottom: 10px;
        right: 0px;
        width: 87px;
        height: 87px;
        cursor: pointer;
        z-index: 9999;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
}
    .blog_content h2{
        font-family: "Spectral", Sans-serif !important;
        font-size:28px !important;
        line-height:1.2 !important;
        font-weight: 600 !important;
}

    .blog_content h3{
        font-family: "Spectral", Sans-serif !important;
        font-size:25px !important;
        line-height:1.2 !important;
        font-weight: 600 !important;
    }

    .blog_content p{
        font-family: "inter", Sans-serif !important;
        font-size:16px !important;
        line-height:1.4 !important;
        font-weight: 400 !important;
    }
    .sub_head{
        font-weight: 500;
        font-size: 25px;
        line-height: 1;
    }
    .con_form .elementor-button[type="submit"] {
        font-size: 20px !important;
}
}

/**/
@media (max-width: 1090px){
    .testimonial_slider .swiper-container {
        width: 100%;
    }
}
@media (max-width: 991px){
    .serv_carousel .content_hide{
        opacity: 1;
            padding: 16px 0 32px !important;
    max-height: 400px;

        overflow: visible;
    }
    .serv_carousel .serv_car_slide .serv_car_img{
        margin-top: 0 !important;
    }

    .serv_carousel .serv_car_slide .serv_car_img img, .serv_carousel .serv_car_slide:hover .serv_car_img img {
        height: 265px !important;
    }
    .testimonial_slider {
        min-height: 670px;
        height: 100%;
    }
    .testimonial_slider .swiper-slide .item {
        height: 100%;
    }
    .testimonial_slider{
        flex-direction: column;
    }
    .swiper-two {
        transform: rotateY(180deg);
    }
     .swiper-two .item{
        transform: rotateY(180deg);
    }
    .how_we_block .swiper-slide .item {
        max-width: 100%;
        height: 100% !important;
    }
    .myVerticalSwiper {
        width: 100%;
        height: auto;
        max-height: 400px;
        padding-bottom: 100px !important;
    }

    .myVerticalSwiper .swiper-pagination{
        justify-content: center;
        display: flex;
        gap: 10px;
    }

    .how_we_block .swiper-slide{
        height: auto !important;
    }

    .testimonial_slider .swiper-container{
        width: 100%;
    }
    .how_we_block .swiper-vertical .swiper-pagination {
        display: flex;
        transform: none;
        bottom: 0;
        top: inherit;
        left: 50%;
        gap: 10px;
        justify-content: center;
        transform: translate(-50%, 0);
    }
    .how_we_block .swiper-slide {
        align-items: flex-start;
    }
    .how_we_block .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 0 !important;
    }
    .how_we_block .swiper-wrapper {
        max-width: 100%;
    }
    .serv_carousel .serv_car_slide .serv_car_title br{
        display: none;
    }


}


@media (max-width: 490px){
    /*.myVerticalSwiper {
        max-height: 450px;
    }*/
    .how_we_block .item h4 {
        font-size: 28px;
        line-height: 36px;
    }
    .how_we_block .item h3 {
        font-size: 50px;
        line-height: 70px;
    }

    .how_we_block .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 40px;
        height: 40px;
        font-size: 22px;
        line-height: 64px;
        border-radius: 8px;
    }
@media(max-width: 1024px){
    .serv_carousel .swiper-slide .e-con-inner h3{
        min-height: auto;
}
}




}