


/* banner */

.banner_box picture:after{display: none;}
.product-banner .banner_content{transform: translate(0, 0); top: initial; left: initial; bottom: 70px; right: 60px; width: 430px; text-align: initial;}
.product-banner .banner_title{font-size: 42px; line-height: 1.2;}


/* contact form */
.contact-form-heading{display: flex; gap: 70px;}
.right-contact-heading p{font-size: 18px; font-weight: 400; color: #333333; line-height: 1.5; max-width: 440px; width: 100%;}

.contact-form-wrapper{margin-top: 50px;}
.contact-form-inner-wrapper{border: 1px solid #F3F3F3; box-shadow: 0px 27px 60px 0px #A1A1A11A; padding: 60px;}
.upper-form-area{display: flex; justify-content: space-between; gap: 40px 20px; flex-wrap: wrap;}
.upper-form-area .form-item{width: 30%; display: block;}

.form-item select, .form-item input, .form-item textarea{font-size: 16px; font-weight: 500; color: #333333; line-height: 1.4; border: 0; border-bottom: 1px solid #C6C6C6; border-radius: 0 0 10px 10px; padding: 16px 10px; width: 100%; display: block;}
.form-item textarea{height: 85px;}
.upper-form-area .message-form-item{width: 100%;}
.form-item select{-webkit-appearance: none; -moz-appearance: none; appearance: none;  position: relative;}
.form-item-select{position: relative;}
.form-item-select::after{content: ""; display: block; width: 8px; height: 8px; border-bottom: 2px solid #333333; border-right: 2px solid #333333; position: absolute; top: 48%; right: 10px; transform: translateY(-50%) rotate(45deg);}
.form-item input::placeholder, .form-item textarea::placeholder{font-size: 16px; font-weight: 500; color: #333333; line-height: 1.4; font-family: "Montserrat", sans-serif;}
.form-item select option{width: 100%;}

.lower-form-area{padding-top: 30px; display: flex; gap: 50px;}
.form-item-checkbox{width: 60%;}
.form-item-captcha{width: 40%;}
.custom-checkbox {display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #333; line-height: 1.4; cursor: pointer;}
.custom-checkbox p{font-size: 14px; font-weight: 400; color: #333333; line-height: 19px;}

.custom-checkbox input { display: block;}
.checkmark {width: 36px; height: 36px; border: 2px solid #e2001a; border-radius: 6px; display: inline-block; position: relative; flex-shrink: 0; transition: all 0.2s ease;}
.checkmark::after {content: ""; position: absolute; left: 13px; top: 7px; width: 6px; height: 12px; border: solid #e2001a; border-width: 0 2px 2px 0;transform: rotate(45deg); opacity: 0;transition: opacity 0.2s ease;}
.custom-checkbox input:checked + .checkmark::after {opacity: 1;}
.custom-checkbox a {color: #333; text-decoration: underline;}
.wpcf7-list-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 40px;
  height: 30px;
  border: 2px solid #d60000;  /* red border */
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.wpcf7-list-item input[type="checkbox"]:checked {
  background-color: transparent; /* no fill */
}

.wpcf7-list-item input[type="checkbox"]:checked::after {
  content: "✓";
  color: #d60000;    /* red tick */
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-checkbox .wpcf7-list-item{display: flex; margin: 0;}


.form-item-captcha label{font-size: 16px; font-weight: 500; color: #333333;}
.form-item-captcha label span{color: #ED1C24;}
.captcha-area{display: flex; align-items: flex-end; gap: 15px;}
.left-captcha{width: 65%;}
.left-captcha input{padding-bottom: 40px; padding-left: 0; color: #333333; font-size: 14px; font-weight: 300; }
.left-captcha input::placeholder{padding-left: 0; color: #333333; font-size: 14px; font-weight: 300; font-family: "Montserrat", sans-serif;}
.right-captcha{width: 35%; height: 100%;}
.right-captcha img{width: 100%; height: auto; display: block;}
.form-item.form-item-btn{text-align: center; margin: auto; margin-top: 74px;}


/* map section */
.map-wrapper{display: flex; position: relative; align-items: center; justify-content: flex-end; margin-bottom: 80px;}
.map-box{width: 50%; height: 500px;}
.map-box iframe{width: 110%; position: relative; z-index: 9; height: 100%;}
.address-box{position: relative; width: 50%; background-color: #F7F4EB; padding: 77px; display: flex; align-items: center; justify-content: flex-start; flex-direction: column; height: 570px; gap: 20px;}
.address-center-border{height: 52px; background-color: #D6D6D6; width: 1px;}
.address-location{text-align: center;}
.map-address-text{font-size: 18px; font-weight: 400; color: #333333; line-height: 1.4; padding-top: 12px;} 
.call-number{display: flex; align-items: center; justify-content: center; gap: 12px;}
.number-a{font-size: 14px; font-weight: 600; color: #333333; line-height: 1.1; margin-top: 15px;}
.call-icon{text-align: center; margin-top: 20px;}





@media screen and (max-width:1400px) {

    /* banner */
    .product-banner .banner_title{font-size: 38px;}
    .right-design-text p{font-size: 14px;}

    /* contact form */
    .right-contact-heading p{font-size: 16px;}

    /* map section */
    .address-box{gap: 15px; padding: 60px;}
    .address-center-border{height: 45px;}
    .call-icon{margin-top: 15px;}
    .map-address-text{font-size: 16px;}



}

@media screen and (max-width:1280px) {

    /* contact form */
    .lower-form-area{gap: 30px;}
}

@media screen and (max-width:1024px) {

    /* contact form */
    .upper-form-area{gap: 30px 20px;}
    .upper-form-area .form-item{width: 48%;}
    .upper-form-area .message-form-item{width: 100%;}
    .lower-form-area{flex-direction: column;}
    .form-item-checkbox{width: 100%;}
    .form-item-captcha{width: 100%;}
    .contact-form-inner-wrapper{padding: 40px;}
    .right-captcha{width: 200px;}
    .left-captcha{width: calc(100% - 215px);}
    .contact-form-wrapper{margin-top: 30px;}
    .checkmark{width: 30px; height: 30px;}
    .checkmark::after{left: 10px; top: 4px;}
    .form-item.form-item-btn{margin-top: 50px;}

    /* map section */
    .map-box{width: 45%;}
    .address-box{width: 55%;}
    .map-wrapper{margin-bottom: 60px;}
}


@media screen and (max-width:991px) {

    /* contact form */
    .right-contact-heading p{max-width: 100%;}
    .contact-form-heading{flex-direction: column; gap: 15px;}

    /* map section */
    .map-address-text{font-size: 14px;}
    .map-wrapper{flex-direction: column-reverse;}
    .map-box{width: 100%; max-width: 95%; margin: auto;}
    .map-box iframe{width: 100%;}
    .address-box{width: 100%; margin-bottom: -120px;}


    
}



@media screen and (max-width:767px) {

    /* banner */
    .product-banner .banner_title{font-size: 30px;}

    /* contact form */
    .right-contact-heading p{font-size: 14px;}
    .contact-form-inner-wrapper{padding: 20px;}
    .upper-form-area{gap: 20px; flex-direction: column;}
    .upper-form-area .form-item{width: 100%;}
    .upper-form-area .message-form-item{width: 100%;}
    .checkmark{width: 20px; margin-top: 2px; height: 20px; margin-top: 2px;}
    .checkmark::after{left: 6px; top: 2px; height: 10px; width: 5px;}
    .custom-checkbox{gap: 8px;}
    .custom-checkbox p{font-size: 12px; line-height: 17px;}
    .form-item.form-item-btn{margin-top: 30px;}

    /* map section */
    .address-box{padding: 40px; gap: 10px; height: 480px;}
    .map-box{height: 430px; max-width: 90%;}
    .address-icon img{width: 32px; height: auto; display: block;}
    .address-center-border{height: 40px;}
    .call-icon img{width: 30px; height: auto;}
    .map-wrapper{margin-bottom: 50px;}

    

}


@media screen and (max-width:599px) {

    /* banner */
    .product-banner .banner_content{width: 100%; padding: 40px 15px;}

    /* contact form */
    .captcha-area{flex-direction: column; justify-content: center;}
    .left-captcha{width: 100%;}
    .right-captcha{margin: auto;}

    /* map section */
    .address-box{padding: 30px 0;}


}