/*
Theme Name: Monday Digital
Theme URI: https://mondaydigital.com/
Author: Monday Digital
Author URI: https://mondaydigital.com/
Description: A custom theme for Monday Digital.
Version: 1.0
Text Domain: Monday Digital
Tags: custom-theme
*/

:root {
  --desktop-container-width: 1296px!important; 
  --min-width-390px-container-width: 342px!important; 
  --min-width-576px-container-width: 540px!important; 
   --min-width-768px-container-width: 720px!important; 
   --min-width-1024px-container-width: 946px!important; 
   --min-width-1280px-container-width: 1126px!important; 
   --min-width-1400px-container-width: 1296px!important; 
}

.grecaptcha-badge {
        visibility: hidden;
    }

body {
    margin: 0;
    padding: 0;
}
.container_jhdev {
    max-width: var(--desktop-container-width);
    margin: 0 auto;
    padding: 0 12px;
}
.bigger_container_jhdev {
    max-width: 1410px;
}
.full_width_container_jhdev {
    max-width: 100%;
}
.row_jhdev {
    max-width: 100%;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.col_jhdev {
    width: 100%;
}
.d_flex_jhdev {
    display: flex;
}
.m_0_jhdev {
    margin: 0;
}
.p_0_jhdev {
    padding: 0;
}
.subtitle_jhdev {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b5170;
    text-transform: uppercase;
    position: relative;
    padding-left: 24px;
}
.subtitle_jhdev:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background-color: #0b5170;
    left: 0;
    top: 4px;
    border-radius: 50%;
}
.title_jhdev {
    font-family: "Urbanist", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -1.44px;
}
.desc_jhdev {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #363636;
}

.extra_spacing_section_jhdev {
    position: relative;
    padding: 60px 0 0;
    overflow: hidden;
    background-color: #f8fafd;
}
@media (max-width: 1440px) {
    
}
@media (max-width: 1024px) {
   
}
@media (max-width: 992px) {
   
}
@media (max-width: 767px) {
    .subtitle_jhdev {
        font-size: 16px !important;
    }
    .title_jhdev {
        font-size: 32px !important;
    }
    .desc_jhdev {
        font-size: 16px !important;
    }
    .btn_except_jhdev {
        padding: 12px 20px!important;
        border-radius: 8px!important;
        font-size: 14px!important;
    }

}





/* Conatiner Styles Start Here  */

@media (min-width: 390px) {
    .container_jhdev {
        max-width: 342px!important;
    }
}
/*@media (max-width: 575px) {*/
/*    .container_jhdev {*/
/*        max-width: 100%!important;*/
/*    }*/
/*}*/
@media (min-width: 576px) {
    .container_jhdev {
        max-width: 540px!important;
    }
}
@media (min-width: 768px) {
    .container_jhdev {
        max-width: 720px!important;
    }
}
/*@media (min-width: 992px) {*/
/*    .container_jhdev {*/
/*        max-width: 960px!important;*/
/*    }*/
/*}*/

@media (min-width: 1024px) {
    .container_jhdev {
        max-width: 946px!important;
    }
}

/*@media (min-width: 1200px) {*/
/*    .container_jhdev {*/
/*        max-width: 1140px!important;*/
/*    }*/
/*}*/

@media (min-width: 1280px) {
    .container_jhdev {
        max-width: 1126px!important;
    }
}

@media (min-width: 1400px) {
    .container_jhdev {
        max-width: 1296px!important;
    }
}






/* Header 2 Styles Start Here */


/* New Button styles starts here*/

