/*------------------------------------------------------------------

    Main Style Stylesheet
    Project:        Vortex. |  StartUp Landing Page Template
    Version:        1.0
    Author:         Gnawi Themes
    Last change:    8/29/2016
    Primary use:    Landing,Startup and Showcase.

-------------------------------------------------------------------*/
/*-- Imports (only visible on scss file) --*/
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,700";
/*========================================
          Base Style
========================================*/
body {
    font-family: 'Raleway', sans-serif;
    color: #496174;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
}

.section-padding {
    padding: 100px 0;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}


@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*-- Preloader --*/
.page-preloader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #44c5ee;
    z-index: 100000;
}

.spinner {
    position: relative;
    top: 35%;
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #fff;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
/*========================================
            Typography
========================================*/
/*-- Typo Style --*/
h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
    color: #fff;
}

h2 {
    font-size: 36px;
    letter-spacing: 0.08em;
}

h3 {
    font-size: 32px;
    letter-spacing: 0.08em;
}

h4 {
    font-size: 24px;
    letter-spacing: 0.08em;
}

h5 {
    font-size: 18px;
    letter-spacing: 0.08em;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 24px;
}

/*========================================
            Buttons Style
========================================*/
.btn-blue {
    background: #44c5ee;
    padding: 10px 28px;
    border: 2px solid #44c5ee;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0px 0px 60px 0px rgba(68, 197, 238, 0.6);
    outline: none !important;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active {
        background: #fff;
        color: #496174;
    }

.btn-transparent {
    background: transparent;
    padding: 10px 28px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    outline: none !important;
}

    .btn-transparent:hover,
    .btn-transparent:focus,
    .btn-transparent:active {
        background: #fff;
        color: #496174;
    }

.btn-white {
    background: #fff;
    padding: 10px 28px;
    color: #496174;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    outline: none !important;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active {
        background: transparent;
        color: #fff;
    }

/*-- Navbar Bug Fix --*/
@media (max-width: 1023px) {
    /* Navbar Responsive
  =================================*/
    nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: none !important;
        margin: 0 !important;
        padding: 3px 15px;
    }

        nav.navbar.bootsnav .navbar-brand img {
            width: auto;
            height:64px;
        }

    nav.navbar.bootsnav .navbar-header {
        float: none;
        display: block;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 10px;
    }

    nav.navbar.bootsnav .navbar-collapse {
        border: none;
        margin-bottom: 0;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 350px;
        overflow-y: auto !important;
    }

    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none !important;
    }

        nav.navbar.bootsnav .navbar-collapse.collapse.in {
            display: block !important;
        }

    nav.navbar.bootsnav .navbar-nav {
        float: none !important;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0px -15px;
    }

        nav.navbar.bootsnav .navbar-nav > li {
            float: none;
        }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }

    nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:before {
        content: "\f107";
    }

    nav.navbar.bootsnav .navbar-nav > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        border-top: solid 1px #e0e0e0;
        margin-bottom: -1px;
    }

    nav.navbar.bootsnav .navbar-nav > li:first-child > a {
        border-top: none;
    }

    nav.navbar.bootsnav ul.navbar-nav.navbar-left > li:last-child > ul.dropdown-menu {
        border-bottom: solid 1px #e0e0e0;
    }

    nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
        float: none !important;
        position: relative;
        display: block;
        width: 100%;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px !important;
        margin: 0 0 -1px 0 !important;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }

        nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
            display: block;
            width: 100%;
            border-bottom: solid 1px #e0e0e0;
            padding: 10px 0;
            color: #6f6f6f;
        }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover,
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus {
        background-color: transparent;
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
        float: none !important;
        left: 0;
        padding: 0 0 0 15px;
        position: relative;
        background: transparent;
        width: 100%;
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
        display: inline-block;
        margin-top: -10px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
        display: none;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
        padding: 10px 15px 10px 0;
        line-height: 24px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0px;
        margin-bottom: 0;
        cursor: pointer;
        border-bottom: solid 1px #e0e0e0;
        color: #6f6f6f;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 8px 0;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: -15px;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
        border-bottom: none;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #e0e0e0;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
        border-bottom: none;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\f107";
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 15px;
    }

    nav.bootsnav.brand-center .navbar-collapse {
        display: block;
    }

    nav.bootsnav.brand-center ul.nav {
        margin-bottom: 0px !important;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half {
        width: 100%;
        float: none;
        display: block;
    }

        nav.bootsnav.brand-center .navbar-collapse .col-half.left {
            margin-bottom: 0;
        }

    nav.bootsnav .megamenu-content {
        padding: 0;
    }

        nav.bootsnav .megamenu-content .col-menu {
            padding-bottom: 0;
        }

        nav.bootsnav .megamenu-content .title {
            cursor: pointer;
            display: block;
            padding: 10px 15px;
            margin-bottom: 0;
            font-weight: normal;
        }

        nav.bootsnav .megamenu-content .content {
            display: none;
        }

    .attr-nav {
        position: absolute;
        right: 60px;
    }

        .attr-nav > ul {
            padding: 0;
            margin: 0 -15px -7px 0;
        }

            .attr-nav > ul > li > a {
                padding: 16px 15px 15px;
            }

            .attr-nav > ul > li.dropdown > a.dropdown-toggle:before {
                display: none;
            }

            .attr-nav > ul > li.dropdown ul.dropdown-menu {
                margin-top: 2px;
                margin-left: 55px;
                width: 250px;
                left: -250px;
                border-top: solid 5px;
            }

    .top-search .container {
        padding: 0 45px;
    }
}

