/*      STICKY FOOTER
=========================================================================*/

html,
body {
    margin:0;
    padding:0;
    height:100%;
}

#container {
    min-height:100%;
    position:relative;
    padding-bottom: 80px;
}


/* IMPORTING FONTS
=========================================================================*/

@font-face {
    font-family: "Kozuka Gothic Pr6N";
    src: url("../fonts/KozGoPr6N-Bold.otf") format("opentype");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Kozuka Gothic Pr6N";
    src: url("../fonts/KozGoPr6N-Heavy.otf") format("opentype");
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "DIN-Bold";
    src: url("../fonts/DIN-Bold.otf") format("opentype");
    font-display: swap;
}

/*      MINI RESET
=========================================================================*/

* {
    margin: 0;
    padding: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    box-sizing: border-box;

}

img {
    border: none;
    width: 100%;
}

a {
    color: black;
}

a:link, a:active, a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

html {
    font-size: 14px;
}

body {
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" ,Roboto , Helvetica , Arial , Verdana , sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N";
    font-weight: 700;
    margin: 0;
}

.font_heavy {
    font-weight: 900;
}

.custom_heading {
    padding: 10px;
    font-size: 30px;
    text-align: center;
    color: white;
    font-weight: 900;
    background: url(../images/pattern-blue_heading.png) repeat-x left center / contain;
    margin-bottom: 60px;
    position: relative;
}

.custom_heading:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #2551d2 transparent transparent transparent;
    line-height: 0px;
    _border-color: #2551d2 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

footer {
    background-color: black;
    color: white;
}

footer p {
    line-height: 2;
    margin: 0;
}

section.leak_causes {
    padding: 40px 0;
    background-color: #eaeaea;
}

section.masthead .btn-hero {
	margin-top: -12rem !important;
	
}

section.leak_causes h2 {
    font-size: 44px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 900;
}

section.leak_causes h2 + div.mx-auto {
    width: 45%;
}

section.properties {
    padding: 40px 0;
    background-color: #e0eaff;
} 

section.properties h2 {
    font-size: 38px;
    background: url(../images/heading_bg_bubble.png) no-repeat center / contain;
    padding: 21px 0 36px;
    margin-bottom: 30px;
    font-weight: 900;
} 

section.properties h4 {
    font-weight: 24px;
    font-weight: 900;
    color: white;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
} 

section.product {
	background-color: #ffffdf;
}


section.survery_method {
    padding: 40px 0;
    background: url(../images/pattern-methods_section.png) no-repeat center top / cover;
}

section.survery_method .radius_box {
    border: 3px solid #2551d2;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    padding-bottom: 20px;
}

section.survery_method h2 {
    font-size: 30px;
    color: #ffff00;
    font-weight: 900;
    margin-bottom: 30px;
    text-shadow: rgb(37, 81, 210) 3px 0px 0px, 
    rgb(37, 81, 210) 2.83487px 0.981584px 0px, 
    rgb(37, 81, 210) 2.35766px 1.85511px 0px, 
    rgb(37, 81, 210) 1.62091px 2.52441px 0px, 
    rgb(37, 81, 210) 0.705713px 2.91581px 0px, 
    rgb(37, 81, 210) -0.287171px 2.98622px 0px, 
    rgb(37, 81, 210) -1.24844px 2.72789px 0px, 
    rgb(37, 81, 210) -2.07227px 2.16926px 0px, 
    rgb(37, 81, 210) -2.66798px 1.37182px 0px, 
    rgb(37, 81, 210) -2.96998px 0.42336px 0px, 
    rgb(37, 81, 210) -2.94502px -0.571704px 0px, 
    rgb(37, 81, 210) -2.59586px -1.50383px 0px, 
    rgb(37, 81, 210) -1.96093px -2.27041px 0px, 
    rgb(37, 81, 210) -1.11013px -2.78704px 0px, 
    rgb(37, 81, 210) -0.137119px -2.99686px 0px, 
    rgb(37, 81, 210) 0.850987px -2.87677px 0px, 
    rgb(37, 81, 210) 1.74541px -2.43999px 0px, 
    rgb(37, 81, 210) 2.44769px -1.73459px 0px, 
    rgb(37, 81, 210) 2.88051px -0.838247px 0px;
}