.header_btn_except_jhdev {
    color: #000000;
    text-decoration: none;
    text-align: center;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.btn_except_jhdev {
    font-family: Urbanist, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header_btn_icon_box_jhdev {
    padding: 5px;
    border-radius: 50%;
    background-color: #000000;
    display: flex;
}

.btn_icon_box_jhdev {
    display: flex;
}

.header_btn_except_sub_jhdev {
    position: relative;
    overflow: hidden;

}

.btn_except_sub_jhdev {
    position: relative;
    overflow: hidden;

}

.btn_text_jhdev {
    transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
     transform: translateY(0%);
}

.btn_icon_jhdev {
    transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
     transform: translateX(0%);
     vertical-align: text-bottom;
}

.btn_bottom_text_jhdev {
    position: absolute;
    bottom: -100%;
}

.btn_bottom_icon_jhdev {
    position: absolute;
    left: -100%;

}

.btn_except_jhdev:hover .btn_top_text_jhdev {
    transform: translateY(-120%);
}

.btn_except_jhdev:hover .btn_bottom_text_jhdev {
    transform: translateY(-100%);
}

.btn_except_jhdev:hover .btn_top_icon_jhdev, .btn_except_jhdev:hover .btn_bottom_icon_jhdev {
     transform: translateX(185%);
}

/* New Button styles ends here*/


#mobile_header_sec_dev2,
.header_section_jhdev2 {
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    background-color: #ffffffd4;
}


.header_section_jhdev2 {
    background-color: #ffffffd4;
        backdrop-filter: blur(10.2px); /* Apply a blur of 6.4px */
        -webkit-backdrop-filter: blur(10.2px); /* For WebKit browsers like Safari */
}

#main-menu,
#main-menu-mobile {
    list-style: none
}

.header_section_jhdev2 {
    z-index: 99
}
#header_dev2.active {
    position: relative;
}

#header_dev2.active {
    position: fixed;
    z-index: 99;
    animation: .5s ease-in-out fixed-header-appearance;
    width: 100%;
  
}

#header_dev2.active .header_section_jhdev2 {
    background-color:#ffffffd4;
}

#mobile_header_sec_dev2 {
    height: 100%;
    right: 100%;
    display: none;
    background-color: rgba(12, 12, 12, 0.9); /* Convert #0c0c0ce6 to rgba */
    backdrop-filter: blur(6.4px); /* Apply a blur of 6.4px */
    -webkit-backdrop-filter: blur(6.4px); /* For WebKit browsers like Safari */
    z-index: 19999;
}

.border_div_jhdev {
    position: relative;
    top: -12.25%;
    left: 0;
    border-top: 0.6px solid #333333;
}

#header_dev2.active #mobile_header_sec_dev2 {
    z-index: 199999;
    position: absolute;
}

@keyframes fixed-header-appearance {
    0% {
        top: -74px
    }
    100% {
        top: 0
    }
}
@keyframes fixed-header-appearance2 {
    0% {
        bottom: -74px; /* Start from bottom 0 */
    }
    100% {
        bottom: 0px; /* Slide to bottom 74px */
    }

}
@keyframes fixed-header-appearance3 {
    0% {
        bottom: 0px
    }
    100% {
        bottom: -74px
    }
}
@keyframes fixed-header-appearance4 {
    0% {
        bottom: 0px
    }
    100% {
        bottom: -45px
    }
}
    


.header_col_inner_jhdev {
     padding: 23px 0px 21px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.booking_btn_jhdev,
.site_link_jhdev {
    display: inline-block
}

.header_col_jhdev,
.mobile_header_col_jhdev {
    width: 100%
}

#main-menu {
    margin: 0;
    padding: 0;
    display: flex;
   gap: 58.2px;
    align-items: center
}


.main_menu_dev li a {
    color: #0C0C0C;
    text-decoration: unsderline;
    text-decoration-thickness: .5px;
    text-underline-offset: 4px;
    text-decoration-color: transparent;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

#main-menu-mobile a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.main_menu_dev li a:hover {
    color: #0B5170;
    text-decoration: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: 4px;
    transition: all .5s;
}

.booking_btn_jhdev {
    color: #ffffff;
    font-family: Urbanist, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding: 17px 31px;
    background-color: #0B5170;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    border: 1px solid transparent;
    transition: .5s
}

.booking_btn_jhdev:hover {
    background-color: #E1FFA1;
    border: 1px solid #E1FFA1;
    color: #0C0C0C;
    transition: .5s
}

.booking_btn_icon_jhdev {
    margin-left: 4px;
    vertical-align: bottom;
}

#mobile_header_content_sec_dev,
.header_menu_div_dev {
    display: none
}

.main_menu_mobile_dev {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 16px;
    padding-left: 0px;
    align-items: flex-end;
}
.mobile_cta_col_inner_jhdev {
    padding-left: 0px;
    text-align: end;
}

#cancel_menu_icon_dev2 {
    width: 32px;
    height: 32px;
    padding: 0px 6px;
}

.mobile_header_col_inner_jhdev {
    display: flex;
    justify-content: space-between;
    padding: 16px 0px 15.99px 0px;
    border-bottom: 0.6px solid #333333;
    align-items: center
}