@media (max-width: 992px) {
    #home .container {
        text-align: center;
    }

        #home .container h1 {
            font-size: 36px;
        }

        #home .container h2 {
            font-size: 26px;
        }

    section .col-md-4 {
        margin-bottom: 40px;
    }

    #newsletter .form-container .form-inline .btn {
        position: relative;
        right: 143px;
    }
}

@media (max-width: 767px) {
    #home .container {
        text-align: center;
    }

        #home .container h1 {
            font-size: 34px;
        }

        #home .container h2 {
            font-size: 24px;
        }

    #clients #owl-testimonials .item p {
        width: 100%;
    }

    #newsletter .form-container .form-inline .form-control {
        width: 80%;
    }

    #newsletter .form-container .form-inline .btn {
        position: relative;
        right: 40px;
        margin-top: 40px;
    }

    #contact .contact-info {
        position: relative !important;
        top: 0 !important;
        margin-top: 40px;
    }
}
/*========================================
           Header
========================================*/
/* navbar-fixed overrides: logo bloğu aşağıda tanımlandı */

.navbar-btn-sm {
    padding: 6px 13px !important;
    font-size: 12px !important;
    border-radius: 50px !important;
    box-shadow: 0px 0px 30px 0px rgba(68, 197, 238, 0.5) !important;
}

.navbar-btn-sm .fa {
    font-size: 12px !important;
    margin-right: 4px;
}

nav.navbar.bootsnav.navbar-fixed .button-holder {
    padding: 0 !important;
    margin-left: 6px !important;
}

#home {
    position: relative;
    padding: 190px 0px 120px 0px;
    background: url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    #home .caption {
        padding: 60px 0;
    }

        #home .caption h2 {
            color: #fff;
        }

        #home .caption p {
            font-size: 18px;
            margin-top: 25px;
            color: #fff;
        }

        #home .caption .btn {
            margin-top: 25px;
        }

        #home .caption .btn-blue {
            margin-left: 15px;
        }

            #home .caption .btn-blue i {
                position: relative;
                top: 5px;
                margin-right: 10px;
            }

    #home .signup-form {
        background-color: #fff;
        padding: 45px;
        border-radius: 5px;
    }

        #home .signup-form input {
            border: 1px solid #eee;
            height: 38px;
            box-shadow: none !important;
        }

            #home .signup-form input:focus {
                border-color: #44c5ee;
            }

        #home .signup-form .form-control {
            font-size: 16px;
            padding: 10px 15px;
            color: #555;
            background-color: #fff;
            border-radius: 3px;
        }

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/*========================================
           About Us
========================================*/
#about {
    text-align: center;
}


    #about .icon-box {
        margin-top: 60px;
    }

        #about .icon-box i {
            font-size: 46px;
            color: #f23c7e;
        }

        #about .icon-box h4 {
            margin: 25px 0;
        }