section.survery_method .radius_box h3 {
    height: 60px;
    line-height: 60px;
    background-color: #2551d2;
    color: #ffff00;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 20px;
}

section.operation_types {
    margin-bottom: 40px;
}

section.operation_types h4 {
    font-size: 20px;
}

section.operation_types .col-6.px-1 {
    margin-bottom: 10px;
}

section.operation_types .col-6.px-1 > div {
    background-color: #ededed;
    min-height: 140px;
    padding: 5px 5px 5px 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

section.operation_types .col-6.px-1 > div h4 {
    padding-left: 25px;
    background: url(../images/icon-checkmark.png) no-repeat left 5px / 18px;
}

section.operation_types .header .col-6.px-1 > div {
    min-height: auto;
    text-align: center;
    display: block;
}

section.operation_types .header .col-6.px-1 > div h4 {
    padding: 0;
    background: none;
}




/* product section */
section.product-section .product-card-container {
    display: flex;
    justify-content: space-around;
}

section.product-section .product-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
/*    width: 460px;*/
}

section.product-section .product-header h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #FF5722;
}

section.product-section .product-header h4 {
    font-size: 1.3em;
    color: #000;
    margin: 10px 0;
}

section.product-section .product-features {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

section.product-section .product-features li {
    font-size: 1.1em;
    margin: 5px 0;
}

section.product-section .product-price p {
    font-size: 1em;
    margin: 5px 0;
}

section.product-section .final-price {
    font-size: 55px;
    font-weight: bold;
    color: #FF6600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

section.product-section .final-price span {
    font-size: 30px;
    vertical-align: top;
}




/* flow section */
section.service_flow {
    padding: 40px 0;
    background: url(../images/pattern-dots.jpg) repeat top left / 90%;
}

section.service_flow h2 {
    max-width: 770px;
    color: #ffff00;
    background-color: #2551d2;
    margin: 0 auto 60px;
    height: 64px;
    line-height: 64px;
    border-radius: 20px;
    text-align: center;
    font-weight: 900;
}

section.service_flow h2:after {
    content: " ";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #2551d2 transparent transparent transparent;
    line-height: 0px;
    _border-color: #2551d2 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

section.service_flow .dotted_border {
    position: absolute;
    top: 4px;
    width: 1px;
    height: calc(100% - 160px);
    left: 34px;
    border-left: 3px dotted #2551d2; 
}

section.service_flow .bullet_point {
    position: relative;
    min-height: 140px;
    margin-bottom: 20px;
    padding-left: 50px;
}

section.service_flow .bullet_point h3 {
    font-weight: 900;
    padding-bottom: 5px;
    border-bottom: 2px solid black;
    margin-bottom: 5px;
}

section.service_flow .bullet_point p {
    letter-spacing: -.5px;
}

section.service_flow .bullet_point .bullet {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #2551d2;
    color: #ffff00;
    line-height: 1.1;
    padding-top: 7px;
    font-size: 9px;
    font-weight: bold;
}

section.service_flow .bullet_point .bullet big {
    display: block;
    font-size: 20px;
}

section.service_flow .bullet_point .d-flex {
    max-width: 480px;
/*    justify-content: space-between;*/
    margin-bottom: 15px;
}

section.service_flow .bullet_point .d-flex a {
    width: 24%;
    display: block;
}



section.pricing {
    background: #ffffdf;
    padding-bottom: 40px;
}

section.pricing .container h2 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 3px solid #ff9800;
    margin-bottom: 15px;
    letter-spacing: -1px;
    line-height: 1.3;
    font-weight: 900;
}

section.pricing h2 big {
    color: #cb0000;
    font-size: 30px;
}

section.pricing .container p {
    margin-bottom: 50px;
}



section.payment {
    padding: 40px 0;
}

section.payment h2 {
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 900;
}

section.payment .col-4 div {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    background: rgb(210,225,255);
    background: linear-gradient(160deg, rgba(210,225,255,1) 50%, rgba(224,235,255,1) 50%);
}

section.payment .col-4 div h4 {
    font-weight: 900;
    font-size: 18px;
}



section.feedback {
    background: #e0eaff;
    padding-bottom: 30px;
}

section.feedback .info_card {
    background-color: white;
    padding: 25px;
    margin: 0 -15px;
}

section.feedback .info_card:nth-child(even){
    background: #e0eaff;
}

section.feedback .info_card h4 {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
}

section.feedback .info_card h4 span {
    display: block;
    padding: 7.5px 12px;
    background-color: #e0eaff;
    color: #2551d2;
    font-size: 18px;
    margin-left: 0;
    width: 120px;
    margin: 10px auto 0px;
    border-radius: 5px;
}

section.feedback .info_card img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

section.feedback .info_card p {
    line-height: 1.8;
}



section.faq {
    background: #efefef;
    padding: 40px 0;
}

section.faq h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}

section.faq .toggle-widget {
    margin: 0 -15px;
}

section.faq .toggle-widget h3 {
    font-size: 19px;
    padding: 15px 25px 15px 40px; 
    position: relative;
    background: #cfcfcf url(../images/icon-question.png) no-repeat 10px center / 25px;
    letter-spacing: -.5px;
}

section.faq .toggle-widget h3:after {
    content: " ";
    position: absolute;
    width: 15px;
    height: 100%;
    right: 5px;
    top: 0;
    background: transparent url(../images/icon-dropdown.png) no-repeat center / 15px;
    transition: .4s linear transform;
}

section.faq .toggle-widget h3.closed:after {
    transform: rotate(180deg);
}

section.faq .toggle-widget .expand {
    background-color: white;
    padding: 15px 15px 5px;
    transition: none;
}



section.profile {
    padding: 40px 0;
}

section.profile h2 {
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 5px;
    border-bottom: 3px solid black;
    display: inline-block;
    margin-bottom: 30px;
}

section.profile p {
    font-size: 14px;
}

section.profile .d-flex.d-md-none img {
    display: block;
    width: 49%;
}



section.achivements {
    padding: 40px 0;
    background-color: #e0ebff;
}

section.achivements h2 {
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 5px;
    border-bottom: 3px solid black;
    display: inline-block;
    margin-bottom: 30px;
}

section.achivements .info_card {
    background-color: white;
    padding-bottom: 30px;
}

section.achivements .info_card h4 {
    color: white;
    font-weight: 900;
    padding: 10px 30px;
    margin-bottom: 20px;
    font-size: 24px;
    background: rgb(0,52,138);
    background: linear-gradient(90deg, rgba(0,52,138,1) 17%, rgba(255,255,255,1) 100%);
}



section.promises {
    padding: 40px 0;
}

section.promises p {
    font-size: 17px;
}

section.promises .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
section.promises .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


section.contact {
    padding: 40px 0;
    background: #ffffdf;
}

section.contact h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 900;
}

