/*
   Olio Theme Responsive Design
*/

@media (max-width: 1024px) {
    .hero-section{
        min-height: 100vh;
        height: auto;
    }
    .about-wrap{
        min-height: 70vh;
    }
    .service-section.padding{
        padding: 100px 0;
    }
    .portfolio-section{
        padding: 90px 0 30px;
    }
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    ul.nav > li > a {
        padding: 0 5px;
        font-size: 10px;
    }
    .content-info{
        padding-bottom: 65px;
        padding-top: 0;
    }
    .hero-section{
        min-height: 100vh; /* fill viewport on tablet/mobile so next section stays below */
        height: auto;
    }
    .hero-section h1{
        font-size: 32px;
        line-height: 1.2;
    }
    .about-content {
        padding: 60px 0;
    }
    .about-wrap{
        min-height: 70vh;
    }
    .pdl-80{ padding-left: 0 }
    .contact-info,
    .contact-form {
        padding-right: 0;
        padding-left: 15px;
    }
    .contact-wrap {
        padding: 0 0 70px;
        text-align: center;
    }
    .service-section.padding{
        padding: 90px 0;
    }
    .service-section .service-area{
        min-height: auto;
    }
    .service-wrap{
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
        gap: 18px;
    }
    .portfolio-section{
        padding: 80px 0 20px;
        min-height: auto;
    }
    .portfolio-items{
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
        gap: 14px;
    }
    .navbar .navbar-brand img{
        height: auto;
        max-height: 72px;
        width: auto;
        padding: 0;
    }
    #google-map {
        width: 100%;
        height: 260px;
        position: inherit;
    }
}
/* ---- End of max-width 992px CSS ---- */


/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 480px) and (max-width: 768px) {
	
}
/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
    body, p{
        font-size: 12px;
        line-height: 22px;
    }
    h1{
        font-size: 28px!important;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 16px;
    }
    .mock-hide,
    p br{
        display: none;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .navbar-brand{
        padding: 17px 0;
    }
    .navbar{
        height: 94px;
        min-height: 94px;
        justify-content: space-between;
        position: relative;
    }
    .navbar .navbar-brand{
        margin-right: 0;
        padding-left: 6px;
        height: 94px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .navbar .navbar-brand img{
        height: 400%;
        max-height: none;
        width: auto;
        padding: 0;
        object-fit: contain;
        transform: scale(1);
        transform-origin: left center;
    }
    .menu-btn,
    .menu-wrap ul.nav{
        display: none;
    }
    .header-section{
        height: 94px;
    }
    .slicknav_menu {
        display:block;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        z-index: 2001;
    }
    .slicknav_nav{
        position: fixed;
        top: 56px; /* closer to toggle */
        right: 0;
        left: auto;
        width: 78vw;
        max-width: 320px;
        padding: 0 12px 10px;
    }
    .slicknav_nav li{
        text-align: right;
    }
    .lang-switch{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2001;
    }
    .lang-switch select{
        width: 34px;
        height: 34px;
        padding: 0;
        text-align: center;
        font-size: 13px;
        background: rgba(0,0,0,0.35);
        border: 1px solid rgba(255,255,255,0.35);
        min-width: 0;
        line-height: 34px;
    }
    .lang-switch select option{
        font-size: 13px;
    }
    .navbar.mobile-nav-open{
        justify-content: space-between;
    }
    .contact-info{
        padding-bottom: 0;
        text-align: center;
    }
    .contact-wrap { padding: 0px 0 60px; }
    .contact-form{ padding-right: 0; }
    .contact-form .col-md-12{ text-align: center; }
    .portfolio-wrap .section-heading{
        padding: 45px 0;
    }
    .cta-section .cta-content h2{ font-size: 20px; }
    .hero-section{ min-height: 100vh; }
    .hero-title-static{ font-size: 38px; letter-spacing: 2px; line-height: 1; }
    .hero-rotate-heading{ font-size: 26px; line-height: 1.25; letter-spacing: 1px; }
    /* her bölümün ekranı doldurması için min-height */
    section[id]{
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    /* projeler ve CTA'da gereksiz boşluğu azalt */
    .portfolio-section{
        min-height: auto;
        display: block;
        padding: 50px 0;
    }
    /* CTA'yı projelerin içine oturt */
    .cta-section{
        min-height: auto;
        display: block;
        padding: 24px 0;
        margin-top: -12px;
        background: transparent;
    }
    .about-section{
        padding: 44px 0;
    }
    .about-wrap{
        flex-direction: column;
        min-height: auto;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .about-content{
        padding: 0 6px;
    }
    .about-wrap img{
        width: 100%;
        min-height: 240px;
        height: auto;
        object-fit: cover;
    }
    .service-section.padding{
        padding: 70px 0;
    }
    .service-section .section-heading{
        padding-left: 0;
        margin-bottom: 20px;
    }
    .service-section .section-heading h2{
        font-size: 24px;
    }
    .service-section .service-area{
        min-height: auto;
    }
    .service-wrap{
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .service-content{
        margin-bottom: 0;
    }
    .service-content h3{
        font-size: 18px;
        font-weight: 700;
    }
    .service-content p{
        font-size: 14px;
        line-height: 1.6;
    }
    .portfolio-section{
        padding: 70px 0 10px;
        min-height: auto;
    }
    .portfolio-items{
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .portfolio-thumb{
        padding-top: 70%;
    }
    .portfolio-thumb img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
    }
    .cta-section{
        padding: 80px 0;
    }
    .navbar .navbar-brand img{
        height: auto;
        max-height: 78px;
        width: auto;
        padding: 0;
    }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 520px CSS ---- */
@media all and (max-width: 520px) {
    .hero-title-static{ font-size: 34px; letter-spacing: 1px; }
    .hero-rotate-heading{ font-size: 22px; letter-spacing: 0; }
    .hero-content p{ font-size: 13px; line-height: 22px; }
    .social-link li{ margin: 0 6px; }
    .default-btn{ width: 100%; text-align: center; }
    .contact-form .colum-row .col-sm-6{ width: 100%; }
    .service-section .section-heading h2{ font-size: 22px; }
    .service-content h3{ font-size: 17px; }
    .service-content p{ font-size: 13.5px; }
}
/* ---- End of max-width 520px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {
    
}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {
	
}
/* ---- End of max-width 380px CSS ---- */
