/*
Theme Name: Seo Hocası Theme
Theme URI: https://www.webworktasarim.com/
Author: Webwork Tasarım | Serkan Çevik
Author URI: https://www.webworktasarim.com/
Description: We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: business, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: seohocasitheme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*seo page banner*/
@media (min-width: 900px){
    /* seo-nedir sayfası sol nav kayan menu */
    .rehber .sidebar {
        left: 5px !important;
        width: 15% !important;
    }
}
@media (max-width: 480px){
    table{
        min-width: auto !important;
    }
}
@media screen and (max-width: 600px) {
    .mobile-none {
        display: none;
    }
    table{
        min-width: auto !important;
    }
}


a.seonedirlink {
    color: white;
    font-size: 23px;
    font-weight: 300;
    text-decoration: revert !important;
    line-height: 19px;
}
 .cat-box label{
     display:inline-block;
     margin-bottom: 15px;
     font-weight: 600;
     font-size: 30px;
 }
 .cat-box label a{
     color: #0693e3 !important;
 }


.service-box-self:hover a, .service-box-self:hover p{
	
}

/*. Hizmetler Sayfası .*/
.service-box-self .elementor-widget-container{
	height: 220px !important;
}
.service-box-self:hover .elementor-widget-container{
	box-shadow: 0px 0px 10px 0px #2e9ce5 !important;
}

.grecaptcha-badge{
	visibility: hidden;
}

.same-box-self > .elementor-widget-container {
    height: 100% !important;
}

/* Anasayfa - Ne Yapıyorz? */
.ne-yapiyoruz-tab-area .elementor-toggle{
    text-align: center;
    display: block;
}

/* Footer Sticky İletişim Formu */
@media screen and (max-width: 990px) {
    #bottom-form-bar {
        display: none;
    }
}
#bottom-form-bar {
    padding-top: 1em;
    width: 100%;
    text-align: center;
    background-color: #F5F5F5;
    color: #0a1636;
    border-top: 1px solid #0a1636;
    position: fixed;
    bottom: 0rem;
    right: 0rem;
    z-index: 111;
}
#bottom-form-bar button{
    background-color: #0a1636;;
    border: none;
    color: white;
    padding: 13px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
#bottom-form-bar .form-button-column{
    margin-top: -6px;
}
#bottom-form-bar .hemen-teklif-al label{
    position: absolute;
    left: 120px;
    margin-top: 10px;
    font-size: 18px;
}
#bottom-form-bar .hemen-teklif-al label:before{
    content: '🟢  ';
}

#bottom-form-bar input[type="text"], #bottom-form-bar input[type="number"], #bottom-form-bar input[type="email"], #bottom-form-bar input[type="tel"]{
    height:45px !important;
    width: 200px;
    color: #0a1636;;
    border: 1px solid #0a1636;
    border-radius: 20px !important;
    text-align: center;
}

.flex-column-form-bar {
    display: inline-flex !important;
    flex-wrap:wrap;
}.column-item-form-bar  {
margin-left:10px;
 }
/* Contact Form Mesajlarını Gizle */
#bottom-form-bar .wpcf7-response-output {margin: 0em !important;}
#bottom-form-bar .wpcf7-not-valid-tip {display:none}

/* Contact Form 7 - Response Mesajı Sağ Üst */
.wpcf7-response-output{
    color: #ffffff !important;
    top: 62px;
    right: 28px;
    position: fixed;
    background-color: green;
    border: none !important;
    width: 20%;
}
@media screen and (min-width: 990px) {
    #mobile-bottom-form-bar{
        display: none;
    }
    .footer-offer-area{
        display: none !important;
    }
}
@media screen and (max-width: 990px) {
    #mobile-bottom-form-bar {
        padding-top: 1em;
        width: 100%;
        text-align: center;
        background-color: #F5F5F5;
        color: #0a1636;
        border-top: 1px solid #0a1636;
        position: fixed;
        bottom: 0rem;
        right: 0rem;
        z-index: 9999;
    }
    #mobile-bottom-form-bar button{
        background-color: #0a1636;
        border: none;
        color: white;
        padding: 13px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
    }
    #mobile-bottom-form-bar input[type="text"], #mobile-bottom-form-bar input[type="number"], #mobile-bottom-form-bar input[type="email"], #mobile-bottom-form-bar input[type="tel"] {
        height: 45px !important;
        width: 200px;
        color: #0a1636;;
        border: 1px solid #0a1636;
        border-radius: 20px !important;
        text-align: center;
    }
    .footer-offer-area {
        bottom: 0;
        width: 100%;
        padding: 1rem;
        background-color: #ffffff;
        border-top: 1px solid #212529;
        position: fixed;
        text-align: center;
        z-index: 9998;
    }.footer-offer-area  a{
         padding: 6px 60px;
         color: #212529;
         border: 1px solid #212529;
        border-radius: 20px;
         font-size: 18px;
         cursor: pointer;
         outline: inherit;
     }.mobile-contents-close-btn {
          position: absolute;
          top: 8px;
          right: 12px;
          font-size: 26px;
          color: #132f44;
          cursor: pointer;
      }

}

/* Section ara iletişim formu */
.offer-section-submit-button {
    padding: 0 !important;
    border-radius: 30px;
}
.offer-section-submit-button input:hover{
    color: white !important;
    border: 1px solid #fff !important;
}


/* Anasayfa brand info section */
#brand-container{
    box-shadow: 0 15px 30px 1px grey;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin: 2em auto;
    height: 350px;
    max-width: 700px;
}
.brand-details {
     position: relative;
     text-align: center;
     overflow: hidden;
     padding: 30px;
     height: 100%;
     float: left;
     width: 55%;
}
#brand-container .brand-details h1{
    display: inline-block;
    position: relative;
    font-size: 30px;
    color: #344055;
    margin: 0;
}
#brand-container .brand-details h1:before{
    position: absolute;
    right: 0%;
    top: 0%;
    transform: translate(25px, -15px);
    display: inline-block;
    background: #ffe6e6;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
    color: white;
    margin: 0;
}
#brand-container .brand-details > p {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #7d7d7d;
}
.brand-image {
    transition: all 0.3s ease-out;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 100%;
    float: right;
    width: 45%;
}
/*
#brand-container img {
    width: 100%;
    height: 100%;
}
*/
.brand-image:hover img {
    transition: all 0.3s ease-out;
    transform: scale(1.2, 1.2);
}

/* Carousel */
.carousel {
    position: relative;
    margin-top: 26px;
}
.carousel-inner {
    position: relative;
    width: 100%;
}
.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}
.carousel-item {
    transition: opacity 0.6s ease-out;
    position: fixed;
    opacity: 0;
}
.carousel-item img {
    display: block;
    height: auto;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 45%;
    cursor: pointer;
    text-align: center;
    width: 40px;
    z-index: 10;
}
@media screen and (min-width: 990px) {
    .carousel-control.prev {
        left: 23%;
    }
    .carousel-control.next {
        right: 23%;
    }
}
@media screen and (max-width: 990px) {
    .carousel-control.prev {
        left: 2%;
    }
    .carousel-control.next {
        right: 2%;
    }
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}
#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
    display: block;
}
.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}
.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}
.carousel-bullet:hover {
    color: #aaaaaa;
}
#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
    color: #428bca;
}
#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

/* Anasayfa brand info section SON */