section.contact h2 + div.mx-auto {
    width: 45%;
}

section.contact h3.custom_heading {
    padding: 8px;
    font-size: 23px;
    text-align: center;
    font-weight: 900;
    background: #cccccc;
    margin-bottom: 40px;
    position: relative;
    color: black;
    line-height: 1.5;
}

section.contact h3.custom_heading:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #cccccc transparent transparent transparent;
    line-height: 0px;
    _border-color: #cccccc #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

section.contact h4 {
    font-size: 17px;
    max-width: 90%;
    margin: 0 auto 15px;
}

section.contact .form_wrapper {
    background-color: white;
    padding: 40px 25px;
    margin: 0 -15px 30px;
}

section.contact .form_wrapper label {
    display: block;
    font-size: 18px;
}

section.contact .form_wrapper label span {
    color: #ff0000;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

section.contact .form_wrapper input[type=text]{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 7.5px 10px;
    border: 1px solid #999999;
}

section.contact .form_wrapper input[type=file] {
    margin-bottom: 20px;
}

section.contact .form_wrapper .mauticform-message {
	margin-bottom: 10px;
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 1em;
}

section.contact .form_wrapper button#mauticform_input_fomuloushuilp_submit {
    border: none;
    width: 320px;
    height: 120px;
    background: url(../images/submit_btn.png) no-repeat center / contain;
    color: transparent;
    display: block;
    margin: auto;
}

