/* Theme Name: Pest Control LP  */
/* Theme URI: http://helian.work */
/* Description: Helian Theme */
/* Version: 1.0 */

.start-hero{
    background: linear-gradient(128.94deg, #F5A202 32.2%, #D17100 88.3%), linear-gradient(0deg, #2A2318, #2A2318), linear-gradient(180deg, #6A7882 0%, #A4AEB5 100%);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.start-hero .start-hero-inner{
    /* background-color: #fff; */
    width: 100%;
    /* max-width: 1200px; */
    margin: 5em auto;
    display: flex;
    
}

.start-hero-inner-start {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    gap: 1em;
    justify-content: center;
    width: 50%;
}

.start-hero-inner-end{
    width: 50%;
}

.start-hero-inner-start-top {
    display: flex;
    align-items: center;
    gap: 1em;
}

.five-stars {
    display: flex;
    gap: 3px;
}

.happy-google-customers-feedback{
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
}


.start-hero-inner-start-middle{

}

.start-hero-inner-start-middle h1{
font-family: 'Arimo';
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 55px;
color: #572F00;
}

.start-hero-inner-start-bottom{

    display: flex;
    gap: 1em;
}

.start-hero-first-button {
    display: flex;
    justify-content: center;
    padding: 15px 30px 10px;
    background: #2A2318;
    border-radius: 10px;
    width: max-content;
    font-family: 'Martel Sans';
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 40px;
    align-content: center;
}

.start-hero-first-button:hover {
    color: #5F933D;
    background-color: #fff;
}

.start-hero-second-button{

    display: flex;
    justify-content: center;
    padding: 15px 30px 10px;
    background: #5F933D;
    border-radius: 10px;
    width: max-content;
    font-family: 'Martel Sans';
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 40px;
    align-content: center;

}

.start-hero-second-button:hover {
    color: #5F933D;
    background-color: #fff;
}


.service-guarantee-text {
    width: 100%;
    font-family: 'Martel Sans';
    font-size: 22px;
    line-height: 40px;
    display: flex;
    align-items: baseline;
    color: #FFFFFF;
    justify-content: center;
}

.start-hero-video-openner {
    width: 80%;
    border-radius: 20px;
    min-height: 300px;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
}

.start-hero-video-openner-play-button {
    display: flex;
    cursor: pointer;
}


.google-customer-feedbacks {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 2em;
    margin: 0 0 3em 0;
    padding: 0 3em;
}

.google-customer-feedbacks-item {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 4px 6px #dd921b;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 15px;
}

.google-customer-feedbacks-item::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5F933D;
    position: absolute;
    top: 0;
    margin: 0 -15px;
}

.customer-name-pp {
    display: flex;
    width: 48px;
    height: 48px;
    background: #d9cca1;
    border-radius: 360px;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}

.customer-name-pp.color-green{
    background: #A1D9AA;
}
.customer-name-pp.color-blue{
    background: #A1C5D9;
}

.customer-name {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #6A6A6A;
}

.customer-feedback {
    color: #868686;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.google-customer-feedbacks-start {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: -webkit-fill-available;
    justify-content: center;
}

.google-customer-feedbacks-end {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 13px;
}

.google-customer-feedbacks-item:hover{
    box-shadow: 0 0 1px 3px #b36e00;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
}

