.crate-wrapper {
    display: flex; 
    flex-wrap: wrap;
    margin: 0 -15px;    
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
}

/* LEFT FORM */
.crate-form {
    width: 40%;
    padding: 0 15px;
}

.crate-form h2 {
    color: #21837c;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}

.field {
    margin-bottom: 20px;
}

.field label {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #443e3e;
    margin: 0 0 7px;
}

.field small {
    display: block;
    font-size: 13px;
    color: #7a7272;
    margin-bottom: 10px;
}

.input-wrap {
    display: flex;
    border: 1px solid #c9c9c9;border-radius: 4px;
}

.crate-section .input-wrap input[type="text"], .crate-section .input-wrap input[type="number"], .crate-section .input-wrap input[type="tel"] {
    flex: 1;
    padding: 5px 10px;
    border: none;font-size: 15px;    background: #f3f3f3;
    outline: none;margin: 0;height: 40px;border-radius: 5px 0 0 5px;
}

.input-wrap span {
    background: #f3f3f3;
    padding: 10px 14px;
    border-left: 1px solid #ccc;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 0 5px 5px 0;
}

/* RIGHT IMAGE */
.crate-image {
    width: 60%;
    background: #f4f4f4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.dog-placeholder {
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.dog-placeholder img {
    max-width: 100%; max-height: 472px;
}


/* BOTTOM SECTION */
.crate-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.radio-group p {
    font-weight: bold;
    margin-bottom: 10px;
}

.radio-group label {
    margin-right: 15px;
    font-size: 14px;
}

.calculate-btn {
    background: #ff7770;
    color: #fff;
    padding: 12px 26px;
    border: none;
    font-size: 15px;
    cursor: pointer;
}
.calculate-btn:hover{ background-color:#f3564e !important;color: #fff;}
.hide-element{display:none;}
.show-element{display:block;}


.need-more-information {
    background: #edf1f0;
    padding: 30px;
    margin-top: 40px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;align-items: center;
}

.need-more-information .res-left {
    width: calc(100% - 350px);    padding: 0 10px;
}

.need-more-information .res-right {
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    padding: 18px;
    border-radius: 5px;
}

.need-more-information .res-left h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}
.need-more-information .res-left a {
    background: #ff7770;
    color: #fff;
    padding: 12px 26px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;display: inline-block; margin-top: 15px;text-decoration: none;
}
.need-more-information .res-left a:hover{background-color:#f3564e;color: #fff;text-decoration: none;}
.more-details {
    line-height: 22px;
}

.need-more-information .res-right a {
    font-size: 18px;
    font-weight: 600;
}
.more-details {
    line-height: 22px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.need-more-information .res-right a {
    font-size: 18px;
    font-weight: 600;
}

 

.more-details span + span {
    color: #ff7770;
    font-size: 16px;
    font-weight: 600;
}
.need-more-information .res-left{text-align: left;}
.about_us .need-more-information .res-left p {  margin-bottom: 10px;}
html[lang="he-IL"] .need-more-information .res-left{text-align: right;}


@media (max-width: 991px) {
   .crate-form,.crate-image{width: 50%;}
   .need-more-information{padding: 20px;}
   .need-more-information .res-left{width: calc(100% - 280px);}
   .need-more-information .res-right{padding: 10px;width: 280px;gap: 12px;}
}
@media (max-width: 767px){
    .crate-wrapper{gap: 15px;margin: 0;}
    .crate-form, .crate-image{width: 100%;padding: 0}
    .crate-form h2{font-size: 20px;    margin-bottom: 10px;}
    .crate-bottom{gap: 10px;flex-direction: column;align-items:flex-start;}
    .need-more-information {   padding: 20px 15px;   }
    .crate-wrapper{padding-bottom: 30px;}
    .need-more-information .res-left{width: 100%;margin: 0 0 15px}
    .need-more-information .res-left h3{font-size: 20px;}
    .need-more-information{  margin-top: 10px;}
    .need-more-information .res-left a{padding: 12px 14px;}
    .need-more-information .res-right a{font-size: 16px;}
}