body{
    font-family: "Roboto", Sans-serif;
}
.footer_form_main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px 24px; 
}
.footer_form_main .input_text{
    width: 100%;
}
.footer_form_main .w50{
    width: 48%;
}
.footer_form_main .input_text label{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #2C2C2E;
    font-family: "Roboto", Sans-serif;
}
.footer_form_main .input_text .browse_lable{
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    color: #000080;
    font-family: "Roboto", Sans-serif;
}
.footer_form_main .input_text textarea{
    /* height: 84px; */
    padding: 8px 0px;
    border: none;
    border-bottom: 1px solid #D1D1D6;
    border-radius: 0;
    font-size: 18px;
    line-height: 28px;
    color: #000080;
}
.footer_form_main .input_text select,
.footer_form_main .input_text .file-upload-note,
.footer_form_main .input_text input{
    padding: 8px 0px;
    border: none;
    border-bottom: 1px solid #D1D1D6;
    border-radius: 0;
    width: 100%;
    color: #000080;
    font-size: 18px;
    line-height: 28px;
}
.footer_form_main .input_text .file-upload-note,
.footer_form_main .input_text *::placeholder{
    color: #9F9FBA;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    font-family: "Roboto", Sans-serif;
}
.footer_form_main .input_text input:focus{
    border-bottom: 1px solid #AEAEB2;
}
.footer_form_main .input_text *:focus-visible{
    outline: none !important;
}
.footer_form_main .input_submit_btn input{
    padding: 13px 42px 13px 16px;
    background-color: #2626FF;
    color: #ffffff;
    border: 1px solid #2626FF;
    position: relative;
    cursor: pointer;
}
.footer_form_main .input_submit_btn{
    position: relative;
}
.footer_form_main .input_submit_btn::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 74px;
    transform: translate(0, -46%);
    width: 24px;
    height: 24px;
    background: url("https://61.notredamme.com/nintel/wp-content/uploads/2025/07/arrow-sm-right.svg") no-repeat;
    background-size: cover;
}
.footer_form_main .input_submit_btn input:hover{
    background: linear-gradient(180deg, #1212E1 0%, #0A0A62 100%);
    border: 1px solid #000080;
}

.news_main{
    display: flex;
    flex-direction: row;
}
.news_main .news_input input:focus,
.news_main .news_input input:focus-visible,
.news_main .news_input input:focus-within{
    box-shadow: none !important;
    outline: none !important;
}

.news_main .news_input input{
    padding: 11px 18px;
    border-radius: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    width: 100%;
}
.news_main .news_btn input{
    padding: 12px 42px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    background-color: #2626FF;
    color: #ffffff;
    border: none;
    border-radius: 0;
    width: 100%;
}
.news_main .news_btn input:hover{
    background: linear-gradient(180deg, #1212E1 0%, #0A0A62 100%);
    border: none;
}

.wpcf7 form .wpcf7-response-output{
    color: #ffffff;
}


.footer_form_main .focus_class label{
    font-size: 18px;
    line-height: 28px;
}
.footer_form_main .focus_class .wpcf7-form-control{
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

.footer_menu li{
    position: relative;
}
.footer_menu li:not(:last-child)::before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #2626FF;
    transform: translateY(-50%);
}

.sticky_on {
    position: fixed !important;
    top: 0;
    background: linear-gradient(90deg, #000080 0%, #00009F 100%);
    z-index: 9999 !important;
    animation: header .6s ease;
}
@keyframes header {
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0%);
    }
}
.sticky_on .e-con-inner{
    padding: 12px 0 !important;
}
.sticky_on img{
    width: 183px !important;
}
.sticky_on .elementor-button{
    padding: 10px 16px !important;
}





/* about us */

.value_slider .swiper-slide img{
    width: 100%;
}
.value_slider .swiper-slide{
    flex-shrink: 0 !important;
}
/* 
.page-id-520 .footer_fromm,
.page-id-518 .footer_fromm,
.page-id-516 .footer_fromm{
    display: none !important;
}
*/
.page-id-520 .footer_part_2 .e-con-inner,
.page-id-518 .footer_part_2 .e-con-inner,
.page-id-516 .footer_part_2 .e-con-inner{
    padding: 80px 0 48px 0;
} 





.file-upload-note {
  display: block;
}

.file-upload-box {
  position: relative;
  text-align: end;
  margin-top: -65px;
  padding: 8px 0;
}
.footer_form_main .file-upload-note span{
    color: #000080 !important;
}

input[type="date"].file-input,
input[type="file"].file-input {
  display: none;
}

.file-input-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}

/* booking page */