.site_logo_jhdev {
    vertical-align: bottom
}

 .mobile_header_col_inner_jhdev {
    border-top: 0.6px solid #333333;
}

 #mobile_header_sec_dev2 .container_jhdev {
        display: flex;
        flex-direction: column;
        gap: 32px;
        width:100%;
        justify-content: flex-end;
        height: 100%;
    }
    
@media (max-width:1440px) {
    .border_div_jhdev {
    top: -14.99%;
}
}

@media(max-width:1366px) {
    .header_div_2_jhdev {
        padding: 0 50px
    }
     .border_div_jhdev {
    top: -14.73%;
}
}

@media (max-width:1280px) {
    .border_div_jhdev {
    top: -14.95%;
}
}

@media (max-width:1024px) {
  
.border_div_jhdev {
    top: -14.85%;
}


#header_dev2.active {
    position: fixed;
    z-index: 99;
    width: 100%;
    animation: .5s ease-in-out fixed-header-appearance9;
    bottom: 74px!important;
    max-height: -webkit-fill-available;
    min-height: max-content;
}


    

     .header_section_jhdev2 {
        position: absolute;
        z-index: 99;
        width: 100%;
        background-color: #ffffffd4;
        backdrop-filter: blur(10.2px); /* Apply a blur of 6.4px */
        -webkit-backdrop-filter: blur(10.2px); /* For WebKit browsers like Safari */
    }
    
    
    #header_dev2.active .header_section_jhdev2 {
        border-top: 1px solid #D9D9D9;
    }
   
    
      
    .header_col_inner_jhdev {
        display: flex;
        justify-content: space-between;
        padding: 16px 0px 16px 0px;
        align-items: center;
        gap: unset
    }
    .header_div_2_jhdev,
    .header_div_3_jhdev {
        display: none
    }
    .header_menu_div_dev {
        display: flex;
        justify-content: right
    }
    #hamburger_menu_icon_dev2 {
        margin-left: 12px;
        height: 40px !important;
        margin-right: -16px;
        width: 80px
    }
    .booking_btn_jhdev {
        padding: 13.5px 24px;
        border-radius: 10px;
        width: unset
    }
}

@media (max-width:992px) {
    #header_dev2.active {
    animation: .5s ease-in-out fixed-header-appearance3;
    width: 100%;
}

.main_menu_mobile_dev {
    padding-bottom: 0px;
    margin: 0;
}
}

@media (max-width:767px) {

.border_div_jhdev {
    top: -18.75%;
}

#header_dev2.active {
    bottom: 56px!important;
}
    

#main-menu-mobile a {
    font-size: 14px;
}
   

.header_col_inner_jhdev {
    padding: 12px 16px 13px 16px;
    width: -webkit-fill-available
}
.header_div_1_jhdev {
    width: unset
}
.booking_btn_jhdev {
    padding: 12px 20px;
    border-radius: 8px
}

    .mobile_header_col_inner_jhdev {
    padding: 11px 16px 12px 16px;
}


.header_div_1_jhdev a svg {
    width: 82%;
    height: auto;
}
.mobile_header_div_1_jhdev a svg {
    width: 72.3%;
    height: auto;
}
#cancel_menu_icon_dev2, #hamburger_menu_icon_dev2 {
    width: 23px;
    height: 19.15px!important;
    margin-right: 0px;
}
.mobile_header_col_inner_jhdev {
    border-top: 0.6px solid #333333;
}

#cancel_menu_icon_dev2 {
    padding: 0px 0px;
    margin-bottom: -4px;
}

}
@media (max-width:425px) {
    .mobile_header_col_inner_jhdev {
        padding: 11px 16px 12px 16px;
    }
    
    #mobile_header_sec_dev2 .container_jhdev {
        max-width: 100%!important;
        width:-webkit-fill-available;
    }
}
@media (max-width:375px) {
     #mobile_header_sec_dev2 .container_jhdev {
        max-width: 100%!important;
        padding: 0px 11px;
        margin: 0px;
        width:-webkit-fill-available;
    }
    .mobile_header_col_inner_jhdev {
        padding: 11px 17px 12px 17px;
    }
}





/* Popup Syles Start Here */