/*========================================
           Story
========================================*/
#story {
    background: #44c5ee;
}

    #story .col-md-6 {
        padding: 0;
    }

    #story .story-bg {
        background-image: url(../img/success.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 480px;
    }

    #story .story-content {
        padding: 40px;
        color: #fff;
    }

        #story .story-content .story-quote {
            font-size: 24px;
            margin: 35px 0;
            font-style: italic;
        }

        #story .story-content .btn {
            margin-top: 35px;
        }

/*========================================
           Services
========================================*/
#services {
    text-align: center;
}

    #services .icon-box {
        margin-top: 60px;
    }

        #services .icon-box i {
            font-size: 46px;
            color: #f23c7e;
        }

        #services .icon-box h4 {
            margin: 25px 0;
        }

/*========================================
           Features
========================================*/
#features {
    background: #44c5ee;
    color: #fff;
    padding: 80px 0;
}

    #features .media {
        margin: 35px 0;
    }

        #features .media i {
            color: #fff;
            font-size: 46px;
            margin-right: 25px;
        }

    #features img {
        margin-top: 80px;
    }

/*========================================
           Sektörler Mega-Menu
========================================*/
.sectors-menu {
    min-width: 760px !important;
    padding: 20px !important;
    border: none !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 48px rgba(73, 97, 116, 0.16) !important;
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    top: 135px !important;
    margin-top: 0 !important;
}

.sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.sector-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    transition: background 0.2s ease;
    text-decoration: none !important;
    color: #496174 !important;
}

.sector-item:hover {
    background: #f0f9fd;
    text-decoration: none !important;
}

.sector-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #1e3a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sector-icon .material-icons {
    font-size: 20px;
    color: #44c5ee;
}

.sector-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sector-text strong {
    font-size: 12.5px;
    font-weight: 700;
    color: #496174;
    line-height: 1.3;
}

.sector-text small {
    font-size: 11px;
    color: #7a90a0;
    line-height: 1.3;
}

.sectors-dropdown > a .fa-angle-down {
    margin-left: 4px;
    transition: transform 0.2s ease;
}

.sectors-dropdown.open > a .fa-angle-down {
    transform: rotate(180deg);
}

@media (max-width: 1023px) {
    .sectors-menu {
        min-width: 100% !important;
        right: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border-top: 1px solid #eee !important;
    }

    .sectors-grid {
        grid-template-columns: 1fr;
    }
}

/*========================================
           Gallery Page
========================================*/
.gallery-page-hero {
    background: linear-gradient(135deg, #44c5ee 0%, #2fa8d0 100%);
    color: #fff;
    text-align: center;
    padding: 160px 0 60px;
}

.gallery-page-hero h1 {
    font-size: 42px;
    margin-bottom: 14px;
    color: #fff;
}

.gallery-page-hero p {
    font-size: 17px;
    color: rgba(255,255,255,0.88);
}

.gallery-category {
    background: #fff;
}

.gallery-category:nth-child(even) {
    background: #f7fbfd;
}

.gallery-cat-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e8f4f9;
}

.gallery-cat-header .material-icons {
    font-size: 40px;
    color: #44c5ee;
    flex-shrink: 0;
}

.gallery-cat-header h2 {
    margin: 0 0 6px;
    font-size: 26px;
    letter-spacing: 0.04em;
    color: #496174;
}

.gallery-cat-header p {
    margin: 0;
    color: #7a90a0;
    font-size: 14px;
}

.gallery-divider {
    margin: 0;
    border-color: #e0edf4;
}

