﻿@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(s/instrumentsans/v4/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-Qf1.ttf) format('truetype');
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(s/instrumentsans/v4/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-Qf1.ttf) format('truetype');
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(s/instrumentsans/v4/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gf1.ttf) format('truetype');
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(s/instrumentsans/v4/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gf1.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}


#mobileSidebar{
    width:340px;
    border-right:1px solid #ececec;
}

#mobileSidebar .offcanvas-header{
    border-bottom:1px solid #f2f2f2;
    padding:22px;
}

#mobileSidebar .offcanvas-body{
    padding:22px;
    background:#fafafa;
}

.mobile-logo{
    height:34px;
}

.mobile-subtitle{
    font-size:14px;
    color:#777;
    margin-top:5px;
}

.mobile-btn{
    height:50px;
    border-radius:12px;
    font-weight:600;
}

.mobile-menu{
    margin:25px 0;
}

.mobile-menu a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 18px;
    margin-bottom:10px;
    background:#fff;
    border:1px solid #ededed;
    border-radius:14px;
    text-decoration:none;
    color:#222;
    transition:.25s;
}

.mobile-menu a:hover{
    background:#f4f7ff;
    border-color:#0d6efd;
    color:#0d6efd;
    transform:translateX(4px);
}

.mobile-menu .left{
    display:flex;
    align-items:center;
    gap:14px;
}

.mobile-menu i{
    font-size:20px;
}
.mobile-submenu{
    display:none;
    padding-left:18px;
    background:#fafafa;
}

.mobile-submenu a{
    display:block;
    padding:12px 12px;
    color:#555;
    text-decoration:none;
    font-size:14px;
    border-bottom:1px solid #eee;
}

.mobile-toggle{
    cursor:pointer;
}

.mobile-toggle .arrow{
    transition:.3s;
}

.mobile-dropdown.active .mobile-submenu{
    display:block;
}

.mobile-dropdown.active .arrow{
    transform:rotate(180deg);
}
.demo-box{
    border-radius:16px;
    overflow:hidden;
    position:relative;
}

.demo-box img{
    width:100%;
    display:block;
}

.demo-play{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
}

.demo-play i{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    color:#0d6efd;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.contact-box{
    background:#fff;
    border-radius:16px;
    padding:18px;
    border:1px solid #ececec;
}

.contact-item{
    display:flex;
    gap:12px;
    margin-bottom:15px;
    align-items:center;
}

.contact-item i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#eef4ff;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#0d6efd;
}

.socials{
    display:flex;
    gap:10px;
}

.socials a{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#f4f4f4;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#555;
    transition:.25s;
}

.socials a:hover{
    background:#0d6efd;
    color:#fff;
}

@media (max-width: 576px){

    .hero-buttons{
        display:flex;
        gap:.5rem;
    }

    .hero-buttons .btn{
        flex:1;
        padding:.55rem .6rem;
        font-size:.82rem;
        white-space:nowrap;
    }

    .hero-buttons .btn i{
        margin-right:.25rem !important;
    }

    .hero-buttons .badge{
        margin-left:.25rem !important;
        font-size:.65rem;
        padding:.28rem .45rem;
        vertical-align:middle;
    }

}

.topbar{
    background:linear-gradient(90deg, rgb(16 36 68), rgb(32 33 36));
    color:#fff;
    font-size:14px;
    height:46px;
    display:flex;
    align-items:center;
}

.topbar-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.topbar-offer{
    font-weight:600;
}

.topbar-right{
    display:flex;
    align-items:center;
    gap:16px;
}

