@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/*font-family: "Manrope", sans-serif;*/

:root{
    --primary_color: hsla(101, 66%, 41%, 100%);
    --primary_light_color: hsla(101, 66%, 41%, 100%);
    --primary_lighter_color: hsla(101, 66%, 70%, 100%);
    --primary_lightest_color: hsla(101, 66%, 96%, 100%);
    --primary_dark_color: hsla(101, 66%, 20%, 100%);
    --secondary_color: hsla(210, 71%, 25%, 100%);
    --secondary_light_color: hsla(210, 71%, 25%, 100%);
    --secondary_lighter_color: hsla(210, 71%, 70%, 100%);
    --secondary_lightest_color: hsla(210, 71%, 96%, 100%);
    --secondary_dark_color: hsla(210, 71%, 20%, 100%);
    --white: #fff;
    --black: #374151;
    --lighter_black: #E5E7EB;
    --light_black: #6B7280;
    --effect: all ease-in-out 300ms;
    --para: "Manrope", sans-serif;
}

*{ font-family: var(--para); }

h1{ font-size: 56px; }
h3{ font-size: 36px; font-weight: 800; color: var(--secondary_color); }
h2{}
h4{}
h5{ font-size: 14px; color: var(--primary_color); font-weight: 700; text-transform: uppercase; }
h6{}
p{ font-size: 14px; color: var(--light_black); }

.image_wrapper { width: 100%; display: inline-block; position: relative; overflow: hidden; vertical-align: top; border-radius: 12px; }
.image_wrapper:before { content: ""; display: block; padding-top: 100%; }
.image_wrapper img { width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }

