.wrapper {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.banner-section {
    background-image: url("../img/page-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.banner-section .shape-1 {
    position: absolute;
    left: -32%;
    top: -35%;
    z-index: 1;
}

.banner-section .shape-2 {
    position: absolute;
    left: -11%;
    top: -30%;
    z-index: 1;
}

.banner-section .shape-3 { 
    position: absolute;
    right: -2%;
    bottom: -27%;
    z-index: 1;
}

.banner-section .shape-4 {  
    position: absolute;
    right: -26%;
    bottom: -81%;
    z-index: 1;
}


.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    max-width: 295px;
    width: 100%;
    margin: 0 auto;
}

.banner-heading {
    font-size: 60px;
    line-height: 1.25;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.banner-subheading {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.contact-form-section {
    padding-bottom: 120px;
}

.contact-info-section {
    padding: 120px 0;
}

.contact-info-section .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    gap: 20px;
}


.contact-info-content {
    max-width: 439px;
    width: 100%;
    padding: 50px 80px 75px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.call-info {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contact-info-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Barlow", sans-serif;
    color: #0e0e0e;
}

.mobile-number-content a {
    display: block;
}


.contact-subtitle {
    font-size: 18px;
    line-height: 30px;
}

.contact-form-wrap .single-form {
    margin-top: 25px;
}

.contact-form-wrap {
    background: #ffffff;
    box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.1);
    padding: 55px 40px;
    max-width: 966px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea { 
    height: 55px;
    line-height: 55px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    box-shadow: none;
    color: #415674;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    transition: all 0.3s linear;
    outline: none;
}

.form-col-lg {
    max-width: 100%;
    width: 100%;
}

.form-col {
    max-width: 49%;
    width: 100%;
}

.contact-form-wrap .single-form textarea {
    height: 135px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    resize: none;
}

.form-btn {
    margin-top: 25px;
}

.form-btn .btn {
    font-size: 16px;
    width: 100%;
    height: 55px;
    line-height: 50px;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0);
    background: linear-gradient(195deg, #086ad8 0%, #42b9ff 100%);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    padding: 0px 70px;
    border: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.form-btn .btn::before {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.form-btn .btn::after {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.form-btn .btn:hover {
    color: #fff;
}

.form-btn .btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}


.form-btn .btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.heading-wrap {
    margin-bottom: 30px;
}

.heading-wrap .sub-title{
    font-size: 14px;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #086ad8;
}

.heading-wrap .title {
    font-size: 42px;
    line-height: 54px;
    font-weight: 600;
    color: #333333;
    font-family: "Barlow", sans-serif;
}

.form-divider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}