.topbar-phone{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.topbar-phone:hover{
    color:#fff;
}

.topbar-call{
    color:#fff;
    border:1px solid rgba(255,255,255,.35);
    padding:8px 18px;
    border-radius:50px;
    text-decoration:none;
    transition:.25s;
}

.topbar-call:hover{
    background:#fff;
    color:#3520b6;
}

.topbar-separator{
    opacity:.8;
}

@media (max-width:991px){

    .topbar{
        height:auto;
        padding:10px 0;
    }

    .topbar-content{
        flex-direction:column;
        gap:8px;
        text-align:center;
    }

    .topbar-right{
        gap:10px;
        flex-wrap:wrap;
        justify-content:center;
    }

}

@media (max-width:991.98px){

    .header-sticky{
        top:0 !important;
    }

    body{
        padding-top:80px; /* navbar yüksekliği kadar */
    }

}

/*==================================
PRICING TABLE
==================================*/

.pricing-table{
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:20px;
    overflow:hidden;
}

.pricing-table *{
    transition:.3s ease;
}

/*==================================
HEADER
==================================*/

.pricing-header{
    display:grid;
    grid-template-columns:2.3fr repeat(3,1fr);
    gap:20px;
    padding:25px;
    background:#fff;
    border-bottom:1px solid #e9ecef;

    position:sticky;
    top:80px;
    z-index:100;
}

/*==================================
PACKAGE
==================================*/

.pricing-package{
    display:flex;
}

.package-card{
    width:100%;
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:18px;
    padding:30px 25px;
    text-align:center;
    box-shadow:0 6px 20px rgba(0,0,0,.04);
}

.package-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/*==================================
ACTIVE
==================================*/

.pricing-package.active .package-card{
    border:2px solid #ff7a00;
    box-shadow:0 15px 40px rgba(255,122,0,.18);
}

/*==================================
POPULAR
==================================*/

.popular{
    display:inline-block;
    padding:7px 16px;
    border-radius:30px;
    background:#ff7a00;
    color:#fff;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

/*==================================
TITLE
==================================*/

.package-card h5{
    font-size:22px;
    font-weight:700;
    color:#212529;
}

/*==================================
PRICE
==================================*/

.package-card h2{
    font-size:48px;
    font-weight:800;
    color:#111;
    margin:18px 0 5px;
}

.package-card h2 small{
    font-size:18px;
    font-weight:500;
    color:#6c757d;
}

.package-card p{
    color:#6c757d;
    margin-bottom:25px;
}

/*==================================
BUTTON
==================================*/

.package-card .btn{
    height:52px;
    border-radius:12px;
    font-weight:600;
}

.pricing-package.active .btn{
    background:#ff7a00;
    border-color:#ff7a00;
}

.pricing-package.active .btn:hover{
    background:#eb6f00;
    border-color:#eb6f00;
}

/*==================================
SECTION TITLE
==================================*/

.pricing-section-title{
    background:#f8f9fa;
    border-top:1px solid #e9ecef;
    border-bottom:1px solid #e9ecef;
    padding:18px 30px;
    font-size:18px;
    font-weight:700;
}

/*==================================
ROWS
==================================*/

.pricing-row{
    display:grid;
    grid-template-columns:2.3fr repeat(3,1fr);
    align-items:center;
    border-bottom:1px solid #f1f3f5;
}

/*==================================
FEATURE
==================================*/

.feature{
    padding:24px 30px;
}

.feature h6{
    margin-bottom:8px;
    font-size:17px;
    font-weight:700;
}

.feature small{
    color:#6c757d;
    line-height:1.6;
}

/*==================================
VALUES
==================================*/

.value{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:95px;
    border-left:1px solid #e9ecef;
    font-weight:600;
    color:#212529;
}


/*==================================
ROW EFFECT
==================================*/

.pricing-row{
    transition:.25s ease;
}

.pricing-row:hover{
    background:#fff8f1;
}

.pricing-row:hover .value{
    background:#fff8f1;
}

.pricing-row:nth-child(even){
    background:#fcfcfc;
}

/*==================================
VALUE
==================================*/

.value{
    position:relative;
    font-size:16px;
}

.value strong{
    font-size:18px;
    font-weight:700;
}

/*==================================
ICONS
==================================*/

.value .bi-check-lg{
    color:#16a34a;
    font-size:22px;
    font-weight:bold;
}

.value .bi-x-lg{
    color:#dc2626;
    font-size:20px;
}

/*==================================
PACKAGE HOVER
==================================*/

.package-card:hover h2{
    color:#ff7a00;
}

.package-card:hover .btn-dark{
    background:#212529;
}

.package-card:hover .btn-primary{
    background:#eb6f00;
}

/*==================================
STICKY SHADOW
==================================*/

.pricing-header{
    transition:.3s;
}

.pricing-header.is-sticky{
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

/*==================================
SECTION
==================================*/

.pricing-section-title{
    position:relative;
}

.pricing-section-title::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:100%;

    background:#ff7a00;

}

/*==================================
SMALL TEXT
==================================*/

.feature small{
    display:block;
    margin-top:5px;
}

/*==================================
ACTIVE COLUMN
==================================*/

.pricing-package.active{
    position:relative;
}

.pricing-package.active::after{

    content:"";

    position:absolute;

    left:0;

    right:0;

    bottom:-25px;

    height:25px;

    background:#fff;

}

/*==================================
MOBILE
==================================*/

@media(max-width:991px){

    .pricing-table{

        overflow-x:auto;

        border-radius:16px;

    }

    .pricing-header{

        min-width:900px;

        top:70px;

    }

    .pricing-section{

        min-width:900px;

    }

    .pricing-row{

        min-width:900px;

    }

    .package-card{

        padding:22px;

    }

    .package-card h2{

        font-size:38px;

    }

}

/*==================================
PHONE
==================================*/

@media(max-width:768px){

    .pricing-header{

        gap:12px;

        padding:15px;

    }

    .pricing-row{

        min-height:80px;

    }

    .feature{

        padding:18px;

    }

    .feature h6{

        font-size:15px;

    }

    .feature small{

        font-size:13px;

    }

    .value{

        min-height:80px;

        font-size:15px;

    }

    .package-card{

        padding:18px;

        border-radius:14px;

    }

    .package-card h5{

        font-size:18px;

    }

    .package-card h2{

        font-size:30px;

    }

    .package-card .btn{

        height:44px;

        font-size:14px;

    }

}

/*==================================
SMALL PHONE
==================================*/

@media(max-width:576px){

    .pricing-header{

        min-width:760px;

    }

    .pricing-row{

        min-width:760px;

    }

    .pricing-section{

        min-width:760px;

    }

}

/*==================================
SCROLLBAR
==================================*/

.pricing-table::-webkit-scrollbar{

    height:8px;

}

.pricing-table::-webkit-scrollbar-thumb{

    background:#d7d7d7;

    border-radius:20px;

}

.pricing-table::-webkit-scrollbar-thumb:hover{

    background:#bfbfbf;

}

/*==================================
ANIMATION
==================================*/

.package-card{

    animation:fadeUp .45s ease;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(25px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}
.pricing-mobile-header{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    position:sticky;
    top:70px;
    z-index:20;
    background:#fff;
    padding:10px;
    margin-bottom:20px;
}

.mobile-plan{
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    padding:12px;
    text-align:center;
}

.mobile-plan.active{
    border:2px solid #ff7a00;
}

.mobile-plan-title{
    font-size:15px;
    font-weight:700;
}

.mobile-plan-price{
    font-size:22px;
    font-weight:800;
    margin:8px 0;
}

.mobile-group-title{
    background:#eef5ff;
    text-align:center;
    padding:14px;
    font-weight:700;
    margin:25px 0 15px;
    border-radius:10px;
}

.mobile-feature-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    padding:18px;
    margin-bottom:15px;
}

.mobile-feature-card h6{
    text-align:center;
    font-weight:700;
    margin-bottom:8px;
}

.mobile-feature-card small{
    display:block;
    text-align:center;
    color:#777;
    margin-bottom:18px;
}

.mobile-values{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-top:1px solid #ececec;
}

.mobile-value{
    padding:15px 5px;
    text-align:center;
    font-weight:600;
}

.mobile-value:not(:last-child){
    border-right:1px solid #ececec;
}
/* Whatsapp Floating */
.whatsapp-float{
    position:fixed;
    right:37px;
    bottom:21px; /* Back to Top'un üstü */
    width:58px;
    height:58px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    text-decoration:none;
    z-index:999;
    box-shadow:0 12px 30px rgba(37,211,102,.35);
    transition:.3s;
}

.whatsapp-float:hover{
    color:#fff;
    transform:translateY(-5px) scale(1.08);
    box-shadow:0 18px 40px rgba(37,211,102,.45);
}