/* Grid varyantları */
.gallery-grid--3col {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-grid--2col {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 992px) {
    .gallery-grid--3col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .gallery-grid--3col,
    .gallery-grid--2col {
        grid-template-columns: 1fr;
    }

    .gallery-page-hero {
        padding: 130px 0 50px;
    }
}

/* Yatay (landscape) POS ekranı thumbs */
.gallery-thumb--landscape {
    height: 420px !important;
}

/*========================================
           Gallery (shared)
========================================*/
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gallery-item--wide {
    grid-column: span 2;
}

.gallery-item {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(73, 97, 116, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none !important;
}

.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(68, 197, 238, 0.3);
}

.gallery-thumb {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: #f0f4f7;
}

.gallery-item--wide .gallery-thumb {
    height: 260px;
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.4s ease;
    display: block;
}

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.04);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(68, 197, 238, 0.82);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay .material-icons {
    font-size: 40px;
}

.gallery-overlay span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item--wide {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item--wide {
        grid-column: span 1;
    }

    .gallery-thumb {
        height: 220px;
    }
}

/*========================================
           How It Works
========================================*/
#how-it-works {
    text-align: center;
    background: #f7fbfd;
}

.steps-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 70px;
    gap: 0;
}

.steps-connector {
    position: absolute;
    top: 40px;
    left: calc(12.5% + 40px);
    right: calc(12.5% + 40px);
    height: 2px;
    background: linear-gradient(to right, #44c5ee, #f23c7e);
    z-index: 0;
}

.step-item {
    flex: 1;
    max-width: 240px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.step-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.step-item:nth-child(2) { transition-delay: 0.00s; }
.step-item:nth-child(3) { transition-delay: 0.15s; }
.step-item:nth-child(4) { transition-delay: 0.30s; }
.step-item:nth-child(5) { transition-delay: 0.45s; }

.step-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #44c5ee;
    box-shadow: 0 0 30px rgba(68, 197, 238, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-circle:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(68, 197, 238, 0.65);
}

.step-circle .material-icons {
    font-size: 34px;
    color: #fff;
}

.step-number {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f23c7e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#how-it-works h4 {
    color: #496174;
    font-size: 18px;
    margin-bottom: 12px;
}

#how-it-works > .container > p {
    color: #7a90a0;
}

.step-item p {
    color: #7a90a0;
    font-size: 14px;
    line-height: 22px;
}

.steps-cta {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.steps-video-btn {
    background: transparent;
    color: #44c5ee !important;
    border-color: #44c5ee !important;
}

.steps-video-btn:hover,
.steps-video-btn:focus {
    background: #44c5ee !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .steps-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .steps-connector {
        display: none;
    }

    .step-item {
        max-width: 300px;
    }
}

/*========================================
           Pricing
========================================*/
#price {
    text-align: center;
}

    #price .plan {
        background: #fff;
        box-shadow: 0px 0px 60px 0px rgba(213, 216, 224, 0.7);
    }

    #price .active {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        background-color: #fff;
        box-shadow: 0px 0px 60px 0px rgba(68, 197, 238, 0.6);
    }

    #price .pricing-container {
        margin-top: 80px;
    }

        #price .pricing-container h2 {
            color: #496174;
            margin-bottom: 40px;
        }

        #price .pricing-container h3 {
            font-size: 24px;
            color: #f23c7e;
            margin-bottom: 0;
        }

        #price .pricing-container h2,
        #price .pricing-container h3 {
            text-transform: none;
        }

        #price .pricing-container .pricing-header {
            padding: 30px 0;
        }

            #price .pricing-container .pricing-header .currency {
                position: relative;
                font-weight: 700;
                font-size: 18px;
                color: #496174;
                top: -20px;
            }

            #price .pricing-container .pricing-header .amount {
                color: #496174;
                font-size: 44px;
                font-weight: 700;
            }

            #price .pricing-container .pricing-header .period {
                font-size: 22px;
                font-weight: 300;
                color: #496174;
                position: relative;
                top: 12px;
            }

        #price .pricing-container ul {
            padding: 20px 0;
        }

            #price .pricing-container ul li {
                font-size: 15px;
                letter-spacing: .1em;
                margin: 15px 0;
            }

                #price .pricing-container ul li i {
                    color: #f23c7e;
                    margin-right: 10px;
                }

        #price .pricing-container .pricing-footer {
            padding: 25px 0;
        }