.sub_div_form{
    width: 100%;
    display: flex;
    gap: 48px;
    flex-direction: column;
}
.footer_form_main input[type="date"]{
    color: #9F9FBA;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Roboto", Sans-serif;
    /* background: none !important; */
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    text-align: left;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0); /* optional: control calendar icon */
  cursor: pointer;
}
.from_heading{
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    text-transform: uppercase;
    color: #000080;
}

.footer_form_main .input_text select{
    outline: none;
    color: #636366;
    appearance: none;        /* For most modern browsers */
    -webkit-appearance: none; /* Safari/iOS */
    -moz-appearance: none;    /* Firefox */
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    padding: 10px 10px 10px 0;
}
.footer_form_main .input_text select option{
    font-weight: 300;
    color: #000080;
    padding: 0 10px;
}
.footer_form_main .sele_ct .wpcf7-form-control-wrap::after {
  content: url('https://61.notredamme.com/nintel/wp-content/uploads/2025/07/circle-cheveron-down.svg');
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
}
.sub_div_form{
    position: relative;
}
.sub_div_form.step_1::after{
    content: '';
    position: absolute;
    left: -45px;
    top: 3px;
    width: 30px;
    height: 30px;
    padding: 3px;
    background: url('https://61.notredamme.com/nintel/wp-content/uploads/2025/07/icon.svg') no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 6px 0px #D1D1D6;
    border-radius: 50%;
}
.sub_div_form.step_2::after{
    content: '';
    position: absolute;
    left: -45px;
    top: 3px;
    width: 30px;
    height: 30px;
    background: url('https://61.notredamme.com/nintel/wp-content/uploads/2025/07/2.svg') no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 6px 0px #D1D1D6;
    border-radius: 50%;
}
.sub_div_form.step_3::after{
    content: '';
    position: absolute;
    left: -45px;
    top: 3px;
    width: 30px;
    height: 30px;
    background: url('https://61.notredamme.com/nintel/wp-content/uploads/2025/07/3.svg') no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 6px 0px #D1D1D6;
    border-radius: 50%;
}
.sub_div_form.step_1::before,
.sub_div_form.step_2::before,
.sub_div_form.step_3::before{
    content: '';
    position: absolute;
    left: -30px;
    top: 46px;
    width: 1px;
    height: 98%;
    background: #D1D1D6;
}
.sub_div_form.step_3::before{
    height: 90%;
}
.wpcf7 form .wpcf7-response-output{
    color: #000000;
}
.footer_form_main .input_text span{
    color: red;
}
.wpcf7-not-valid-tip{
    display: none;
}
.wpcf7-not-valid-tip:nth-child(2){
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 28px;
}

.news_latter .wpcf7 form .wpcf7-response-output{
    color: #ffffff;
}
textarea{
    resize: none;
}
.file-upload-box .wpcf7-not-valid-tip:nth-child(2) {
    top: 58px;
}

@media only screen and (max-width: 1200px) {
    .footer_form_main .w50{
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    .footer_form_main{
        gap: 20px;
    }
    .sub_div_form.step_1::before, .sub_div_form.step_2::before, .sub_div_form.step_3::before {
        height: 90%;
    }
    .sticky_on .e-con-inner{
        padding: 22px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .sticky_on .e-con-inner{
        padding: 1cap 0 !important;
    }
   .sticky_on img{
        width: 170px !important;
    }
    .sticky_on .elementor-button{
        padding: 7px !important;
    }
    .news_main .news_btn input{
        padding: 12px;
    }
    .footer_form_main{
        gap: 30px;
    }
    .footer_form_main .input_text label{
        font-size: 24px;
        line-height: 36px;
    }
    .footer_form_main .input_text .file-upload-note, .footer_form_main .input_text *::placeholder {
        font-size: 14px;
        line-height: 20px;
    }
    .footer_form_main .input_submit_btn{
        margin-top: 8px;
    }
    .footer_form_main .input_text .browse_lable svg{
        width: 18px;
        height: 18px;
    }
    .footer_form_main .input_text .browse_lable{
        font-size: 15px;
    }
    .footer_form_main .input_text .file-upload-note{
        padding-right: 80px;
    }
    .footer_form_main .input_text select option,
    .footer_form_main .input_text select{
        font-size: 14px !important;
        line-height: 28px !important;
        padding: 10px 0 !important;
    }
    .sub_div_form.step_1::before, .sub_div_form.step_2::before, .sub_div_form.step_3::before {
        height: 90%;
        left: -25px;
    }
    .sub_div_form.step_1::after,
    .sub_div_form.step_2::after,
    .sub_div_form.step_3::after{
        left: -40px;
    }
    .mobile_slide>div{
        width: 300px;
    }
    .footer_form_main .focus_class label {
        font-size: 18px;
        line-height: 22px;
    }
    .ionm_btn .elementor-button-icon{
        display: none;
    }
}