body.no-scroll {
    position: fixed;
    overflow-y: scroll; /* Keeps the scrollbar visible */
    width: 100%;
    top: 0;
}
.popup_section_jhdev .popup_container_jhdev .popup_row_jhdev {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.popup_section_jhdev {
    display: none;
    background-color: #0c0c0ccc;
    position: fixed;
    z-index: 199999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    transition: opacity 0.5s ease; /* Transition for fade effect */
    opacity: 0; /* Initial hidden state */
}
.popup_section_jhdev.show {
    animation: fadeIn 0.9s forwards;
    opacity: 1;
    transition: 0.9s;
}
.popup_section_jhdev.hide {
    animation: fadeOut 0.9s forwards;
    opacity: 0;
    transition: 0.9s;
}
#md-popup-jhdev {
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
    transform: translateY(0);
    /*transform: translateY(-25%);*/
    opacity: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
#md-popup-jhdev.show {
    opacity: 1;
   
}

.popup_container_jhdev {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_col_jhdev {
    width: 100%;
}
.popup_col_inner_jhdev {
    box-shadow: 0 0 58.3px 21.31px #00000014;
    border-radius: 17.05px;
    display: flex;
    position: relative;
    overflow-y: auto;
}
.popup_content_div_jhdev {
    padding: 45px 39px 45px 47px;
    background-color: #0b5170;
    border-radius: 17.05px 0 0 17.05px;
    width: 34.91%;
}
.popup_title_jhdev {
    font-family: "Urbanist", sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -2.56px;
    color: #fff;
    width: 80.54%;
    padding-bottom: 26.7px;
}
.popup_highlight_text_jhdev {
    color: #e1ffa1;
}
.popup_desc_jhdev {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fffc;
    width: 89.89%;
}
.popup_form_div_jhdev {
    padding: 64px 56px;
    width: 71.1%;
    background-color: #fff;
}
.popup_form_jhdev {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 35.7px;
}
.popup_form_jhdev label {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.78;
    letter-spacing: 1.8px;
    color: #181818;
}
.popup_form_jhdev input,
.popup_form_jhdev textarea {
    background-color: #f3f3f3;
    border-radius: 8.52px;
    border: 3px solid transparent;
    padding: 13px 26.65px;
    color: #5c5c5c;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    width: -webkit-fill-available;
}
.popup_form_jhdev textarea {
    height: 171.5px;
}
.popup_name_div_jhdev {
    display: flex;
    flex-direction: column;
    width: 48.67%;
    gap: 12.8px;
}
.popup_phone_div_jhdev {
    display: flex;
    flex-direction: column;
    width: 48.67%;
    gap: 12.8px;
}
.popup_email_div_jhdev {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12.8px;
}
.popup_message_div_jhdev {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12.8px;
}
.popup_submit_btn_jhdev {
    color: #fff;
    background-color: #0b5170;
    border: 1px solid #0b5170;
    padding: 24px 41px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.26;
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 8px;
    
    cursor: pointer;
    transition: all 0.5s;
}
.popup_submit_btn_jhdev:hover {
    color: #0c0c0c;
    background-color: #E1FFA1;
    border: 1px solid #E1FFA1;
    transition: all 0.5s;
}

.popup_submit_btn_icon_jhdev{
    margin-left: 4px;
    margin-bottom: -2px;
}
.popup_submit_btn_black_icon_jhdev {
    display: none;
    transition: all .5s
}

.popup_submit_btn_jhdev:hover .popup_submit_btn_white_icon_jhdev {
    display: none;
    transition: all .5s
}
.popup_submit_btn_jhdev:hover .popup_submit_btn_black_icon_jhdev {
    display: inline;
    transition: all .5s
}
.popup_submit_btn_jhdev img {
    margin-left: 4px;
}
.popup_submit_btn_div_jhdev {
    padding-top: 4.9px;
    display: flex;
    justify-content: end;
    width: 100%;
}
.popup_close_icon_div_jhdev {
    position: absolute;
    top: 35px;
    right: 35px;
    padding: 11px 12px 8.5px;
    border-radius: 50%;
    background-color: #e1ffa1;
    cursor: pointer;
}
.popup_close_icon_div_jhdev:hover {
    transition: all 0.5s;
    background-color: #e1ffa1b3;
}

.popup_submit_exec_btn_jhdev {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
    padding: 24px 41px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.26;
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
}

.popup_submit_exec_btn_jhdev:hover {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
    transition: all 0.5s;
}

.popup_submit_btn_except_jhdev:hover .btn_top_icon_jhdev, .popup_submit_btn_except_jhdev:hover .btn_bottom_icon_jhdev {
     transform: translateX(120%);
}


@media (max-width: 1024px) {
    .popup_section_jhdev {
        padding: 24px 0;
        height: 90vh;
    }
    .popup_content_div_jhdev {
        padding: 36px 28px 36px 36px;
    }
    .popup_title_jhdev {
        font-size: 48px;
        padding-bottom: 20px;
    }
    .popup_form_div_jhdev {
        padding: 48px 40px;
    }
    .popup_form_jhdev {
        row-gap: 24px;
    }
    .popup_name_div_jhdev,
    .popup_phone_div_jhdev {
        width: 100%;
    }
    .popup_name_div_jhdev,
    .popup_phone_div_jhdev,
    .popup_email_div_jhdev,
    .popup_message_div_jhdev {
        gap: 8px;
    }
    .popup_form_jhdev input,
    .popup_form_jhdev textarea {
        padding: 12px 20px;
    }
    .popup_close_icon_div_jhdev {
        top: 16px;
        right: 14px;
    }
}
@media (max-width: 992px) {
    .popup_title_jhdev {
        font-size: 40px;
        padding-bottom: 16px;
    }
    .popup_content_div_jhdev {
        padding: 32px 24px 32px 32px;
    }
    
    .popup_submit_exec_btn_jhdev {
        padding: 10px 20px;
       
    }
}
@media (max-width: 767px) {
    .popup_section_jhdev {
        padding: 0;
        height: 100vh;
        overflow: hidden;
    }
    
    
    .popup_section_jhdev .popup_container_jhdev .popup_row_jhdev  { max-height: calc(100vh - 96px);  }
@supports (--css: variables) { @supports (max-height: 100svh) { .popup_section_jhdev .popup_container_jhdev .popup_row_jhdev { max-height: calc(100svh - 96px); } } }

    .popup_container_jhdev {
        overflow-y: auto;
        display: flex;
        align-items: center;
    }
    .popup_col_inner_jhdev {
        flex-direction: column;
        border-radius: 12px;
    }
    .popup_title_jhdev {
        font-size: 36px;
        padding-bottom: 12px;
        width: 100%;
    }
    .popup_form_jhdev label {
        font-size: 16px;
        line-height: 1.2;
    }
   
    .popup_content_div_jhdev {
        width: -webkit-fill-available;
        padding: 24px 16px;
        border-radius: 12px 12px 0 0;
         width: -moz-available;
    }
    .popup_desc_jhdev {
        width: 100%;
    }
    .popup_form_div_jhdev {
        padding: 24px 16px;
        width: -webkit-fill-available;
         width: -moz-available;
    }
    .popup_form_jhdev {
        gap: 16px;
    }
    .popup_name_div_jhdev,
    .popup_phone_div_jhdev,
    .popup_email_div_jhdev,
    .popup_message_div_jhdev {
        gap: 4px;
    }
    .popup_form_jhdev input,
    .popup_form_jhdev textarea {
        padding: 8px 16px;
        border-radius: 6px;
    }
    .popup_form_jhdev textarea {
        height: 120px;
    }
    .popup_submit_btn_jhdev {
        padding: 12px 20px;
        border-radius: 8px;
    }
    .popup_close_icon_div_jhdev {
        top: 5px;
        right: 5px;
        padding: 6px 9px 5.5px;
    }
    .popup_close_icon_jhdev {
        width: 12px;
        height: auto;
    }
}



#popup_loading_div_jhdev {
    display: flex;
    gap: 8px;
}