section.contact .form_wrapper button#mauticform_input_fomuloushuilp_submit:hover {
    opacity: .85;
}

section.contact .mauticform_wrapper {
    max-width: 100%;
}

section.contact .mauticform_wrapper input[type=text],
section.contact .mauticform_wrapper input[type=email],
section.contact .mauticform_wrapper textarea{
    border: 1px solid #999999;
    border-radius: 0;
}

section.contact .mauticform_wrapper input[type=file] {
    border: none;
    padding: 7px 0;
    margin-bottom: 0;
}

section.cta-section {
  width: 100%;
  background-color: #ff5600; /* オレンジの背景色 */
  color: #ffffff; /* テキストの白色 */
  padding: 70px 0 40px 0;
}

section.cta-section .custom_heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

section.cta-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

section.cta-section .cta-content {
  text-align: center;
}

section.cta-section .cta-content h2 {
  position: relative; /* 湯気をコントロールするためにrelativeに設定 */
  font-size: 2.5rem;
/*  margin-bottom: 0.5em;*/
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* 目立たせるための影 */
  position: relative;
	color: #ffffdf;
}

section.cta-section .cta-content h2::before {
  content: "";
  position: absolute;
  top: -50px; /* 湯気をさらに上にずらす */
  left: 49%; /* 水平方向の位置を中央に */
  transform: translateX(-50%);
  width: 44px; /* 湯気の幅を適切に調整 */
  height: 54px; /* 湯気の高さを適切に調整 */
  background-image: url("../images/icon_yuge.png"); /* 湯気画像を指定 */
  background-size: contain; /* 湯気画像のサイズをそのまま使用 */
  background-repeat: no-repeat;
  z-index: 1;
}

section.cta-section .cta-content h2 span {
  font-size: 5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* 目立たせるための影 */
/*
	
  width: 40px;
  height: 40px;
  background-image: url("../images/icon_yuge.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
*/
}

section.cta-section .cta-content p {
  font-size: 2.5rem;
  font-weight: bold;
/*  margin-bottom: 0.5em;*/
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* 目立たせるための影 */
	color: #ffffdf;
}

section.cta-section .cta-content p span {
	font-size: 3.5rem;
}

section.cta-section .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

section.cta-section .cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.3s ease;
}

section.cta-section .cta-button span {
	font-size: 0.7rem;
	display: block;
}

section.cta-section .cta-button.phone {
  background-color: #007bff; /* 電話ボタンの青色 */
}

section.cta-section .cta-button.email {
  background-color: #ffc107; /* メールボタンの黄色 */
}

section.cta-section .cta-button.line {
  background-color: #00c300; /* LINEボタンの緑色 */
}

section.cta-section .cta-button:hover {
  transform: scale(1.05);
}


.sticky_cta {
    position: fixed;
    height: 80px;
    padding: 12px 55px;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(255,255,255,0.75);
    z-index: 2;
}

.sticky_cta a {
    display: block;
    width: 120px;
}

@media screen and (max-width: 767px){
	section.masthead .btn-hero { margin-top: 2rem !important; }
    .big_on_mobile {
        font-size: 116%;
    }
}