@media (max-width: 425px) {


    .start-hero-first-button {
                font-size: 15px;
        padding: 1em;
        line-height: 35px;
    }
        .start-hero-second-button{
                    font-size: 15px;
        padding: 1em;
        line-height: 35px;
        }

    .start-hero-inner-start-top {
        flex-direction: column!important;
    }

    .google-customer-feedbacks {
        flex-direction: column!important;
        gap: 1em;
    }

    .google-customer-feedbacks-item {
        flex-direction: row!important;
    }

    .google-customer-feedbacks-start {
        flex-direction: column !important;
        width: 55px !important;
    }

    .customer-name{
        display: none;
    }

    .customer-feedback {
        color: #868686;
        font-size: 14px;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

    .start-hero .start-hero-inner {
        margin: 2em auto;
    }

    .google-customer-feedbacks-end .five-stars {
        display: flex;
        justify-content: flex-start!important;
    }

}

@media (max-width: 768px) {

    .start-hero .start-hero-inner {
        flex-direction: column;
    }

    .start-hero-inner-start {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        gap: 1em;
        justify-content: center;
        width: 100%;
        align-items: center;
        margin-bottom: 3em;
    }
    
    .start-hero-inner-start-middle h1 {
        text-align: center;
    }

    .start-hero-inner-end{
        width: 100%;
    }

    .start-hero-video-openner {
        min-height: 250px;
        max-width: 450px;
    }


}



/* media query max width 1024 */
@media (max-width: 1024px) {

    .start-hero-video-openner {
        min-height: 200px;
    }

    .service-guarantee-text {
        font-size: 16px;
    }

    .start-hero-inner-start-middle h1 {
        font-size: 38px;
    }

    .google-customer-feedbacks-item {
        flex-direction: column;
    }

    .google-customer-feedbacks-start {
        display: flex;
        flex-direction: row;
        gap: 15px;
        width: -webkit-fill-available;
        justify-content: flex-start;
    }

    .google-customer-feedbacks-item{
        gap: 5px;
    }

    .google-customer-feedbacks-end .five-stars {
        display: flex;
        justify-content: center;
    }
    
}






/* secondary-hero */

.second-hero-inner{
    padding: 3em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second-hero-start-title {
    font-size: 65px;
    font-family: "Arimo", sans-serif;
    line-height: 88px;
}

.second-hero-start-title strong span {
    color: #e58d03;
}

.second-hero-start-title strong i{
    font-style: normal;
    font-weight: 400;
}


.campaigns {
    display: flex;
    flex-direction: column;
    gap: 2em;
    margin: 3em 0 0 0 ;
}

.campaigns-item {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 15px;
}

span.color-red {
    color: #ac2222;
}


.second-hero-end {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second-hero-end .bocege-hayir {
    width: 100%;
    object-fit: none;
}

.happy-customers-text {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 35px;
    text-align: center;
}

.second-hero .five-stars img {
    width: 36px;
    margin: 1em 0;
}

a.detail-call {
    box-shadow: 0 0px 6px 10px #dcdcdc;
    margin: 2em 0 0 0;
    border-radius: 10px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #212529;
}

.detail-call strong{
    font-size: 24px;
    font-family: "Arimo", sans-serif;
    color:#ac2222;   
}

.second-hero-end-start{
    display: flex;
    flex-direction: column;
    align-items: center
}

.second-hero-end-start-text{
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 425px) {


    .second-hero-inner {
        display: flex;
        flex-direction: column;
    }

    .second-hero-end-start {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1em;
        margin: 2em 0;
    }

    .second-hero-end-start-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .happy-customers-text {
        text-align: left;
    }

    .second-hero-start-title{
        text-align: center;
    }

    .campaigns {
        gap: 1em;
        margin: 2em 0 0 0;
        align-items: center;
    }

    a.detail-call {
        box-shadow: 0 0px 6px 10px #dcdcdc;
        margin: 0em 0 0 0;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #212529;
        font-size: 19px !important;
        width: 100%;
    }


}
@media (max-width: 768px) {

    .second-hero-start-title {
        font-size: 35px!important;
        font-family: "Arimo", sans-serif;
        line-height: 50px!important;
    }

    .campaigns-item {
        font-size: 16px!important;
        gap: 10px!important;
    }

    .campaigns-item span{
     display: none;
    }

    .campaigns-item img{
        width: 28px;
    }

    .second-hero-end .bocege-hayir{
        max-width: 150px!important;
        object-fit: cover;
    }

    .happy-customers-text {
        font-size: 19px!important;
    }

    .second-hero .five-stars img {
        width: 26px;
        margin: 1em 0;
    }

    .second-hero .five-stars img {
        width: 20px;
        margin: 0.2em 0;
    }

    a.detail-call{
        font-size: 14px;
    }

}
@media (max-width: 1024px) {

    .second-hero-start-title {
        font-size: 55px;
        font-family: "Arimo", sans-serif;
        line-height: 70px;
    }

    .campaigns-item {
        font-family: "Merriweather Sans", sans-serif;
        font-size: 20px;
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }

    .second-hero-end .bocege-hayir{
        max-width: 200px;
        object-fit: cover;
    }

    .happy-customers-text {
        font-size: 28px;
    }

}




/* fiyat modulu */

.modul-banner{
    text-decoration: none;
    color: #000;
    margin: 1em 0 3em;
}

a.modul-banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
    height: 130px;
    background: linear-gradient(90.85deg, #F5A202 8.02%, #D27201 99.35%);
    border-radius: 20px;
}

.modul-banner-text {
    font-family: "Arimo", sans-serif;
    font-size: 29px;
    text-align: center;
}

.color-white{
    color: #fff;
}

.text-bold {
    font-weight: 600;
}

/* max 768 */

@media (max-width: 375px) {

    .modul-banner-text {
        font-size: 17px!important;
    }

}


@media (max-width: 425px) {

    .modul-banner-text {
        font-size: 19px;
    }

}

@media (max-width: 768px) {

    .modul-banner-text {
        font-family: "Arimo", sans-serif;
        font-size: 24px;
        text-align: center;
    }

}







/* modul form */

.modul-form {
    margin-bottom: 5em;
}

.module-form-first-row {
    display: flex;
    justify-content: space-evenly;
}

.module-form-question-number {
    background: #D9CCA1;
    display: flex;
    width: 40px;
    height: 40px;
    font-size: 22px;
    font-family: "Merriweather Sans", sans-serif;
    justify-content: center;
    align-items: center;
    border-radius: 360px;
    margin: 0 auto;
}

.module-form-question-text {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    text-align: center;
    color: #755B1A;
    margin: 15px auto;
}


.module-form-answer {
    display: flex;
    gap: 1em;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
}

.module-form-checkbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 45%;
}

.module-form-answer-hasereler .module-form-checkbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: auto;
    min-width:30%
}

.module-form-checkbox-wrap label {
    display: flex;
    gap: 1em;
    align-items: center;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    flex-direction: row;
    justify-content: center;
    padding: 15px 15px;
    gap: 10px;
    background: #B69B59;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    cursor: pointer;
}

.module-form-answer-hasereler .module-form-checkbox-wrap label {
    padding: 7px;
    border-radius: 13px;
}

.module-form-checkbox-wrap input {
    display: none;
}

.module-form-checkbox-wrap input:checked + label {
    background: #5F933D;
}

.vertical-line {
    width: 1px;
    height: initial;
    display: flex;
    border-left: 1px dashed #D1B061;
}

.line{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #D1B061;
    margin: 2em 0;
}



.module-form-second-row .module-form-answer {
    max-width: inherit;
}

.module-form-second-row .module-form-checkbox-wrap {
    width: auto;
}

.module-form-second-row .module-form-checkbox-wrap label{

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 5px 10px;
gap: 10px;

background: #FFFFFF;
border: 1px solid #B69B59;
border-radius: 20px;
color: #868686;


}

.module-form-second-row .module-form-checkbox-wrap input:checked + label {
    background: #5F933D;
    color:#fff;
    border-color:#fff
}

.module-form-answer.module-form-answer-contact {
    display: flex;
    flex-wrap: nowrap;
    gap: 3em;
}

.module-form-contact-input-wrap label{
    font-family: "Martel Sans", sans-serif;
    font-size: 22px;
    color: #9E813A;
    width: max-content;
}

.module-form-contact-input-wrap {
    display: flex;
    flex-direction: column;
    margin: 0 0 3em 0;
}

.module-form-contact-input-wrap input{
padding: 10px 20px;
background: #FFFFFF;
border: 1px solid #D9D9D9;
box-shadow: 0px 0px 6px 3px #F4F4F4;
border-radius: 10px;
}

p.gdpr-text {
    font-family: "Arimo", sans-serif;
    font-size: 14px;
    text-align: center;
}

button.modul-form-submit {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    gap: 50px;
    background: #5F933D;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 6px 3px #F4F4F4;
    border-radius: 10px;
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 3em auto;
}


@media (max-width: 425px) {

    .module-form-answer.module-form-answer-contact {
        display: flex;
        flex-wrap: wrap;
        gap: 0em;
        flex-direction: column;
        max-width: 80%;
    }

    .module-form-contact-input-wrap {
        display: flex;
        flex-direction: column;
        margin: 0 0 2em 0;
        align-items: center;
    }

    .module-form-first-row {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .vertical-line {
        /* width: 1px;
        height: initial;
        display: flex;
        border-left: 1px dashed #D1B061; */

        width: 100%;
    height: 1px;
    border-bottom: 1px dashed #D1B061;
    margin: 2em 0;
    }

}
@media (max-width: 768px) {

    .module-form-checkbox-wrap label {
        padding: 12px 15px;
        font-size: 12px;
    }
    
    .module-form-question-text{
        font-size: 14px!important;
    }

    .module-form-answer-hasereler .module-form-checkbox-wrap label {
        padding: 6px 2px;
        border-radius: 13px;
    }

    .module-form-answer-hasereler .module-form-checkbox-wrap {
        min-width: 27%;
    }

    

}
@media (max-width: 1024px) {

    .module-form-question-text{
        font-size: 16px;
    }
}



/* pest-control-steps */

.pest-control-steps{
    font-family: "Merriweather Sans", sans-serif; 
    background: #2a2318;
    color: #e8e1d6;
    
}

.pest-control-steps-inner {
    padding: 3em 0;
}

.pest-control-steps h2.title{
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    color:#fff

}

.pest-control-steps p.desc{
    font-size: 20px;
    color: #C7B36F;
    text-align: center; 
}


.pest-control-steps-inner-steps {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1%;
}

.pest-control-steps-inner-steps-item {
    width: 32%;
    background-color: #ffffff1f;
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    border-radius: 10px;

}

.pest-control-steps-inner-steps-item img {
    /* width: 100px; */
}

.pest-control-steps-inner-steps-item h3 {
    font-size: 32px;
    font-weight: 400;
    color:#BDAA6A;
}
.pest-control-steps-inner-steps-item p {
    font-family: "Arimo", sans-serif;
    font-size: 16px;
    color:#E8E1D6;
    text-align: center;
    padding: 0;
    margin: 0;
}

.pest-control-steps-inner {
    display: flex;
    flex-direction: column;
    gap: 1em;
}


@media (max-width: 425px) {
    .pest-control-steps-inner-steps {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

    .pest-control-steps-inner-steps-item {
        width: 100%;
    }

    .pest-control-steps-inner-steps-item h3 {
        font-size: 28px;
    }

}
@media (max-width: 768px) {

    .pest-control-steps h2.title {
        font-size: 24px;
    }

    .pest-control-steps p.desc {
        font-size: 17px;
    }

    .pest-control-steps-inner-steps-item p {
        font-size: 13px;
    }

    .pest-control-steps-inner-steps-item {
        padding: 1em;
    }
}

/* faq */

.faq {
    display: flex;
    justify-content: center;
    padding: 5em 0;
}

.faq h2.title{
    font-family: 'Merriweather Sans';
    font-size: 36px;
    font-weight: 600;   
    color: #BFA156;
}

.faq-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-lists-wrap {
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 59px;
    gap: 59px;
    width: 100%;
    background: linear-gradient(99.52deg, #D9CCA1 1.67%, #C7B36F 98.28%);
    border-radius: 30px;
    overflow: hidden;
/*     overflow-y: scroll; */
    /* scrollbar hide */
    scrollbar-width: none;
}

.faq-lists-item-wrap {
    position: relative;
    width: 33%;
    margin-bottom: 59px;
}

.faq-lists-item {
    gap: 59px;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.faq-lists-item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 10px;
    background: #FAFAFA;
    border: 3px dashed #c8b472;
    border-radius: 20px;
}

h3.faq-lists-item-box-title {
    font-family: 'Arimo';
    font-size: 24px;
}

.faq-lists-item-box-answer {
    font-family: 'Arimo';
    font-size: 14px;
}


@media (max-width: 768px) {

    .faq-lists-item{
        position: relative;
        gap: 10px;
    }

    .faq-lists-item-wrap {
        width: 100%;
        margin-bottom: 0;
    }

    .faq-lists-wrap {
        justify-content: space-around;
        flex-direction: column;
        padding: 10px;
    gap: 10px;
    }

}
@media (max-width: 1024) {}

img.pest-man {
    width: 80%;
    margin: 0 auto;
    display: block;
}