.navbar-brand img{ max-width: 145px; width: 100%; height: auto; }
.main-navbar { padding: 18px 0; background: #fff; }
.navbar-wrapper { position: relative; min-height: 50px; }
.navbar-brand { font-size: 24px; font-weight: 800; color: #111 !important; text-decoration: none; }
.desktop-menu { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.desktop-menu .nav-link { color: var(--secondary_light_color); font-size: 15px; font-weight: 500; padding: 8px 16px !important; transition: color .25s ease; }
.desktop-menu .nav-link:hover { color: var(--secondary_dark_color); }
.navbar-cta { background: var(--black); color: #fff; padding: 11px 22px; border-radius: 50px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all ease-in-out 300ms; }
.navbar-cta:hover { background: var(--primary_color); color: #fff; transform: translateY(-1px); }
.menu-toggle { width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; background: #111; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; transition: all .3s ease; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: #fff; border-radius: 10px; transition: all .3s ease; }
.menu-toggle:hover { background: #635bff; }
.offcanvas { width: 320px !important; }
.offcanvas-header { padding: 24px; border-bottom: 1px solid #eee; }
.offcanvas-body { padding: 30px 24px; }
.mobile-menu .nav-link { color: #111; font-size: 18px; font-weight: 600; padding: 14px 0; border-bottom: 1px solid #eee; }
.mobile-menu .nav-link:hover { color: #635bff; }
.mobile-cta { display: block; text-align: center; margin-top: 25px; padding: 14px 20px; border-radius: 50px; background: #111; color: #fff; text-decoration: none; font-weight: 600; }

@media (max-width: 991.98px) {
    .desktop-menu, .desktop-cta { display: none !important; }
    .main-navbar { padding: 14px 0; }
}
@media (min-width: 992px) { .mobile-toggle { display: none; } }

.banner{ background-color: var(--primary_lightest_color); padding: 80px 0px; }
.banner_content .tag{ font-size: 12px; font-weight: 700; color: var(--primary_color); background-color: var(--primary_lightest_color); border: 0.5px solid var(--primary_lighter_color); padding: 4px 10px; border-radius: 99px; display: inline-block; text-transform: uppercase; }
.banner_content h1{ font-weight: 800; line-height: 115%; color: var(--secondary_color); margin: 16px 0px; text-transform: capitalize; }
.banner_content h4{ font-size: 18px; font-weight: 400; line-height: 160%; color: var(--black); }
.banner_content .bttn_grp{ display: flex; flex-direction: row; gap: 16px; margin: 32px 0px; }
.banner_content .bttn_grp a{ display: inline-block; padding: 14px 28px; border-radius: 99px; text-decoration: none; transition: var(--effect); border: 1px solid transparent; text-transform: capitalize; }
.banner_content .bttn_grp a:first-child{ background-color: var(--primary_color); color: var(--white); border: 1px solid transparent; }
.banner_content .bttn_grp a:first-child:hover{ background-color: var(--primary_dark_color); }
.banner_content .bttn_grp a:last-child{ background-color: transparent; color: var(--white); border: 1px solid var(--secondary_color); color: var(--secondary_color); }
.banner_content .bttn_grp a:last-child:hover{ background-color: var(--secondary_color); color: var(--white); border: 1px solid transparent; }
.banner_count{ display: flex; gap: 40px; }
.banner_count .bc_block .num{ font-size: 28px; font-weight: 900; color: var(--secondary_color); }
.banner_count .bc_block p{ font-size: 13px; font-weight: 400; text-transform: capitalize; }
.banner .banner_image .image_wrapper:before{ padding-top: 80%; }
.banner .banner_image .image_wrapper img{ mix-blend-mode: darken; }

.usp{ padding: 64px 0px; }
.usp_box{ border: 1px solid var(--lighter_black); border-radius: 12px; box-sizing: border-box; padding: 24px; height: -webkit-fill-available; }
.usp_box h4{ font-size: 18px; font-weight: 700; color: var(--secondary_dark_color); padding: 16px 0px 8px 0px; }
.usp_box p{ font-size: 14px; font-weight: 400; }
.usp_box .icon_wrapper{ height: 48px; width: 48px; border-radius: 99px; position: relative; }
.usp_box .icon_wrapper img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.usp .row > div:nth-child(odd) .usp_box .icon_wrapper{ background-color: var(--primary_lightest_color); }
.usp .row > div:nth-child(even) .usp_box .icon_wrapper{ background-color: var(--secondary_lightest_color); }

.about_content p{ margin: 24px 0px; }
.about .image_wrapper:before{ padding-top: 80%; }
.acp_single{ display: flex; flex-direction: row; gap: 8px; }
.acp_single span{ height: 24px; width: 100%; max-width: 24px; display: inline-block; border-radius: 99px; background-color: var(--primary_color); position: relative; margin-top: 6px; }
.acp_single span svg{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); fill: none; stroke: var(--white); stroke-width: 1.5px; display: inline-block; height: 14px; width: auto; /*stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 10, 5;*/ }
.acp_single .acps_content p{ margin-top: 2px; }

.services{ padding: 100px 0px; }
.services h3{ margin-bottom: 40px; }
.service_box{ text-align: left; border: 0.5px solid #E5E7EB; border-radius: 12px; }
.service_box .image_wrapper:before{ padding-top: 70%; }
.service_box_content{ padding: 24px; box-sizing: border-box; }
.service_box_content h4{ font-size: 18px; font-weight: 700; color: var(--secondary_color); }
.service_box_content p{ margin-top: 8px; margin-bottom: 0; }
.service_box_content a{ text-decoration: none; text-transform: capitalize; color: var(--primary_color); font-weight: 700; font-size: 14px; margin-top: 6px; display: inline-block; }
.service_box_content a i{ padding-left: 4px; transition: all ease-in-out 300ms; }
.service_box_content a:hover i{ padding-left: 8px; }

.pricing{ padding: 100px 0px; background-color: var(--primary_lightest_color); }
.pricing_box{ border: 1px solid; height: 100%; border-radius: 12px; padding: 32px; }
.pricing_box .pb_list ul{ padding: 24px 0px; margin-left: 0; }
.pricing_box .pb_list ul li{ list-style-type: none; display: flex; gap: 8px; align-items: center; }
.pricing_box .pb_list ul li:not(:last-child){ margin-bottom: 12px; }
.pricing_box .pb_list svg{ fill: none; stroke: var(--primary_color); stroke-width: 1.5px; display: inline-block; height: 18px; width: auto; /*stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 10, 5;*/ }
.pricing_box .pb_price{ font-size: 32px; color: var(--secondary_color); }
.pricing_box .pb_price span{ font-size: 14px; font-weight: 500; }
.pb_name_tag{ display: flex; justify-content: space-between; align-items: center; }
.pb_name_tag .pb_name{ font-size: 20px; font-weight: 800; text-transform: capitalize; }
.pb_name_tag .pb_tag{ font-size: 11px; text-transform: uppercase; color: var(--white); background-color: var(--primary_color); font-weight: 700; padding: 4px 10px; border-radius: 99px; }
.pricing_box a.pb_bttn{ text-decoration: none; text-align: center; text-transform: capitalize; color: var(--black); width: 100%; padding:10px 20px; border-radius: 99px; border: 1px solid var(--secondary_color); display: inline-block; }

.row:has(.pricing_box) > div:nth-child(1) .pricing_box{ border-color: var(--secondary_color)!important; border-width: 1.5px; }
.row:has(.pricing_box) > div:nth-child(2) .pricing_box{ border-color: var(--primary_color)!important; border-width: 2.5px; }
.row:has(.pricing_box) > div:nth-child(3) .pricing_box{ border-color: transparent!important; border-width: 1.5px; }
.row:has(.pricing_box) > div:nth-child(3) .pricing_box{ background-color: var(--secondary_color); }
.pricing_box a{ transition: all ease-in-out 300ms; }
.row:has(.pricing_box) > div:nth-child(3) .pricing_box *{ color: var(--secondary_lightest_color); }
.row:has(.pricing_box) > div:nth-child(3) .pricing_box a{ border-color: var(--secondary_lightest_color); }
.row:has(.pricing_box) > div:nth-child(3) .pricing_box li svg{ stroke: var(--secondary_lighter_color); }
.row:has(.pricing_box) > div:nth-child(2) .pricing_box a{ background-color: var(--primary_color); color: var(--white); border-color: transparent; }
.row:has(.pricing_box) > div:nth-child(1) .pricing_box a:hover{ background-color: var(--secondary_dark_color); color: var(--white); }
.row:has(.pricing_box) > div:nth-child(2) .pricing_box a:hover{ background-color: var(--primary_dark_color); }
.row:has(.pricing_box) > div:nth-child(3) .pricing_box a:hover{ color: var(--secondary_dark_color); background-color: var(--white); }

.choice_box .cb_icon{ height: 40px; width: 100%; max-width: 40px; border-radius: 50%; display: inline-block; position: relative; background-color: var(--white); }
.choice_box .cb_icon svg{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); fill: none; stroke: var(--primary_color); stroke-width: 1.5px; display: inline-block; height: 18px; width: auto; stroke-linecap: round; /* stroke-linejoin: round; stroke-dasharray: 10, 5;*/ }
.choice_box .cb_content h5{ font-size: 14px; color: var(--secondary_color); }
.choice_box .cb_content p{ font-size: 14px; font-weight: 400; }
.choice_box{ padding: 24px; border-radius: 12px; display: flex; flex-direction: row; gap: 8px; margin-bottom: 28px; height: -webkit-fill-available; }
.choice .row > div:nth-child(odd) .choice_box{ background-color: var(--primary_lightest_color); }
.choice .row > div:nth-child(even) .choice_box{ background-color: var(--secondary_lightest_color); }
.choice .row{ margin-top: 40px; }
.choice{ padding: 100px 0px; }

.review{ padding: 100px 0px; background-color: var(--primary_lightest_color); }
.review_slider .rs_single{ padding: 32px; border-radius: 12px; background-color: var(--white); }
.rs_single .rss_review{ font-size: 15px; font-weight: 400; font-style: italic; padding: 20px 0px; border-bottom: 1px solid var(--secondary_lightest_color); }
.rss_star_quote{ display: flex; align-items: center; justify-content: space-between; }
.rs_single .rss_star i{ color: var(--primary_color); }
.rs_single .rss_quote i{ color: var(--primary_color); opacity: 14%; font-size: 28px; }
.rs_single .rss_writer{ padding-top: 20px; }
.rs_single .rss_writer h5{ font-size: 16px; font-weight: 700; text-transform: capitalize; color: var(--secondary_color); margin-bottom: 4px; }
.rs_single .rss_writer p{ font-size: 13px; font-weight: 400; color: var(--secondary_light_color); }
.rs_slider .owl-dots{ padding: 24px; text-align: center; }
.rs_slider .owl-dot:not(:last-child){ margin-right: 4px; }
.rs_slider .owl-dot span{ height: 12px; width: 12px; border-radius: 50%; display: inline-block; background-color: translate; border: 1px solid var(--primary_lighter_color); }
.rs_slider .owl-dot.active span{ border: 1px solid transparent; background-color: var(--primary_lighter_color); }

.amf_holder{ margin-top: 40px; }
.amf_holder form input:not([type="submit"]), .amf_holder form textarea{ width: 100%; padding: 12px; background-color: var(--secondary_lightest_color); outline: 0px; border: 0px; border-radius: 6px; border-bottom: 2px solid var(--secondary_light_color); margin-bottom: 16px; }
.amf_holder form input:not([type="submit"])::placeholder, .amf_holder form textarea::placeholder{ text-transform: capitalize; font-size: 14px; color: var(--secondary_lighter_color); }
.amf_holder form input[type="submit"]{ width: auto; padding: 12px; border-radius: 6px; color: var(--white); text-transform: capitalize; background-color: var(--secondary_color); outline: 0px; border: 0px; }
.address_map .am_form{ padding: 100px 0px; padding-left:30%; }
.address_map .am_map, .address_map .am_map iframe{ height: -webkit-fill-available; }

.modal-dialog.modal-lg{max-width:850px}
.custom-modal{ border:0; border-radius:20px; overflow:hidden; background:var(--white); box-shadow:0 25px 70px rgba(20,40,60,.18); }
.custom-modal-header{ display:flex; align-items:flex-start; justify-content:space-between; padding:32px 40px; border:0; background:var(--primary_lightest_color); }
.custom-modal-header .modal-title{ margin:0 0 8px; color:var(--secondary_color); font-size:30px; font-weight:800; }
.custom-modal-header p{ margin:0; color:var(--light_black); font-size:14px; }
.custom-close{ width:38px; height:38px; margin-left:20px; border-radius:50%; background-color:var(--white); opacity:1; box-shadow:0 4px 15px rgba(0,0,0,.06); transition:var(--effect); }
.custom-close:hover{ background-color:var(--primary_color); transform:rotate(90deg); }
.custom-modal-body{padding:40px}
.custom-modal .form-label{ display:block; margin-bottom:9px; color:var(--secondary_color); font-size:14px; font-weight:700; }
.custom-modal .form-label span{color:var(--primary_color)}
.custom-input{ height:52px; padding:0 16px; border:1px solid var(--lighter_black); border-radius:8px; color:var(--black); font-size:14px; transition:var(--effect); }
.custom-input::placeholder{color:#9CA3AF;font-size:13px}
.custom-input:focus{ border-color:var(--primary_color); box-shadow:0 0 0 4px var(--primary_lightest_color); }
.custom-input:disabled{ color:#9CA3AF; background:#F3F4F6; border-color:#E5E7EB; }
.modal-form-footer{ display:flex; justify-content:flex-end; margin-top:35px; padding-top:25px; border-top:1px solid #F0F1F2; }
.custom-submit-btn{ display:inline-flex; align-items:center; justify-content:center; gap:10px; min-width:140px; height:50px; padding:0 25px; border:0; border-radius:7px; color:var(--white); background:var(--primary_color); font-size:14px; font-weight:700; transition:var(--effect); }
.custom-submit-btn:hover{ color:var(--white); background:var(--primary_dark_color); transform:translateY(-2px); }
.custom-submit-btn i{transition:var(--effect)}
.custom-submit-btn:hover i{transform:translateX(4px)}

 /* FORM WRAPPER */
.ecodry-form { padding: 50px 0; }
.ecodry-form-title h5 { font-size: 14px; color: var(--primary_color); font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.ecodry-form-title h3 { font-size: 36px; font-weight: 800; color: var(--secondary_color); margin-bottom: 10px; }
.ecodry-form-title p { font-size: 14px; color: var(--light_black); }

/* CATEGORY TAB */
.service-tabs { border: 1px solid var(--lighter_black); border-radius: 10px; overflow: hidden; }
.service-tab { width: 100%; border: 0; border-bottom: 1px solid var(--lighter_black); background: var(--white); color: var(--secondary_color); text-align: left; padding: 17px 20px; font-size: 14px; font-weight: 700; transition: var(--effect); }
.service-tab:last-child { border-bottom: 0; }
.service-tab:hover { background: var(--primary_lightest_color); color: var(--primary_dark_color); }
.service-tab.active { background: var(--primary_color); color: var(--white); }
.service-tab.coming-soon { color: var(--light_black); cursor: not-allowed; }
.service-tab.coming-soon span { display: block; font-size: 10px; font-weight: 600; margin-top: 3px; color: var(--primary_color); }

/* SERVICE PANEL */
.service-panel { display: none; border: 1px solid var(--lighter_black); border-radius: 10px; padding: 25px; }
.service-panel.active { display: block; }
.service-panel h4 { color: var(--secondary_color); font-size: 22px; font-weight: 800; margin-bottom: 20px; }

/* SERVICE ROW */
.service-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--lighter_black); }
.service-row:last-child { border-bottom: 0; }
.service-info { display: flex; align-items: center; gap: 8px; }
.service-name { color: var(--black); font-size: 14px; font-weight: 600; }
.service-price { color: var(--primary_color); font-size: 12px; font-weight: 700; }

.quantity { display: flex; align-items: center; flex-shrink: 0; }
.quantity button { width: 34px; height: 34px; border: 1px solid var(--lighter_black); background: var(--primary_lightest_color); color: var(--primary_color); font-size: 18px; font-weight: 800; line-height: 1; transition: var(--effect); }
.quantity button:hover { background: var(--primary_color); color: var(--white); }
.quantity input { width: 45px; height: 34px; border: 1px solid var(--lighter_black); border-left: 0; border-right: 0; text-align: center; color: var(--secondary_color); font-size: 14px; font-weight: 700; background: var(--white); }
.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.quantity input { -moz-appearance: textfield; }

.customer-details { border-top: 1px solid var(--lighter_black); margin-top: 40px; padding-top: 40px; }
.customer-details h4 { color: var(--secondary_color); font-size: 24px; font-weight: 800; margin-bottom: 25px; }
.form-label { color: var(--secondary_color); font-size: 13px; font-weight: 700; margin-bottom: 7px; }
.form-control { min-height: 48px; border-color: var(--lighter_black); border-radius: 6px; font-size: 14px; box-shadow: none !important; }
.form-control:focus { border-color: var(--primary_color); }
textarea.form-control { min-height: 120px; resize: vertical; }

.pickup-options { display: flex; gap: 25px; flex-wrap: wrap; }
.form-check-input { border-color: var(--lighter_black); }
.form-check-input:checked { background-color: var(--primary_color); border-color: var(--primary_color); }
.form-check-label { font-size: 14px; color: var(--black); }
.submit-btn { border: 0; background: var(--primary_color); color: var(--white); padding: 13px 30px; border-radius: 6px; font-size: 14px; font-weight: 700; transition: var(--effect); }
.submit-btn:hover { background: var(--secondary_color); color: var(--white); }
.ecodry-form-notice { padding: 14px 18px; border-radius: 8px; margin-bottom: 24px; font-size: 14px; font-weight: 600; }
.ecodry-form-notice.success { background: #e8f8ef; color: #0f7a3a; border: 1px solid #b7e4c7; }
.ecodry-form-notice.error { background: #fdecec; color: #b42318; border: 1px solid #f5c2c0; }
.ecodry-contact-bar { font-family: var(--para); background: var(--white); padding: 80px 0px; }
.ecodry-contact-item { display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 5px 15px; padding: 24px; background-color: var(--secondary_lightest_color); border: 1px solid var(--secondary_lighter_color); height: -webkit-fill-available; border-radius: 12px; }
.ecodry-contact-icon { width: 48px; height: 48px; min-width: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--primary_color); border-radius: 50%; color: var(--secondary_color); background: var(--primary_lightest_color); }
.ecodry-contact-icon svg { width: 22px; height: 22px; }
.ecodry-contact-content small { display: block; color: var(--primary_color); font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 3px; }
.ecodry-contact-content strong,
.ecodry-contact-content a { display: block; color: var(--secondary_color); font-size: 16px; font-weight: 700; line-height: 1.4; text-decoration: none; }
.ecodry-contact-content p { margin: 0; color: var(--black); font-size: 16px; line-height: 1.4; }


footer{ background-color: var(--secondary_dark_color); }
footer *{ color: var(--secondary_lightest_color); }
footer .fb_copy_msg{ display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 400; opacity: 40%; flex-direction: row; }
footer .foot_top{ padding: 80px 0px 60px 0px; border-bottom: 1px solid var(--secondary_light_color); }
footer .foot_bottom{ padding: 24px 0px; }
footer .foot_top .container .row > div:nth-child(1) p{ font-size: 14px; font-weight: 400; color: var(--secondary_lighter_color); }
footer .foot_top .foot_social{ display: flex; font-size: 20px; gap: 12px; font-weight: 300; }
footer .foot_list h5{ font-size: 16px; text-transform: capitalize; font-weight: 700; }
footer .foot_list ul{ padding-left: 0; margin-left: 0; margin-top: 20px; }
footer .foot_list ul li{ list-style-type: none; padding-left: 0; transition: all ease-in-out 300ms; }
footer .foot_list ul li:hover{ padding-left: 6px; }
footer .foot_list ul li:not(:last-child){ margin-bottom: 8px; }
footer .foot_list ul li a{ color: var(--white); opacity: 40%; text-decoration: none; font-size: 14px; }
footer .foot_logo{ margin-bottom: 20px; }
footer .foot_social i{ color: var(--secondary_lighter_color); transition: all ease-in-out 300ms; }
footer .foot_social i:hover{ color: var(--secondary_lightest_color); }

@media (max-width: 767px) {
    .banner{ padding: 40px 0px; }
    .usp{ padding: 32px 0px; }
    .usp_box{ padding: 16px; margin-bottom: 16px; }
    .choice_box{ flex-direction: column; }
    .col-lg-3:has(.service_box), .col-lg-4:has(.pricing_box), .col-lg-4:has(.choice_box){ width: 80%; }
    .address_map .am_form{ padding: 20px 0px; padding-left:3%; }
    .modal-dialog.modal-lg{ max-width:calc(100% - 24px); margin:12px auto; }
    .custom-modal{ border-radius:15px; }
    .custom-modal-header{ padding:25px 20px; }
    .custom-modal-header .modal-title{ font-size:24px; }
    .custom-modal-body{ padding:25px 20px; }
    .custom-submit-btn{ width:100%; }
    .fb_copy_msg{ flex-direction: column!important; }
    .fb_copy_msg > div{ padding-bottom: 8px; }
    .service-row span{max-width:60%}
    .list-group{margin-bottom:20px}
    footer .foot_top{ text-align: center; padding: 40px 0px; }
    footer .foot_social{ justify-content: center; }
    footer .foot_top .container .row > div:nth-child(2){ margin: 40px 0px 28px 0px; }
    footer .foot_top .container .row > div:nth-child(1){ padding: 0px 32px; }
}
@media (max-width: 991.98px) {
    .service-tabs { margin-bottom: 20px; }
    .service-tab { padding: 14px 16px; }
    .ecodry-form-title h3 { font-size: 30px; }
    .ecodry-contact-item { border-right: 0; border-bottom: 1px solid var(--lighter_black); padding: 15px; }
    .ecodry-contact-item:last-child { border-bottom: 0; }
}

@media (max-width: 575.98px) {
    .ecodry-form { padding: 30px 0; }
    .ecodry-form-title h3 { font-size: 26px; }
    .service-panel { padding: 18px; }
    .service-panel h4 { font-size: 20px; }
    .service-row { gap: 10px; }
    .service-info { display: block; }
    .service-price { display: block; margin-top: 3px; }
    .quantity button { width: 32px; height: 32px; }
    .quantity input { width: 40px; height: 32px; }
    .ecodry-contact-bar { padding: 5px; }
    .ecodry-contact-item { min-height: 65px; padding: 12px 10px; }
    .ecodry-contact-icon { width: 42px; height: 42px; min-width: 42px; }
    .ecodry-contact-content strong,
    .ecodry-contact-content a { font-size: 12px; }
    .ecodry-contact-content p { font-size: 10px; }
}