*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    /*font-family: 'SebastianBobby';*/
    font-family: "Dancing Script", Sans-serif;
    src: url('../fonts/sebastian_bobby-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AnalogueRegular';
    src: url('../fonts/analogue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a{
    text-decoration: none !important;
}

/* Contact Form section start */

.contact-form-section{
    padding: 112px 0;
    background: linear-gradient(135deg, rgba(31, 78, 110, 0.05) 0%, #FFFFFF 50%, rgba(255, 111, 97, 0.05) 100%);
    position: relative;
}

.contact-form-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
   background: url("../images/bg.jpg") no-repeat;
background-size: cover;
    background-position: center;
    opacity: 0.2;
    background-size: cover;
    z-index: 1;
}
.contact-bg-color{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
background-image: linear-gradient(to bottom right, rgb(31 78 110 / 0.05), #FFF, rgb(255 111 97 / 0.05));
z-index: 2;
}

.contact-form-section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(31, 78, 110, 0.1) 100%); */
    background-image: linear-gradient(to bottom right, rgb(255 255 255 /0.7), rgb(255 255 255 / 0.6), rgb(31 78 110 / 0.1));
    backdrop-filter: blur(2px);
    z-index: 0;
}
.contact-form-wapper .wpcfp-contact-form{
    padding-left:30px;
    padding-right:30px;
}
.contact-form-section .container{
    position: relative;
    z-index: 3;
}

.contact-title-wapper h6{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2573A6;
    margin: 0;
    padding-bottom: 12px;
}

.contact-title-wapper h2{
    /*font-family: 'SebastianBobby';*/
    font-family: "Dancing Script", Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    color: #0A1A2F;
    margin: 0;
    padding-bottom: 16px;
}

.contact-title-wapper p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #475569;
    margin: 0;
    padding: 0;
}

.contact-title-wapper{
    margin-bottom: 48px;
}



.contact-form-wapper{
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 0px 1px #F1F5F9, 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
    border-radius: 24px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px;
}

.contact-form-wapper .contact-form-title{
    margin-bottom: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E8F0;
}

.contact-form-wapper .contact-form-title h4{
    font-family: 'Analogue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #0B1B2B;
    margin: 0;
    padding: 0;
}

.contact-form-wapper form .form-group{
    margin-bottom: 12px;
}

.contact-form-wapper form .form-group input{
    border: 1px solid #cbd5e1;
    padding: 12px 16px;
    opacity: 1;
    color: #9ca3af;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9CA3AF;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;

}

.contact-form-wapper form .form-group textarea{
   border: 1px solid #cbd5e1;
    padding: 12px 16px;
    opacity: 1;
    color: #9ca3af;
    width: 100%;
    border-radius: 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9CA3AF;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form-wapper form .form-group select{
    border: 1px solid #cbd5e1;
    /*padding: 12px 16px;*/
    width: 100%;
    height: 40px !important;
    border-radius: 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9ca3af;
    outline: none !important;
    box-shadow: none !important;
    height: 50px;

}

.contact-form-wapper form .form-group input::placeholder{
    color: #9CA3AF;
    opacity: 1;
}
.contact-form-wapper form .form-group{
    position: relative;
}
.contact-form-wapper form .form-group label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #333;
    /* background-color: rgb(255 255 255 / 1); */
    /* top: -0.625rem; */
    /* left: 0.75rem; */
    /* position: absolute; */
    /* padding-left: 6px; */
    /* padding-top: 1px; */
    font-weight: 600;
    margin-bottom: 6px;
}


.contact-form-wapper form .form-check{
    margin-top: 8px;
    display: flex;
    align-items: center;
    padding: 0;
}
.contact-form-wapper form .form-check label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475569;
    padding-left: 12px;
}

.contact-form-wapper form .form-check input{
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0;
}


.contact-form-wapper form .form-check  .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1.5px solid #ccc;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}


.contact-form-wapper form .form-check  .form-check-input:checked {
  background-color: #1F4E6E;
  border-color: #1F4E6E;
}

.contact-form-wapper form .form-check  .form-check-input:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}


.contact-form-wapper form .send-request-btn{
    display: flex;
    margin-top: 58px;
}

.contact-form-wapper form .send-request-btn button{
   background: linear-gradient(105.26deg, #C93B83 0%, #8D63C9 100%);

    box-shadow: 0px 18px 50px rgba(15, 23, 42, 0.08);
    border-radius: 9999px;
    padding: 12px 24px;
    margin: 0 auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border:none !important;
    box-shadow: none !important;
    outline: none !important;
}
.contact-form-wapper form .send-request-btn button:hover{
    transform: scale(1.05); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    background: linear-gradient(107.14deg, #8D63C9 0%, #C93B83 100%);
    transition: transform 150ms ease, box-shadow 150ms ease, background-color 100ms ease-in-out;
}
.contact-form-wapper form  .custom-margin-top{
    margin-top: 24px;
}

/* Contact Form section end */



@media(min-width:1300px) {
    .container {
        max-width: 1280px;
    }
}
@media(max-width:1024px){
     .contact-form-section {
        padding: 50px 0;
    }
}


@media(max-width:767px) {

    /* Contact Form section start */

    .contact-title-wapper h2{
        font-size: 40px;
        line-height: 40px;
    }
    .contact-form-section {
        padding: 50px 0;
    }
    .contact-form-wapper {
        padding: 20px;
    }

    .contact-form-wapper form .send-request-btn {
        margin-top: 30px;
    }
    .contact-form-wapper form .form-check {
    	margin-top: 0;
    }
    .contact-form-wapper .contact-form-title {
        margin-bottom: 30px;
    }
    .contact-form-wapper form .custom-margin-top {
        margin-top: 0;
    }
    .date-range-wrapper{
        flex-direction: column;
    }

    /* Contact Form section end */
}