#popup_form-loading-p {
    display: none;
    font-family: 'Urbanist',sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    color: #927f7f;
}

#popup_loading-gif {
    height: auto;
    display: none;
    max-width: 24px;
    width: 100%;
    object-fit: contain;
}

#popup_checkmark-gif {
    width: 5%;
    height: auto;
    margin-top: 0px;
}

.popup_form-message {
    font-family: 'Urbanist',sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #0C0C0C;
    width: 54%;
    display: none;
}

.popup_form-message p {
    margin: 0;
}

@media (max-width: 992px) {
    #popup_checkmark-gif {
        width: 10%;
    }
}

@media (max-width: 767px) {
    #popup_form-loading-p {
        font-size: 14px;
    }
    
    #popup_loading_div_jhdev {
        gap: 5px;
    }
    
    #popup_checkmark-gif {
        width: 6%;
    }
    
    .popup_submit_btn_div_jhdev {
        flex-direction: column-reverse;
        gap: 8px;
        align-items: end;
    }
    
    .popup_form-message {
        width: 100%;
    }

}





/* Hide LastPass icon */
[data-lastpass-icon-root] {
    display: none !important;
    visibility: hidden !important;
}

/* Hide other potential auto-fill icons */
[data-autofill-target],
.autofill-icon,
div.lpform-fill-indicator {
    display: none !important;
    visibility: hidden !important;
}