@media screen and (min-width: 768px){
    html {
        font-size: 16px;
    }

    #container {
        padding-bottom: 0;
    }
	section.masthead .btn-hero { margin-top: -7rem !important; }
    section.leak_causes,
    section.properties,
    section.survery_method,
    section.payment,
    section.faq,
    section.profile,
    section.achivements,
    section.promises,
    section.contact {
        padding: 70px 0;
    }

    p {
        font-size: 18px;
    }

    .custom_heading {
        height: 88px;
        line-height: 88px;
        font-size: 40px;
        padding: 0;
    }



    section.leak_causes h2 {
        font-size: 56px;
    }

    section.leak_causes h2 + div.mx-auto {
        width: 22%;
    }



    section.properties h2 {
        font-size: 48px;
        background: url(../images/heading_bg_bubble.png) no-repeat center / 400px;
        padding: 15px 0 40px;
    } 

    section.properties h4 {
        font-weight: 28px;
        top: 20px;
    } 



    section.survery_method h2 {
        font-size: 52px;
    }

    section.survery_method .radius_box h3 {
        height: 70px;
        line-height: 70px;
        font-size: 40px;
    }



    section.operation_types {
        margin-bottom: 60px;
    }

    section.operation_types h4 {
        font-size: 22px;
    }

    section.operation_types p {
        font-size: 17px;
    } 

    section.operation_types .col-6.px-1 > div h4 {
        padding-left: 34px;
        background: url(../images/icon-checkmark.png) no-repeat left center / 25px;
    }



    section.service_flow {
        padding: 70px 0 35px;
    }

    section.service_flow h2 {
        margin-bottom: 70px;
    }

    section.service_flow .dotted_border {
        left: 65px;
    }

    section.service_flow .bullet_point {
        min-height: 180px;
        margin-bottom: 30px;
        padding-left: 150px;
    }

    section.service_flow .bullet_point .bullet {
        width: 100px;
        height: 100px;
        padding-top: 3%;
        font-size: 18px;
    }

    section.service_flow .bullet_point .bullet big {
        font-size: 36px;
    }



    section.pricing {
        padding-bottom: 70px;
    }

    section.pricing .container h2 {
        font-size: 39px;
        letter-spacing: -1px;
        line-height: 1;
    }

    section.pricing h2 big {
        font-size: 49px;
    }

    section.pricing .container p {
        margin-bottom: 50px;
    }



    section.payment h2 {
        margin-bottom: 35px;
        font-size: 44px;
    }

    section.payment .col-4 div {
        width: 220px;
        height: 220px;
    }

    section.payment .col-4 div h4 {
        font-size: 32px;
    }



    section.feedback {
        padding-bottom: 70px;
    }

    section.feedback .info_card {
        border-radius: 15px;
        margin: 0 0 30px;
    }

    section.feedback .info_card:nth-child(even) {
        background-color: white;
    }

    section.feedback .info_card h4 {
        font-size: 32px;
        text-align: left;
    }

    section.feedback .info_card h4 span {
        display: inline-block;
        vertical-align: text-bottom;
        padding: 7.5px 12px;
        background-color: #e0eaff;
        color: #2551d2;
        font-size: 18px;
        margin-left: 25px;
        border-radius: 5px;
        width: auto;
    }

    section.feedback .info_card img {
        width: 250px;
        float: right;
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    section.feedback .info_card p {
        line-height: 1.8;
    }



    section.faq h2 {
        font-size: 56px;
        margin-bottom: 40px;
    }

    section.faq .toggle-widget {
        margin: 0;
    }

    section.faq .toggle-widget h3 {
        cursor: pointer;
        font-size: 32px;
        font-weight: 900;
        padding: 25px 95px; 
        background: #cfcfcf url(../images/icon-question.png) no-repeat 20px center / 60px;
    }

    section.faq .toggle-widget h3:after {
        width: 95px;
        height: 100%;
        right: 0;
        background: transparent url(../images/icon-dropdown.png) no-repeat center / 35px;   
    }


    section.profile h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    section.profile p {
        font-size: 17px;
        line-height: 2;
    }



    section.achivements h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    section.achivements .info_card {
        padding-bottom: 60px;
    }

    section.achivements .info_card h4 {
        font-size: 24px;
    }



    section.promises p {
        font-size: 22px;
    }



    section.contact h2 {
        font-size: 59px;
    }

    section.contact h2 + div.mx-auto {
        width: 22%;
    }

    section.contact h3.custom_heading {
        font-size: 40px;
        height: auto;
        padding: 5px;
    }

    section.contact h4 {
        font-size: 26px;
        margin-bottom: 30px; 
        max-width: 100%;  
    }

    section.contact .form_wrapper {
        padding: 40px 25px;
        margin: 0 0 40px;
    }

    section.contact .form_wrapper button#mauticform_input_fomusanpurumenteruloushuilp_submit {
        width: 516px;
        height: 200px;
    }
}

#form_cta {
    cursor: pointer;
}