a {
    color: #000;
}

a:hover, a:focus{
    color: #000;
}

p{
    margin-bottom: 20px;
}

p,h6, address{
    font-family: 'Lato', sans-serif;
    color: #333;
}

h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
}

header{
    margin-top:30px;
    height: 500px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .65;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
}

@media (max-height: 700px){
    header{
        height: 300px;
    }
}

section{
    padding: 50px 0;
}

section.no-padding{
    padding: 0;
}

figure{
    margin-bottom: 30px;
}

.container{
    position: relative;
}

.contact-container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px){
    .contact-container {
        width: 1170px;
    }
}

.form-control{
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-color: #8a8587;
    padding: 14px;
    font-size: 13px;
    height: auto;
    margin-bottom: 25px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control{
    height: 195px;
}

.title{
    text-align: center;
}

.title-left{
    text-align: left;
}

.title p{
    padding: 50px;
}

.section-text{
    padding-top: 50px;
}

.navbar-header{
    height: 90px;
}

.navbar{
    background: #fff;
}

.navbar-wooster{
    background: #fff;
    height: 50px;
}

.navbar-wooster .navbar-brand{
    padding-top: 8px;
}

.navbar-wooster .navbar-brand img{
    height: 50px;
}

.navbar-wooster .primary-menu{
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-wooster .navbar-collapse{
    background-color: #fff;
}

.navbar-wooster .navbar-header{
    height: 50px;
}

.navbar-toggle{
    display: none;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 10px;
    background: transparent;
    float: right;
}

.navbar-toggle .icon-bar{
    background: #000;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0;
}

.main-head h1{
    text-transform: uppercase;
    font-size: 45px;    
    position: relative;
    line-height: 1.4em;
    margin-bottom: 40px;
}

.main-head span{
    margin-bottom: 20px;
    margin-top:20px;
    font-size: 13px;
    display: block;
}

.main-head{
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 10;
}

.divider{
    width: 80px;
    background: #000;
    height: 1px;
    display: block;
    margin:20px auto;
}

.divider.divider-sm{
    width: 40px;
    margin: 20px 0;
}

.divider.divider-lg{
    width: 180px;
}

.white-divider{
    background:#fff;
}

.btn{
    border-radius: 0;
    font-size: 13px;
    padding: 15px 40px;
    transition: all 0.3s;
}

.btn-lg{
    padding: 25px 50px;
}

.btn-lg.btn-primary{
    border-width: 2px;
}

.btn-primary{
    background:#000000;
    border-radius:4px;
    text-transform:uppercase;
    color:#ffffff;
    border:0px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus{
    background: #333;
    color: #fff;
}

.call-to-action{
    background: #000;
    color: #fff;
    padding: 50px 0;
}

.video{
    background-image: url(../img/keyboard.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    color: #fff;
    position: relative;
}

.video-wrapper{
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video .fa{
    font-size: 70px;
    color: #fff;
}

.centred-container{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.video h3{
    margin-bottom: 30px;
}

.video .glyphicon{
    font-size: 70px;
}

/**********************
PORTFOLIO
***********************/
.Portfolio-nav{
    padding:0;
    margin:0 0 15px 0;
    list-style:none;
    text-align:center;
}

.Portfolio-nav li{
    margin:0 5px;
    display:inline;
}

.Portfolio-nav li a{
    display:inline-block;
    padding:10px 22px;
    font-size:12px;
    line-height:20px;
    color:#222222;
    border-radius:4px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    background:#f7f7f7;
    margin-bottom:5px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    text-decoration:none;
}

.Portfolio-nav li a:hover,
.Portfolio-nav li a.current {
    background:#000;
    color:#fff;
    text-decoration:none;
}

.portfolioContainer{
    margin:0 auto;
    padding-left:15px;
}

.Portfolio-box{
    text-align:center;
    margin-bottom:30px;
    height:350px;
    width:350px;
    overflow:hidden;
    float:left;
    padding:0;
}

.Portfolio-box img{
    margin-bottom:25px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;    
}

.Portfolio-box img:hover {
    opacity: 0.6;
}

.centered-pills {
    text-align: center;
}

.centered-pills ul.nav-pills {
    display: inline-block;
    margin-bottom: 50px;
}

.centered-pills li {
    display: inline;
}

.centered-pills a {
    float: left;
}

.nav-pills > li > a{
    border-radius: 0;
    color: #000000;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;    
    margin-right: 5px;
}

.nav-pills > li > a:hover,
.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.nav-pills > li > a:focus{
    background: #fff;
    border-color: #fff;
    color:#000000;
}

.asd {
    content: '|';
    position: relative;
    left: -2px;
    top: -1px;
    color: #696969;
    font-size: 12px;
    font-weight: 400;
}

#portfolio-grid .mix{
    display: none;
}

/******
TESTIMONIAL
**********/
.testimonial{
    background: url(../img/coffe.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.mask{
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.8);
}

.single-testimonial{
    padding: 80px 0;
    text-align: center;
}

.single-testimonial .fa{
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #000;
    margin-bottom: 30px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
}

.testimonial p{
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
}

.testimonial h6{
    color: #fff;
}

.team-member{
    position: relative;
    margin-bottom: 70px;
}

.team-member h6{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 30px 0;
}

.subscribe-input{
    text-align: left;
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    opacity: 0.9;
    padding: 14px;
}

.btn-cta{
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px 25px;
    text-transform: uppercase;
    width: 100%;
}

address{
    text-align: center;
    margin-bottom: 70px;
}

address .fa{
    display: block;
    font-size: 33px;
    margin-bottom: 20px;
}

footer{
    background:#000000;
    position: relative;
}

footer,
footer p{
    color: #fff;
}

footer a{
    color: #fff;
    font-weight: bold;
}

footer a:hover{
    color: #fff;
    text-decoration: underline;
}

.logo-footer{
    margin-bottom: 20px;
}

ul.social{
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

ul.social li{
    display: inline-block;
    width: 30px;
}

ul.social li a{
    text-decoration: none;
}

ul.social li a i{
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    transition: all 0.5s;
}

ul.social li a i:hover,
ul.social li a i:focus{
    background-color: #fff;
    color: #000;
}

@media (min-width: 768px){
    .primary-menu{
        position: relative;
        overflow: hidden;
        margin-top: 18px;
    }

    .primary-menu .navbar-nav{
        right: -75%;
        position: absolute;
        margin-top: 12px;
        opacity: 0;
        transition: 300ms all ease-in-out;
    }

    .primary-menu:hover .navbar-nav{
        right: 50px;
        opacity: 1;
    }
}

@media (max-width: 767px){
    /* show hamburger on mobile */
    .navbar-toggle{
        display: block !important;
        margin-top: 12px;
    }

    .navbar-wooster .navbar-toggle{
        margin-top: 5px;
        padding: 0;
    }

    /* hero section: push content below fixed navbar */
    header{
        height: auto !important;
        min-height: 0 !important;
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }

    .main-head{
        position: static !important;
        top: auto !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        padding: 20px 0 20px 0 !important;
    }

    /* remove extra top padding from section-text inside hero */
    .main-head .section-text{
        padding-top: 0 !important;
    }

    #anim3{
        font-size: 14px !important;
        margin-top: 0 !important;
        padding-bottom: 10px !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    #anim{
        width: 180px !important;
        max-width: 65vw !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    /* general mobile section padding */
    section{
        padding: 30px 0;
    }

    /* certificates: shorter iframes on mobile */
    #sertifikalar iframe{
        height: 280px !important;
    }
}

.main-section{
    padding:90px 0 110px;
}

.main-section.contact{
    padding:90px 0 100px;
    background:url(../img/bg-map.png) left 190px no-repeat;
}

.contact-info-box{
    font-size:15px;
    margin:0 0 14px 68px;
    padding-left:0;
}

.contact-info-box h3{
    font-size: 15px;
    font-weight:400;
    float:left;
    width:102px;
    margin-right:12px;
    line-height:28px;
}

.contact-info-box h3 i{
    font-style:normal;
    font-size:18px;
    color:#222222;
    font-family: 'FontAwesome';
    font-weight:normal;
    margin-right:7px;
}

.contact-info-box span{
    line-height:28px;
    display:block;
    overflow:hidden;
}

.social-link{
    padding:35px 0;
    margin:0 0 0 68px;
    display:block;
    overflow:hidden;
    list-style:none;
}

.social-link li{
    float:left;
    margin-right:8px;
}

.social-link li a{
    display:block;
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    font-size:25px;
    color:#fff;
    background:#222222;
    border-radius:50%;
    transition:all 0.3s ease-in-out;
}

.social-link li a:hover, .social-link li a:focus{
    text-decoration:none;
}

.twitter a:hover { background: #55acee; }
.facebook a:hover { background: #3b5998; }
.pinterest a:hover { background: #cb2026; }
.gplus a:hover { background: #dd4b39; }
.dribbble a:hover { background: #ea4c89; }

.form{
    margin:0 66px 0 30px;
}

.input-text{
    padding:15px 16px;
    border:1px solid #ccc;
    width:100%;
    height:50px;
    display:block;
    border-radius:4px;
    font-size:15px;
    color:#aaa;
    font-family: 'Open Sans', sans-serif;
    margin:0 0 15px 0;
    transition:all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid #000;
    outline:0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

.input-text.text-area{
    height:165px;
    resize:none;
    overflow:auto;
}

.input-btn{
    width:175px;
    height:50px;
    background:#000000;
    border-radius:4px;
    color:#ffffff;
    font-size:14px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    border:0px;
    transition:all 0.3s ease-in-out;
}

.input-btn:hover{
    background: #333;
    color: #fff;
}

.validation {
    color: #ff0000;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #000;
    border:1px solid #000;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

ol, ul {
    margin-bottom: 0;
}

li.narrow .second .inner ul {
    padding: 14px 0 22px
}

.caption div {
    box-shadow: 0 0 5px #C8C8C8;
    transition: all 0.3s ease 0s;
}

.img-circle {
    border-radius: 0;
}

.ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    display: block;
    position: relative;
    width: 100%;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.yaylar{
    background: #000000;
}

.img-hover:hover{
    transform: scale(1.15);
}

.img-hover {
    transition: all .4s ease;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color:rgba(0, 0, 0, 0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
    top: 15%;
}

.hovereffect p.info {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
}

.hovereffect:hover p.info {
  opacity: 1;
  transform: scale(1);
}

.white{
    color: rgba(255, 255, 255, 0.9);
}

.to-animate,
.to-animate-2,
.single-animate {
  opacity: 0;
}

.carousel {
    margin-top: 20px;
}

.item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
}

.item .thumb img {
    width: 100%;
    margin: 2px;
}

.item img {
    width: 100%;    
}

.g-recaptcha{
   margin: 15px auto !important;
   width: auto !important;
   height: auto !important;
   text-align: center;
}

.alert-success{
  z-index: 1;
  background: #D4EDDA;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #3AD66E;
  border-radius: 4px;
}

.alert-error{
  z-index: 1;
  background: #FFF3CD;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #FFA502;
  border-radius: 4px;
}

.wa-chat-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2147483000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.wa-chat-float:hover,
.wa-chat-float:focus {
  color: #fff;
  text-decoration: none;
  background: #1fb95a;
}

.wa-chat-float i {
  font-size: 24px;
  line-height: 1;
}

.wa-chat-label {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 767px) {
  .wa-chat-float {
    right: 14px;
    bottom: 14px;
    padding: 11px 13px;
  }

  .wa-chat-label {
    display: none;
  }
}

/* previous duplicate mobile block removed – consolidated into the block above */

/* ===== CERTIFICATE CARDS ===== */
.cert-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px 24px;
}

.cert-card:hover {
    border-color: #d9534f;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

.cert-icon {
    width: 72px;
    height: 72px;
    background: #fff5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
}

.cert-icon .fas.fa-certificate {
    font-size: 34px;
    color: #d9534f;
}

.cert-body h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #222;
}

.cert-body p {
    font-size: 13px;
    color: #777;
    margin: 0 0 16px 0;
    line-height: 1.45;
}

.cert-view-btn {
    display: inline-block;
    padding: 7px 18px;
    border: 2px solid #d9534f;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #d9534f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s, color 0.2s;
}

.cert-card:hover .cert-view-btn {
    background: #d9534f;
    color: #fff;
}
/* ===== END CERTIFICATE CARDS ===== */