/*========================================
           Team
========================================*/
#team {
    text-align: center;
}

    #team .team-member {
        background: #fff;
        box-shadow: 0px 0px 60px 0px rgba(213, 216, 224, 0.7);
        border: 0;
        margin-top: 80px;
        padding: 20px;
    }

        #team .team-member h6 {
            font-style: italic;
        }

        #team .team-member .team-social ul {
            padding: 0;
            margin: 0;
        }

        #team .team-member .team-social li {
            display: inline-block;
        }

            #team .team-member .team-social li a {
                font-size: 20px;
                padding: 12px;
                color: #44c5ee;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

                #team .team-member .team-social li a:hover,
                #team .team-member .team-social li a:focus,
                #team .team-member .team-social li a:active {
                    color: #496174;
                }

/*========================================
           Clients
========================================*/
#clients {
    background: #44c5ee;
    text-align: center;
    color: #fff;
}

    #clients #owl-clients {
        margin: 60px 0;
    }

        #clients #owl-clients .owl-pagination {
            display: none;
        }

    #clients #owl-testimonials {
        margin: 60px 0;
    }

        #clients #owl-testimonials .owl-pagination .owl-page.active span {
            background: #f23c7e;
        }

        #clients #owl-testimonials .owl-pagination .owl-page span {
            border: 2px solid #f23c7e;
            border-radius: 50%;
            background: transparent;
            opacity: 1;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        #clients #owl-testimonials i {
            font-size: 48px;
            color: #f23c7e;
        }

        #clients #owl-testimonials p {
            width: 50%;
            margin: 25px auto;
        }

        #clients #owl-testimonials h3 {
            color: #fff;
        }

/*========================================
           NewsLetter
========================================*/
#newsletter {
    background: #44c5ee;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

    #newsletter .form-container {
        margin-top: 40px;
    }

        #newsletter .form-container .form-inline {
            left: 50px;
            position: relative;
        }

        #newsletter .form-container .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        #newsletter .form-container .form-control:-moz-placeholder {
            color: #fff;
        }

        #newsletter .form-container .form-control::-moz-placeholder {
            color: #fff;
        }

        #newsletter .form-container .form-control:-ms-input-placeholder {
            color: #fff;
        }

        #newsletter .form-container .form-control {
            width: 50%;
            height: 50px;
            border-radius: 50px;
            border: 2px solid #fff;
            background: transparent;
            color: #fff;
        }

        #newsletter .form-container .btn {
            position: relative;
            right: 143px;
        }

/*========================================
           Contact
========================================*/
#contact {
    text-align: center;
}

    #contact .contact-info {
        position: relative;
        top: 100px;
        z-index: 1;
        background: #44c5ee;
        box-shadow: 0px 0px 60px 0px rgba(68, 197, 238, 0.6);
        padding: 30px;
        color: #fff;
    }

        #contact .contact-info i {
            font-size: 46px;
        }

    #contact #map {
        width: 100%;
        height: 500px;
    }

    #contact .contact-forms {
        padding: 80px 0;
    }

        #contact .contact-forms h2 {
            margin-bottom: 40px;
        }

        #contact .contact-forms input:focus {
            border-color: #44c5ee;
        }

        #contact .contact-forms .form-control {
            font-size: 16px;
            padding: 20px 15px;
            color: #555;
            background-color: #fff;
            border-radius: 3px;
            border: 2px solid #999;
            height: 38px;
            box-shadow: none !important;
            margin: 30px 0;
        }

        #contact .contact-forms textarea {
            height: 118px !important;
            resize: none;
            margin: 0;
        }