/* Footer Styles Start Here */



.footer_section_jhdev {
    padding-top: 80px;
    background-color: #0a4965;
    border-radius: 60px 60px 0 0;
    position: relative;
    margin-top: -60px;
}
.footer_cta_content_title_jhdev {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    font-family: 'Urbanist', sans-serif;
}
.footer_content_highlight_text_jhdev {
    color: #E1FFA1;
}
.footer_cta_row_jhdev {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_cta_content_desc_jhdev {
    color: #ffffffE6;
    line-height: 1.67;
    width: 85%;
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.footer_cta_content_col_jhdev {
    width: 44.65%}
.footer_cta_content_col_inner_jhdev {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer_cta_btn_col_jhdev {
    width: fit-content;
}
.footer_cta_btn_col_inner_jhdev {
    display: flex;
    justify-content: end;
    gap: 25px;
}
.footer_cta_btn_jhdev {
    border: 1px solid #fff;
    padding: 23px 33.5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0C0C0C;
    background-color: #fff;
    border-radius: 12px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: all .5s;
}
.footer_cta_btn_jhdev:nth-child(1):hover {
    background-color: #E1FFA1;
    border: 1px solid #E1FFA1;
    transition: all .5s;
}
.footer_cta_btn_jhdev:nth-child(2) {
    background-color: transparent;
    color: #fff;
    padding: 23px 39.5px;
}
.footer_cta_btn_jhdev:nth-child(2):hover {
    background-color: #E1FFA1;
    border: 1px solid #E1FFA1;
    transition: all .5s;
    color: #0c0c0c;
}



.footer_cta_btn_except_jhdev {
    border: 1px solid #fff;
    padding: 23px 33.5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Urbanist', sans-serif;
    color: #0C0C0C;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    text-decoration: none;
    text-align: center;
    transition: all .5s;
}

.footer_cta_btn_except_jhdev:hover .btn_top_icon_jhdev, .footer_cta_btn_except_jhdev:hover .btn_bottom_icon_jhdev {
     transform: translateX(100%);
}

.footer_cta_btn_except_jhdev.services_dev {
    background-color: transparent;
     padding: 23px 36.5px;
}

.footer_cta_btn_except2_jhdev {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.footer_cta_btn_col_inner_jhdev a {
    text-decoration: none;
}

.footer_cta_btn_jhdev.services_dev {
    background-color: transparent;
    color: #fff;
     padding: 23px 36.5px;
}
 .footer_cta_btn_jhdev.services_dev:hover {
    background-color: #E1FFA1;
    border: 1px solid #E1FFA1;
    transition: all .5s;
    color: #0c0c0c;
}


.footer_nav_col_jhdev {
    width: 100%}
.footer_nav_col_inner_jhdev {
    padding: 80px 0;
    border-top: 1px solid #FFFFFF40;
    border-bottom: 1px solid #FFFFFF40;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_logo_div_jhdev {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 24.77%
}
.footer_logo_div_jhdev a svg {
    max-width: 320px;
    height: auto;
}
.md_logo_desc_jhdev {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #FFFC;
}
.footer_nav_div_jhdev {
    width: 55.5%;
    border-radius: 26px;
    background-color: #215F7B;
    padding: 54px 97px 63px 64px;
    display: flex;
    justify-content: space-between;
}
.footer_quick_links_nav_div_jhdev {
    width: 16.51%}
.footer_information_nav_div_jhdev {
    width: 22.05%}
.footer_contact_us_nav_div_jhdev {
    width: 30.85%}
.footer_single_nav_title_jhdev {
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.05;
    color: #fff;
    padding-bottom: 24px;
}
.footer_contact_us_nav_div_jhdev .footer_single_nav_title_jhdev {
    padding-bottom: 31px;
}
.footer_single_nav_ul_jhdev {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.footer_contact_us_nav_ul_jhdev {
    gap: 23px;
}
.footer_single_nav_ul_jhdev li a {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
    text-decoration: none;
    color: #FFFC;
}
.footer_single_nav_ul_jhdev li a:hover {
    color: #E1FFA1;
    text-decoration: underline;
    transition: all .5s;
}
.footer_contact_us_nav_ul_jhdev li a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .28px;
    color: #fff;
    display: flex;
    align-items: start;
    gap: 20px;
}
.footer_bottom_col_jhdev {
    width: 100%}
.footer_bottom_col_inner {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_copyright_desc_jhdev {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
    color: #FFF;
}
.footer_copyright_md_text_jhdev {
    text-decoration: none;
    color: unset;
}
.footer_copyright_md_text_jhdev:hover {
    color: #E1FFA1;
}
.footer_social_div_jhdev {
    display: flex;
    justify-content: end;
    gap: 24px;
}
.footer_social_div_jhdev a {
    display: flex;
    padding: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
}
.footer_social_div_jhdev a:hover {
    background-color: #E1FFA1;
}

.scroll_to_top_btn_div_jhdev {
    position: fixed;
    right: 181px;
    bottom: 123px;
    z-index: 99;
}
.scroll_to_top_btn_link_jhdev {
    padding: 19px;
    border-radius: 50%;
    background-color: #E1FFA1;
    display: grid;
}
.scroll_to_top_icon_jhdev {
    width: 22px;
    height: 22px;
}
.progress-wrap {
    position: fixed;
    xright: 30px;
    xbottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #0000001a;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: #e1ffa1;
    border: 4px solid #e1ffa1;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: "Urbanist", sans-serif;
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #0000004d;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 1;
}
.progress-wrap::before {
    position: absolute;
    font-family: "Urbanist", sans-serif;
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 1;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #000;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    xborder: 1px solid #888;
    z-index: 9999;
}
.form-container {
    max-width: 300px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #0000001a;
    position: relative;
}
.form-popup .close-icon {
    text-align: end;
    display: block;
}
.popup_header_dev {
    margin: 0;
    padding: 20px 0;
    font-family: 'Urbanist', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    color: #333;
    text-transform: capitalize;
}
.form-container input[type="text"], .form-container input[type="email"], .form-container textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.form-container textarea {
    height: 100px;
    resize: none;
}
.form-container .btn {
    background-color: #f60;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}
.form-container .btn:hover {
    opacity: .8;
}
.footer_social_link_jhdev img:first-child {
    height: 35px;
    width: 35px;
    border-radius: 50%}
.form-popup.active {
    display: flex;
}
body.active-popup {
    overflow: hidden;
}
.icon-linkedin {
    width: 50px;
    height: 50px;
    background-color: #0077B5;
    position: relative;
    border-radius: 5px;
    display: inline-block;
}
.icon-linkedin::before {
    content: 'in';
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-linkedin::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 50%}
@media (max-width: 1440px) {
    .scroll_to_top_btn_div_jhdev {
    bottom: 100px;
    right: 14px;
}
.footer_logo_div_jhdev a svg {
    max-width: 232px;
}
}
@media (max-width: 1366px) {
    .footer_cta_content_col_jhdev {
    width: 51.65%;
    }
    .footer_quick_links_nav_div_jhdev {
    width: 18.51%;
    }
    .footer_information_nav_div_jhdev {
    width: 24.05%;
    }
    .scroll_to_top_btn_div_jhdev {
    right: 64px;
}
}
@media (max-width: 1280px) {
    .footer_cta_content_col_jhdev {
    width: 51.65%;
    }
    .footer_quick_links_nav_div_jhdev {
    width: 18.41%;
    }
    .footer_information_nav_div_jhdev {
    width: 24.35%;
    }
    .scroll_to_top_btn_div_jhdev {
    right: 22px;
}
}
@media (max-width: 1024px) {
    .footer_cta_content_col_jhdev {
    width: 70%}
    .footer_content_highlight_text_jhdev {
    display: block;
}
.footer_cta_btn_col_jhdev {
    width: 30%}
.footer_nav_col_inner_jhdev {
    gap: 32px;
}
.footer_cta_btn_col_inner_jhdev {
    flex-direction: column;
}
.footer_nav_div_jhdev {
    padding: 32px;
    width: 64%}
.footer_quick_links_nav_div_jhdev {
    width: 20%}
.footer_information_nav_div_jhdev {
    width: 24.9%}
.footer_contact_us_nav_div_jhdev {
    width: 39.5%}
.scroll_to_top_btn_div_jhdev {
    right: 11.5px;
    bottom: 106px;
    display: none;
}
.scroll_to_top_btn_link_jhdev {
    padding: 16px;
}
.footer_section_jhdev {
    padding-bottom: 74px;
}
}@media (max-width: 992px) {
    .footer_section_jhdev {
    padding-top: 60px;
    border-radius: 32px 32px 0px 0px;
}
.footer_cta_row_jhdev {
    flex-direction: column;
    gap: 32px;
}
.footer_cta_row_jhdev > div {
    width: 100%}
.footer_cta_btn_col_inner_jhdev {
    justify-content: center;
    width: 100%}
.footer_logo_div_jhdev {
    width: 100%}
.footer_nav_col_inner_jhdev {
    flex-direction: column;
    padding: 48px 0;
    margin-top: 48px;
    width: 100%}
.footer_nav_div_jhdev {
    width: -webkit-fill-available;
    padding: 24px 18px;
    border-radius: 16px;
}
.scroll_to_top_btn_div_jhdev {
    bottom: 85px;
}
.footer_cta_content_desc_jhdev {
    width: 100%
}
.footer_logo_div_jhdev a svg {
    max-width: 320px;
}
}
@media (max-width: 767px) {
    
    .footer_single_nav_title_jhdev, .footer_contact_us_nav_div_jhdev .footer_single_nav_title_jhdev {
        padding-bottom: 18px;
    }
    .footer_section_jhdev {
    border-radius: 16px 16px 0 0;
    padding-top: 32px;
     padding-bottom: 45px;
}
.footer_cta_content_desc_jhdev {
    font-size: 16px;
}
.footer_logo_div_jhdev {
    gap: 16px;
}
.footer_logo_div_jhdev .site_link_jhdev svg {
    max-width: 90%;
    height: auto;
}
.footer_copyright_div_jhdev {
    padding-bottom: 10px;
}
.footer_nav_col_inner_jhdev {
    padding: 32px 0;
    margin-top: 32px;
    width: 100%}
.footer_nav_div_jhdev {
    padding: 26px 26px;
    gap: 32px;
    flex-direction: column;
}
.footer_single_nav_div_jhdev {
    width: 100%}
.footer_social_div_jhdev {
    gap: 12px;
     padding: 10px 0px;
}
.footer_bottom_col_inner {
    padding: 16px 0 24px;
    gap: 12px;
    flex-direction: column-reverse;
    align-items: start;
}
.footer_cta_btn_col_inner_jhdev {
    justify-content: start;
    flex-direction: column;
    gap: 20px;
}
.footer_cta_btn_jhdev, .footer_cta_btn_jhdev.services_dev {
    padding: 12px 20px;
    border-radius: 8px;
}
.footer_cta_content_title_jhdev {
    font-size: 36px;
}
.footer_cta_content_col_inner_jhdev {
    gap: 16px;
}

.scroll_to_top_icon_jhdev {
    width: 16px;
    height: 16px;
}
.scroll_to_top_btn_link_jhdev {
    padding: 12px;
}
.scroll_to_top_btn_div_jhdev {
    right: 16px;
    bottom: 103px;
}
.footer_copyright_desc_jhdev {
    padding-left: 0;
}

.footer_cta_btn_except_jhdev{
     padding: 12px 20px;
        border-radius: 8px;
        font-size: 14px!important;
}

.footer_cta_btn_except_jhdev.services_dev {
    background-color: transparent;
     padding: 12px 20px;
        border-radius: 8px;
        font-size: 14px!important;
}

}




@media (max-width: 1024px)  {
    
    .footer_cta_btn_jhdev.services_dev  {
    
        width:  -webkit-fill-available;
    
}

}

.page-id-31 .footer_nav_col_inner_jhdev, .page-id-734 .footer_nav_col_inner_jhdev {
    margin:  0px;
    margin-top:  0px;
    border-top:  unset;
    padding:  0px 0px 80px 0px;
}