/*========================================
           Footer
========================================*/
footer {
    background: #44c5ee;
    color: #fff;
    padding: 40px 0;
}

    footer hr {
        margin: 40px 0;
    }

    footer img {
        width: 50px;
    }

    footer ul {
        padding: 0;
    }

    footer li {
        display: inline-block;
    }

        footer li a {
            font-size: 20px;
            padding: 12px;
            color: #fff;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

            footer li a:hover,
            footer li a:focus,
            footer li a:active {
                color: #496174;
            }
/* Navbar layout — flexbox ile dikey ortalama */
nav.navbar.bootsnav > .container {
    display: flex !important;
    align-items: center !important;
    min-height: 120px !important;
}

nav.navbar.bootsnav .navbar-header {
    float: none !important;
    flex-shrink: 0;
    padding-left: 10px !important;
    padding-right: 0 !important;
}

nav.navbar.bootsnav .navbar-collapse {
    float: none !important;
    flex: 1;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

nav.navbar.bootsnav .navbar-collapse ul.nav {
    float: none !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

nav.navbar.bootsnav .navbar-brand {
    height: auto !important;
    padding: 5px 15px 5px 0 !important;
    display: flex !important;
    align-items: center !important;
    float: none !important;
}

nav.navbar.bootsnav .navbar-brand img.logo,
nav.navbar.bootsnav .navbar-brand img {
    width: auto !important;
    height: 114px !important;
    max-width: none !important;
    display: block;
    object-fit: contain;
}

nav.navbar.bootsnav.navbar-fixed ul.nav > li > a {
    padding: 10px 7px !important;
    line-height: normal !important;
}

nav.navbar.bootsnav.navbar-fixed .button-holder {
    padding: 0 !important;
    margin-left: 10px !important;
}

@media (max-width: 1023px) {
    /* Container: flexbox'ı sıfırla, bootsnav'ın kendi bloğuna bırak */
    nav.navbar.bootsnav > .container {
        display: block !important;
        min-height: auto !important;
    }

    /* Header: hamburger solda, logo sağda */
    nav.navbar.bootsnav .navbar-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        min-height: 70px !important;
        padding: 0 15px !important;
        float: none !important;
    }

    nav.navbar.bootsnav .navbar-toggle {
        float: none !important;
        display: block !important;
        margin: 0 !important;
        position: static !important;
    }

    nav.navbar.bootsnav .navbar-brand {
        float: none !important;
        height: auto !important;
        padding: 5px 0 !important;
        margin: 0 !important;
        display: block !important;
    }

    nav.navbar.bootsnav .navbar-brand img.logo,
    nav.navbar.bootsnav .navbar-brand img {
        height: 55px !important;
        width: auto !important;
    }

    /* Menü: tam genişlik, header'ın altında açılsın */
    nav.navbar.bootsnav .navbar-collapse {
        float: none !important;
        width: 100% !important;
        clear: both !important;
        display: block !important;
        justify-content: unset !important;
        align-items: unset !important;
    }

    nav.navbar.bootsnav .navbar-collapse ul.nav {
        width: 100% !important;
        float: none !important;
        display: block !important;
        flex-wrap: unset !important;
        margin: 0 !important;
    }

    nav.navbar.bootsnav .navbar-collapse ul.nav li {
        float: none !important;
        display: block !important;
    }

    nav.navbar.bootsnav .navbar-collapse ul.nav li a {
        display: block !important;
        text-align: left !important;
        padding: 10px 15px !important;
    }
}

/*========================================
   Sectors Page
========================================*/
.sectors-page-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d6a9f 100%);
    color: #fff;
    text-align: center;
    padding: 160px 0 60px;
}

.sectors-page-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #fff;
}

.sectors-page-hero p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.88);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Quick Nav Grid */
.sector-quicknav {
    background: #f4f8fb;
}

.sector-qnav-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.sector-qnav-card {
    background: #fff;
    border: 1px solid rgba(68, 197, 238, 0.2);
    border-radius: 12px;
    padding: 18px 12px;
    text-align: center;
    text-decoration: none;
    color: #1e3a5f;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

.sector-qnav-card:hover {
    background: #44c5ee;
    color: #fff;
    border-color: #44c5ee;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(68, 197, 238, 0.35);
    text-decoration: none;
}

.sector-qnav-card .material-icons {
    font-size: 28px;
    color: #44c5ee;
    transition: color 0.25s;
}

.sector-qnav-card:hover .material-icons {
    color: #fff;
}

.sector-qnav-card .qnav-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

/* Sector Detail Sections */
.sector-section {
    scroll-margin-top: 140px;
}

.sector-section-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 36px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(68, 197, 238, 0.18);
}

.sector-section-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1e3a5f, #2d6a9f);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sector-section-icon .material-icons {
    font-size: 32px;
    color: #44c5ee;
}

.sector-section-header h2 {
    margin: 0 0 6px;
    font-size: 28px;
    color: #1e3a5f;
    font-weight: 700;
}

.sector-section-header > div > p {
    margin: 0;
    color: #6b7a8d;
    font-size: 15px;
    line-height: 1.6;
}

/* Features Grid */
.sector-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.sector-feature-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 22px 20px;
    border: 1px solid rgba(68, 197, 238, 0.12);
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.sector-feature-card:hover {
    box-shadow: 0 4px 20px rgba(68, 197, 238, 0.15);
    border-color: rgba(68, 197, 238, 0.4);
    transform: translateY(-2px);
}

.sector-feature-card .material-icons {
    font-size: 26px;
    color: #44c5ee;
    margin-bottom: 10px;
    display: block;
}

.sector-feature-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0 0 7px;
}

.sector-feature-card p {
    font-size: 13px;
    color: #6b7a8d;
    margin: 0;
    line-height: 1.55;
}

/* CTA */
.sector-cta {
    text-align: center;
    padding-top: 8px;
}

/* Responsive Sectors Page */
@media (max-width: 1100px) {
    .sector-qnav-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .sector-qnav-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .sector-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .sectors-page-hero {
        padding: 130px 0 50px;
    }
    .sectors-page-hero h1 {
        font-size: 28px;
    }
    .sector-qnav-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .sector-features-grid {
        grid-template-columns: 1fr;
    }
    .sector-section-header {
        flex-direction: column;
        gap: 12px;
    }
    .sector-section-header h2 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .sector-qnav-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =============================================
   Floating WhatsApp Button
   ============================================= */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    transform: scale(1.1);
    box-shadow: 0 8px 32px rgba(37, 211, 102, 0.6);
    color: #fff;
    text-decoration: none;
}

/* =============================================
   Mobil Modüller Section — TudefixPatron & TudefixGarson
   ============================================= */
#mobil-moduller {
    scroll-margin-top: 90px;
}

.modules-showcase {
    background: #f4f8fb;
}

.modules-showcase h2 {
    text-align: center;
    margin-bottom: 10px;
}

.modules-showcase > .container > p {
    text-align: center;
    margin-bottom: 48px;
    color: #555;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.modules-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1040px;
    margin: 0 auto;
}

.module-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px 32px;
    box-shadow: 0 4px 24px rgba(30, 58, 95, 0.09);
    border: 1px solid rgba(68, 197, 238, 0.15);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.module-card:hover {
    box-shadow: 0 10px 40px rgba(30, 58, 95, 0.15);
    transform: translateY(-4px);
}

.module-card-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.module-card-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-card--patron .module-card-icon {
    background: linear-gradient(135deg, #1e3a5f, #2d6a9f);
}

.module-card--garson .module-card-icon {
    background: linear-gradient(135deg, #1a6b45, #27a862);
}

.module-card-icon .material-icons {
    font-size: 30px;
    color: #fff;
}

.module-card-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0 0 6px;
    line-height: 1.2;
}

.module-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    background: rgba(44, 106, 159, 0.12);
    color: #2d6a9f;
}

.module-badge--garson {
    background: rgba(39, 168, 98, 0.12);
    color: #1a6b45;
}

.module-card-desc {
    font-size: 14.5px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 24px;
}

.module-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}

.module-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid #f0f4f8;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.module-feature-list li:last-child {
    border-bottom: none;
}

.module-card--patron .module-feature-list li .material-icons {
    font-size: 18px;
    color: #2d6a9f;
    margin-top: 2px;
    flex-shrink: 0;
}

.module-card--garson .module-feature-list li .material-icons {
    font-size: 18px;
    color: #27a862;
    margin-top: 2px;
    flex-shrink: 0;
}

.module-cta {
    align-self: flex-start;
    margin-top: auto;
}

@media (max-width: 767px) {
    .modules-cards-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .module-card {
        padding: 28px 22px 24px;
    }

    .module-card-header h3 {
        font-size: 19px;
    }
}
